nit.git
2017-06-16 Alexis Laferrièregamnit: add an example to showcase fonts support
2017-06-16 Alexis Laferrièregamnit: implement new `TextSprites` settings in `BMFont`
2017-06-16 Alexis Laferrièregamnit: add customization settings to `TextSprites`
2017-06-16 Alexis Laferrièregamnit: fix actually using the attribute partial_line_skip
2017-06-16 Alexis Laferrièregamnit: accept float values in `BMFont`
2017-06-14 Alexis Laferrièregamnit: intro `CustomTexture::fill`
2017-06-14 Alexis Laferrièregamnit: move `pixelated=` up to `Texture`
2017-06-14 Alexis Laferrièregamnit: intro custom textures, built programmatically...
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-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-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 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...
2017-05-31 BlackMinouMove `BlockingQueue` and `ReverseBlockingQueue` to...
2017-05-30 Alexis Laferrièregamnit: add server discovery or create example
2017-05-30 Alexis Laferrièregamnit: add more options to `accept_clients` & `broadcast`
2017-05-30 Alexis Laferrièregamnit: tweak network doc
2017-05-30 Alexis Laferrièregamnit: move up UDP discovery logic from Tinks! to...
2017-05-30 Jean-Christophe... parser_nodes: Fix spelling mistakes
2017-05-30 Jean-Christophe... modelize_class: Remove the `useless-bound` warning
2017-05-29 Jean PrivatMerge: geometry: implement 3D `dist` and improve API
2017-05-29 Jean PrivatMerge: lib/popcorn: introduce `AppConfig::app_hostname`
2017-05-29 Jean PrivatMerge: gamnit & sdl2: implement app::audio using SDL2...
2017-05-28 Alexis Laferrièregeometry: implement `Point::dist` for 3D points
2017-05-28 Alexis Laferrièregeometry: make `BoxedArray` a subclass of `Array`
2017-05-28 Alexis Laferrièregeometry: make the attributes of points optional
2017-05-28 Alexis Laferrièregeometry: move up custom `to_s` to the interfaces
2017-05-26 Alexis Laferrièregamnit: implement app::audio for desktop using SDL2...
2017-05-26 Alexis Laferrièresdl2: intro minimal bindings to SDL2 mixer
2017-05-26 Alexis Laferrièreaudio: move some services between the abstraction and...
2017-05-25 Alexandre Terrasalib/popcorn: introduce `AppConfig::app_hostname`
2017-05-25 Jean PrivatMerge: Popcorn templates
2017-05-25 Jean PrivatMerge: coloring: Only generate strictly positive IDs
2017-05-25 Jean PrivatMerge: model: Do not assume enums to be final
2017-05-25 Jean PrivatMerge: gamnit: intro support for Angel Code bitmap...
2017-05-23 Alexis Laferrièregamnit: intro BMFont parser and drawing services
2017-05-23 Alexis Laferrièregamnit: extract general Font from TileSetFont
2017-05-23 Alexis Laferrièredom: intro `XMLTag::attributes_to_map` mapping `XMLStri...
2017-05-23 Jean-Christophe... tests: Update error messages
2017-05-23 Jean-Christophe... model: Do not assume enums to be final
2017-05-23 Jean-Christophe... tests: Do not rely on the implicit fixing of type bounds
2017-05-23 Jean PrivatMerge: model: Fix minor documentation mistakes
2017-05-23 Jean PrivatMerge: nitvm: Factorize the loading of superclasses
2017-05-23 Jean PrivatMerge: parser_nodes: Fix documentation
2017-05-23 Jean PrivatMerge: rosettacode: Fix spelling mistakes
2017-05-23 Jean PrivatMerge: rapid_type_analysis: Fix a spelling mistake
2017-05-23 Alexis Laferrièredom: return a more precise `Array[XMLTag]` as the doc...
2017-05-23 Jean-Christophe... metrics_base: Do not rely on the implicit fixing of...
2017-05-23 Jean-Christophe... opts: Do not rely on the implicit fixing of type bounds
2017-05-21 Jean-Christophe... coloring: Only generate strictly positive IDs
2017-05-21 Jean-Christophe... coloring: Fix documentation formatting
2017-05-21 Jean-Christophe... rapid_type_analysis: Fix a spelling mistake
2017-05-20 Jean-Christophe... rosettacode: Fix spelling mistakes
2017-05-19 Jean-Christophe... parser_nodes: Fix documentation
2017-05-18 Jean-Christophe... model: Fix minor documentation mistakes
next