Age | Commit message (Expand) | Author | Files | Lines |
2014-10-03 | Board: fix path, rotate on place then move | Jérémy Zurcher | 1 | -13/+24 |
2014-10-03 | Board: use getHexAt(pawn.getCenter()) to avoid wrong hex if image is big | Jérémy Zurcher | 1 | -7/+11 |
2014-10-03 | Board: use pawn.getPosAt(center, pos) | Jérémy Zurcher | 1 | -8/+2 |
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 | 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 | Board.Orientation -> Orientation | Jérémy Zurcher | 1 | -82/+1 |
2014-10-03 | Board,SearchBoard: add getFinalPath(getFinalPath(Vector<GridPoint3> path) | Jérémy Zurcher | 1 | -0/+50 |
2014-10-02 | Board: clean up API | Jérémy Zurcher | 1 | -11/+35 |
2014-10-01 | Board/SearchBoard: possiblePathsFilterAdd -> possiblePathsFilterToggle | Jérémy Zurcher | 1 | -2/+2 |
2014-10-01 | Board -> Tile -> StackedImages: isEnabled(int i) overlays | Jérémy Zurcher | 1 | -0/+5 |
2014-10-01 | Board/SearchBoard: add possiblePathsFilterAdd(int, int, Set<GridPoint2>) | Jérémy Zurcher | 1 | -3/+17 |
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 | Board.distance() -> SearchBoard.distance() | Jérémy Zurcher | 1 | -21/+0 |
2014-09-30 | Board/SearchBoard: clean up | Jérémy Zurcher | 1 | -57/+56 |
2014-09-29 | Board/Tile: add protected default constructor needed for test unit | Jérémy Zurcher | 1 | -0/+4 |
2014-09-29 | add lineOfSight testing code | Jérémy Zurcher | 1 | -0/+24 |
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 | 1 | -23/+25 |
2014-09-27 | getPawnPosAt(...) uses Tile.getCenter() | Jérémy Zurcher | 1 | -13/+3 |
2014-09-27 | Tiles have a center, GameFactory implements Board.TileBuilder to create Hex(c... | Jérémy Zurcher | 1 | -6/+13 |
2014-09-27 | overlays clear -> disable | Jérémy Zurcher | 1 | -4/+4 |
2014-09-26 | Orientation: add int allBut(), oppositeSide() -> opposite() | Jérémy Zurcher | 1 | -2/+8 |
2014-09-25 | Board: add openToAttackFrom() | Jérémy Zurcher | 1 | -0/+15 |
2014-09-25 | add Board.Orientation.isInSides(int) | Jérémy Zurcher | 1 | -0/+5 |
2014-09-25 | Board.Orientation: getBackSides(), oppositeSide(), left(), right() | Jérémy Zurcher | 1 | -3/+54 |
2014-09-25 | add Board.distance(int, int, int, int) | Jérémy Zurcher | 1 | -0/+23 |
2014-09-24 | draw(Batch batch, float parentAlpha) -> draw(batch) | Jérémy Zurcher | 1 | -4/+4 |
2014-09-24 | Board: plugin SearchBoard, add reachableFrom(Pawn pawn, int col, int row) | Jérémy Zurcher | 1 | -4/+32 |
2014-09-24 | Board: remove useless movePawnTo(Pawn pawn, Vector3 coords) | Jérémy Zurcher | 1 | -6/+0 |
2014-09-24 | Board: fix Orientation sides values | Jérémy Zurcher | 1 | -4/+4 |
2014-09-23 | add Hex.OFFMAP | Jérémy Zurcher | 1 | -11/+18 |
2014-09-23 | Board.cfg gos protected | Jérémy Zurcher | 1 | -1/+1 |
2014-09-23 | board allocation goes into Board, hex setup goes into MapA extends Map | Jérémy Zurcher | 1 | -3/+16 |
2014-09-23 | implement clear overlays in Board/Tile/StackImage | Jérémy Zurcher | 1 | -0/+13 |
2014-09-22 | correctly manage dragged Pawn and pawnsToDraw | Jérémy Zurcher | 1 | -1/+14 |
2014-09-22 | Board: remove fields cols and rows | Jérémy Zurcher | 1 | -5/+1 |
2014-09-22 | Board: cell -> tile | Jérémy Zurcher | 1 | -8/+8 |
2014-09-22 | Pawn.Orientation + Tile.Side -> Board.Orientation | Jérémy Zurcher | 1 | -4/+23 |
2014-09-21 | Board: add drawing stats to drawDebug(...) | Jérémy Zurcher | 1 | -0/+30 |
2014-09-21 | add Map.enableOverlayOn(...) | Jérémy Zurcher | 1 | -0/+13 |
2014-09-21 | MapNode->Board TileOverlays->Tile PawnImage->Pawn | Jérémy Zurcher | 1 | -0/+286 |