Age | Commit message (Expand) | Author | Files | Lines |
2016-05-04 | Battle: remove Ctrl from BattleCommon fields | Jérémy Zurcher | 1 | -1/+1 |
2016-05-03 | OMG: add event queue, messages, replay, bounce animation, complete states rew... | Jérémy Zurcher | 1 | -56/+14 |
2016-03-29 | Solo: use game.config.loadMode to load json | Jérémy Zurcher | 1 | -1/+18 |
2016-03-29 | Ctrl: replayLastOrder -> synched | Jérémy Zurcher | 1 | -2/+2 |
2016-03-29 | Solo: set replayLastOrder to false by default | Jérémy Zurcher | 1 | -0/+1 |
2016-03-29 | Solo: remove fixed FIXME | Jérémy Zurcher | 1 | -1/+0 |
2016-03-29 | Ctrl: replay last order on resume if not synched | Jérémy Zurcher | 1 | -0/+1 |
2016-03-23 | Solo: on turnDoneCb, first store Orders then State | Jérémy Zurcher | 1 | -1/+1 |
2016-03-22 | Battle,Ctrl: move JSON code from BattleCommon to Ctrl | Jérémy Zurcher | 1 | -4/+4 |
2016-03-22 | Battle: unload turnCount into JSON | Jérémy Zurcher | 1 | -2/+2 |
2016-03-22 | SQL: schema rewrite | Jérémy Zurcher | 1 | -8/+21 |
2016-03-21 | Battle,Map5Marshal: implements util/Marshal | Jérémy Zurcher | 1 | -2/+3 |
2016-03-21 | Solo: remove unused import statement | Jérémy Zurcher | 1 | -1/+0 |
2016-03-20 | Ctrl: processAction/Turn() -> action/turnDoneCb() + add orderProcessedCb() | Jérémy Zurcher | 1 | -2/+8 |
2016-03-15 | Solo: use storeTurn(int) instead of storeTurn(...) | Jérémy Zurcher | 1 | -2/+2 |
2016-03-14 | DB/BattleCommon: add turnCount | Jérémy Zurcher | 1 | -3/+6 |
2016-03-12 | SQL: update schema | Jérémy Zurcher | 1 | -8/+8 |
2016-03-07 | Battle: clean up the API | Jérémy Zurcher | 1 | -2/+4 |
2016-03-07 | Ctrl: only RustAndDust param for constructor | Jérémy Zurcher | 1 | -2/+2 |
2016-03-07 | Player: remove id from constructor | Jérémy Zurcher | 1 | -2/+2 |
2016-02-29 | Solo: processTurn() save orders only into turns table | Jérémy Zurcher | 1 | -1/+6 |
2016-02-29 | Battle,Map5Marshal: add boolean full to unload(...) | Jérémy Zurcher | 1 | -1/+1 |
2016-02-23 | DB.NO_RECORDS -> DB.NO_RECORD | Jérémy Zurcher | 1 | -1/+1 |
2016-02-22 | Solo: supports battle reloading | Jérémy Zurcher | 1 | -3/+25 |
2016-01-31 | Ctrl: add processAction, called within Map.actionDone() | Jérémy Zurcher | 1 | -0/+3 |
2016-01-31 | Revert "add ctrl/PvP" | Jérémy Zurcher | 1 | -25/+0 |
2016-01-31 | Player,Battle: player id is private and needed at construction, Battle knows ... | Jérémy Zurcher | 1 | -1/+1 |
2016-01-28 | Ctrl: code reorder | Jérémy Zurcher | 1 | -1/+4 |
2016-01-25 | add ctrl/PvP | Jérémy Zurcher | 1 | -0/+25 |
2016-01-25 | Ctrl: add abstract init() and processTurn() | Jérémy Zurcher | 1 | -0/+6 |
2016-01-14 | add game.ctrl.solo: first step into multimode game | Jérémy Zurcher | 1 | -0/+13 |