OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
2013-07-06 MobiDevelopMerge pull request #499 from jericbryledy/master
2013-07-06 XoppaMerge pull request #500 from xoppa/bullet
2013-07-06 XoppaAdd softbody normal support
2013-07-06 XoppaMerge branch 'master' of https://github.com/libgdx...
2013-07-06 Justin ShapcottAdd check to ensure assets are only loaded once
2013-07-06 Justin ShapcottAdd ability to define multiple preloader bundles
2013-07-06 Jeric Bryle... jni module wasn't working correctly without the include...
2013-07-06 Jeric Bryle... changed 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... included default .fnt and .png as requested in issue...
2013-07-05 Jeric Bryle... Merge branch 'master' of github.com:jericbryledy/libgdx
2013-07-05 Jeric Bryle... fixed issue #1500 (https://code.google.com/p/libgdx...
2013-07-05 badlogicadded super simple TimerTest...
2013-07-05 badlogicfixed issue 1241, resize is called properly on iOS
2013-07-05 badlogicfixed issue 1415, resume on iOS works as intended
2013-07-05 Peter LaValleremoved assertions from `line()` methods
2013-07-05 badlogicremoved glShaderSource from GL20, added methods to...
2013-07-05 badlogicfixed issue 1509, deadlock in AndroidGraphics when...
2013-07-05 badlogicfixed issue 1524, Animation#getKeyFrame set the play...
2013-07-05 badlogicfixed issue 1544, glGetActiveUniform/Attribute didn...
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 ability to provide a custom Preloader
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-07-02 XoppaUpdate bullet tests
2013-07-02 XoppaSwig generated files
2013-07-02 XoppaKeep reference to MotionState and CollisionShape
2013-06-30 Mario ZechnerMerge pull request #490 from ttencate/master
2013-06-30 Thomas ten... Remove dead code
2013-06-30 Thomas ten... Fix coinciding points case, and clean up a bit
2013-06-30 Thomas ten... Add more test cases, one failing
2013-06-30 Thomas ten... Fix bug, and add some test cases for invalid (non-simpl...
2013-06-30 Thomas ten... Pre-allocate the known number of triangles
2013-06-30 Thomas ten... Run the code formatter
2013-06-30 Thomas ten... Improve some comments
2013-06-30 Thomas ten... Only update type of vertices next to the clipped ear
2013-06-30 Thomas ten... Stop needlessly using doubles; it only makes the now...
2013-06-30 Thomas ten... Make some common parameters into private fields
2013-06-30 Thomas ten... Remove dodgy and now unneeded collinearity check
2013-06-30 Thomas ten... Fix some comments
2013-06-30 Thomas ten... Implement desperate mode, preventing infinite loop...
2013-06-30 Thomas ten... Only correct the winding order once
2013-06-30 Thomas ten... Simplify, because we know winding order
2013-06-30 Thomas ten... Use left/right keys in test to cycle polygon vertex...
2013-06-30 Thomas ten... Add yet more test cases
2013-06-30 Thomas ten... Add a TODO
2013-06-30 Thomas ten... Add more test cases
2013-06-30 Thomas ten... Consider points on triangle edge to be inside; fixes...
2013-06-30 Thomas ten... Remove Hodor code (a class saying its own name over...
2013-06-30 Thomas ten... Inline isAnyVertexInTriangle method to make it more...
2013-06-30 Thomas ten... Pass vertices as vectors for more readable code
2013-06-30 Thomas ten... Add a test for the triangulator (crashing cases comment...
2013-06-28 NathanSweetMerge remote-tracking branch 'origin/master'
2013-06-28 NathanSweetFixed JPG export.
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 NathanSweetConvert input images if needed.
2013-06-28 NathanSweetShould not have been committed.
2013-06-28 NathanSweetMerge remote-tracking branch 'origin/master'
2013-06-28 NathanSweetAdded image dimensions to alias checksum.
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 ShapcottFix Issue 1518 - Reset touches on pause.
2013-06-27 Justin ShapcottFix Issue 1541 - Wrong Base URL in GWT Preloader
2013-06-27 Justin ShapcottAdd methods to access response headers.
2013-06-27 badlogicadded preliminary node based shader pipe, nothing to...
2013-06-26 Justin ShapcottFix build classpath for gdx-controllers-gwt
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 Justin ShapcottFix syntax error that snuck in
2013-06-24 NathanSweetMerge remote-tracking branch 'origin/master'
2013-06-24 NathanSweetaddAll(Array).
2013-06-24 NathanSweetPer node expanded state.
2013-06-23 Justin ShapcottAdd initial gdx-controllers for gwt
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
next