nit.git
2017-06-12 Jean PrivatMerge: More package.ini
2017-06-12 Jean Privattestmodel: what about docunits to test model-related...
2017-06-12 Alexis Laferrièregamnit: if a texture fails to load, use the checker...
2017-06-12 Alexis Laferrièregamnit: CheckerTexture with custom size and move up...
2017-06-12 Alexandre Terrasalib/popcorn: introduce BoolValidator in popcorn::pop_va...
2017-06-12 Alexandre Terrasanitweb: classdefs and propdefs link directly into class...
2017-06-12 Jean PrivatMerge: lib/popcorn: use GetName for deserialization...
2017-06-12 Jean PrivatMerge: lib/dot: rename `exemples` to `examples`
2017-06-12 Jean Privatadd 2 missing package.ini files
2017-06-12 Jean Privatnew script to ease the creation of `package.ini` files
2017-06-12 Jean PrivatMerge: nitsmell : Add code smell detection
2017-06-09 Alexandre Terrasanitweb: split mentity module into views
2017-06-09 Jean-Christophe... modelize_class: Simplify `collect_supertypes` by defini...
2017-06-09 Jean-Christophe... modelize_class: Extract supertype collection logic
2017-06-09 Alexandre Terrasanitweb: remove model module
2017-06-09 Alexandre Terrasanitweb: move metrics model to metrics module
2017-06-09 Alexandre Terrasanitweb: move users model to users module
2017-06-09 Alexandre Terrasanitweb: move ui-router config to users module
2017-06-09 Alexandre Terrasanitweb: move grades model to grades module
2017-06-09 Alexandre Terrasanitweb: move ui-router config to grades module
2017-06-09 Alexandre Terrasanitweb: move doc-down model to doc-down module
2017-06-09 Alexandre Terrasanitweb: move ui-router configuration to doc-down module
2017-06-09 Alexandre Terrasanitweb: move entity state configuration to entity module
2017-06-09 Alexandre Terrasamitweb: move entity model to entity module
2017-06-09 Alexandre Terrasanitweb: index use ui-router and views for tabs
2017-06-09 Alexandre Terrasanitweb: remove useless dependency from index to ngSanitize
2017-06-09 Alexandre Terrasanitweb: move index model to index module
2017-06-09 Alexandre Terrasanitweb: remove useless module injection from module...
2017-06-09 Alexandre Terrasanitweb: move index state configuration to index module
2017-06-09 Alexandre Terrasanitweb: move anchorscroll configuration to main script
2017-06-09 Alexandre Terrasanitweb: replace ngRouter by ui.router
2017-06-09 Alexandre Terrasanitweb: split css files
2017-06-09 Alexandre Terrasalib/popcorn: use GetName for deserialization process
2017-06-09 Jean-Christophe... modelize_class: Continue supertype collection after...
2017-06-09 Jean-Christophe... modelize_class: Minimize the context used to resolve...
2017-06-09 Jean-Christophe... modelize_class: Rename `collect_a_mclassdef_inheritance`
2017-06-09 Jean-Christophe... modelize_class: Extract the bound collection logic
2017-06-09 Alexandre Terrasalib/dot: add sav for do examples
2017-06-09 Alexandre Terrasalib/dot: do not show graph by default in examples so...
2017-06-09 Jean Privatpackage.ini: fix broken links
2017-06-09 Jean PrivatMerge: gamnit: fix color buffer clearing issues on...
2017-06-09 Jean PrivatMerge: gamnit: dynamic window resize
2017-06-08 Jean PrivatMerge: gamnit: fix README and docker latest-full refere...
2017-06-08 Jean PrivatMerge: lib/meta: add a *goret* approach to get the...
2017-06-08 Jean Privatlib/meta: add a *goret* approach to get the name of...
2017-06-08 Alexis Laferrièredocker full: install missing package for SDL2 mixer
2017-06-08 Alexis Laferrièregamnit: don't recommend to install a package that is...
2017-06-08 Alexis Laferrièreapp: disable example leading to a threaded crash on...
2017-06-08 Alexis Laferrièregamnit: resize in dynamic resolution
2017-06-08 Alexis Laferrièregamnit: enable dynamic window resizing on desktop
2017-06-08 Alexis Laferrièregamnit: cache UICamera anchor points
2017-06-08 Alexis Laferrièregeometry: move up `Point3d::offset` from gamnit
2017-06-08 Alexis Laferrièregamnit: fix `UICamera::height` doc and double assignation
2017-06-08 Alexis Laferrièregamnit: fix color buffer clearing issues on some computers
2017-06-07 Alexandre Terrasalib/dot: rename `exemples` to `examples`
2017-06-07 Jean PrivatMerge: nitin: use GPL-3.0 instead of GPL-3
2017-06-07 Jean PrivatMerge: listfull.sh: Quote paths
2017-06-07 Jean PrivatMerge: modelbuilder_base: Refactor the signature of...
2017-06-07 Jean PrivatMerge: gamnit: Blinn-Phong specular lighting, 3 axes...
2017-06-07 Jean PrivatMerge: Wrapper gmp
2017-06-06 Alexis Laferrièresdl2: intro window events
2017-06-06 Florian DeljarryAdding code smell detection :
2017-06-06 Jean PrivatMerge: lib/core: introduce replace_first in text/string...
2017-06-06 Jean PrivatMerge: gamnit::network: add server discovery via UDP
2017-06-06 Jean PrivatMerge: parser_nodes: Fix spelling mistakes
2017-06-06 Jean PrivatMerge: modelize_class: Remove the `useless-bound` warning
2017-06-06 Jean PrivatMerge: popcorn: some useful services for JSON related...
2017-06-06 Jean PrivatMerge: model: Remove truthful conditions
2017-06-06 Jean PrivatMerge: Actors upgrade and fixes
2017-06-06 Jean Privatnitin: use GPL-3.0 instead of GPL-3
2017-06-06 Alexandre Terrasalib/core: introduce replace_first in text/string_search
2017-06-04 Alexis Laferrièretinks, model_viewer & action_nitro: print model loading...
2017-06-04 Alexis Laferrièregamnit: collect errors when loading models and its...
2017-06-04 Alexis Laferrièregamnit: don't load the same .mat material more than...
2017-06-04 Alexis Laferrièregamnit: replace the Lambert shader by a Blinn-Phong...
2017-06-04 Alexis Laferrièregeometry: rework `Float::angle_lerp` in the style of...
2017-06-04 Alexis Laferrièregamnit: 3 Euler rotation angles for actors
2017-06-03 Jean-Christophe... search_tests.sh: Unquote results
2017-06-03 Jean-Christophe... search_tests.sh: Update to the new format of `listfull.sh`
2017-06-03 Jean-Christophe... listfull.sh: Quote paths
2017-06-03 Jean-Christophe... testfull.sh: Use `xargs`
2017-06-02 Jean-Christophe... modelbuilder_base: Refactor the signature of `resolve_m...
2017-06-02 Jean-Christophe... modelbuilder_base: Rename some local variables
2017-06-02 Jean-Christophe... typing: Make `TypeVisitor::mmodule` implicit
2017-06-02 Jean-Christophe... typing: Make `TypeVisitor::anchor` non-nullable
2017-06-02 Alexandre Terrasalib/popcorn: import pop_json when needed
2017-06-02 Alexandre Terrasalib/popcorn: move json related services to `pop_json`
2017-06-02 Alexandre Terrasalib/popcorn: add useful services for JSON REST handlers
2017-06-02 Jean-Christophe... typing: Make `TypeVisitor::mclassdef` non-nullable
2017-06-02 Jean-Christophe... typing: Make `TypeVisitor::mpropdef` non-nullable
2017-06-02 Jean-Christophe... typing: Remove duplicate assignment to `TypeVisitor...
2017-06-02 Jean-Christophe... modelize_class: Fix spacing
2017-05-31 PatrickBlanchettegmp: Introduce NativeMPZ and NativeMPQ with simple...
2017-05-31 Alexis Laferrièregamnit: extract Cuboid as super class to cube and intro...
2017-05-31 Alexis Laferrièregamnit: differentiate background from default material...
2017-05-31 Alexis Laferrièregamnit: implement `lock_cursor` using SDL2 `relative_mo...
2017-05-31 BlackMinouIntroducing agent simulation: an actor redefinition...
2017-05-31 BlackMinouGenerate appropriate code for actors redefinitions
2017-05-31 BlackMinouuse `SynchronizedCounter` in chameneos-redux
2017-05-31 BlackMinouFix synchronizations problem to better track active...
next