summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game/Ctrl.java
AgeCommit message (Expand)AuthorFilesLines
2014-10-28Map: replace ...Count() with direct callsJérémy Zurcher1-1/+1
2014-10-18Ctrl: map must be created before statesJérémy Zurcher1-5/+5
2014-10-18add Battle battles/BattleCommon battles/BattleFakeJérémy Zurcher1-6/+6
2014-10-17Ctrl: use Player player,opponent and swap them on turn endJérémy Zurcher1-23/+14
2014-10-17Army: engine/Army -> interface engine/Faction + enum game/Army implements Fac...Jérémy Zurcher1-1/+0
2014-10-17Army: goes from game to engineJérémy Zurcher1-0/+1
2014-10-17Player: add getName()Jérémy Zurcher1-1/+1
2014-10-17Hud: add notify(String) use it from Ctrl and StateSelectJérémy Zurcher1-1/+1
2014-10-17Hud: use player instead of player.flagJérémy Zurcher1-1/+0
2014-10-17Factory: has a TankOnTank refJérémy Zurcher1-1/+1
2014-10-17Player: currentPlayer()/otherPlayer() -> player()/opponent()Jérémy Zurcher1-21/+21
2014-10-16TankOnTank: owns Config nowJérémy Zurcher1-2/+2
2014-10-16Ctrl: it is hold in TankOnTank, and recieves Config at constructionJérémy Zurcher1-12/+8
2014-10-14Click on Flag to end current player's turnJérémy Zurcher1-0/+6
2014-10-14add promote actionJérémy Zurcher1-0/+6
2014-10-14Ctrl: use Player[2], randomize first player, add currentPlayer() and otherPla...Jérémy Zurcher1-12/+23
2014-10-13GameState: plugin StateType.ATTACK -> StateAttack() + quick fire, wait for th...Jérémy Zurcher1-0/+6
2014-10-13Ctrl: currentPlayer.turnStart()Jérémy Zurcher1-0/+2
2014-10-13clean debug System.errJérémy Zurcher1-4/+3
2014-10-12extract Ctrl.Config -> ConfigJérémy Zurcher1-21/+0
2014-10-12GameState* -> StateJérémy Zurcher1-16/+16
2014-10-12rename GameFactory -> FactoryJérémy Zurcher1-3/+3
2014-10-12rename GameCtrl -> CtrlJérémy Zurcher1-0/+180