summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-25add ctrl/PvPJérémy Zurcher3-1/+30
2016-01-25Ctrl: add abstract init() and processTurn()Jérémy Zurcher4-3/+12
2016-01-24remove useless import statementsJérémy Zurcher3-3/+0
2016-01-24Order,OrderList: this.player goes from Order to OrderListJérémy Zurcher3-17/+17
2016-01-24engine.Order, engine.OrderList, game.Command -> game.Order, game.OrderListJérémy Zurcher5-87/+65
2016-01-24Battle: setup return StateType, calls hud.update() when players are setJérémy Zurcher3-15/+19
2016-01-24Battle: merge start() into setup()Jérémy Zurcher5-36/+47
2016-01-24Battles: use add(int, int) instead of add(map.getHex(int, int))Jérémy Zurcher2-25/+25
2016-01-24Zone: add method add(int, int)Jérémy Zurcher2-1/+6
2016-01-24update gdx-sqlite jarsJérémy Zurcher3-0/+0
2016-01-24Command: add hq attribute in toJsonJérémy Zurcher1-0/+1
2016-01-24BattleCommon: add getWinner(int)Jérémy Zurcher3-40/+27
2016-01-23increase code versionv21Jérémy Zurcher2-2/+2
2016-01-23build.gradle: do not include libsJérémy Zurcher1-3/+3
2016-01-22update TODOJérémy Zurcher1-1/+0
2016-01-22increase code versionv20Jérémy Zurcher2-2/+2
2016-01-22www updateJérémy Zurcher2-0/+1
2016-01-22Battles: add _id and descriptionJérémy Zurcher2-0/+9
2016-01-22Battle: add public int getId()Jérémy Zurcher2-0/+9
2016-01-22PlayMenu: add Battle ObjectivesJérémy Zurcher1-0/+20
2016-01-22OptionsPanel: add Battle ObjectivesJérémy Zurcher1-1/+26
2016-01-22ObjectivesPanel: no need to keep a ref to RustAndDustJérémy Zurcher1-2/+0
2016-01-22add game/hud/ObjectivesPanelJérémy Zurcher1-0/+106
2016-01-22OptionsPanel: add missing title.dispose()Jérémy Zurcher1-0/+1
2016-01-19MenuScreen: pause render and riseze onPause()Jérémy Zurcher1-2/+8
2016-01-19Ctrl: add getCtrl(GameMode)Jérémy Zurcher2-2/+13
2016-01-19run: remove scp to erraticJérémy Zurcher1-2/+0
2016-01-18www updateJérémy Zurcher1-1/+6
2016-01-18setup SQLiteJérémy Zurcher5-0/+3
2016-01-18TutorialsMenu: ask to visit rustanddust.chJérémy Zurcher1-1/+1
2016-01-18update TODOJérémy Zurcher1-36/+1
2016-01-14add game.ctrl.solo: first step into multimode gameJérémy Zurcher3-2/+16
2016-01-14increase code versionv19Jérémy Zurcher2-3/+3
2016-01-14InfantryFireAnimation: add missing var init in Shot.set(...)Jérémy Zurcher1-0/+3
2016-01-14add rustanddust.chJérémy Zurcher25-0/+559
2016-01-13fix typoJérémy Zurcher1-1/+1
2016-01-11tests: add stuff for IterableArrayJérémy Zurcher1-0/+74
2016-01-11tests: use engine.util.CollectionJérémy Zurcher2-88/+87
2016-01-11IterableArray does not extends ArrayList but has it's own implementationJérémy Zurcher7-54/+144
2016-01-11coding styleJérémy Zurcher1-1/+1
2016-01-11add engine.util.Collection and use itJérémy Zurcher6-10/+26
2016-01-11use IterableStack, IterableSet and IterableQueueJérémy Zurcher5-37/+33
2016-01-11extract IterableStack, IterableSet and IterableQueue out of IterableArrayJérémy Zurcher4-27/+62
2016-01-11ArrayListIt -> IterableArrayJérémy Zurcher12-43/+43
2016-01-11PathBuilder: tiles and paths use ArrayListItJérémy Zurcher2-13/+10
2016-01-11Board: tilesToDraw init capacity is 20Jérémy Zurcher1-1/+1
2016-01-11Board: tilesToDraw is an ArrayListItJérémy Zurcher1-16/+11
2016-01-11ArrayListIt: add addUniqueJérémy Zurcher1-0/+7
2016-01-11SearchBoard: use ArrayListItJérémy Zurcher1-16/+11
2016-01-10ArrayListIt: add push pop enqueue dequeueJérémy Zurcher1-0/+20