OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
2012-07-24 nathan.sweetMario pooped in my map and I just noticed!
2012-07-24 nathan.sweetFixed issue 948, also fixed LongMap.
2012-07-24 nathan.sweetFixed issue 948, map bugs!
2012-07-23 nathan.sweetFixed issue 958, sprite broken.
2012-07-23 badlogicgames[fixed] issue 956, my catch was to much...
2012-07-22 email.nex.software... [fixed] issue 926. Replaced separateConvexPolygons...
2012-07-20 badlogicgames[updated] latest Lwjgl
2012-07-20 badlogicgames[fixed] gdx-tests-lwjgl references gdx-freetype.
2012-07-20 badlogicgames[fixed] issue 934, update.sh uses env to find sh now.
2012-07-20 badlogicgames[fixed] issue 937, OpenAL wasn't disposed properly...
2012-07-20 badlogicgames[fixed] issue 945, JoglGL20#glGetBooleanv wasn't implem...
2012-07-20 badlogicgames[fixed] issue 964, patch for TerrainTest, makes it...
2012-07-19 nathan.sweetAdded Vector2.tmp2.
2012-07-19 nathan.sweetFixed JsonWriter, minimal does need to escape true...
2012-07-19 nathan.sweetTextureRegion caches region width/height. No longer...
2012-07-17 badlogicgames[fixed] build, cause Nate doesn't care for GWT :p
2012-07-17 nathan.sweetFixed StringBuilder allocating when appending another...
2012-07-17 nathan.sweetLabel setText didn't work with mutable CharSequence.
2012-07-17 nathan.sweetLabel should not call layout! Oops!
2012-07-16 nathan.sweetUpdated TerrainTest.
2012-07-16 nathan.sweet(no commit message)
2012-07-16 nathan.sweetAdded ImageButton to UITest.
2012-07-15 nathan.sweetRenamed ActorListener and ActorEvent to InputListener...
2012-07-15 nathan.sweetFixed stage setViewport scaling.
2012-07-15 nathan.sweetFixed initial button padding.
2012-07-15 nathan.sweetJavadocs.
2012-07-14 nathan.sweetFixed TexturePacker2, odd numbered edge padding and...
2012-07-13 nathan.sweethit() now must respect touchable and visible. Touchable...
2012-07-12 nathan.sweetAdded Touchpad UI widget.
2012-07-11 kjetil861@gmail.comTouchDown is now caching the handled state of the event...
2012-07-11 nathan.sweetFixed issue 930, added ButtonGroup#remove().
2012-07-11 nathan.sweetFixed issue 912, optional background for label.
2012-07-11 nathan.sweetFixed issue 914, indexed images not hashed correctly...
2012-07-11 nathan.sweetFixed issue 924, rotated packing broken.
2012-07-07 nathan.sweetFixed reuse of RelativeTemporalActions.
2012-07-06 email.nex.software... [fixed] ArrayIndexOutOfBoundsException occurring under...
2012-07-04 badlogicgames[fixed] TouchFocus is public otherwise it won't work...
2012-07-03 badlogicgamesi hate shit shit
2012-07-03 badlogicgames[fixed] emu classes for new stuff...
2012-07-03 badlogicgames[fixed] stuff in gwt backend, thanks nate :D
2012-07-03 nathan.sweetFixed issue 913, textfield consuming key up.
2012-07-03 badlogicgames[fixed] encoding problems in a couple of files.
2012-07-03 badlogicgames[fixed] IosGL in GraphicsType
2012-07-03 badlogicgames[fixed] Input in metagun touchMoved -> mouseMoved
2012-07-03 aurelien.ribon[gdx-setup-ui][updated] index.html page of the html...
2012-07-03 nathan.sweetFixed build.
2012-07-02 nathan.sweetMerged scene2d-new branch back into trunk.
2012-07-02 nathan.sweetParticle editor update.
2012-07-02 nathan.sweetMerged scene2d-new branch back into trunk.
2012-07-02 nathan.sweetJavadocs, fixed texture packer padding.
2012-07-02 nathan.sweetUpdated cosntructors to keep things sane.
2012-07-02 badlogicgames[changed] version at 0.9.6 now :D
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 email.nex.software... [added] PlaceholderTextBox and TextInputDialogBox to...
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.sweetSpecific revision for tablelayout until scene2d-new...
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.sweetUpdated eclipse formatter.
2012-06-27 st.lebach@gmail.comWIP: PolygonSpriteBatch initial commit. Some loose...
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 badlogicgames[changed] JoglGraphcs uses Gdx.input and casts to JoglI...
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 kalle.hamalainen85... Models rendering order is now sorted by shader > model...
2012-06-24 nathan.sweettouchMoved -> mouseMoved, yay! :D
2012-06-23 ariel.coppes... fixed issue900 by using patch provided by Nate on the...
2012-06-23 nathan.sweetscrollTo for scroll panes.
2012-06-23 nathan.sweetActorGestureListener is better.
2012-06-23 nathan.sweetMusical chairs!
next