summaryrefslogtreecommitdiffstats
path: root/core/src/ch
AgeCommit message (Expand)AuthorFilesLines
2016-02-17StateDeployment,Ctrl: call unitDeployed() { battle.actionDone(); } after each...Jérémy Zurcher2-0/+7
2016-02-16DB: add loadGamesJérémy Zurcher1-0/+32
2016-02-16add util/GameRecordJérémy Zurcher1-0/+92
2016-02-16ui/List: remove useless import statementsJérémy Zurcher1-3/+0
2016-02-16Config: add GameMode.fromJérémy Zurcher1-0/+9
2016-02-16add ui/ScrollableJérémy Zurcher1-0/+87
2016-02-16Widget: add update, does nothing, to be overriden if neededJérémy Zurcher1-0/+2
2016-02-16add ui/ListJérémy Zurcher1-0/+90
2016-02-16DB: debug SQLJérémy Zurcher2-15/+31
2016-02-16DB: storeState update games table _p1, _p2, tsJérémy Zurcher1-1/+3
2016-02-16DB: replace firstname,lastname with name in playres table, fix player store/loadJérémy Zurcher1-15/+19
2016-02-15assets: add UI_SELECTJérémy Zurcher1-0/+1
2016-02-15Widget: add getTop()Jérémy Zurcher1-0/+1
2016-02-13DB: add debug messagesJérémy Zurcher1-0/+2
2016-02-13clean up debug messagesJérémy Zurcher2-10/+10
2016-02-13Screens: call resize(int, int) after resuming from pauseJérémy Zurcher2-0/+2
2016-02-12Widget: simple rewriteJérémy Zurcher1-6/+6
2016-02-12Widget: all positioning calls go through setPosition(int, int, int, int)Jérémy Zurcher1-6/+5
2016-02-10BattleCommon: init is one turn, only call map.turnDone() when all is doneJérémy Zurcher1-4/+1
2016-02-10Map5Marshal: unload/load Unit entryZone and exitZoneJérémy Zurcher1-4/+10
2016-02-10Collection,IterableArray: add indexOf(E)Jérémy Zurcher2-0/+12
2016-02-10Map5Marshal: load/unload entryZones and exitZonesJérémy Zurcher1-0/+53
2016-02-10Battle,State: use entry and exit Zones from Unit and MapJérémy Zurcher6-44/+15
2016-02-10Map0Hex: add protected IterableArray<Zone> entryZones and exitZonesJérémy Zurcher1-2/+14
2016-02-10Unit: add public Zone entryZone and exitZoneJérémy Zurcher1-0/+4
2016-02-09Config: remove debug System.err.printlnJérémy Zurcher1-1/+0
2016-02-09Config: protect load(String) against null payloadJérémy Zurcher1-0/+1
2016-02-09MainMenu: rely on Menu.hit()Jérémy Zurcher1-15/+5
2016-02-09load config at startup, unload it at options modificationsJérémy Zurcher2-0/+2
2016-02-09Config: add String unload(), void load(String payload)Jérémy Zurcher1-0/+46
2016-02-09DB: add boolean storeConfig(String config), String loadConfig()Jérémy Zurcher1-0/+26
2016-02-09MainMenu: is invisible by default like othersJérémy Zurcher1-1/+1
2016-02-09MenuScreen: add currentMenu -> simplify codeJérémy Zurcher1-25/+34
2016-02-09add ui/frame.9.png -> game.framePatchJérémy Zurcher1-0/+3
2016-02-09ui/typewriter.9.png -> assets/ui/bg.9.pngJérémy Zurcher12-17/+17
2016-02-08remove useless import statementsJérémy Zurcher4-7/+0
2016-02-08use HdpiUtils as advertised in 1.8 release noteJérémy Zurcher3-5/+7
2016-02-08ui/Menu: implement boolean hit(int, int)Jérémy Zurcher1-0/+12
2016-02-08ui/Menu: improve enum API, so that it can write Labels itselfJérémy Zurcher2-13/+22
2016-02-03Battle: add void init(Ctrl ctrl, String payload)Jérémy Zurcher2-0/+11
2016-02-03BattleCommon: turnDone() calls map.turnDone() after processingJérémy Zurcher1-3/+4
2016-02-03Map5Marshal: call setFired(), and setMoved() on loadingJérémy Zurcher1-2/+2
2016-02-03Unit: add setFired()Jérémy Zurcher1-2/+7
2016-02-03Map5Marshal: load/unload more about engagementJérémy Zurcher1-2/+12
2016-02-03Map5Marshal: knows how to load a stateJérémy Zurcher1-1/+170
2016-02-03Map5Marshall: simplify generated JsonJérémy Zurcher1-14/+24
2016-02-03Map5Marshal: use a static StringWriterJérémy Zurcher1-4/+6
2016-02-03Map5Marshal: update Json generationJérémy Zurcher1-8/+10
2016-02-03Unit: add int Unit.idJérémy Zurcher1-1/+5
2016-02-03PawnId/UnitID -> PawnCode/UnitCodeJérémy Zurcher8-82/+82