OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
2013-07-13 badlogicmerged master
2013-07-13 badlogicadded Bresenham for 2D
2013-07-12 Justin ShapcottFix Issue 1543
2013-07-12 badlogicfixed issue 1515, contactlistener isn't called on destr...
2013-07-12 badlogicfirst shader graph editor commit
2013-07-12 MobiDevelopFix Issue 1570
2013-07-11 Mario ZechnerMerge pull request #506 from VinceAngel/master
2013-07-11 Justin ShapcottFix Issue 1561
2013-07-11 badlogicfixed up stuff
2013-07-11 badlogicMerge branch 'master' of https://github.com/libgdx...
2013-07-11 badlogicye ol' cpu burner
2013-07-11 Justin ShapcottFix Issue 1567
2013-07-11 Justin ShapcottAdd key mapping for numpad numbers
2013-07-09 badlogicupdated CHANGES
2013-07-09 Mario ZechnerMerge pull request #502 from xoppa/misc
2013-07-09 XoppaUse int[] instead of IntIntMap
2013-07-08 VinceAngelFix for getScale
2013-07-08 badlogicMerge branch 'master' of https://github.com/libgdx...
2013-07-08 badlogicrenamed nodes -> graphs
2013-07-08 VinceAngelAdded getScale method
2013-07-08 MobiDevelopMerge pull request #503 from loadstar81/master
2013-07-08 Tom MastFixed simple typo in gwt config
2013-07-07 badlogicfixed up CHANGES
2013-07-07 XoppaMove location!=null check
2013-07-07 XoppaMesh cache attribute locations
2013-07-07 Justin ShapcottSet succeed when skipping already preloaded asset
2013-07-06 badlogicMerge branch 'master' of https://github.com/libgdx...
2013-07-06 badlogicfixed maven platform poms
2013-07-06 badlogicups, loaded wrong shared lib...
2013-07-06 XoppaMerge pull request #501 from xoppa/bullet
2013-07-06 badlogicremove double slashes...
2013-07-06 badlogicremove double slashes...
2013-07-06 badlogicUpdated contributors file :D
2013-07-06 Xoppavarious MeshBuilder, ModelInstance, BoundingBox
2013-07-06 badlogicfixed up LICENSE etc. files
2013-07-06 badlogicfiles, need to update contributors
2013-07-06 badlogicfixed up build-template.xml, didn't copy x86 natives
2013-07-06 badlogicfixed up fetch script and setup-ui config
2013-07-06 badlogicremoved dist stuff from build.xml, gles bindings are...
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 badlogicfixed audio extension Android build, we don't support x86
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
next