summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-17Assembly : taint() -> taintChildren()Jérémy Zurcher2-6/+6
2019-12-17Menu : use relative positioning instead of absoluteJérémy Zurcher1-14/+12
2019-12-17Label : add String getText()Jérémy Zurcher1-0/+5
2019-12-17test : fix OrthographicCamera usage and Root resizingJérémy Zurcher4-27/+7
2019-12-17Assembly : taint must taint itself and the childrenJérémy Zurcher1-0/+1
2019-12-17test : rewrite UiScreen, do not reuse one ButtonJérémy Zurcher1-30/+55
2019-12-17Button : change attribute access from private to protectedJérémy Zurcher1-2/+2
2019-12-17ui.Element : add optional Alignment parameter to setParent(…)Jérémy Zurcher2-2/+7
2019-12-16ui.Element : taintParent goes publicJérémy Zurcher1-2/+7
2019-12-16Merge pull request #6 from SimonIT/public-computeGeometryJérémy Zurcher2-2/+2
2019-12-16ui.Element : add taintParent boolean to propagate taint state up the UI treeJérémy Zurcher4-11/+14
2019-12-16Merge pull request #8 from SimonIT/fix-Collection-genericJérémy Zurcher2-3/+2
2019-12-16fix Iterator generic in CollectionSimonIT2-3/+2
2019-12-16make computeGeometry publicSimonIT2-2/+2
2019-12-15Merge pull request #4 from SimonIT/masterJérémy Zurcher4-3/+16
2019-12-14protected Assembly children, building on travisSimonIT4-3/+16
2019-12-03Merge pull request #3 from SimonIT/gwt-compatibilityJérémy Zurcher1-4/+2
2019-12-03Board : implements distance for Hex and Square boardsJérémy Zurcher6-1/+88
2019-12-02Piece : syntaxJérémy Zurcher1-2/+2
2019-12-02Hashtable is not available on gwt, replace with object mapSimonIT1-4/+2
2019-12-02Merge pull request #2 from SimonIT/gwt-compatibilityJérémy Zurcher6-6/+39
2019-12-01fix indentationSimonIT1-3/+3
2019-12-01Link to javadocsSimonIT1-0/+4
2019-12-01Some install instructionsSimonIT1-0/+27
2019-11-30add assets directory to resources to not have to change the working directorySimonIT1-0/+1
2019-11-30remove string format, it's not available on gwtSimonIT4-6/+7
2019-11-27update READMEJérémy Zurcher1-0/+1
2019-11-27Merge pull request #1 from SimonIT/jitpack-preperationsJérémy Zurcher7-3/+31
2019-11-26fix wrong taskSimonIT1-1/+1
2019-11-26Add gwt compatibilitySimonIT5-0/+11
2019-11-26make this framework deliver source and javadoc jars, renamed build to generat...SimonIT3-3/+20
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 Zurcher7-2/+14
2019-01-15ShellFireAnimation -> ShotAnimation and FireAnimationJérémy Zurcher4-267/+382
2019-01-15FramedSprite : fix shared TextureRegion between instancesJérémy Zurcher1-2/+3
2018-12-07ShellFireAnimation : Shoot -> FireJérémy Zurcher2-9/+9
2018-12-07AnimationScreen : test looping sound in MoveAnimationJérémy Zurcher3-1/+4
2018-12-07MoveAnimation : add Sound supportJérémy Zurcher1-5/+19
2018-12-07MoveAnimation : fix notify, it is set by setNextMove()Jérémy Zurcher1-1/+0
2018-11-24Dice : add roll soundJérémy Zurcher3-18/+25
2018-11-23add Dice : demo predictible dice rollJérémy Zurcher5-1/+98
2018-11-23FramedSprite : add static trim and offsetJérémy Zurcher1-0/+19
2018-11-23FramedSprite : implement PositionableJérémy Zurcher1-1/+32
2018-11-23Positionable : give default centerOn() implementationJérémy Zurcher2-6/+5
2018-11-23FramedSprite : add x,y,a .. varsJérémy Zurcher3-64/+87
2018-11-22AnimationScreen : test sounds in ShellFireAnimationJérémy Zurcher4-2/+13
2018-11-22ShellFireAnimation : support fire and explosion soundsJérémy Zurcher1-4/+20
2018-11-22Assets : support SoundJérémy Zurcher1-0/+6
2018-11-20AnimationsScreen : demo ShellFireAnimation configurationsJérémy Zurcher1-3/+6
2018-11-20AnimationsScreen : demo ShellFireAnimationJérémy Zurcher1-0/+14