OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
2012-02-02 badlogicgames[fixed] issue 690, AudioTrack#setVolume. No stereo...
2012-02-01 badlogicgames(no commit message)
2012-02-01 badlogicgames(no commit message)
2012-02-01 badlogicgames[added] SoftKeyboardTest
2012-02-01 badlogicgames[ignored] bin
2012-02-01 badlogicgames[added] ozcollide extension skeleton.
2012-02-01 nathan.sweetFileHandle, added read(int) for convenience of reading...
2012-01-27 nathan.sweetImmediateModeRenderer20, changed how shaders are handle...
2012-01-25 badlogicgames[updated] todo
2012-01-25 nathan.sweetLwjglPreferences, put back in .prefs dir.
2012-01-25 badlogicgames[updated] StageTest, pivot of sprites is in center.
2012-01-25 badlogicgames[added] ExternalMusicTest for issue 675
2012-01-25 badlogicgames[fixed] issue 676, incorrect allocation of byte buffer...
2012-01-25 nathan.sweetLwjglPreferences, made usable outside of libgdx app.
2012-01-23 nathan.sweetTexturePacker, added quiet boolean.
2012-01-20 nathan.sweet(no commit message)
2012-01-20 badlogicgames[changed] BufferUtils uses Array for tracking.
2012-01-20 badlogicgames[fixed] BufferUtilsTest
2012-01-20 badlogicgames[fixed] UnsafeBuffers everywhere. TRacking in BufferUti...
2012-01-19 badlogicgames[fixed] AndroidAudio would bork out if you load sounds...
2012-01-19 badlogicgames[fixed] WavDecoder had a bozo, didn't handle uneven...
2012-01-18 badlogicgamessecond try, NewDirectBytEBuffer returns big endian...
2012-01-18 badlogicgamesaaand reverted again :)
2012-01-18 badlogicgames[fixed] everything uses disposable byte buffers now.
2012-01-18 badlogicgames[fixed] all direct buffer allocations go through Buffer...
2012-01-17 badlogicgames[fixed] issue 514, destroyBody was fluxored.
2012-01-17 nathan.sweetCleaned up Mario's warnings.
2012-01-16 badlogicgames[ignored gwt-unitCache
2012-01-15 badlogicgames[added] Decoder#readAllSamples()
2012-01-14 badlogicgames[changed] addition to ApplicationType
2012-01-14 badlogicgames[fixed] new ios setup working, on to creating the backe...
2012-01-14 badlogicgames[removed] IOSGL20
2012-01-14 badlogicgames[changed] backend produces static library. need to...
2012-01-14 badlogicgames[fixed] gdx2d.c needed static inlines
2012-01-14 badlogicgames[removed] iosgl2
2012-01-14 badlogicgames[ignored] git
2012-01-14 badlogicgames[removed] old xcode project
2012-01-13 badlogicgames[changed] Box2DTest, simpler ChainShape.
2012-01-13 badlogicgames[fixed] issue 662, ChainShape passed wrong #vertices...
2012-01-13 badlogicgames[updated] natives for stb truetype
2012-01-13 badlogicgames[fixed] mac natives
2012-01-13 badlogicgames[changed stbtt build packs natives as well for testing.
2012-01-13 badlogicgames[fixed StbTrueType had %jnigen-cleanup% at wrong places.
2012-01-13 badlogicgames[changed] GWT backend, just a tiny bit...
2012-01-13 badlogicgames[fixed] NativeCodeGenerator ignores GWT inline code...
2012-01-13 badlogicgames[fixed] StbTrueType had jni clean-up code in it. Ugh :p
2012-01-13 badlogicgames[added] SortedSpriteTest, shows how to do simple sprite...
2012-01-13 badlogicgames[fixed] modified FileHandle so i don't have to go crazy...
2012-01-12 badlogicgames[changed] direct buffers work on ios, hurray...
2012-01-12 badlogicgames[deleted] original avian branch
2012-01-12 nathan.sweetSpriteBatch, only dispose shader if the default shader...
2012-01-12 badlogicgames[fixed] why the hell did SpriteBatch have a javax import???
2012-01-11 badlogicgames[fixed] Matrix4 for GWT backend, native methods.
2012-01-11 badlogicgames[added] tokamak wrapping... WIP
2012-01-11 badlogicgames(no commit message)
2012-01-11 nathan.sweetGroup, fixed clearing a group.
2012-01-11 nathan.sweetTable, scissors based on padding.
2012-01-10 badlogicgames[fixed] box2d character controller, need to reset frict...
2012-01-10 badlogicgames[added] Box2DCharacterControllerTest
2012-01-10 badlogicgames[added] SpriteBatchOriginScaleTest for issue 493, which...
2012-01-10 badlogicgames[fixed] Stage#clear didn't clear the focus.
2012-01-10 badlogicgames[fixed] issue 645, clearing a stage should set parent...
2012-01-10 badlogicgames[fixed] issue 639, JoglApplication#exit should send...
2012-01-10 badlogicgames[fixed] cleaned up SpriteBatch a little bit.
2012-01-10 badlogicgames[fixed] Improved SpriteBatch a tiny itsy bit for the...
2012-01-10 badlogicgames[fixed] Matrix4 natives.
2012-01-10 badlogicgames[fixed] Matrix4.cpp had to be updated as well.
2012-01-10 badlogicgames[fixed] issue 656, Matrix4#mul() was broken.
2012-01-10 badlogicgames[fixed] cleaned up spritebatch a little, added totalRen...
2012-01-10 badlogicgames[fixed] TextButtonTest #buttons.
2012-01-10 badlogicgames[added] TextureBindTest. Seems like binding textures...
2012-01-09 badlogicgames[fixed] ShaderProgram uses ObjectInMap now, no more...
2012-01-09 badlogicgames[whoops #2] also killed Table for a minute there :p
2012-01-09 badlogicgames[whoops] killed stage's group rendering for a minute :D
2012-01-09 badlogicgames[updated] natives
2012-01-09 badlogicgames[fixed] box2d World.cpp had a local ref to the World...
2012-01-09 badlogicgames[fixed] EGL_BAD_ALLOC according to the findings by...
2012-01-09 badlogicgames[added] -lm, dunno why home build worked without it.
2012-01-09 badlogicgames[fixed] build script excludes win32home build
2012-01-09 badlogicgames[added] gdx-tokamak wrapper skeleton
2012-01-08 badlogicgames[fixed] natives, one last time...
2012-01-08 badlogicgames[fixed] arm mpg123
2012-01-08 badlogicgames[fixed] natives.
2012-01-08 badlogicgames[fixed] minor fix in Mpg123Test
2012-01-08 badlogicgames[added] new test mp3 and oggs
2012-01-08 badlogicgames[updated] mac natives for gdx-audio
2012-01-08 badlogicgames[fixed] mpg123 index.h needed unistd.h
2012-01-08 badlogicgames[fixed] mpg123 build :)
2012-01-08 badlogicgames(no commit message)
2012-01-08 badlogicgames(no commit message)
2012-01-08 badlogicgames(no commit message)
2012-01-08 badlogicgames(no commit message)
2012-01-08 badlogicgames(no commit message)
2012-01-08 badlogicgames(no commit message)
2012-01-08 badlogicgames[added]modified libmpg123
2012-01-08 badlogicgames(no commit message)
2012-01-08 nathan.sweetTexture, fixed filter on reload.
2012-01-08 badlogicgames[added] mpg123, winblows only for now.
2012-01-08 badlogicgames[moved] mpg123 dir to old-mpg123
2012-01-08 badlogicgames[fixed] gdx-audio on mac :D
next