Age | Commit message (Expand) | Author | Files | Lines |
2015-11-09 | Label: must update width and height before calling setPosition(Position) | Jérémy Zurcher | 1 | -0/+8 |
2015-11-09 | EngagementPanel: us Bg instead of Sprite to scale | Jérémy Zurcher | 1 | -10/+9 |
2015-11-09 | PlayerInfo: us Bg instead of Sprite to scale | Jérémy Zurcher | 1 | -6/+6 |
2015-11-09 | PlayerInfo: add final to PADDING | Jérémy Zurcher | 1 | -1/+1 |
2015-11-09 | EngagementPanel: fix element position | Jérémy Zurcher | 1 | -13/+12 |
2015-11-09 | RustAndDust: call UnitDock/Bg.setScale | Jérémy Zurcher | 1 | -1/+8 |
2015-11-09 | UnitDock: add setScale(float) | Jérémy Zurcher | 1 | -1/+5 |
2015-11-09 | Bg: add setScale(float) | Jérémy Zurcher | 1 | -1/+7 |
2015-11-09 | EngagementPanel: ckeck for button hit too | Jérémy Zurcher | 1 | -1/+1 |
2015-11-09 | ui: center ok/cancel buttons on box corners | Jérémy Zurcher | 7 | -16/+11 |
2015-11-09 | ui: update ok and cancel png | Jérémy Zurcher | 5 | -8/+8 |
2015-11-09 | PlayMenu: add ':' | Jérémy Zurcher | 1 | -2/+2 |
2015-11-09 | UnitDock: adapt scale to screen height | Jérémy Zurcher | 1 | -1/+2 |
2015-11-09 | increase android versionCode | Jérémy Zurcher | 1 | -1/+1 |
2015-11-09 | RustAndDust: add font size computation | Jérémy Zurcher | 1 | -1/+1 |
2015-11-09 | use freetype font | Jérémy Zurcher | 18 | -929/+16 |
2015-11-07 | run: clean first1.0.1 | Jérémy Zurcher | 1 | -1/+3 |
2015-11-07 | fix andrdoid version | Jérémy Zurcher | 1 | -2/+2 |
2015-11-07 | version 1.0.1 | Jérémy Zurcher | 1 | -1/+1 |
2015-11-07 | change icons | Jérémy Zurcher | 8 | -0/+0 |
2015-11-06 | UnitDock: avoid silly yoyo bouncing | Jérémy Zurcher | 1 | -6/+9 |
2015-11-06 | PlayMenu: fix mode not implemented behavior | Jérémy Zurcher | 1 | -0/+1 |
2015-11-06 | gitignore *.apk | Jérémy Zurcher | 1 | -0/+1 |
2015-11-06 | run: add 's' option to sign and align apk | Jérémy Zurcher | 1 | -0/+13 |
2015-11-06 | run: add 'r' option to build android-release-unsigned.apk | Jérémy Zurcher | 1 | -0/+5 |
2015-11-06 | assets: update 02_area hex overlay | Jérémy Zurcher | 2 | -0/+0 |
2015-11-06 | UnitDock: smooth vertical adjustment | Jérémy Zurcher | 1 | -4/+9 |
2015-11-06 | GameScreen -> UnitDock: add drag and implement vertical slide of units | Jérémy Zurcher | 5 | -2/+42 |
2015-11-05 | UnitDock: factorise matrix and scale computation | Jérémy Zurcher | 1 | -8/+6 |
2015-11-05 | UnitDock: add glScissors | Jérémy Zurcher | 1 | -0/+16 |
2015-11-05 | update TODO | Jérémy Zurcher | 1 | -4/+5 |
2015-11-05 | Hex: add DEPRESSION TerrainType | Jérémy Zurcher | 2 | -1/+7 |
2015-11-05 | Map: add comment for special AT_GUN -> no AP spent case | Jérémy Zurcher | 1 | -0/+1 |
2015-11-05 | ctags: only parse core/src/ | Jérémy Zurcher | 1 | -1/+1 |
2015-11-05 | add and use Pawn.canBreak() | Jérémy Zurcher | 3 | -1/+8 |
2015-11-05 | add and use Pawn.preventDefenseOn(Tile) | Jérémy Zurcher | 3 | -1/+11 |
2015-11-05 | Unit: regroup fcts | Jérémy Zurcher | 1 | -6/+6 |
2015-11-05 | android: build tools -> 23.0.2 | Jérémy Zurcher | 1 | -1/+1 |
2015-11-05 | MenuScreen: do not nullify config.battle, PlayMenu handles it | Jérémy Zurcher | 1 | -2/+0 |
2015-11-05 | TutorialsMenu: remove unused const VSPACING | Jérémy Zurcher | 1 | -1/+0 |
2015-11-05 | OptionsMenu: add const OPT_PADDING | Jérémy Zurcher | 1 | -2/+3 |
2015-11-05 | OptionsMenu: remove game mode option | Jérémy Zurcher | 1 | -31/+0 |
2015-11-05 | menu/screens : use PlayMenu | Jérémy Zurcher | 2 | -20/+20 |
2015-11-05 | add PlayMenu | Jérémy Zurcher | 1 | -0/+195 |
2015-10-30 | tests: add isFlankAttack() checks | Jérémy Zurcher | 1 | -0/+28 |
2015-10-30 | SearchBoard: remove unnecessary check on last Node | Jérémy Zurcher | 1 | -3/+0 |
2015-10-30 | tests: check LOS is ok when dst is blocked | Jérémy Zurcher | 1 | -0/+16 |
2015-10-30 | SearchBoard: add fixLineOfSight, unset losBlocked and return true if dst reached | Jérémy Zurcher | 1 | -3/+16 |
2015-10-30 | tests : add Attacks | Jérémy Zurcher | 1 | -0/+114 |
2015-10-29 | tests: FakeTile inherits from HeadedPawn | Jérémy Zurcher | 1 | -5/+11 |