nit.git
2017-07-14 Alexis Laferrièrevim: improve NitGitGrep
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-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
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: subset: Add grammar and kind
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: oot: add 2 random projects found on the Internet.
2017-06-16 Jean PrivatMerge: neo4j: Add a fluent interface to set queries...
2017-06-16 Jean PrivatMerge: modelize_property: Add a variable to shorten...
2017-06-16 Jean PrivatMerge: docker: don't let `strip` fails the build becaus...
2017-06-16 Jean Privatoot: update force-change the repo url
2017-06-16 Jean Privatoot: add 2 random projects found on the Internet.
2017-06-16 Jean Privatdocker: don't let `strip` fails the build because nit...
2017-06-15 Jean PrivatMerge: Attempt to fix the tests neo4j
2017-06-15 Jean PrivatMerge: nitc: use ccache again
2017-06-15 Jean PrivatMerge: modelize_class: Refactor
2017-06-15 Jean PrivatMerge: gamnit: replace missing textures by a checker...
2017-06-15 Jean PrivatMerge: tests: measure time with elapsed time instead...
2017-06-15 Jean PrivatMerge: modelize_property: Remove an unreachable case
2017-06-15 Jean PrivatMerge: nit-makepackage: add missing manpage
2017-06-15 Jean PrivatMerge: core: move file related services from `String...
2017-06-15 Jean-Christophe... modelize_property: Add a variable to shorten some code
2017-06-15 Jean-Christophe... modelize_class: Link `subset_kind` with its correspondi...
2017-06-15 Jean-Christophe... parser: Recompile
2017-06-15 Jean-Christophe... parser: Add the concrete grammar for predicate definitions
2017-06-15 Jean-Christophe... neo4j: Add a fluent interface to set queries’ parameters
2017-06-15 Jean Privatnitc: use ccache again
2017-06-15 Jean Privattests/neo4j: hardening the test not_empty to `length...
2017-06-15 Jean Privattests/neo4j: clear the potential existing elements...
2017-06-14 Jean-Christophe... modelize_property: Remove an unreachable case
2017-06-14 Jean-Christophe... modelize_property: Implement `is_new` like `is_init`
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-14 Jean Privatnit-makepackage: add missing manpage
2017-06-14 Jean Privattest: use `command` instead of `env` to bypass Bash...
2017-06-13 Jean-Christophe... parser: Add the abstract grammar for predicate definitions
2017-06-13 Jean-Christophe... parser_nodes: Allow to flag predicate definitions
2017-06-13 Jean-Christophe... parser: Add the grammar for subset definitions
2017-06-13 Jean-Christophe... parser_nodes: Add a class kind for class subsets
2017-06-13 Jean-Christophe... model: Add a class kind for class subsets
2017-06-13 Jean-Christophe... model: Don’t blacklist in specialization rules
2017-06-13 Jean-Christophe... model: Add `can_customize_isa` and `can_init` attribute...
2017-06-13 Jean Privattests: measure time with elapsed time instead of user...
2017-06-13 Jean-Christophe... modelize_class: Test the handling of a formal supertypes
2017-06-13 Jean-Christophe... modelize_class: Fix the wording of an error message.
2017-06-13 Jean-Christophe... modelize_class: Don’t crash on a formal supertype
2017-06-12 Jean PrivatMerge: nitweb: use ui-router
2017-06-12 Jean PrivatMerge: testmodel: what about docunits to test model...
2017-06-12 Jean PrivatMerge: lib/popcorn: introduce BoolValidator in popcorn...
next