nit.git
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
2017-06-27 Jean PrivatMerge: gamnit: performance improvements for Dawn Arrival
2017-06-26 Alexis Laferrièreaction_nitro: animate the parachute opening
2017-06-26 Alexis Laferrièreaction_nitro: update to use gamnit 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-20 Alexis Laferrièreasteronits: convert sound effect from a broken mp3...
2017-06-19 Jean PrivatMerge: Clean benches
2017-06-19 Jean PrivatMerge: frontend: introduce `parse_annotations` phase
2017-06-19 Jean PrivatMerge: neo4j: Prevent accidental code injections in...
2017-06-19 Jean Privatbench/engines: add a sanitary check to just run the...
2017-06-19 Jean Privatbench/engines: remove `jwrapper` output directory
2017-06-19 Jean Privatbench/markdown: disable pandoc
2017-06-19 Jean Privatbench/string: check force run on fast instances
2017-06-19 Jean Privatbench/string: fix typo in shell script
2017-06-19 Alexandre Terrasafrontend: introduce `parse_annotations` phase
2017-06-17 Jean-Christophe... neo4j: Prevent accidental code injections in the tests
next