summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk
AgeCommit message (Expand)AuthorFilesLines
2016-05-18LabelStack: uses IterableQueueJérémy Zurcher1-7/+6
2016-05-18LabelStack,Msg: update Msg if LabelStack pops a messageJérémy Zurcher2-2/+5
2016-05-18Ctrl: fix notification position, and push/writeJérémy Zurcher1-10/+10
2016-05-18Hud: add pushNotify(String, Position)Jérémy Zurcher1-0/+5
2016-05-18fix Ctrl: must Unit.clear() before loading, or this won't be on androidJérémy Zurcher1-0/+1
2016-05-17LabelImage: overriding of translate is not needed since setPosition() overridingJérémy Zurcher1-7/+0
2016-05-17PlayerInfo: remove useless calls to setLabelPosition(...)Jérémy Zurcher1-6/+3
2016-05-17LabelImage: override setPosition(...) to call label.update(), for this to wor...Jérémy Zurcher2-1/+8
2016-05-17LabelImage: del setPosition(), add update() called by translate(float, float)Jérémy Zurcher1-4/+5
2016-05-17LabelImaget: set this as parent of labelJérémy Zurcher1-0/+1
2016-05-17Widget: add update() called by setParent(Widget)Jérémy Zurcher1-1/+6
2016-05-17Widget: setPosition(Rectangle) calls setPosition(float, float, float, float)Jérémy Zurcher1-1/+1
2016-05-13Board,Hud: add Board.getStats(), add tiles,animations count on debug msgJérémy Zurcher2-1/+6
2016-05-13StackedImages: drawDebug() do not draw rect if no overlay is activeJérémy Zurcher1-4/+9
2016-05-12MenuScreen: improve versionLabel positionJérémy Zurcher2-2/+4
2016-05-12RustAndDust: dispose of generatorJérémy Zurcher1-0/+1
2016-05-11Ctrl: call storeInitialState() on new game onlyJérémy Zurcher1-1/+1
2016-05-11Ctrl: this.mode -> modeJérémy Zurcher1-4/+4
2016-05-11increase code versionv29Jérémy Zurcher1-1/+1
2016-05-11NewGameMenu: do not BEGIN if mode is not implemented yetJérémy Zurcher1-1/+1
2016-05-11Unit: Unit.clear() sets unitId to 1Jérémy Zurcher1-1/+1
2016-05-11Map5Marshal,Ctrl: use Unit.IterableSet<Unit>, call Unit.clear() at exitJérémy Zurcher3-18/+4
2016-05-11Unit: add IterableSet<Unit> that keeps ref to the instancesJérémy Zurcher1-0/+14
2016-05-10increase code versionv28Jérémy Zurcher1-1/+1
2016-05-10TankFireAnimation: fix bad region init on animation second usageJérémy Zurcher1-5/+1
2016-05-10Ctrl: clear orders before storing Initial State, do not replay map deploymentJérémy Zurcher1-1/+3
2016-05-10StateSelect: call clear() on postTurnDone()Jérémy Zurcher1-0/+1
2016-05-10increase code versionv27Jérémy Zurcher1-1/+1
2016-05-10Ctrl: avoid bad stacked msgs positionJérémy Zurcher1-3/+1
2016-05-10Ctrl: factorise codeJérémy Zurcher1-11/+4
2016-05-10DestroyAnimation: shorten DURATION 1.5->1.0Jérémy Zurcher1-1/+1
2016-05-10MenuCtrl,PlayMenu: use ResumeMenuJérémy Zurcher2-25/+14
2016-05-10add menu/ResumeMenuJérémy Zurcher1-0/+140
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 Zurcher2-18/+95
2016-05-10InfantryFireAnimation: reduce START_DELAY to 0.3fJérémy Zurcher1-1/+1
2016-05-10Map4Orders: prepareReplayCurrentTurn() -> prepareReplayLastTurn()Jérémy Zurcher2-2/+2
2016-05-10Marshal: add Mode.PLAYER to load currentPlayer APJérémy Zurcher3-1/+10
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-07DB: format sql before calling loadGame(...)Jérémy Zurcher1-3/+3
2016-05-04Config: REPLAY_LAST / REPLAY_BATTLEJérémy Zurcher4-9/+9