tests: add some runtime error in nitin.input
[nit.git] / lib /
2017-04-11 Jean PrivatMerge: gamnit: virtual gamepad
2017-04-11 Jean PrivatMerge: gamnit: abstract camera scroll and zoom service
2017-04-10 Alexis Laferrièregamnit: world_camera position defaults to 1080 pixels...
2017-04-10 Alexis Laferrièregamnit: intro dynamic resolution support
2017-04-10 Alexis Laferrièreglesv2: intro param to get names of bound entities
2017-04-10 Alexis Laferrièreglesv2: small (but important) fixes
2017-04-06 Alexis Laferrièregamnit: implement `camera_control` for linux
2017-04-06 Alexis Laferrièregamnit: intro `camera_control` an abstraction of `accep...
2017-04-06 Alexis Laferrièresdl2 & gamnit: add mouse wheel events
2017-04-05 Alexis Laferrièregamnit: fix clearing reference to context in sprites too
2017-04-05 Alexis Laferrièregamnit: add example to `gamnit::keys`
2017-04-05 Jean PrivatMerge: GC now collect cycles
2017-04-04 Alexis Laferrièregamnit: intro virtual gamepad
2017-04-04 Alexis Laferrièregamnit: intro more anchor points
2017-04-04 Alexis Laferrièregamnit: fix Y axis un `screen_to_ui`
2017-04-04 Alexis Laferrièremnit::input: move up pointer id
2017-04-03 BlackMinouUpdate the doc for Finalizable
2017-04-03 BlackMinouActors example Chameneos redux fixes
2017-04-03 BlackMinouActors example Fannkuch redux fixes
2017-03-29 BlackMinouActors example Mandelbrot fixes
2017-03-29 BlackMinouActors example Thread ring fixes
2017-03-28 Jean PrivatMerge: gamnit: optimize the `flat` 2D api using GPU...
2017-03-27 Alexis Laferrièregamnit: make SpriteSet behave more like a Set
2017-03-23 Alexis Laferrièregamnit: intro a template project for 2D games
2017-03-23 Alexis Laferrièregamnit: fix standalone triangle
2017-03-23 Alexis Laferrièregamnit: intro color services to `Sprite`
2017-03-23 Alexis Laferrièregamnit: rewrite implementation to use VBOs
2017-03-23 Alexis Laferrièrec & matrix: make some services public for low level...
2017-03-23 Alexis Laferrièreglesv2: add integer variants to operations on buffers
2017-03-23 Alexis Laferrièreglesv2: intro buffer services
2017-03-23 Alexis Laferrièregamnit: time the performance of the core services
2017-03-23 Alexis Laferrièrecore: implement `MinHeap::clear` and intro `Pointer...
2017-03-22 Jean-Christophe... hash_collections: Fix the documentation of `Set::new`
2017-03-20 Jean PrivatMerge: Docker, portability and crosscompiling tweaks
2017-03-17 Alexis Laferrièreexec: close child pipes from the parent process
2017-03-17 Alexis Laferrièrecore: split PATH on ; on Windows
2017-03-17 Alexis Laferrièrecore: standardize Windows path handling
2017-03-14 Alexis Laferrièrecore: 32 bits fixes
2017-03-09 Jean PrivatMerge: realtime: 32 bits compatibility
2017-03-06 Alexandre Terrasalib/json: fix array serialization
2017-03-04 Alexis Laferrièrerealtime: 32 bits safe
2017-03-01 Jean Privatlib/ini: do not abort when lines does not have "="
2017-02-28 Jean PrivatMerge: Counter: fixes
2017-02-28 Jean PrivatMerge: gamnit: use SDL2 windows and events
2017-02-28 Jean PrivatMerge: Nit Actor Model, with some examples
2017-02-28 Alexis Laferrièrekernel: intro `Pointer::==` and `Pointer::hash`
2017-02-27 Alexis Laferrièreapp: minor refactor of the audio services
2017-02-27 Alexis Laferrièregamnit: update doc
2017-02-27 Alexis Laferrièregamnit: use SDL2
2017-02-27 Alexis Laferrièregamnit: don't use `texture` as it may be a std function
2017-02-27 Alexis Laferrièreglesv2: use SDL2 for a portable hello triangle example
2017-02-27 Alexis Laferrièreglesv2: minor improvements to the hello_triangle example
2017-02-27 Alexis Laferrièresdl2: implement more events
2017-02-27 Alexis Laferrièresdl2: more display and surface services
2017-02-27 Alexis Laferrièresdl2: fix initialization services
2017-02-27 Alexandre Terrasacounter: fix add all behavior
2017-02-27 Alexandre Terrasacounter: fix NPE on nullable element to_s
2017-02-27 Jean PrivatMerge: Windows: implement the `exec` module using ...
2017-02-27 Jean PrivatMerge: lib/github: GitHub loader
2017-02-27 BlackMinouignoring actors_*.nit files generated by nitc
2017-02-27 BlackMinouA very simple example using actors
2017-02-27 BlackMinouAdding a README to the actors group
2017-02-26 Alexis Laferrièresdl2: update window_handle to support Windows and intro...
2017-02-26 Alexis Laferrièreegl: standardize the name of the 2 different handles
2017-02-26 Alexis Laferrièreegl: clean up `initialize` and `make_current`, and...
2017-02-23 Alexis Laferrièrewindows: flush after each write
2017-02-23 Alexis Laferrièrewindows: implement services of the exec module
2017-02-21 BlackMinouFannkuch-redux actor example
2017-02-21 BlackMinouChameneos-redux actor example
2017-02-21 BlackMinouMandelbrot example from benchmarks game
2017-02-21 BlackMinouAdds an atomic Int to pthreads
2017-02-21 BlackMinouthread ring example from benchmarksgame
2017-02-21 BlackMinouAdding a Nitty version of a condition variable
2017-02-21 BlackMinouActors abstraction
2017-02-20 Alexandre Terrasalib/github: introduce loader
2017-02-20 Alexandre Terrasalib/github: fix deserialization of empty branch arrays
2017-02-20 Jean PrivatMerge: lib/popcorn: add response handler to return...
2017-02-16 Jean PrivatMerge: JSON: optimize writing strings
2017-02-16 Jean PrivatMerge: Use a Buffer in StringWriter
2017-02-16 Alexis Laferrièrejson: optimize writing strings
2017-02-16 Jean Privatcore/stream: StringWriter uses a Buffer internally
2017-02-16 Jean Privatjson: use `write_char c` instead of `write c.to_s`
2017-02-16 Jean PrivatMerge: Windows: last changes for a working bootstrap
2017-02-16 Jean PrivatMerge: new module annotation `is generated`
2017-02-13 Alexandre Terrasalib/github: fix api pull request
2017-02-13 Alexandre Terrasalib/github: fix api milestone
2017-02-13 Alexandre Terrasalib/github: fix Commit api for users
2017-02-13 Alexandre Terrasalib/github/curl: fix error message matching
2017-02-13 Alexandre Terrasalib/json/serialization: fix serialization of first...
2017-02-13 Alexandre Terrasalib/json/store: fix object paths
2017-02-12 Alexandre Terrasalib/popcorn: add response handler for csv documents
2017-02-12 Alexandre Terrasalib/nitcorn: add some media types
2017-02-11 Alexis Laferrièrecore: simplify_path supports Windows style path
2017-02-10 Jean PrivatMerge: Use `UInt32` to manipulate Unicode chars and...
2017-02-10 Jean PrivatMerge: improve AST dump
2017-02-10 Jean PrivatMerge: mongo::queries: add unwind method
2017-02-10 Jean Privatnitc: use is_generated in various tools and generated...
2017-02-10 Jean PrivatMerge: nitrestful: async services and deserialize plain...
2017-02-09 Alexis Laferrièreios: remove temporary Unicode fix
2017-02-09 Alexis Laferrièretext: use UInt32 to manipulate chars
next