summaryrefslogtreecommitdiffstats
path: root/core/src
AgeCommit message (Collapse)AuthorFilesLines
2014-10-17Player: add setTopLeft(float,float) -> remove getX/Y/Width/Height, has an ↵Jérémy Zurcher2-26/+19
status Msg
2014-10-17Factory: has a TankOnTank refJérémy Zurcher3-6/+12
2014-10-17Player: currentPlayer()/otherPlayer() -> player()/opponent()Jérémy Zurcher5-31/+31
2014-10-17Player: attributes becom public, add getX/Y/Width/HeightJérémy Zurcher1-14/+34
2014-10-17Image: add contains(float, float)Jérémy Zurcher1-0/+5
2014-10-17Army: add String and toString()Jérémy Zurcher1-1/+8
2014-10-17Unit: add String to enum UnitId, set descr -> nice toString()Jérémy Zurcher1-16/+22
2014-10-17Pawn,HeadedPawn: toString return protected descrJérémy Zurcher2-9/+4
2014-10-16Hud: correctly init flagJérémy Zurcher1-2/+1
2014-10-16Hud: set Next Player MsgJérémy Zurcher1-1/+1
2014-10-16Msg: add write(String, float)Jérémy Zurcher1-0/+7
2014-10-16StateSelect: call map.clearAll() on abort()Jérémy Zurcher1-0/+1
2014-10-16GameScreen: INPUT_DELAY 0.) -> 0.3Jérémy Zurcher1-1/+1
2014-10-16StateSelect: fix buildPossiblesTargets call when select Pawn is an enemyJérémy Zurcher1-1/+5
2014-10-16add OptionsScreenJérémy Zurcher3-3/+153
2014-10-16TankOnTank: owns Config nowJérémy Zurcher2-2/+5
2014-10-16TankOnTank,GameScreen: clean up dispose callsJérémy Zurcher2-3/+3
2014-10-16GameScreen: must now create the ConfigJérémy Zurcher1-1/+2
2014-10-16Map*: recieves TankOnTank it constructionJérémy Zurcher3-9/+12
2014-10-16Ctrl: it is hold in TankOnTank, and recieves Config at constructionJérémy Zurcher2-12/+10
2014-10-16TankOnTank has a factoryJérémy Zurcher2-1/+9
2014-10-16Factory: big cleanupJérémy Zurcher1-68/+74
2014-10-16GameScreen: add inputDelay after touchUp, drag, scroll, zoomJérémy Zurcher1-1/+10
2014-10-16Hud: fix buttons backgroundJérémy Zurcher1-6/+7
2014-10-15Hud: add MsgJérémy Zurcher1-4/+8
2014-10-15add Hud/MsgJérémy Zurcher1-0/+53
2014-10-15Bg: rect is protectedJérémy Zurcher2-6/+61
2014-10-15add attack animationJérémy Zurcher5-14/+42
2014-10-15Board: add addAnimation(Animation) and int removePawn(Pawn)Jérémy Zurcher1-3/+13
2014-10-15add gfx/animations/SpriteAnimationJérémy Zurcher1-0/+89
2014-10-15add explosion.png and explosions.pngJérémy Zurcher1-0/+4
2014-10-15Hex: improve debug outputJérémy Zurcher1-3/+4
2014-10-15StatSelect: clear all on abortJérémy Zurcher1-0/+3
2014-10-15Board: unselectHex(GridPoint2) -> selectHex(GridPoint2, boolean)Jérémy Zurcher6-21/+16
2014-10-15Board: remove pawnsToDraw, directly draw AnimationsJérémy Zurcher1-28/+13
2014-10-15Animation implements Drawable, and has a Moveable, not a PawnJérémy Zurcher4-39/+58
2014-10-15Moveable interface comes in once againJérémy Zurcher3-3/+21
2014-10-14Click on Flag to end current player's turnJérémy Zurcher2-1/+10
2014-10-14Hud: on hide, set buttonsRect.set(0, 0, 0, 0);Jérémy Zurcher1-0/+1
2014-10-14add AP burn down debugJérémy Zurcher1-0/+1
2014-10-14add promote actionJérémy Zurcher10-6/+91
2014-10-14Pawn,Unit: add boolean isHqOf(Pawn), Player add boolean canPromote(Pawn)Jérémy Zurcher3-0/+18
2014-10-14Factory: use Unit.UnitIdJérémy Zurcher1-62/+44
2014-10-14Unit: add UnitId idJérémy Zurcher1-3/+26
2014-10-14Board: buildAttackAssists(...) jump over attack leaderJérémy Zurcher1-1/+1
2014-10-14SearchBoard,Board: implement assisst attack without line of sightJérémy Zurcher2-15/+15
2014-10-14Board: buildAttack(...) -> buildAttackAssists(...), clean up codeJérémy Zurcher2-10/+10
2014-10-14Pawn,Unit add boolean canAssistAttackWithoutLos() and UnitType.ARTILLERYJérémy Zurcher3-1/+11
2014-10-14Board: add simpler buildPossibleTargetsFrom() based on enemy unitsJérémy Zurcher4-4/+26
2014-10-14Ctrl: use Player[2], randomize first player, add currentPlayer() and ↵Jérémy Zurcher4-18/+29
otherPlayer()