OSDN Git Service

removed dist stuff from build.xml, gles bindings are build into libgdx.so now
[mikumikustudio/libgdx-mikumikustudio.git] / gdx /
2013-07-06 badlogicmoved android gl20 into gdx core, unifying it with...
2013-07-06 badlogicMerge branch 'master' of https://github.com/libgdx...
2013-07-06 MobiDevelopMerge pull request #499 from jericbryledy/master
2013-07-06 XoppaMerge pull request #500 from xoppa/bullet
2013-07-06 XoppaMerge branch 'master' of https://github.com/libgdx...
2013-07-06 Jeric Bryle Sy Dychanged gdx-core to include everything (but .java)...
2013-07-05 Justin ShapcottAdd arc drawing to ShapeRenderer
2013-07-05 MobiDevelopMerge pull request #496 from g-pechorin/patch-1
2013-07-05 XoppaMerge pull request #495 from semtiko/patch-2
2013-07-05 Alex VegaJavaDoc fixed
2013-07-05 Alex VegaUpdate Rectangle.java
2013-07-05 Justin ShapcottChanges to Box2d World
2013-07-05 Mario ZechnerMerge pull request #493 from xoppa/bullet
2013-07-05 Mario ZechnerMerge pull request #497 from jericbryledy/master
2013-07-05 Jeric Bryle Sy Dyincluded default .fnt and .png as requested in issue...
2013-07-05 Jeric Bryle Sy DyMerge branch 'master' of github.com:jericbryledy/libgdx
2013-07-05 Jeric Bryle Sy Dyfixed issue #1500 (https://code.google.com/p/libgdx...
2013-07-05 Peter LaValleremoved assertions from `line()` methods
2013-07-05 badlogicremoved glShaderSource from GL20, added methods to...
2013-07-05 badlogicfixed issue 1524, Animation#getKeyFrame set the play...
2013-07-05 Peter LaValleline convenience method
2013-07-05 badlogicfixed issue 1547, added x86 Android support. You'll...
2013-07-05 badlogicfixed issue 1553, missing RevoluteJoint methods
2013-07-05 Alex VegaRectangle, add getSize and small changes
2013-07-05 Justin ShapcottAdd new classes to GWT module def.
2013-07-05 Peter LaValleAdded a convenience method
2013-07-05 Alex VegaRectangle, add getPosition returns Vector2
2013-07-04 XoppaFix nested iterator
2013-07-03 Justin ShapcottAdd parsing of tile terrain information
2013-06-30 Mario ZechnerMerge pull request #490 from ttencate/master
2013-06-30 Thomas ten CateRemove dead code
2013-06-30 Thomas ten CateFix coinciding points case, and clean up a bit
2013-06-30 Thomas ten CateFix bug, and add some test cases for invalid (non-simpl...
2013-06-30 Thomas ten CatePre-allocate the known number of triangles
2013-06-30 Thomas ten CateRun the code formatter
2013-06-30 Thomas ten CateImprove some comments
2013-06-30 Thomas ten CateOnly update type of vertices next to the clipped ear
2013-06-30 Thomas ten CateStop needlessly using doubles; it only makes the now...
2013-06-30 Thomas ten CateMake some common parameters into private fields
2013-06-30 Thomas ten CateRemove dodgy and now unneeded collinearity check
2013-06-30 Thomas ten CateFix some comments
2013-06-30 Thomas ten CateImplement desperate mode, preventing infinite loop...
2013-06-30 Thomas ten CateOnly correct the winding order once
2013-06-30 Thomas ten CateSimplify, because we know winding order
2013-06-30 Thomas ten CateAdd a TODO
2013-06-30 Thomas ten CateConsider points on triangle edge to be inside; fixes...
2013-06-30 Thomas ten CateRemove Hodor code (a class saying its own name over...
2013-06-30 Thomas ten CateInline isAnyVertexInTriangle method to make it more...
2013-06-30 Thomas ten CatePass vertices as vectors for more readable code
2013-06-28 NathanSweetMerge remote-tracking branch 'origin/master'
2013-06-28 Justin ShapcottFix Intersector#insersectLines
2013-06-28 badlogicmerged manually
2013-06-28 badlogici suck
2013-06-28 Mario ZechnerMerge pull request #489 from sinistersnare/patch-1
2013-06-28 Mario ZechnerMerge pull request #487 from semtiko/patch-2
2013-06-28 badlogicMerge branch 'master' of https://github.com/libgdx...
2013-06-28 Justin ShapcottAdd getter for Animation play mode
2013-06-28 NathanSweetMerge remote-tracking branch 'origin/master'
2013-06-28 NathanSweetFixed exception being hidden when image fails to load.
2013-06-28 NathanSweetFixed showing SelectBox.
2013-06-28 Davis SilvermanFixed a typo in GL10.java
2013-06-27 Justin ShapcottAdd methods to access response headers.
2013-06-27 badlogicadded preliminary node based shader pipe, nothing to...
2013-06-26 Nathan SweetMerge pull request #488 from xoppa/misc2
2013-06-25 XoppaRevert Material, use Iterable for Array
2013-06-25 XoppaArray: add Iterable and Iterator.allowRemove
2013-06-25 Alex VegaCircle, add X/Y setters
2013-06-24 NathanSweetMerge remote-tracking branch 'origin/master'
2013-06-24 NathanSweetaddAll(Array).
2013-06-24 NathanSweetPer node expanded state.
2013-06-23 NathanSweetMerge remote-tracking branch 'origin/master'
2013-06-23 NathanSweetRemoved generics from Array and ArrayMap.
2013-06-23 Justin ShapcottFix bug in IntFloatMap, IntMap, LongMap get
2013-06-23 badlogicMerge branch 'master' of https://github.com/libgdx...
2013-06-21 badlogicremoved composite shader, it's meh
2013-06-21 XoppaMerge pull request #485 from xoppa/misc
2013-06-20 XoppaMerge pull request #482 from semtiko/patch-2
2013-06-20 Alex VegaCompositeShader, add unimplemented method to fix warning
2013-06-20 Mario ZechnerMerge pull request #481 from xoppa/misc
2013-06-19 Justin ShapcottGWT changes
2013-06-19 XoppaBaseShader various changes
2013-06-19 Mario ZechnerMerge pull request #442 from moly/musiccomplete
2013-06-19 molyMerge branch 'master' of https://github.com/libgdx...
2013-06-19 NathanSweetFixed over state being triggered when there is no mouse.
2013-06-19 NathanSweetMerge remote-tracking branch 'origin/master'
2013-06-19 NathanSweetChanged all actions that execute other code so that...
2013-06-18 XoppaMerge pull request #478 from xoppa/misc
2013-06-18 molyMerge branch 'master' of https://github.com/libgdx...
2013-06-18 Justin ShapcottChange newInstance to a generic method
2013-06-17 molymerged upstream
2013-06-17 XoppaMerge pull request #431 from blackbluegl/master
2013-06-17 Mario ZechnerMerge pull request #472 from andgeno/master
2013-06-17 Mario ZechnerMerge pull request #473 from xoppa/misc
2013-06-16 XoppaRefactor constructor
2013-06-14 Justin ShapcottMerge branch 'master' into reflectionapi
2013-06-14 Justin ShapcottFix up GWT javadocs/exceptions
2013-06-14 XoppaFix issue 1516
2013-06-13 XoppaMinor changes
2013-06-13 XoppaMerge branch 'master' of https://github.com/libgdx...
2013-06-13 XoppaMerge branch '3dapi' of https://github.com/xoppa/libgdx...
next