core: implement Float::to_precision in C without callbacks
[nit.git] / lib /
2017-10-03 Alexis Laferrièrecore: implement Float::to_precision in C without callbacks
2017-09-18 Jean PrivatMerge: core: intro BytesWriter and BytesReader
2017-09-18 Jean PrivatMerge: app.nit: easier root window selection and other...
2017-09-15 Alexis Laferrièrecore: Bytes have a minimum capacity of 16 bytes
2017-09-15 Alexis Laferrièrecore: optimize Bytes::append_text using redefs in Text...
2017-09-15 Alexis Laferrièrecore: protect access to _items in empty strings
2017-09-08 Alexis Laferrièreapp: add code example to data_store, http_request and ui
2017-09-08 Alexis Laferrièreapp: report errors in DataStore and fix a warning
2017-09-08 Alexis Laferrièreapp: make DataStore a class and refine on each platform
2017-09-08 Alexis Laferrièreapp: tweak UI API doc
2017-09-08 Alexis Laferrièreapp: intro `root_window` to select the first visible...
2017-09-08 Alexis Laferrièrestream: intro `BytesWriter` and `BytesReader`
2017-09-07 Alexis Laferrièreapp: update UI example language and android style
2017-09-07 Jean PrivatMerge: json: move up general services, support Byte...
2017-09-07 Jean PrivatMerge: gamnit: shadow mapping
2017-08-31 Alexis Laferrièreserialization: move StrictHashMap related services
2017-08-31 Alexis Laferrièreserialization: move up deser. safety services from...
2017-08-31 Jean PrivatMerge: gamnit audio: control sound channels and don...
2017-08-31 Jean PrivatMerge: json: remove the old nitcc parser
2017-08-31 Jean PrivatMerge: dom: fix two possible out of bounds string accesses
2017-08-31 Jean PrivatMerge: lib/markdown: fix crash of the parser when parsi...
2017-08-31 Alexis Laferrièregamnit: don't crash if there is no sound
2017-08-31 Alexis Laferrièrelinux::audio: extract `play_channel`
2017-08-31 Alexis Laferrièresdl2: add more `mixer` services
2017-08-31 Alexis Laferrièreserialization: move up type name manipulation services...
2017-08-31 Alexis Laferrièregamnit: intro basic shadow mapping
2017-08-31 Alexis Laferrièrejson: update expected error in unit test
2017-08-31 Alexis Laferrièrejson: remove the old nitcc parser
2017-08-30 Jean Privatlib/mongodb: fix database_names test
2017-08-29 Alexandre Terrasalib/markdown: fix crash of the parser when parsing...
2017-08-29 Alexis Laferrièregamnit: add camera parameter to `draw` method
2017-08-29 Alexis Laferrièregamnit: intro UniformInt
2017-08-29 Alexis Laferrièregamnit: cull back faces
2017-08-29 Alexis Laferrièregamnit: fix 3D objects in dynamic resolution
2017-08-29 Alexis Laferrièredom: fix two possible out of bounds string accesses
2017-08-22 Alexis Laferrièrebytes: tweak doc to put forward the copy behavior of...
2017-08-19 Alexis Laferrièregamnit: print current config and list extensions
2017-08-19 Alexis Laferrièreglesv2 & gamnit: fix typos and minor issues
2017-08-16 Alexis Laferrièreglesv2: intro glGetString
2017-08-10 Alexis Laferrièrejson: deser. chars serialized as strings and bytes...
2017-08-10 Alexis Laferrièrejson: support `Byte` in a similar way to `Char`
2017-08-10 Alexis Laferrièreserialization: fix typo and warning
2017-08-10 Alexis Laferrièrejson: avoid repeating if condition
2017-08-10 Alexis Laferrièrejson: don't reserve an id when not using it
2017-08-02 Jean PrivatMerge: serialization: safe formal types, fix warnings...
2017-07-28 Alexis Laferrièregamnit: don't remap sprites removed from a set after...
2017-07-28 Alexis Laferrièregamnit: fix div by zero when there is no animation
2017-07-28 Alexis Laferrièregamnit: fix animations with a single frame
2017-07-28 Alexis Laferrièregamnit: make `SpriteSet` public so clients can use...
2017-07-28 Alexis Laferrièregamnit: `UICamera::camera_to_ui` returns a 3D point
2017-07-28 Alexis Laferrièregamnit: cache `GamnitDisplay::aspect_ratio`
2017-07-28 Alexis Laferrièrelib: misc typos
2017-07-26 Alexis Laferrièrea_star: don't crash on deserialization errors and limit...
2017-07-26 Alexis Laferrièreserialization: implement serialization for classes...
2017-07-26 Alexis Laferrièrejson: standardize error messages
2017-07-26 Alexis Laferrièrejson: deserialize Maps keys first, in the same order...
2017-07-26 Alexis Laferrièrejson: use GetName to restrict deserialized formal types
2017-07-26 Alexis Laferrièreserialization: intro `AttributeMissingError`
2017-07-26 Alexis Laferrièreserialization: update some doc
2017-07-26 Alexis Laferrièregen_nit: accept complete import declarations
2017-07-18 Jean PrivatMerge: typing: new warning `useless-truism` to catch...
2017-07-18 Jean PrivatMerge: gamnit: scale text, add custom characters and...
2017-07-17 Alexis Laferrièregamnit: add new features to the fonts_showcase example
2017-07-17 Alexis Laferrièregamnit: add markdown-like links to `TextSprites` with...
2017-07-17 Jean Privatlib&contrib: remove some useless truisms.
2017-07-17 Jean PrivatMerge: quadtree: use an array, fix warnings and standar...
2017-07-14 Alexis Laferrièregamnit: make `BMFontChar` more permissive to accept...
2017-07-14 Alexis Laferrièregeometry: fix warnings in quadtree structures and stand...
2017-07-14 Alexis Laferrièregamnit: intro `TextSprite::scale`
2017-07-14 Alexis Laferrièregamnit: intro `Sprite::draw_order`
2017-07-14 Alexis Laferrièremore_collections: intro HashMap4
2017-07-11 Jean PrivatMerge: poset: add lookup services in Map to search...
2017-07-11 Jean PrivatMerge: gmp: Introduce Long and Ratio
2017-07-06 PatrickBlanchettegmp: Introduce BigInt and Ratio
2017-06-29 Alexis Laferrièregamnit: `flat` includes more optional modules
2017-06-29 Alexis Laferrièregamnit: move `flat` to a group
2017-06-28 Jean PrivatMerge: gamnit: fix integer overflow when there's more...
2017-06-28 Jean PrivatMerge: gamnit: premultiply alpha for a nicer alpha...
2017-06-28 Jean PrivatMerge: neo4j: fix cypher syntax for `Neo4jClient::nodes...
2017-06-28 Alexis Laferrièregamnit: don't overflow `short int` used as vertices...
2017-06-28 Alexis Laferrièregamnit: use API 19 services to fix premultiplied textur...
2017-06-28 Alexis Laferrièregamnit: leave it up to the clients to set premultiplied...
2017-06-28 Alexis Laferrièregamnit: use premultiplied alpha
2017-06-28 Alexis Laferrièregamnit: by default, use the generated mipmap for minifi...
2017-06-28 Jean Privatneo4j: fix cypher syntax for `Neo4jClient::nodes_with_l...
2017-06-27 Jean PrivatMerge: gamnit: Sprite animations
2017-06-26 Alexis Laferrièregamnit: add animations to Sprites
2017-06-23 Alexis Laferrièregamnit: don't use `sprites_to_update` after a GPU buffe...
2017-06-23 Alexis Laferrièregamnit: cache the last sprite added to `sprites_to_update`
2017-06-23 Alexis Laferrièregamnit: cache sprite GPU index, as index_of is very...
2017-06-20 Alexis Laferrièregamnit: add a subtexture with relative border coordinates
2017-06-20 Alexis Laferrièregamnit: pass the elapsed time in the world of each...
2017-06-19 Jean PrivatMerge: neo4j: Prevent accidental code injections in...
2017-06-17 Jean-Christophe... neo4j: Fix the example for `CypherQuery::set`
2017-06-17 Jean PrivatMerge: Use prefixed chars instead of raw values
2017-06-17 Jean PrivatMerge: gamnit: customize writing with BMFont
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
next