nit.git
2017-09-06 Alexandre Terrasanitunit: update documentation for annotations
2017-09-06 Alexandre Terrasatests: update syntax tests
2017-09-06 Alexandre Terrasanitunit: migrate test generation to annotations
2017-09-06 Alexandre Terrasafrontend: disable warnings for test modules
2017-09-06 Alexandre Terrasasrc: migrate nitunits to annotations
2017-09-06 Alexandre Terrasalib: migrate nitunits to annotations
2017-08-15 Alexandre Terrasalib/popcorn: migrate nitunits to annotations
2017-08-15 Alexandre Terrasacontrib: migrate nitunits to annotations
2017-08-15 Alexandre Terrasalib/core: remove useless test_suite
2017-08-15 Alexandre Terrasanitunit: update tests
2017-08-15 Alexandre Terrasalib/core: introduce `test` annotation
2017-08-15 Alexandre Terrasanitunit: use `intern` constructor
2017-08-15 Alexandre Terrasanitunit: use `before`, `after` annotations for test...
2017-08-15 Alexandre Terrasanitunit: use `before_all`, `after_all` annotations...
2017-08-15 Alexandre Terrasanitunit: use `test` annotation for propdefs
2017-08-15 Alexandre Terrasanitunit: use `test` annotation for classdefs
2017-08-15 Alexandre Terrasanitunit: use `test` annotation for modules
2017-08-15 Alexandre Terrasaloader: use `test` annotations for modules
2017-08-15 Alexandre Terrasaparse_annotations: parse nitunit related annotations
2017-08-15 Alexandre Terrasamodel: introduce nitunit annotations in mentities
2017-08-02 Jean PrivatMerge: Nitsmell : Adding new code smells and print...
2017-08-02 Jean PrivatMerge: serialization: safe formal types, fix warnings...
2017-08-02 Florian DeljarryNitsmell : Adding new code smells and print console...
2017-08-02 Jean PrivatMerge: gamnit: misc fixes
2017-07-28 Alexis Laferrièreasteronits: fix virtual gamepad
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èretests: add formal types to serialization tests
2017-07-26 Alexis Laferrièrefrontend: don't deserialization code with warnings
2017-07-26 Alexis Laferrièrefrontend: don't mention JSON in general deserialization...
2017-07-26 Alexis Laferrièrefrontend: safer deserialization of parameter and virtua...
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èrenitserial: intrude import modules when needed
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: model: group parameter types in `MSignature...
2017-07-17 Jean PrivatMerge: quadtree: use an array, fix warnings and standar...
2017-07-17 Jean PrivatMerge: gamnit: control drawing order
2017-07-17 Jean PrivatMerge: gtksourceview: Add the missing `kwnull` context
2017-07-17 Jean PrivatMerge: vim plugin: list introduction and redefinition...
2017-07-14 Alexis Laferrièregamnit: make `BMFontChar` more permissive to accept...
2017-07-14 Alexis Laferrièremodel: group types in `MSignature::to_s`
2017-07-14 Jean-Christophe... gtksourceview: Add the missing `kwnull` context
2017-07-14 Alexis Laferrièrenitpick & vim: list concerned files in doc
2017-07-14 Alexis Laferrièrevim: improve NitGitGrep
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: frontend: run code generation phases only in...
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-30 Alexis Laferrièresrc: fix typos in test_test_phase.nit and nitmetrics.nit
2017-06-30 Alexis Laferrièrefrontend: extract code generation modules from the...
2017-06-30 Jean PrivatMerge: gamnit: refactor the `flat` 2D API to include...
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: gtksourceview: Rewrite the language definition
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: some Docker update
2017-06-28 Jean PrivatMerge: neo4j: fix cypher syntax for `Neo4jClient::nodes...
2017-06-28 Jean Privatnitc: remove some useless truisms.
2017-06-28 Jean Privattyping: new warning `useless-truism` to catch trainees.
2017-06-28 Jean-Christophe... gtksourceview: Rewrite the language definition
2017-06-28 Jean-Christophe... examples: Add a test case for syntax highlighters
2017-06-28 Alexis Laferrièregamnit: don't overflow `short int` used as vertices...
2017-06-28 Alexis Laferrièreaction_nitro: remove dead code
2017-06-28 Alexis Laferrièreaction_nitro: clean Makefile and fix fdroid support
2017-06-28 Alexis Laferrièreaction_nitro: support premultiplied textures on Android
2017-06-28 Alexis Laferrièreaction_nitro: prettier particles
2017-06-28 Alexis Laferrièremodel_viewer: use premultiplied colors on clouds and...
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 Jean Privatdocker-full: java: setup needed environment variables
2017-06-28 Jean Privatdocker-full: install OpenGL validator
2017-06-28 Jean Privatdocker-full: install the android platforms needed by...
2017-06-28 Jean Privatdocker-full: android make tool executable by all users
2017-06-28 Jean Privatdocker-full: install libgmp-dev & libreadline-dev
2017-06-28 Jean Privatdocker: use stretch instead of jessie
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
next