summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-03Player: add setTurn(turn, ap, apSent)Jérémy Zurcher1-0/+7
2016-02-03Map0Hex: private void showObjective(Hex, Army) -> protectedJérémy Zurcher1-1/+1
2016-02-03Map4Marshal: remove debug outputJérémy Zurcher1-1/+0
2016-02-03BattleCommon: replace Player a, b with Player[2] playersJérémy Zurcher3-10/+13
2016-02-02Hud: better fix for optionsBtn handlingJérémy Zurcher2-2/+9
2016-02-02Battle[Common]: add String unload() and implement itJérémy Zurcher2-0/+8
2016-02-02instert Map5Marshal on top of Map stackJérémy Zurcher3-9/+212
2016-02-02Engagement: use UnitList instead of Collection<Unit>Jérémy Zurcher1-3/+2
2016-02-02Map0Hex: remove IterableArray<Hex> objectives()Jérémy Zurcher1-5/+0
2016-02-02Order[List]: remove Json stuffJérémy Zurcher2-123/+2
2016-02-02Map0Hex: add IterableArray<Hex> objectives()Jérémy Zurcher1-0/+5
2016-02-02Map0Hex: implement faster int objectivesCount(Army) then the one in BoardJérémy Zurcher1-0/+9
2016-02-02Map0Hex: add IterableArray<Hex> objectivesJérémy Zurcher1-0/+13
2016-02-02BattleCommon: remove empty lineJérémy Zurcher1-1/+0
2016-02-02PlayerInfo: use getCurrentAp() instead of getAp()Jérémy Zurcher1-1/+1
2016-02-01Player: getAp() getApSpent() getCurrentAp()Jérémy Zurcher1-0/+10
2016-02-01Unit: hasMoved, hasFired get publicJérémy Zurcher1-2/+2
2016-02-01Battle: add getMap()Jérémy Zurcher2-0/+8
2016-02-01Backend -> util.BackendJérémy Zurcher2-1/+4
2016-02-01DB -> util.DBJérémy Zurcher2-1/+2
2016-02-01Player: actionPoints -> apJérémy Zurcher2-16/+17
2016-02-01Hud: fix toggleOptionsPanel, do nothing if optionsPanel is not visibleJérémy Zurcher1-1/+1
2016-02-01DB: fix typoJérémy Zurcher1-1/+1
2016-02-01DB: add loadState(int)Jérémy Zurcher1-0/+14
2016-02-01DB: use instert or ingnore for players and games tablesJérémy Zurcher1-8/+5
2016-02-01DB: use RustAndDust.erro(String)Jérémy Zurcher1-8/+15
2016-02-01RustAndDust: add error(String)Jérémy Zurcher1-0/+5
2016-01-31Player: turnEnd() set apSpent to maxJérémy Zurcher1-0/+1
2016-01-31Player: get rid of booleam deploymentDoneJérémy Zurcher1-4/+6
2016-01-31Ctrl: remove checkDeploymentDone()Jérémy Zurcher2-13/+3
2016-01-31Ctrl: add processAction, called within Map.actionDone()Jérémy Zurcher3-0/+5
2016-01-31Revert "add ctrl/PvP"Jérémy Zurcher3-30/+1
2016-01-31Backend: add init(), getMyId() and getOpponentId()Jérémy Zurcher2-0/+6
2016-01-31Factory: update battle db tableJérémy Zurcher1-0/+2