Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-09-13 | use HexMap and show touched cell | Jérémy Zurcher | 1 | -4/+13 |
2014-09-13 | fix camera dragging, use screenToViewport ratio and zoom | Jérémy Zurcher | 1 | -8/+8 |
2014-09-13 | center loading logo on screen height | Jérémy Zurcher | 1 | -1/+1 |
2014-09-12 | use scene2d.Stage: hud and gameStage | Jérémy Zurcher | 1 | -35/+41 |
2014-09-12 | improve camera moves | Jérémy Zurcher | 1 | -11/+12 |
2014-09-12 | move camera position clamp from render() to input processor | Jérémy Zurcher | 1 | -5/+11 |
2014-09-12 | use InputMultiplexer to handle Gestures, apply zoom to touchDragged() | Jérémy Zurcher | 1 | -2/+23 |
2014-09-11 | add screens/GameScreen: handle scroll, drag | Jérémy Zurcher | 2 | -7/+153 |
2014-09-11 | add screens/LoadScreen + actors/LoadingBar + assets | Jérémy Zurcher | 1 | -0/+153 |
2014-09-11 | add screens/AbstractScreen | Jérémy Zurcher | 1 | -0/+25 |