OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
2013-09-13 NathanSweetCopy the points if not sorted.
2013-09-12 NathanSweetremove private, fixed remove crash, better toString...
2013-09-12 NathanSweetMerge branch 'origin/master'
2013-09-12 NathanSweetMinor updates.
2013-09-12 Nathan SweetMerge pull request #574 from hneuer/binaryheap
2013-09-12 hneuerAdded add(T, float), remove(int), remove(T) and clear...
2013-09-11 Justin ShapcottFix getFileHandle for Internal files in RoboVM
2013-09-11 NathanSweetComments.
2013-09-11 NathanSweetMoar javadocs.
2013-09-11 NathanSweetJavadocs, organization/cleanup.
2013-09-11 NathanSweetJavadocs.
2013-09-11 NathanSweetgit sucks
2013-09-11 NathanSweetMerge branch 'origin/master'
2013-09-11 NathanSweetJavadocs.
2013-09-11 Nathan SweetMerge pull request #572 from jrenner/patch-1
2013-09-11 Jon RennerUpdate PolygonSpriteBatch.java
2013-09-11 NathanSweetFixed up PolygonSprite.
2013-09-11 NathanSweetForgot zee credits!
2013-09-11 NathanSweetMerge branch 'origin/master'
2013-09-11 NathanSweetMoar utils.
2013-09-11 NathanSweetTriangulators changed to return triangle indicies....
2013-09-11 NathanSweetadd method that casts to short.
2013-09-11 NathanSweetA little clean up.
2013-09-10 badlogicfixed my stupid brain
2013-09-10 badlogicfixed Texture emulation, gdx.gwt.xml
2013-09-10 Nathan SweetMerge pull request #571 from Lamabada/master
2013-09-10 Georg DöpperSmall doc improvement for MathUtils
2013-09-10 NathanSweetEllipse for cut off labels.
2013-09-09 NathanSweetMerge branch 'origin/master'
2013-09-09 NathanSweetprintln
2013-09-09 badlogicminor fixes to create preview panel
2013-09-09 badlogicMerge branch 'master' of https://github.com/libgdx...
2013-09-09 badlogicadded robovm to setup-ui
2013-09-09 NathanSweetUpdated changes.
2013-09-09 NathanSweetAdded GeometryUtils so we don't stick everything in...
2013-09-09 NathanSweetChanged the sorting to preserve the original point...
2013-09-09 badlogicadded robovm to libgdx setup config
2013-09-08 NathanSweetMerge branch 'origin/master'
2013-09-08 NathanSweetAdded ConvexHull.
2013-09-08 badlogicadded RoboVM version of Cuboc
2013-09-08 badlogicremoved incomplete shader graph impl
2013-09-08 badlogicMerge branch 'master' of https://github.com/libgdx...
2013-09-08 badlogicrobovm tests are working now
2013-09-08 NathanSweetFixed NinePatch copy constructor.
2013-09-08 NathanSweetMinor optimizations.
2013-09-08 NathanSweetOptimizations, bug fixes.
2013-09-08 NathanSweetRemoved test seed.
2013-09-08 NathanSweetFixed convcavity caused by a too small super triangle.
2013-09-07 NathanSweetMore interesting test.
2013-09-07 NathanSweetDelaunay triangulation.
2013-09-07 NathanSweetMerge branch 'origin/master'
2013-09-07 NathanSweetFixed triangleCentroid.
2013-09-07 Mario ZechnerMerge pull request #549 from hneuer/particleloader
2013-09-07 badlogicadded RoboVM backend to the build
2013-09-07 badlogicMerge branch 'master' of https://github.com/libgdx...
2013-09-07 badlogicadded objectal build script
2013-09-07 Mario ZechnerMerge pull request #563 from jrenner/master
2013-09-07 badlogicneed to create libs folder for robovm backend in fetch
2013-09-07 badlogicremoved robovm binaries from repo, included in fetch...
2013-09-07 Jon Rennerchmod -x a lot of .java source files
2013-09-07 MobiDevelopMerge pull request #562 from jrenner/master
2013-09-07 Jon Rennerupdate Preferences.java doc to warn of Pref name collisions
2013-09-07 NathanSweetMerge branch 'origin/master'
2013-09-07 NathanSweetAdded isTouchFocusCancel, fixed issue 1657.
2013-09-07 NathanSweetNow it's perfect.
2013-09-07 Mario ZechnerMerge pull request #557 from ntherning/master
2013-09-07 Mario ZechnerMerge pull request #561 from ntherning/accelerometer-fix
2013-09-06 Nathan SweetMerge pull request #555 from BuddyB/master
2013-09-06 Niklas TherningRoboVM IOSInput will now take current interface orienta...
2013-09-06 BuddyChange getAndIncrementValue logic to only do one if.
2013-09-05 XoppaMerge pull request #560 from xoppa/3dapi
2013-09-05 XoppaMeshBuilder, fix .patch() indices
2013-09-05 NathanSweetCentroid methods.
2013-09-05 NathanSweetMerge branch 'origin/master'
2013-09-05 NathanSweetRemoved unnecessary computations. Added intersectLines...
2013-09-05 Niklas TherningRoboVM IOSInput will now take current interface orienta...
2013-09-05 XoppaMerge pull request #559 from xoppa/3dapi
2013-09-05 XoppaRemove test code
2013-09-05 Mario ZechnerMerge pull request #558 from xoppa/3dapi
2013-09-05 XoppaSome small unrelated changes
2013-09-05 XoppaFix issue 1650, TexteBinder: use Textre.wrap/filter
2013-09-05 XoppaTextrue add unsafeSetWrap en unsafeSetFilter
2013-09-05 Niklas TherningSound and Music for RoboVM-based iOS backend using...
2013-09-05 XoppaMerge pull request #556 from xoppa/3dapi
2013-09-05 XoppaMaterial compare id in .equals
2013-09-04 badlogicfixed setup ui config to point to new locations for...
2013-09-04 MobiDevelopRemove third-party libraries
2013-09-03 NathanSweetJavadoc.
2013-09-03 NathanSweetAdded nearestSegmentPoint and distanceSegmentPoint.
2013-09-03 NathanSweetAdded setDisabled for SelectBox.
2013-09-03 BuddyBUpdate IntIntMap.java
2013-09-03 BuddyBUpdate IntFloatMap.java
2013-09-02 hneuerUpdated CHANGES
2013-09-02 hneuerMerge branch 'particleloader' of https://github.com...
2013-09-02 hneuerAdded ParticleLoader.
2013-09-01 NathanSweetMerge branch 'origin/master'
2013-09-01 NathanSweetFormatting, javadoc.
2013-09-01 Mario ZechnerMerge pull request #547 from inspirat/master
2013-09-01 badlogicupdated CHANGES, added not on bullet API changes
2013-09-01 Mario ZechnerMerge pull request #544 from xoppa/3dapi
next