summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Jérémy Zurcher1-1/+1
available
2016-04-07Map: enable exit Zone when adding it to the mapJérémy Zurcher3-3/+3
2016-04-07PromoteAnimation: play sound at get(), adjust duration from 0.3 to 0.5Jérémy Zurcher1-7/+3
2016-04-07Board: removeLastPawnMove: set lovely animationJérémy Zurcher1-2/+3
2016-04-07PathBuilder: keepOnly() must remove from paths not getPaths()Jérémy Zurcher1-1/+1
2016-04-07PathBuilder: check roadMarch if fitness and cost are equalJérémy Zurcher1-1/+5
2016-04-07PathBuilder: always call size(), maybe filtered are no more filtered because ↵Jérémy Zurcher1-3/+3
of a call to keepOnly()
2016-04-07Path: add toString()Jérémy Zurcher1-0/+9
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 Zurcher4-11/+4
2016-04-04Hud: only play sound if toggle option panel happensJérémy Zurcher1-7/+8
2016-04-01Ctrl: setState(StateType) depth msg is error not debugJérémy Zurcher1-1/+1
2016-04-01Ctrl: add error msg in getState(StateType)Jérémy Zurcher1-0/+1
2016-04-01Ctrl: code reorderJérémy Zurcher1-48/+48
2016-04-01Ctrl: add EventType.UNIT_DOCK_SELECTJérémy Zurcher2-3/+7
2016-03-31PlayerInfo: follow new UnitDock APIJérémy Zurcher1-1/+1
2016-03-31UnitDock: hit(float, float) swallows Unit select(float, float)Jérémy Zurcher1-9/+6
2016-03-31Ctrl: add postEvent(EventType, Object)Jérémy Zurcher1-0/+6
2016-03-31Ctrl: TOGGLE_REINFORCEMENT -> UNIT_DOCK_TOGGLEJérémy Zurcher2-5/+5
2016-03-31Ctrl: add EventType.TOGGLE_REINFORCEMENTJérémy Zurcher2-3/+7
2016-03-31Ctrl: postAnimationsDone() -> postEvent(EventType)Jérémy Zurcher2-3/+4
2016-03-31Ctrl: Event is a private class, EventType is an inner public enumJérémy Zurcher1-11/+11
2016-03-31Ctrl: setState(StateType) is privateJérémy Zurcher1-1/+1
2016-03-31Ctrl: add Event.Type.ANIMATIONS_DONE and use itJérémy Zurcher3-19/+27
2016-03-31Ctrl: add private Event getEvent()Jérémy Zurcher1-6/+10
2016-03-31Board: animationsOver() -> animationsDone()Jérémy Zurcher2-3/+3
2016-03-31Ctrl: code cleanupJérémy Zurcher1-13/+10
2016-03-31StateEngage: remove useless importJérémy Zurcher1-1/+0
2016-03-31PlayMenu: set game.config.battle on reload/replayJérémy Zurcher1-6/+11
2016-03-31Factory: add getBattle(int)Jérémy Zurcher1-0/+9
2016-03-31Map4Orders: add bounce animation on SET and ENTER ordersJérémy Zurcher1-0/+2
2016-03-31Map3Animations: add addBounceAnimation(Unit, float)Jérémy Zurcher1-0/+6
2016-03-31add engine/gfx/animations/BounceAnimationJérémy Zurcher1-0/+66
2016-03-31Moveable: add setScale(float)Jérémy Zurcher3-0/+14
2016-03-31Map4Orders: remove protected BattleJérémy Zurcher1-8/+6
2016-03-31Battle: hasReinforcement() -> setNextTurn()Jérémy Zurcher5-26/+12
2016-03-31Map5Marshal: handle Move.MoveTypeJérémy Zurcher1-4/+20
2016-03-30Ctrl: add setState loop and depth detectionJérémy Zurcher1-0/+10
2016-03-30StateReplay: remove useless switch branch for PROMOTE OrderJérémy Zurcher1-2/+0
2016-03-30Ctrl,Hud: use events to send answers back from Hud to CtrlJérémy Zurcher2-61/+49
2016-03-30Ctrl: add postDone() and postAbort()Jérémy Zurcher1-0/+3
2016-03-30Hud: remove unused END_OF_TURN actionJérémy Zurcher1-21/+0
2016-03-30ActionButtons: use ctrl.post(StateType) instead of ctrl.setState(StateType)Jérémy Zurcher1-1/+1
2016-03-30State: use ctrl.post(StateType) instead of ctrl.setState(StateType)Jérémy Zurcher9-21/+21