summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-12-18add tools/fix_javaJérémy Zurcher1-0/+56
2015-12-18StatistictsPanel: remove unused import statmentsJérémy Zurcher1-2/+0
2015-12-18assets: update hud/optionsJérémy Zurcher1-0/+0
2015-12-18Hud: add options button, not implemented yetJérémy Zurcher6-1/+25
2015-12-18Game: Factory knows about regions and provide themJérémy Zurcher18-98/+140
2015-12-18UI: merge menu and ui assets, AtlasRegion are known and provided by RustAndDustJérémy Zurcher21-130/+122
2015-12-17RustAndDust: use constants for assets namesJérémy Zurcher1-49/+73
2015-12-16assets: update to follow Factory namingJérémy Zurcher6-4/+4
2015-12-16Factory: get ready for other units graphicsJérémy Zurcher1-12/+32
2015-12-16Config: default graphics is CHITSJérémy Zurcher1-1/+1
2015-12-16Factory: pawn -> unitJérémy Zurcher1-22/+22
2015-12-16Config: MINE/ORIGINAL -> CHITS/TANKSJérémy Zurcher1-10/+10
2015-12-16HeadedPawn: draw overlays over the headJérémy Zurcher2-6/+10
2015-12-16HeadedPawn: draw the head over the bodyJérémy Zurcher1-2/+2
2015-12-16StatisticsPanel: fix NullPointerJérémy Zurcher1-1/+2
2015-12-15update TODOJérémy Zurcher1-0/+1
2015-12-15increase android codeVersion1.0.1.10Jérémy Zurcher1-1/+1
2015-12-15BattleTest: set something like a real battleJérémy Zurcher1-52/+61
2015-12-15update TODOJérémy Zurcher1-1/+0
2015-12-15Player,StatisticsPanel: add Objectives countJérémy Zurcher3-8/+10
2015-12-15StatisticsPanel: use flagJérémy Zurcher2-8/+20
2015-12-15Map0Hex: add int objectivesCount(Army)Jérémy Zurcher1-0/+5
2015-12-15BattleCommon: add abTurnDone()Jérémy Zurcher1-0/+5
2015-12-15Factory: fix US_PERSHING valuesJérémy Zurcher1-1/+1
2015-12-15BattleCommon: swallow setUnit(...) from BattleTestJérémy Zurcher2-20/+21
2015-12-15Unit: 'add boolean hq' attribute, get rid of setAce()Jérémy Zurcher4-93/+42
2015-12-15StateDeployment: no need to revert beforec calling setOnBoard() the latest ↵Jérémy Zurcher1-1/+0
does the cleaning
2015-12-15StateDeployment: code cleanupJérémy Zurcher1-16/+17
2015-12-14update TODOJérémy Zurcher1-0/+2
2015-12-14StateDeployment: fix missing or extra SET ordersJérémy Zurcher1-4/+4
2015-12-14Pawn: support EXIT movesJérémy Zurcher1-0/+4
2015-12-14add hud ok.png and cancel.pngJérémy Zurcher5-2/+16
2015-12-14Unit: show/hideMoveable -> show/hideActiveable, change png tooJérémy Zurcher9-16/+14
2015-12-11Ctl: showEntryZone() does work for StateType.REINFORCEMENT tooJérémy Zurcher1-1/+1
2015-12-10Revert "StateDeployment: call Map.setOnBoard() remove Map.showOnBoard()"Jérémy Zurcher2-1/+6
This reverts commit 5b93add487fc94a1019189b6d406fa7c6317da0a. we need this to only emit 1 Command on deployment
2015-12-10Ctrl: fix action burn down, end of turnJérémy Zurcher1-6/+6
2015-12-10Hud: by default notify at MIDDLE_CENTERJérémy Zurcher5-6/+8
2015-12-10BattleCommon: set Random seedJérémy Zurcher1-1/+1
2015-12-10Player: add AP debugJérémy Zurcher1-1/+1
2015-12-10StateBreak: notify break through MIDDLE_CENTERJérémy Zurcher1-1/+2
2015-12-10Hud: add notify(String, Position)Jérémy Zurcher1-0/+5
2015-12-10Hud: add delay before closing engagement dialog after animations doneJérémy Zurcher1-0/+17
2015-12-10assets: fix fired and moved unit overlaysJérémy Zurcher4-8/+8
2015-12-09SelectState: no HQ activation step when not neededJérémy Zurcher1-1/+1
2015-12-09Ctrl: no more AP -> only notify userJérémy Zurcher2-5/+10
2015-12-09Ctrl: improve code readabilityJérémy Zurcher1-39/+48
2015-12-09Ctrl: remove useless if caseJérémy Zurcher1-3/+1
2015-12-09Ctrl: code reorderJérémy Zurcher1-38/+40
2015-12-09Ctrl: code reorderJérémy Zurcher1-8/+8
2015-12-09Ctrl: code reorderJérémy Zurcher1-5/+5