OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
2012-07-02 nathan.sweetFixed texture packer coords.
2012-07-01 nathan.sweetTexturePacker update.
2012-07-01 nathan.sweetFixed issue 909, added isDragging to Window.
2012-07-01 nathan.sweetFixed issue 910, scrollpane fade alpha.
2012-07-01 nathan.sweetFixed paths to packed images (no longer flattened).
2012-07-01 nathan.sweetFixed textureatlas split support. Durr
2012-07-01 nathan.sweetTextureAtlas support for splits.
2012-07-01 nathan.sweetNew texture packer! Replaces the old piece of junk.
2012-06-30 nathan.sweetFixed build.
2012-06-29 nathan.sweetFixed issue 904, scrollpane.
2012-06-29 nathan.sweetMinor updates.
2012-06-29 nathan.sweetFixed issue 899.
2012-06-28 nathan.sweetAlign constants lowercase. Cause it is better!
2012-06-28 nathan.sweetRan header fixer.
2012-06-28 nathan.sweetEvent current target -> listener actor.
2012-06-28 nathan.sweetFixed touchUp target.
2012-06-28 nathan.sweetTable moved into scene2d.ui.
2012-06-28 nathan.sweetFixed a couple tests.
2012-06-28 nathan.sweetUpdated TableLayout to the latest. The DSL is gone...
2012-06-28 nathan.sweetFixed longPress if mouse isn't moved. Uhg!
2012-06-28 nathan.sweetAdded Actor#setZIndex.
2012-06-28 nathan.sweetAdded Actor#toFront.
2012-06-28 nathan.sweetFixed ActorGestureListener, needed to use stage coords.
2012-06-28 nathan.sweetOops, forgot getTargetActor -> getTarget
2012-06-28 nathan.sweetSet target for touch focus events.
2012-06-27 nathan.sweetMinor updates.
2012-06-27 nathan.sweetFixed rotate90 on AtlasSprite. It's magic.
2012-06-27 nathan.sweetFixed flipping AtlasSprite and then using setSize.
2012-06-27 nathan.sweetFancy new ScrollPane. FlickScrollPane is dead.
2012-06-27 nathan.sweetFixed issue 804.
2012-06-27 nathan.sweetJavadocs.
2012-06-27 nathan.sweetJavadocs.
2012-06-27 nathan.sweetDocumentation complete.
2012-06-26 nathan.sweetRefuctoring. Docs.
2012-06-26 nathan.sweetAll scene2d.ui updated to new events.
2012-06-25 nathan.sweetCompiles again!
2012-06-24 nathan.sweet(no commit message)
2012-06-24 nathan.sweettouchMoved -> mouseMoved, yay! :D
2012-06-23 nathan.sweetscrollTo for scroll panes.
2012-06-23 nathan.sweetActorGestureListener is better.
2012-06-23 nathan.sweetMusical chairs!
2012-06-23 nathan.sweetBetter event system, event context actor. Almost doesn...
2012-06-23 nathan.sweetSliders for particle editor. Needs sane ranges per...
2012-06-23 nathan.sweetFixed BufferUtils size never decreasing.
2012-06-23 nathan.sweetMade SliderStyle fields public.
2012-06-22 nathan.sweetFixed label text wrapping, issue 900.
2012-06-22 nathan.sweetFixed resolution choosing.
2012-06-22 nathan.sweetSet selection index to zero when items changed.
2012-06-22 nathan.sweetFixed image region size when flipped.
2012-06-22 nathan.sweetProper relative actions for the rest.
2012-06-22 nathan.sweet(no commit message)
2012-06-22 nathan.sweetBetter relative moveby.
2012-06-22 nathan.sweetCommitting what I have so far. It doesn't all compile!
2012-06-22 nathan.sweet(no commit message)
2012-06-21 ariel.coppes... fixed issue849 using the fix suggested by treyy333...
2012-06-21 nathan.sweetBetter default particle effect.
2012-06-20 nathan.sweetFixed Polygon#getWorldVertices.
2012-06-19 nathan.sweetChange polygon, store vertices in local coords, compute...
2012-06-19 nathan.sweetJavadoced Skin. A little.
2012-06-19 nathan.sweetAdded getResources and getStyles to Skin.
2012-06-19 email.nex.software... [added] Basic implementation of getTextInput and getPla...
2012-06-18 badlogicgames[fixed] issue 894, CompositeAction#finish() produced...
2012-06-18 badlogicgames[added] nex's System.java for a better arrayCopy implem...
2012-06-18 email.nex.software... [added] the new StringBuilder class and the compression...
2012-06-18 email.nex.software... [changed] Lzma compress and decompress methods to be...
2012-06-18 email.nex.software... [added] Additional methods to emulated InputStream...
2012-06-18 badlogicgames[fixed] added isAnimationFinished back to Animation...
2012-06-18 email.nex.software... Initial check-in of the compression package in utils...
2012-06-17 nathan.sweetMade sin, cos, and atan2 look up tables load lazily...
2012-06-17 badlogicgames[added] glFlush calls as demanded by developer.apple...
2012-06-17 badlogicgames[fixed] didn't call listener on pause/resume. looks...
2012-06-17 badlogicgames[fixed] basic pause/resume/dispose life-cycle. still...
2012-06-16 badlogicgamesminor touch ups
2012-06-16 badlogicgames[changed] Animation class now supports multiple playmod...
2012-06-16 ariel.coppes... fixed issue890 by changing the Node.writePackEntry...
2012-06-15 kalle.hamalainen85... Fixed and optimized specular intesity. dot n l is part...
2012-06-15 email.nex.software... Reverting r4186 because I broke all the things.
2012-06-15 ariel.coppes... another fix related with revision 4146 to make AtlasSpr...
2012-06-15 email.nex.software... Changed the way System.arraycopy works on the GWT backe...
2012-06-15 nathan.sweetFixed terrible, terrible bug in some of the maps.
2012-06-15 nathan.sweetFixed issue 748, added StringBuilder class from Harmony...
2012-06-15 nathan.sweetGot rid of warnings.
2012-06-14 ariel.coppes... fixed a bug introduced in revision 4146 when modified...
2012-06-13 badlogicgames[added] stubs for music and sound for ios backend
2012-06-13 badlogicgames[fixed] delta time and fps are now calculated.
2012-06-11 badlogicgamescached method id for getting buffer position. will...
2012-06-11 badlogicgamesfixed MemberWrapper#invokeJni so we can call Java metho...
2012-06-10 badlogicgames[fixed] issue 879, child actions weren't returned to...
2012-06-09 badlogicgamesgiving up for today, can|t seem to invoke instance...
2012-06-08 badlogicgamesgles 2.0 is working, need to fix up getting the positio...
2012-06-08 badlogicgamesadded gles 2 jni wrapper
2012-06-08 badlogicgamestesting external and internal files on ios
2012-06-08 badlogicgames[fixed] local file dir...
2012-06-08 badlogicgames[fixed] sandboxing for files on ios should be good...
2012-06-08 badlogicgames[added] files to IOSApplication
2012-06-08 badlogicgames[added] non-final implementation of files for ios....
2012-06-08 badlogicgamessome ios file system testing
2012-06-08 ariel.coppes... fixed issue869 by changing BitmapFont.computeVisibleGly...
2012-06-08 badlogicgamesmore natives...
2012-06-08 badlogicgamesadded natives
next