a_star: don't crash on deserialization errors and limit static types
[nit.git] / lib /
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
2017-06-16 Alexis Laferrièregamnit: accept float values in `BMFont`
2017-06-16 Jean PrivatMerge: neo4j: Add a fluent interface to set queries...
2017-06-15 Jean Privatposet: add lookup services in Map to search using keys...
2017-06-15 Jean PrivatMerge: gamnit: replace missing textures by a checker...
2017-06-15 Jean PrivatMerge: core: move file related services from `String...
2017-06-15 Jean-Christophe... neo4j: Add a fluent interface to set queries’ parameters
2017-06-14 Alexis Laferrièrecore: move more servies to Text (receiver and args...
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 Jean PrivatMerge: lib/popcorn: introduce BoolValidator in popcorn...
2017-06-12 Jean PrivatMerge: More package.ini
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-12 Alexandre Terrasalib/popcorn: introduce BoolValidator in popcorn::pop_va...
2017-06-12 Jean PrivatMerge: lib/popcorn: use GetName for deserialization...
2017-06-12 Jean PrivatMerge: lib/dot: rename `exemples` to `examples`
2017-06-12 Jean Privatadd 2 missing package.ini files
2017-06-09 Alexandre Terrasalib/popcorn: use GetName for deserialization process
2017-06-09 Alexandre Terrasalib/dot: do not show graph by default in examples so...
2017-06-09 Jean PrivatMerge: gamnit: fix color buffer clearing issues on...
2017-06-09 Jean PrivatMerge: gamnit: dynamic window resize
2017-06-08 Jean PrivatMerge: gamnit: fix README and docker latest-full refere...
2017-06-08 Jean Privatlib/meta: add a *goret* approach to get the name of...
2017-06-08 Alexis Laferrièregamnit: don't recommend to install a package that is...
2017-06-08 Alexis Laferrièreapp: disable example leading to a threaded crash on...
2017-06-08 Alexis Laferrièregamnit: resize in dynamic resolution
2017-06-08 Alexis Laferrièregamnit: enable dynamic window resizing on desktop
2017-06-08 Alexis Laferrièregamnit: cache UICamera anchor points
2017-06-08 Alexis Laferrièregeometry: move up `Point3d::offset` from gamnit
2017-06-08 Alexis Laferrièregamnit: fix `UICamera::height` doc and double assignation
2017-06-08 Alexis Laferrièregamnit: fix color buffer clearing issues on some computers
2017-06-07 Alexandre Terrasalib/dot: rename `exemples` to `examples`
2017-06-07 Jean PrivatMerge: gamnit: Blinn-Phong specular lighting, 3 axes...
2017-06-07 Jean PrivatMerge: Wrapper gmp
2017-06-06 Alexis Laferrièresdl2: intro window events
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: popcorn: some useful services for JSON related...
2017-06-06 Jean PrivatMerge: Actors upgrade and fixes
2017-06-06 Alexandre Terrasalib/core: introduce replace_first in text/string_search
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-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-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...
next