nit.git
2015-12-17 Alexis Laferrièretests: add a test for extern methods in generic classes
2015-12-17 Jean Privatnitni: can mangle all formal type, not just virtual...
2015-12-16 Jean PrivatMerge: nitrpg: avoid race conditions in tests that...
2015-12-16 Jean PrivatMerge: Qualified class identifiers
2015-12-16 Jean PrivatMerge: niunit: fix after/before test calls
2015-12-16 Jean PrivatMerge: gamnit: simple 2D API, input events and the...
2015-12-16 Jean PrivatMerge: Json Ad-Hoc string parser
2015-12-16 Lucas Bajolettests: Update sav without escaped `/` characters in...
2015-12-16 Lucas Bajolettests: Added ad-hoc json parser test
2015-12-16 Lucas Bajoletlib/json: Added ad-hoc string parser for JSON
2015-12-16 Alexis Laferrièrecontrib/asteronits: fix android rules dependency on...
2015-12-16 Jean Privattests: update sav for AST-related tests
2015-12-16 Jean Privatnitc: update code to use qclassids
2015-12-16 Jean Privatparser: regenerate (with qclassid)
2015-12-16 Jean Privatparser: use qualified class ids in the AST (changes...
2015-12-16 Jean Privatparser: expose qualified class id (qclassid)
2015-12-15 Alexis Laferrièrecontrib/asteronits: fix dependency on inkscape_tools
2015-12-15 Alexandre Terrasanitrpg: avoid race conditions in tests that imply database
2015-12-15 Alexandre Terrasanitunit: always call before/after methods
2015-12-15 Alexandre Terrasanitunit: add a test to show how non-local redefinition...
2015-12-15 Alexandre Terrasanitunit: clean warnings for testing_suite
2015-12-15 Jean PrivatMerge: nitweb: nitcorn based API to access model and...
2015-12-15 Jean PrivatMerge: Add simple proxy action
2015-12-15 Jean PrivatMerge: Make all Sets cloneable
2015-12-15 Alexis Laferrièrecontrib/asteronits: fix check rule
2015-12-14 Alexis Laferrièrelib/gamnit: fix not executing gamnit programs when...
2015-12-14 Alexis Laferrièrecontrib: move lib/gamnit/examples/asteronits to contrib/
2015-12-14 Alexis Laferrièrelib/gamnit: tweak the world_camera to support devices...
2015-12-14 Alexis Laferrièrelib/gamnit: make controls larger in asteronits
2015-12-14 Alexis Laferrièrelib/gamnit: intro README.md
2015-12-14 Alexis Laferrièrelib/gamnit: intro the asteronit example
2015-12-14 Alexis Laferrièrelib/gamnit: intro `accept_events` and other input relat...
2015-12-14 Alexis Laferrièrelib/gamnit: intro `simple_2d` and API for easy 2D games...
2015-12-14 Alexis Laferrièrelib/gamnit: intro `EulerCamera::reset_to_fit`
2015-12-14 Alexis Laferrièrelib/gamnit: intro `UICamera`
2015-12-14 Alexis Laferrièrelib/gamnit: add a non-null display argument to frame_core
2015-12-14 Alexis Laferrièrelib/gamnit: make `all_root_textures` public
2015-12-14 Alexis Laferrièrelib/gamnit: fix offsets in textures to be lazy
2015-12-14 Alexis Laferrièrelib/android: fix `AndroidKeyEvent::to_c` to return...
2015-12-14 Alexis Laferrièrelib/mnit: update doc and style of the `input` module
2015-12-14 Alexis Laferrièrelib/mnit & implementations: move up `is_move` from...
2015-12-13 Lucas Bajolettests: Updated error message (different line) in sav
2015-12-12 Lucas Bajoletlib/core: Make all `Set` cloneable
2015-12-12 Alexis Laferrièrecontrib/inkscape_tools: update support for gamnit
2015-12-12 Alexis Laferrièrelib/opts: `OptionContext::parse` use `args` by default
2015-12-11 Alexandre Terrasanitweb: add man page
2015-12-11 Alexandre Terrasatests: add nitweb
2015-12-11 Alexandre Terrasanitweb: introduce nitweb binary
2015-12-11 Alexandre Terrasanitweb: introduce web actions
2015-12-11 Alexandre Terrasanitweb: introduce views used to render information
2015-12-11 Alexandre Terrasanitweb: render model entities to html
2015-12-11 Alexandre Terrasasrc: introduce a new tool called nitweb
2015-12-11 Alexandre Terrasamodelize: introduce ModelBuilder::mentity2node method
2015-12-11 Philippe Pepos... Add simple proxy action
2015-12-11 Jean PrivatMerge: gamnit: intro textures, programs, camera and...
2015-12-11 Jean PrivatMerge: engine: handle the compilation/interpretation...
2015-12-11 Jean PrivatMerge: check_contrib: filter-out contrib/nitc when...
2015-12-10 Jean Privatengine: handle the compilation/interpretation of multip...
2015-12-10 Alexis Laferrièrelib/gamnit: intro the globe examples
2015-12-10 Alexis Laferrièrelib/gamnit: intro graphic programs abstraction layer
2015-12-10 Alexis Laferrièrelib/gamnit: intro the cameras module
2015-12-10 Alexis Laferrièrelib/gamnit: intro texture support
2015-12-10 Alexis Laferrièrelib/gamnit: do not execute gamnit clients when testing
2015-12-10 Alexis Laferrièrelib/gamnit: intro `GamnitDisplay::aspect_ratio`
2015-12-10 Alexis Laferrièrelib/android: demultiply pixel data from alpha value...
2015-12-10 Alexis Laferrièrelib/c: intro CUInt16Array
2015-12-10 Alexis Laferrièrelib/glesv2: intro glGet* and GL_MAX_* macros
2015-12-09 Alexandre Terrasamodel_collect: allow collect by full namespace
2015-12-09 Jean PrivatMerge: Cleanup auto_super_init
2015-12-09 Jean PrivatMerge: Inline binops
2015-12-09 Jean PrivatMerge: gamnit: use the same code to limit fps than...
2015-12-08 Jean PrivatMerge: Added new `is_hexdigit` service on `Char`
2015-12-08 Jean PrivatMerge: Removed useless `buffered_ropes` package
2015-12-08 Jean PrivatMerge: Use `as` casts to implicitly type class attributes
2015-12-08 Jean PrivatMerge: nitcorn server for nitiwiki
2015-12-08 Jean Privatcheck_contrib: filter-out contrib/nitc when checking...
2015-12-08 Alexis Laferrièreexamples: update users of `mnit::mnit_fps`
2015-12-08 Jean Privattests: update *init* related tests
2015-12-08 Jean Privatautosuper: remove most historic heuristics on implicitl...
2015-12-08 Jean Privatautosuper: remove heuristic where a homonymous named...
2015-12-08 Jean Privatcode: various update to clean declaration or usage...
2015-12-08 Jean Privatcode: explicitly call init in some named constructors
2015-12-08 Lucas Bajolettests: Update with introduction of new methods in ...
2015-12-08 Lucas Bajoletlib/core: Added new `is_hexdigit` service on `Char`
2015-12-08 Lucas Bajoletlib: Removed useless `buffered_ropes` package
2015-12-08 Lucas Bajoletlib/core: Inlined implementation of `abs`
2015-12-08 Lucas Bajoletlib/core: Re-implemented some frequently used binops...
2015-12-08 Alexis Laferrièresrc: as casts define the type of class attributes
2015-12-08 Alexis Laferrièrelib/gamnit: copy and update `mnit::mnit_fps` as `gamnit...
2015-12-08 Alexis Laferrièrelib/mnit: use floats to count fps to avoid long size...
2015-12-08 Alexis Laferrièrelib/mnit: fix broken `mnit_fps::App::current_fps`
2015-12-08 Alexis Laferrièrelib/core: intro `Float::sleep`
2015-12-08 Alexis Laferrièrelib/core: fix segfaults in `String::realpath` and remov...
2015-12-08 Alexis Laferrièrecontrib/nitiwiki: use absolute paths to detect access...
2015-12-08 Jean PrivatMerge: glesv2: new services for uniforms, query info...
2015-12-07 Alexis Laferrièrelib/glesv2 & gamnit: update examples
2015-12-07 Alexis Laferrièrelib/glesv2: intro glDrawElements
2015-12-07 Alexis Laferrièrelib/glesv2: allocate native strings with the GC instead...
2015-12-07 Alexis Laferrièrelib/glesv2: add missing uniform functions
2015-12-07 Alexis Laferrièrelib/glesv2: revamp the API to get logs
next