nit.git
2015-02-11 Alexandre Terrasacontrib/nitrpg: PlayerReactor generate events
2015-02-11 Alexandre Terrasacontrib/nitrpg: introduce `GameEvent`
2015-02-11 Alexandre Terrasacontrib/nitrpg: introduce Game::save_in
2015-02-11 Alexandre Terrasacontrib/nitrpg: introduce `link` service in some GameEn...
2015-02-11 Alexandre Terrasacontrib/nitrpg: move logging to `listener`
2015-02-11 Alexandre Terrasacontrib/nitrg: fix link to puller in `PlayerReviewsPanel`
2015-02-11 Alexandre Terrasacontrib/nitrpg: also reward player for merged commits.
2015-02-06 Alexandre Terrasacontrib/nitrpg: remove magic numbers from reactors.
2015-02-06 Alexandre Terrasacontrib/nitrpg: clean stats display in panels
2015-02-06 Alexandre Terrasacontrib/nitrpg: do stats on players
2015-02-06 Alexandre Terrasacontrib/nitrpg: do not save Game for all received events
2015-02-06 Alexandre Terrasacontrib/nitrpg: do stats on merged commits
2015-02-06 Alexandre Terrasacontrib/nitrpg: move statistics to GameEntity
2015-02-06 Alexandre Terrasacontrib/nitrpg: extends GameStats API with Counter
2015-02-04 Alexandre Terrasacontrib/nitrpg: gitignore binaries, cache and game...
2015-02-04 Alexandre Terrasacontrib/nitrpg: add a Makefile
2015-02-04 Alexandre Terrasacontrib/nitrpg: introduce the tool that run the website
2015-02-04 Alexandre Terrasacontrib/nitrpg: introduce templates to render the game...
2015-02-04 Alexandre Terrasacontrib/nitrpg: add a listener tool to update the game...
2015-02-04 Alexandre Terrasacontrib/nitrpg: add some basic reactors
2015-02-04 Alexandre Terrasacontrib/nitrpg: enable statistics collection from Githu...
2015-02-04 Alexandre Terrasacontrib: introduce nitrpg base structures
2015-02-04 Jean PrivatMerge: GitHub misc
2015-02-04 Jean PrivatMerge: Optimize get_or_null
2015-02-04 Jean PrivatMerge: jwrapper: interfaces, "Compiled from" line and...
2015-02-04 Jean PrivatMerge: Better Vim autocomplete by scanning all imported...
2015-02-04 Jean Privatmodel: precise contracts for `lookup_*_definition?`
2015-02-03 Alexandre Terrasagithub/api: add `search_issue` service in Repo
2015-02-03 Alexandre Terrasagithub/api: move `html_url` to GithubEntity since it...
2015-02-03 Alexandre Terrasagithub/api: return an empty list instead of crashing...
2015-02-03 Alexandre Terrasagithub/api: uniformize `load_issue_event` implementatio...
2015-02-03 Jean Privatrosetacode: improve doors_with_class (add optional...
2015-02-03 Jean Privatlib/more_collections: simplify by using `Map::get_or_null`
2015-02-03 Jean Privatmodel: use `Map::get_or_null` for `get_x_by_name`
2015-02-03 Jean Privatmodel: move guards `lookup_first_definition` after...
2015-02-03 Jean Privatlib/standard: redef a fast path for `HashMap#get_or_null`
2015-02-03 Alexis Laferrièrejwrapper: accept interfaces
2015-02-03 Alexis Laferrièrejwrapper: accept output files that do not look like...
2015-02-03 Alexis Laferrièremisc: rename README to README.md
2015-02-03 Alexis Laferrièremisc: intro a vim plugin with better autocomplete
2015-02-03 Alexis Laferrièrejwrapper: deal with the optional "Compiled from" line...
2015-02-01 Jean PrivatMerge: Fix virtual types in string
2015-02-01 Jean PrivatMerge: Set accept null
2015-02-01 Jean PrivatMerge: parser: slight improvement of the README
2015-02-01 Jean PrivatMerge: Clean up to prepare for NitActivity
2015-01-30 Jean Privatparser: slight improvement of the README
2015-01-30 Jean Privatversion 0.7.1 v0.7.1
2015-01-30 Alexis Laferrièrelib/android: Bundle do not need a context or to import...
2015-01-30 Alexis Laferrièrelib/android: extract activities from native_app_glue
2015-01-30 Alexis Laferrièrelib/android: in Java, use Activity instead of NativeAct...
2015-01-30 Jean PrivatSince keys of Maps can now be null, it enables the...
2015-01-30 Jean Privatstring: some methods sould return String instead of...
2015-01-30 Jean Privatstring: fix SELFTYPE in String and Buffer
2015-01-30 Jean Privatstring: do not redef SELFTYPE in FlatBuffer
2015-01-30 Jean Privatupdate NOTICE
2015-01-30 Jean PrivatMerge: Ropefix
2015-01-29 Jean PrivatMerge: ldflags for Android
2015-01-29 Jean PrivatMerge: Optimizations in nitvm
2015-01-28 Lucas Bajoletlib/standard/ropes: Removed a few old-style-inits
2015-01-28 Lucas Bajoletlib/standard/ropes: Fixed concatenation routine for...
2015-01-28 Julien Pagèsnitvm: Optimize method call by dispatching between...
2015-01-28 Alexis Laferrièrelib: update portable modules with ldflags specific...
2015-01-28 Alexis Laferrièrelib: define Android ldflags in user modules
2015-01-28 Alexis Laferrièrenitc & lib: intro the @android annotation and use it...
2015-01-28 Alexis Laferrièrenitc: refactor MModule cflags and ldflags to support...
2015-01-28 Alexis Laferrièresrc: each platform has a name, except for the default
2015-01-28 Julien Pagèsnitvm: Optimize attribute access and subtyping test...
2015-01-28 Julien Pagèsniti: Allow to redefine AST nodes in other engines...
2015-01-27 Jean PrivatMerge: A collection of miscellaneous commits
2015-01-27 Jean PrivatMerge: Android support improvements
2015-01-27 Alexis Laferrièreexamples/calculator: revamp style of the calculator...
2015-01-27 Alexis LaferrièreC FFI: fix line offset in gcc errors on custom header...
2015-01-27 Alexis Laferrièrelib/egl: add `renderable_type` related features
2015-01-27 Alexis Laferrièrelib/more_collections: add `remove_at` to `HashMap[23]`
2015-01-27 Alexis Laferrièrelib/gtk: copy string returned from `GTKEntry`
2015-01-27 Alexis Laferrièrelib/sdl: intro `has_mouse|input_focus`
2015-01-27 Alexis Laferrièrelib/mnit_input: add `KeyEvent::name`
2015-01-27 Alexis Laferrièrenitc/android: "handle" all config changes
2015-01-27 Alexis Laferrièrenitc/android: differentiate between debug and release...
2015-01-27 Alexis Laferrièrenitc/android: support using -m with Android compilation
2015-01-27 Jean PrivatMerge: Jwrapper: more clean up
2015-01-27 Jean PrivatMerge: Nitmd benches
2015-01-27 Jean PrivatMerge: lib/github: uses nitcorn to listen Github hook...
2015-01-27 Jean PrivatMerge: example: rosettacode 100 doors
2015-01-26 Alexandre Terrasabenches/markdowm: adds README
2015-01-26 Alexandre Terrasabenches/markdown: introduces engine markdown4j
2015-01-26 Alexandre Terrasabenches/markdown: introduces engine txtmark
2015-01-26 Alexandre Terrasabenches/markdown: introduces engine nitmd
2015-01-26 Alexandre Terrasabenches/markdown: introduces markdown benches
2015-01-26 Alexis Laferrièrecontrib/jwrapper: refactor some duplicated code
2015-01-26 Alexis Laferrièrecontrib/jwrapper: update generated headers
2015-01-26 Alexis Laferrièrecontrib/jwrapper: remove even more code related to...
2015-01-26 Alexis Laferrièrecontrib/jwrapper: support converting getter/setter...
2015-01-26 Arthur Delamareexample: rosettacode 100 doors
2015-01-26 Jean PrivatMerge: Rename annotations for the C/C++ compilers and...
2015-01-26 Alexis Laferrièrelib & contrib & tests: update users of `cflags` and...
2015-01-26 Alexis Laferrièrelib/android: pin the App instance being registered...
2015-01-26 Alexis Laferrièreandroid: use libgc on Android
2015-01-26 Alexis Laferrièreandroid: intro a script to fetch and build libgc
2015-01-26 Alexis Laferrièrelib/android: clean up debug code from the UI module
next