README: document nit_env.sh
[nit.git] / contrib / nitrpg /
2015-09-16 Jean Privatcontrib: add `upstream.tryit` to packages that have...
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-08-30 Jean Privatcontrib&lib: introduce .ini for projects maintained...
2015-08-21 Jean Privatnitrpg: use new github repo
2015-07-31 Alexandre Terrasanitrpg: fix crash when the Reviews/Work requests return...
2015-07-13 Jean Privatnitrpg: `from_json` constructors use the autoinit const...
2015-06-10 Alexandre Terrasanitrpg: remove points if a PR is closed without merge
2015-05-08 Jean Privatnitrpg: use is_ack
2015-04-24 Jean PrivatMerge: nitrpg: periodize stats
2015-04-24 Alexandre Terrasacontrib/nitrpg: use stats to store player nitcoins
2015-04-24 Alexandre Terrasacontrib/nitrpg: make stats periodized
2015-04-23 Jean Privatnitrpg: add new player panel for work to do
2015-04-23 Jean Privatnitrpg: extends PlayerReviewsPanel to add `request_for_...
2015-04-22 Alexandre Terrasacontrib/nitrpg: `save_in` uses string key instead of...
2015-04-21 Alexandre Terrasacontrib/nitrpg: add a Comparator to sort games by numbe...
2015-04-21 Alexandre Terrasacontrib/nitrpg: return 404 on bad urls
2015-04-21 Alexandre Terrasacontrib/nitrpg: display the list of active games in...
2015-04-21 Alexandre Terrasacontrib/nitrpg: display the readme and the active game...
2015-04-21 Alexandre Terrasacontrib/nitrpg: factorize game loading service from...
2015-04-21 Alexandre Terrasacontrib/nitrpg: add GamesListPanel to display the list...
2015-04-21 Alexandre Terrasacontrib/nitrpg: add MDPanel to display MDContent
2015-04-21 Alexandre Terrasacontrib/nitrpg: add a README file
2015-04-21 Alexandre Terrasacontrib/nitrpg: add some achievements on IssueComments
2015-02-27 Jean PrivatMerge: Kill cached
2015-02-26 Jean PrivatMerge: Nitrpg: add achievements
2015-02-26 Alexandre Terrasacontrib/nitrpg: display achievements in front end
2015-02-26 Alexandre Terrasacontrib/nitrpg: introduce achievements
2015-02-26 Jean Privatnitrpg: implement correct caching for User::player
2015-02-23 Jean Privatnitrpg: add nitrpg.user.js for enhanced user experience
2015-02-23 Alexandre Terrasacontrib/nitrpg: also use `root_url` on site logo.
2015-02-23 Alexandre Terrasacontrib/nitrpg: move statistics to GameEntity.
2015-02-11 Alexandre Terrasacontrib/nitpg: make player list more easy to read
2015-02-11 Alexandre Terrasacontrib/nitrpg: introduce `link` service in some GameEn...
2015-02-11 Alexandre Terrasacontrib/nitrpg: display events in home and player page
2015-02-11 Alexandre Terrasacontrib/nitrpg: move logging to `listener`
2015-02-11 Alexandre Terrasacontrib/nitrpg: PlayerReactor generate events
2015-02-11 Alexandre Terrasacontrib/nitrg: fix link to puller in `PlayerReviewsPanel`
2015-02-11 Alexandre Terrasacontrib/nitrpg: introduce `GameEvent`
2015-02-11 Alexandre Terrasacontrib/nitrpg: introduce Game::save_in
2015-02-11 Alexandre Terrasacontrib/nitrpg: also reward player for merged commits.
2015-02-10 Alexandre Terrasacontrib/nitrpg: introduce `link` service in some GameEn...
2015-02-06 Alexandre Terrasacontrib/nitrpg: move logging to `listener`
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/nitrg: fix link to puller in `PlayerReviewsPanel`
2015-02-06 Alexandre Terrasacontrib/nitrpg: also reward player for merged commits.
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