index
:
gdx-boardgame
master
a framework to build libgdx based boardgames
Jérémy Zurcher
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
src
/
ch
/
asynk
/
gdx
/
boardgame
/
animations
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-17
core : implement drawDebug(ShapeRenderer)
Jérémy Zurcher
4
-0
/
+42
2019-12-02
Hashtable is not available on gwt, replace with object map
SimonIT
1
-4
/
+2
2019-11-30
remove string format, it's not available on gwt
SimonIT
1
-1
/
+1
2019-01-15
ShellFireAnimation -> ShotAnimation and FireAnimation
Jérémy Zurcher
3
-263
/
+378
2018-12-07
ShellFireAnimation : Shoot -> Fire
Jérémy Zurcher
1
-8
/
+8
2018-12-07
MoveAnimation : add Sound support
Jérémy Zurcher
1
-5
/
+19
2018-12-07
MoveAnimation : fix notify, it is set by setNextMove()
Jérémy Zurcher
1
-1
/
+0
2018-11-23
FramedSprite : add x,y,a .. vars
Jérémy Zurcher
1
-41
/
+42
2018-11-22
ShellFireAnimation : support fire and explosion sounds
Jérémy Zurcher
1
-4
/
+20
2018-11-20
add ShellFireAnimation
Jérémy Zurcher
1
-0
/
+246
2018-11-20
BounceAnimation : use MathUtils
Jérémy Zurcher
1
-3
/
+2
2018-11-19
TimedAnimation : add comments about usage of begin()
Jérémy Zurcher
1
-1
/
+4
2018-11-18
add FadeAnimation
Jérémy Zurcher
1
-0
/
+56
2018-11-15
Animation : add public default void draw(Batch) { }
Jérémy Zurcher
4
-24
/
+3
2018-11-15
TimedAnimation : update(…) -> update(float delta), percent and elapsed are ...
Jérémy Zurcher
3
-7
/
+7
2018-11-14
AnimationBatch : remove debug System.err.println
Jérémy Zurcher
1
-1
/
+0
2018-11-14
remove useless import statements
Jérémy Zurcher
2
-4
/
+0
2018-11-14
add AnimationBatch
Jérémy Zurcher
1
-0
/
+82
2018-11-14
TimedAnimation : add float elapsed parameter to update(…)
Jérémy Zurcher
3
-5
/
+8
2018-10-18
MoveAnimation : notify on start and end of animation
Jérémy Zurcher
1
-3
/
+11
2018-10-18
kill pieces subdirectory for now
Jérémy Zurcher
2
-2
/
+2
2018-10-18
MoveAnimation : code simplification
Jérémy Zurcher
1
-4
/
+2
2018-10-18
MoveAnimation : implement onTileChange(Piece, Path) callback
Jérémy Zurcher
1
-2
/
+18
2018-10-17
add MoveAnimation
Jérémy Zurcher
1
-0
/
+111
2018-10-16
animation : get() -> obtain() (avoid clash with Collection.get())
Jérémy Zurcher
3
-3
/
+3
2018-10-14
animations : clean up
Jérémy Zurcher
4
-27
/
+39
2018-10-13
add DelayAnimation
Jérémy Zurcher
1
-0
/
+26
2018-10-13
AnimationSequence : small improvements
Jérémy Zurcher
1
-10
/
+12
2018-10-11
BounceAnimation : support optional rotation movement
Jérémy Zurcher
1
-4
/
+26
2018-10-11
TimedAnimation : optimize
Jérémy Zurcher
2
-21
/
+19
2018-10-09
use pieces/Piece
Jérémy Zurcher
1
-9
/
+9
2018-10-08
add animations
Jérémy Zurcher
4
-0
/
+215