nit.git
2015-10-06 Jean Privatmodel: use the robust `intro_mmodule` instead of `intro...
2015-10-06 Jean Privatcompiler: skip broken entities
2015-10-06 Jean Privattests: update sav for some tests thanks to better error...
2015-10-06 Jean Privatmodel: add `MEntity::is_broken`
2015-10-06 Jean Privatnitc: print errors if all modules are invalid
2015-10-06 Jean Privatsemantize: set and use `ANode::is_broken`
2015-10-06 Jean Privatmodelbuilder: add `ANode::is_broken`
2015-10-06 Jean Privatmodel: make `MPropDef::is_intro` more robust
2015-09-23 Jean PrivatMerge: Beef up OrderedTree API
2015-09-23 Jean PrivatMerge: Geometry
2015-09-23 Jean Privatlib/ordered_tree: add `parent`, `has` and `length`
2015-09-23 Jean Privatlib/ordered_tree: add `==`, `hash` and `clone`
2015-09-22 Jean PrivatMerge: new game: memory
2015-09-22 Jean PrivatMerge: Migration from ascii to code_point
2015-09-22 Jean PrivatMerge: nitc: fix some broken case in equal_test
2015-09-22 Jean Privatcontrib: add memory, the game with shapes and colors
2015-09-22 Jean Privatlib/ordered_tree: add and used `add_all`
2015-09-22 BlackMinougeometry/polygon: adds polygon triangulation + polygon...
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-21 Jean Privatlib/core: fix nitunit that should have failed earlier...
2015-09-21 Jean Privatcore/math: add basic Bézier interpolations on Float
2015-09-21 Jean Privattests: add base_eq_int4*.nit for more combination of...
2015-09-21 Jean Privatsepcomp: rewrote, fix and document `equal_test` in...
2015-09-21 Jean Privatsepcomp: fix potential tagging issue in `is_same_type_test`
2015-09-21 Jean Privatsepcomp: add `MType::tag_value`
2015-09-21 Lucas Bajoletlib: Changes in the way ascii is coded and its semantics.
2015-09-21 Lucas Bajoletlib/core: Fix bug in StringByteView, misuse of `String...
2015-09-21 BlackMinougeometry: Adds a README
2015-09-16 Jean PrivatMerge: Extends catalog with a *try it* and a *download...
2015-09-16 Jean PrivatMerge: Some improvement of benchmarks
2015-09-16 Jean PrivatMerge: Prepare FDroid deployment
2015-09-16 Jean PrivatMerge: android/audio: fix multiple music playing when...
2015-09-16 Jean PrivatMerge: Friendz: save states
2015-09-16 Jean Privatmoles: cleanup Makefile
2015-09-16 Jean Privatcheck_contrib: only make given targets.
2015-09-16 Jean Privatcontrib: add some missing FDroid metadate files
2015-09-16 Jean Privatcalculator: add FDroid apk description
2015-09-16 Jean Privatcalculator: clean Makefile and add `android` and `andro...
2015-09-16 Jean Privatbenckmarks: git-ignore directories `logs` and `nit_compile`
2015-09-16 Jean Privatcontrib: add `upstream.apk` to packages that have an apk
2015-09-16 Jean Privatnitcatalog: new package metadata `upstream.apk`
2015-09-16 Jean Privatcontrib: add `upstream.tryit` to packages that have...
2015-09-16 Jean Privatnitcatalog: new package metadata `upstream.tryit`
2015-09-16 Jean Privatnitcatalog: refactor tags collection
2015-09-15 Jean Privatbenchmarks/strings: add `make check`
2015-09-15 Jean Privatbenchmarks/strings: continue in case of error
2015-09-15 Jean Privatbenchmarks/markdown: generate an html file
2015-09-15 Jean Privatbenchmarks/polygons: check failures at the end of the...
2015-09-15 Jean Privatbenchmarks: factorize the `die()` function into `bench_...
2015-09-15 Jean Privatbenchmarks/polygons: add make check
2015-09-15 Jean Privatbenchmarks/markdown: add a `make check` rule
2015-09-15 Jean Privatbenchmarks/markdown: make `$s` configurable
2015-09-15 Jean Privatbenchmarks: add a Makefile
2015-09-15 Jean Privatbench_engines: add test for misc options
2015-09-15 Jean PrivatMerge: lib: intro the matrix package
2015-09-15 Jean PrivatMerge: vim plugin: intro NitExecute to interpret the...
2015-09-15 Jean PrivatMerge: nitcatalog: isolate package page into a subdirectory
2015-09-15 Alexis Laferrièrelib/matrix: intro `Matrix::to_a & transposed`
2015-09-15 Alexis Laferrièrelib/matrix: add services for projection Matrix and...
2015-09-15 Alexis Laferrièrelib/matrix: intro Matrix with general services
2015-09-15 Jean PrivatMerge: Bytes from hexdigest
2015-09-15 Jean PrivatMerge: Clean UTF-8 string update
2015-09-15 Lucas Bajoletlib: Update sha1 and base64 to use Bytes instead of...
2015-09-15 Lucas Bajoletlib/core: Fixed bug in `BytesIterator::init with_buffer`
2015-09-15 Lucas Bajoletlib/core: Added hexdigest_to_bytes method from String...
2015-09-15 Lucas Bajoletlib/core: Added validation method for hexdigest
2015-09-15 Alexis Laferrièremisc/vim: intro NitExecute to interpret the current...
2015-09-15 Jean PrivatMerge: Prepare Android projects to be compiled in relea...
2015-09-15 Alexis Laferrièrecontrib & examples: add the android-release rule to...
2015-09-15 Alexis Laferrièrecontrib/tinks: add the rules android and android-release
2015-09-15 Jean Privatfriendz: fix grid deserialization
2015-09-15 Jean Privatfriendz: do not load level twice
2015-09-15 Jean Privatfriendz: save level on level change and game quit
2015-09-15 Jean Privatfriendz: save and restore playing grids
2015-09-15 Jean Privatfriendz: grid save also non-metal tiles
2015-09-15 Jean Privatfriendz: set status on key commands
2015-09-15 Jean Privatfriendz: activate cheat mode
2015-09-15 Jean Privatfriendz: remove old coockies code
2015-09-15 Jean Privatfriendz: save and restore music+sfx mute state
2015-09-15 Jean PrivatMerge: nitc: fix --typing-test-metrics by using correct...
2015-09-15 BlackMinouandroid/audio: doesn't resume sounds paused by the...
2015-09-15 BlackMinouandroid/audio: fix multiple music playing when pausing app
2015-09-15 Jean PrivatMerge: gamnit: portable services to setup an OpenGL...
2015-09-15 Alexis LaferrièreMerge branch 'master' into gamnit
2015-09-15 Jean Privatfriendz: rename `par` as `gold` as is it more clear...
2015-09-15 Jean Privatnitcatalog: isolate package page into a subdirectory
2015-09-15 Jean Privatnitc: fix --typing-test-metrics by using correct tags...
2015-09-14 Jean PrivatMerge: android: skip signing the APK if KEY_ALIAS env...
2015-09-14 Jean PrivatMerge: glesv2: more services from OpenGL ES 2.0 to...
2015-09-14 Jean PrivatMerge: Fix Music loading bug for friendz
2015-09-14 Jean Privatbench_engines: fix descriptions in `bench_nitc_options`
2015-09-14 Jean Privatbench_engines: add some missing options
2015-09-14 Jean Privatbench_engines: always generate an html file
2015-09-14 Alexis Laferrièretests: OS X ignores test using EGL
2015-09-14 Alexis Laferrièrelib/glesv2: intro glVertexAttribPointer
2015-09-14 Alexis Laferrièrelib/glesv2: intro glVertexAttrib*f and glUniform*i
2015-09-14 Alexis Laferrièrelib/glesv2: move some services out of `VertexArray...
2015-09-14 Alexis Laferrièrelib/glesv2: update GLTextureTarget to the new contructo...
2015-09-14 Alexis Laferrièrelib/glesv2: intro glTexImage2D
2015-09-14 Alexis Laferrièrelib/glesv2: intro glFramebufferTexture2D
next