summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/game
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Ctrl: implement REPLAY_BATTLE modeJérémy Zurcher1-2/+23
2016-05-10Ctrl: cleanup according to latest db changesJérémy Zurcher1-13/+16
2016-05-10Battle: clean up map.clear() usageJérémy Zurcher4-19/+10
2016-05-10Solo: clean up loadState(), get ready for REPLAY_BATTLEJérémy Zurcher1-16/+24
2016-05-10DB,Ctrl: clean up store/load validate methodsJérémy Zurcher1-6/+51
2016-05-10Map4Orders: prepareReplayCurrentTurn() -> prepareReplayLastTurn()Jérémy Zurcher2-2/+2
2016-05-10Marshal: add Mode.PLAYER to load currentPlayer APJérémy Zurcher2-1/+9
2016-05-10Map5Marshal: block unitId while loading playersJérémy Zurcher1-0/+2
2016-05-10BattleTest: use map.getExitZone(int) otherwise usExit is nullJérémy Zurcher1-4/+2
2016-05-10Map0Hex: add getEntryZone(int) and getExitZone(int)Jérémy Zurcher1-0/+10
2016-05-10Unit: add static boolean blockIdJérémy Zurcher1-2/+5
2016-05-07Ctrl: ask for deployment end only in PLAY modeJérémy Zurcher1-1/+1
2016-05-07Map4Orders: fix unit orientation on replay ENTER orderJérémy Zurcher1-2/+5
2016-05-07Map5Marshal: fix error msgJérémy Zurcher1-1/+1
2016-05-04Config: REPLAY_LAST / REPLAY_BATTLEJérémy Zurcher3-7/+7
2016-05-04StateSelect: clear() on reinforcement dock togggleJérémy Zurcher2-1/+6
2016-05-04Ctrl: ooops, that should be in e89cb4fJérémy Zurcher1-1/+1
2016-05-04StateEngage: doBreakMove() uses buildShortest(Tile)Jérémy Zurcher2-3/+2
2016-05-04Map: break move only for 1 hexJérémy Zurcher1-1/+1
2016-05-04Battle: remove Ctrl from BattleCommon fieldsJérémy Zurcher5-36/+36
2016-05-04StateEngage: doRotation(Orientation) -> doBreakMove(Orientation)Jérémy Zurcher1-2/+2
2016-05-03OMG: add event queue, messages, replay, bounce animation, complete states rew...Jérémy Zurcher32-1304/+1318
2016-05-03Map0Hex: coding styleJérémy Zurcher1-1/+2
2016-05-02Player: update debug msgsJérémy Zurcher1-2/+2
2016-05-02Pawn,Unit: add spendMovementPoints(int) and getSpentMovementPoints()Jérémy Zurcher1-1/+12
2016-05-02Pawn,Hex: road(Orientation) -> roadFrom(Orientation)Jérémy Zurcher1-2/+2
2016-04-22Unit: do not substract road march bonus to a 0 cost moveJérémy Zurcher1-1/+1
2016-04-22OrderList: add Order getId(int)Jérémy Zurcher1-0/+9
2016-04-22Player: impove burnDownAp reportingJérémy Zurcher1-14/+34
2016-04-22Unit: do not call setMoved if cost is 0Jérémy Zurcher1-1/+1
2016-04-22Unit: if roadMarch deduce bonus from move cost, cost is at least 1Jérémy Zurcher1-2/+3
2016-04-19Hup: default notify position is TOP_CENTERJérémy Zurcher1-2/+2
2016-04-13Unit: fix toString formatJérémy Zurcher1-1/+1
2016-04-12Player: toString shows 'id'Jérémy Zurcher1-1/+1
2016-04-12Order: orderId -> idJérémy Zurcher3-13/+13
2016-04-12Unit: id is privateJérémy Zurcher2-14/+17
2016-04-12Map5Marshal: dump orderId before other attributesJérémy Zurcher1-2/+2
2016-04-12Order: actionId -> orderIdJérémy Zurcher3-11/+11
2016-04-11Map4Marshal: Engagement orders JSON assists 'a', conflicts with 'a' activable...Jérémy Zurcher1-2/+2
2016-04-11Map4Orders: compute activableUnits (break move) only on successJérémy Zurcher1-4/+6
2016-04-11Map4Orders: code reorderJérémy Zurcher1-1/+1
2016-04-11Unit: improve toString()Jérémy Zurcher1-3/+4
2016-04-11Map4Orders: remove useless importJérémy Zurcher1-1/+0
2016-04-11BattleCommon: remove useless importJérémy Zurcher1-1/+0
2016-04-11BattleCommon: must load map before Players, to have exit and entry Zones avai...Jérémy Zurcher1-1/+1
2016-04-07Map: enable exit Zone when adding it to the mapJérémy Zurcher3-3/+3
2016-04-06Config: add revertAllMoves = falseJérémy Zurcher1-0/+4
2016-04-05Hud: QUIT_BATTLE -> EXIT_BATTLEJérémy Zurcher2-15/+15
2016-04-05Map,Board: Map cleans Collection<Unit> before calling Board methodsJérémy Zurcher2-6/+4
2016-04-04Hud: only play sound if toggle option panel happensJérémy Zurcher1-7/+8