lib/gamnit depth&flat: extract implementations of frame_core_draw
[nit.git] / lib /
2016-01-19 Alexis Laferrièrelib/gamnit depth&flat: extract implementations of frame...
2016-01-19 Alexis Laferrièrelib/android/cardboard: remove `gyro_bias` as it no...
2016-01-18 Alexis Laferrièrelib/gamnit: intro gamnit depth
2016-01-17 Alexis Laferrièrelib/gamnit: intro `EulerCamera::look_at`
2016-01-17 Alexis Laferrièrelib/gamnit flat: set array_enabled settings at each...
2016-01-17 Alexis Laferrièrelib/gamnit flat: extract `App::frame_core_draw`
2016-01-17 Alexis Laferrièrelib/gamnit: rename simple_2d to flat
2016-01-16 Alexis Laferrièrelib/gamnit: add support for map_Ka in the .mtl parser
2016-01-16 Alexis Laferrièrelib/gamnit: move `Texture::checker` to its own class...
2016-01-16 Alexis Laferrièrelib/gamnit: document `offset` methods
2016-01-14 Jean PrivatMerge: Intro parsers to load 3D models from .obj and...
2016-01-14 Alexis Laferrièrelib/mnit: rename `Asset` to `MnitAsset` to fix conflict...
2016-01-14 Alexis Laferrièrelib/gamnit: intro parsers for .obj and .mtl files
2016-01-14 Alexis Laferrièrelib/gamnit: intro new services and refine `StringProces...
2016-01-14 Jean PrivatMerge: Extend is_numeric to support negative values...
2016-01-12 Alexis Laferrièrelib/parser_base: intro `StringProcessor::eof` and fix...
2016-01-12 Alexis Laferrièrelib/android: implement `TextAsset`
2016-01-12 Alexis Laferrièrelib/android: fix manipulation of Java stack from assets...
2016-01-12 Alexis Laferrièrelib/linux: implement `TextAsset`
2016-01-12 Alexis Laferrièrelib/app: intro `Asset` and `TextAsset`
2016-01-12 Alexis Laferrièrelib/core: add a factory to `Set` to instantiate a ...
2016-01-12 Alexis Laferrièrelib/core: remove support for ',' in `is_numeric`
2016-01-12 Alexis Laferrièrelib/core: `is_numeric` returns false on empty strings
2016-01-12 Alexis Laferrièrelib/core: extend is_numeric to support negatives (...
2016-01-06 Alexis Laferrièrelib/nitcorn: update examples as they don't need to...
2016-01-06 Alexis Laferrièrelib/nitcorn: skip the listening loop when running conti...
2015-12-29 Lucas Bajoletsrc: Improve speed of interpreter when working with...
2015-12-29 Lucas Bajoletlib: Fixed text_stat with improvements from lib
2015-12-29 Lucas Bajoletlib/core: Avoid boxing when comparing two NativeString...
2015-12-29 Lucas Bajoletlib/core: Improve speed of `utf8_length` in NativeStrin...
2015-12-29 Lucas Bajoletlib/core: Perfize `substring` in `FlatString`
2015-12-29 Lucas Bajoletlib/core: Have `is_empty` work with `_bytelen` instead...
2015-12-29 Lucas Bajoletlib/core: Added shortcut for common ASCII-case in ...
2015-12-29 Lucas Bajoletlib/core: Improved cache mechanism in `ropes` for ...
2015-12-29 Lucas Bajoletlib/core: Improve speed of an indexed access in a UTF...
2015-12-29 Lucas Bajoletlib/core: Added `to_s_unsafe` method to `NativeString...
2015-12-29 Lucas Bajoletlib/core: Improved the speed of `clean_utf8`
2015-12-29 Lucas Bajoletlib/core: Added prefetching of 4 chars at once on ...
2015-12-28 Lucas Bajoletlib/core: Re-made `length` an attribute in `FlatString...
2015-12-28 Lucas Bajoletlib/core: Removed `last_byte` attribute in `FlatString...
2015-12-19 Alexandre Terrasalib/collection: introduce init `HashMap::from`
2015-12-18 Jean PrivatMerge: Faster hex parsing
2015-12-18 Lucas Bajoletlib/core: Added an optimized `to_hex` function to ...
2015-12-18 Jean Privatcore: add Text::levenshtein_distance
2015-12-17 Lucas Bajoletlib/json: Improved performance of Unicode-escaping...
2015-12-17 Lucas Bajoletlib: Perfized `to_hex` and have it work anywhere in...
2015-12-17 Lucas Bajoletlib: Added `is_surrogate` service to `Char`
2015-12-17 Lucas Bajoletlib: Added `from_hex` service to transform an hexadecim...
2015-12-17 Jean PrivatMerge: Asteronits: add sounds and decouple app::audio...
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 Bajoletlib/json: Added ad-hoc string parser for JSON
2015-12-16 Alexis Laferrièrelib/android: fix frenglish doc
2015-12-16 Alexis Laferrièrelib/linux: audio has no more needs for mnit
2015-12-16 Alexis Laferrièrelib: move assets_dir
2015-12-15 Jean PrivatMerge: Add simple proxy action
2015-12-15 Jean PrivatMerge: Make all Sets cloneable
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-12 Lucas Bajoletlib/core: Make all `Set` cloneable
2015-12-12 Alexis Laferrièrelib/opts: `OptionContext::parse` use `args` by default
2015-12-11 Philippe Pepos Pet... Add simple proxy action
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 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: nitcorn server for nitiwiki
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 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è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`
next