Age | Commit message (Expand) | Author | Files | Lines |
2014-10-03 | remove gfx/Moveable | Jérémy Zurcher | 3 | -27/+3 |
2014-10-03 | Pawn: slow dawn pawn move animation | Jérémy Zurcher | 1 | -1/+1 |
2014-10-03 | Board: comment out unused methods | Jérémy Zurcher | 1 | -44/+44 |
2014-10-03 | remove debug output | Jérémy Zurcher | 1 | -1/+0 |
2014-10-03 | Board: getFinalPath(...) returns an array of Vector3, add movePawn(...) | Jérémy Zurcher | 1 | -14/+52 |
2014-10-03 | getPawnPosAt(...) has a third intout argument | Jérémy Zurcher | 1 | -4/+8 |
2014-10-03 | Pawn: add AnimationSequence getMoveAnimation(Vector<Vector3> path) | Jérémy Zurcher | 1 | -0/+21 |
2014-10-03 | Pawn: rename path -> moves | Jérémy Zurcher | 1 | -13/+14 |
2014-10-03 | Board: API goes GridPoint2 | Jérémy Zurcher | 1 | -66/+46 |
2014-10-03 | Board: use Orientation.fromMove(...) | Jérémy Zurcher | 1 | -19/+2 |
2014-10-03 | Orientation: add Orientation fromMove(int col0, int row0, int col1, int row1) | Jérémy Zurcher | 1 | -0/+18 |
2014-10-03 | Orientation: remove useless import | Jérémy Zurcher | 1 | -26/+0 |
2014-10-03 | Board.Orientation -> Orientation | Jérémy Zurcher | 6 | -105/+132 |
2014-10-03 | Board,SearchBoard: add getFinalPath(getFinalPath(Vector<GridPoint3> path) | Jérémy Zurcher | 2 | -0/+54 |
2014-10-02 | Pawn,HeadedPaw: use StackedImage.centerOn(float, float) not setPosition(...) | Jérémy Zurcher | 2 | -5/+10 |
2014-10-02 | StackedImages: is no longer a Moveable but a Drawable | Jérémy Zurcher | 1 | -58/+8 |
2014-10-02 | Board: clean up API | Jérémy Zurcher | 1 | -11/+35 |
2014-10-02 | SearchBoard: fix possiblePaths road march | Jérémy Zurcher | 1 | -5/+4 |
2014-10-01 | Board/SearchBoard: possiblePathsFilterAdd -> possiblePathsFilterToggle | Jérémy Zurcher | 2 | -6/+11 |
2014-10-01 | Board -> Tile -> StackedImages: isEnabled(int i) overlays | Jérémy Zurcher | 3 | -0/+15 |
2014-10-01 | Board/SearchBoard: add possiblePathsFilterAdd(int, int, Set<GridPoint2>) | Jérémy Zurcher | 2 | -4/+46 |
2014-10-01 | Board: add possiblePaths(Pawn, int, int, int, int, Set<GridPoint2>) | Jérémy Zurcher | 1 | -2/+22 |
2014-10-01 | Board: searchBoard is protected | Jérémy Zurcher | 1 | -1/+1 |
2014-10-01 | findAllPaths: support roadMarch, do not touch nodes state, returns List<Vecto... | Jérémy Zurcher | 1 | -28/+25 |
2014-10-01 | SearchBoard: add possiblePaths(...) TODO roadMarch support | Jérémy Zurcher | 1 | -0/+53 |
2014-10-01 | Pawn, Image: add protected default constructor | Jérémy Zurcher | 2 | -0/+9 |
2014-10-01 | SearchBoard: adjacents is now local to function | Jérémy Zurcher | 1 | -26/+28 |
2014-10-01 | SearchBoard: add distance(Node, Node) | Jérémy Zurcher | 1 | -0/+5 |
2014-10-01 | SearchBoard: add boolean inMap() | Jérémy Zurcher | 1 | -0/+12 |
2014-10-01 | Board.distance() -> SearchBoard.distance() | Jérémy Zurcher | 2 | -21/+19 |
2014-09-30 | Tile: occupied() -> isEmpty() && hasUnits() | Jérémy Zurcher | 1 | -7/+19 |
2014-09-30 | Pawn/Unit: add boolean isUnit() | Jérémy Zurcher | 1 | -0/+1 |
2014-09-30 | Board/SearchBoard: clean up | Jérémy Zurcher | 2 | -109/+116 |
2014-09-30 | SearchBoard: qick implementation of hasClearLineOfSight(...) | Jérémy Zurcher | 1 | -4/+29 |
2014-09-30 | SearchBoard: remove useless check param for lineOfSight() | Jérémy Zurcher | 1 | -9/+4 |
2014-09-30 | SearchBoard: add diagonalLineOfSight(...) | Jérémy Zurcher | 1 | -1/+33 |
2014-09-30 | Tile/Hex: add blockLineOfSightFrom(Tile) | Jérémy Zurcher | 1 | -0/+1 |
2014-09-30 | SearchBoard: cleanup | Jérémy Zurcher | 1 | -14/+11 |
2014-09-29 | Board/Tile: add protected default constructor needed for test unit | Jérémy Zurcher | 2 | -0/+8 |
2014-09-29 | add lineOfSight testing code | Jérémy Zurcher | 1 | -0/+24 |
2014-09-29 | SearchBoard: add List<Node> lineOfSight() | Jérémy Zurcher | 1 | -1/+105 |
2014-09-29 | Tile/Hex: add boolean isOffMap() | Jérémy Zurcher | 1 | -0/+1 |
2014-09-29 | SearchBoard: coding style | Jérémy Zurcher | 1 | -2/+2 |
2014-09-29 | Board is not an Image anymore, but has an Image | Jérémy Zurcher | 1 | -7/+21 |
2014-09-27 | go from orthogonal coordinates to skew coordinates | Jérémy Zurcher | 2 | -74/+60 |
2014-09-27 | getPawnPosAt(...) uses Tile.getCenter() | Jérémy Zurcher | 2 | -13/+8 |
2014-09-27 | Tiles have a center, GameFactory implements Board.TileBuilder to create Hex(c... | Jérémy Zurcher | 2 | -13/+18 |
2014-09-27 | rework (Basic)Drawable into Drawable->Moveable | Jérémy Zurcher | 7 | -44/+108 |
2014-09-27 | overlays clear -> disable | Jérémy Zurcher | 3 | -7/+7 |
2014-09-26 | SearchBoard: fix openToAttackFrom() use a queue add fix attackAngle | Jérémy Zurcher | 1 | -30/+52 |