summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-12-17test : fix OrthographicCamera usage and Root resizingJérémy Zurcher4-27/+7
2019-12-17test : rewrite UiScreen, do not reuse one ButtonJérémy Zurcher1-30/+55
2019-12-03Board : implements distance for Hex and Square boardsJérémy Zurcher1-0/+8
2019-11-30add assets directory to resources to not have to change the working directorySimonIT1-0/+1
2019-11-26fix wrong taskSimonIT1-1/+1
2019-11-26Add gwt compatibilitySimonIT1-0/+1
2019-01-15AnimationsScreen : test burst fire animationJérémy Zurcher1-23/+33
2019-01-15Assets : update, add engineer with png and ogg, ttfJérémy Zurcher1-2/+14
2018-12-07AnimationScreen : test looping sound in MoveAnimationJérémy Zurcher2-1/+4
2018-11-24Dice : add roll soundJérémy Zurcher3-18/+25
2018-11-23add Dice : demo predictible dice rollJérémy Zurcher3-1/+98
2018-11-23FramedSprite : add x,y,a .. varsJérémy Zurcher1-4/+4
2018-11-22AnimationScreen : test sounds in ShellFireAnimationJérémy Zurcher2-2/+13
2018-11-20AnimationsScreen : demo ShellFireAnimation configurationsJérémy Zurcher1-3/+6
2018-11-20AnimationsScreen : demo ShellFireAnimationJérémy Zurcher1-0/+14
2018-11-20Assets : add shell_fire.png and explosions.pngJérémy Zurcher1-0/+6
2018-11-18AnimationsScreen : use AnimationBatch and FadeAnimationJérémy Zurcher1-5/+31
2018-11-15Animation : add public default void draw(Batch) { }Jérémy Zurcher1-2/+3
2018-10-18AnimationScreen : use Tile Overlay on MoveAnimationJérémy Zurcher1-2/+15
2018-10-18add assets/hex-overlaysJérémy Zurcher1-0/+3
2018-10-18kill pieces subdirectory for nowJérémy Zurcher2-2/+2
2018-10-18AnimationsScre : use MoveAnimation.onTileChange(…) callbackJérémy Zurcher1-1/+1
2018-10-17AnimationScreen : test MoveAnimationJérémy Zurcher1-0/+34
2018-10-16AnimationsScreen : follow the white rabbitJérémy Zurcher1-3/+3
2018-10-14animations : clean upJérémy Zurcher1-1/+1
2018-10-13AnimationsScreen : get rid of state, use AnimationSequenceJérémy Zurcher1-32/+16
2018-10-11BounceAnimation : support optional rotation movementJérémy Zurcher1-1/+1
2018-10-10BoardScreen,AnimationScreen : use OrientationJérémy Zurcher2-3/+11
2018-10-09use pieces/PieceJérémy Zurcher2-15/+3
2018-10-09assets : switch from sherman.png to panzer.pngJérémy Zurcher5-21/+21
2018-10-08AnimationsScreen : demo BounceAnimationJérémy Zurcher2-32/+30
2018-10-08AbstractScreen : the screen set the glViewport at constructionJérémy Zurcher1-0/+3
2018-10-08Revert "BoardScreen : be sure to reset glViewport when exiting"Jérémy Zurcher1-1/+0
2018-10-08ch.asynk.gdx.boardgame.board -> ch.asynk.gdx.boardgame.boardsJérémy Zurcher2-4/+4
2018-10-04BoardScreen : remove useless DEBUG constantJérémy Zurcher1-3/+0
2018-10-04add and plug AnimationsScreenJérémy Zurcher3-2/+130
2018-10-04AbstractScreen : get rid of feed()Jérémy Zurcher4-22/+11
2018-10-04AbstractScreen : resize(int,int) -> resize(int,int,float)Jérémy Zurcher3-5/+16
2018-10-03tabletop -> boardgameJérémy Zurcher9-22/+22
2018-10-03BoardScreen : fix typoJérémy Zurcher2-2/+3
2018-10-03BoardScreen : be sure to reset glViewport when exitingJérémy Zurcher1-0/+1
2018-10-03BoardScreen : use RootJérémy Zurcher1-1/+9
2018-10-03Camera : applyMapViewport() -> applyBoardViewport()Jérémy Zurcher1-1/+1
2018-10-02test : extract AbstractScreen from Board,Menu,UiScreenJérémy Zurcher4-395/+263
2018-10-02test : fix path to respect package nameJérémy Zurcher7-1/+0
2018-10-02welcome MenuScreen, BoardScreen and UiScreenJérémy Zurcher8-534/+751
2018-10-01LoadingScreen : code cleanupJérémy Zurcher1-4/+6
2018-10-01GameScreen : paused cannot block resize()Jérémy Zurcher1-2/+3
2018-09-30GameHud : no more updatesJérémy Zurcher1-6/+8
2018-09-20add sherman unit to testsJérémy Zurcher2-0/+7