OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
2013-05-11 Mario ZechnerMerge pull request #394 from xoppa/new3dapi
2013-05-11 XoppaFix lighting
2013-05-11 badlogicMerge branch 'master' into new3dapi
2013-05-11 XoppaMerge pull request #393 from xoppa/new3dapi
2013-05-11 XoppaUpdate assets
2013-05-11 NathanSweetMerge remote-tracking branch 'origin/master'
2013-05-11 NathanSweetCache JsonValue size.
2013-05-11 Xoppanew3dapi: various, including a start of normal mapping
2013-05-11 badlogicmerged with master, fixed Json model loader to use...
2013-05-10 Justin ShapcottChange GWT preloader to load assets concurrently.
2013-05-10 NathanSweetMerge remote-tracking branch 'origin/master'
2013-05-10 NathanSweetUse listener class name if title is null.
2013-05-10 Mario ZechnerMerge pull request #385 from xoppa/new3dapi
2013-05-10 Mario ZechnerMerge pull request #384 from noblemaster/master
2013-05-09 NathanSweetShapreRenderer x method.
2013-05-09 NathanSweetNothing to see here.
2013-05-09 NathanSweetMerge remote-tracking branch 'origin/master'
2013-05-09 NathanSweetFixed TextField
2013-05-09 Nathan SweetMerge pull request #391 from tommycli/master
2013-05-09 Tommy C. LiRun eclipse formatter
2013-05-09 Tommy C. LiMake LwjglAWTCanvas clean up its created resources...
2013-05-09 NathanSweetMerge remote-tracking branch 'origin/master'
2013-05-09 NathanSweetTextField setting to support storing but not displaying...
2013-05-08 Nathan SweetMerge pull request #390 from manuelbua/fix-reformat
2013-05-08 Manuel BuaPerform automatic formatting
2013-05-08 Nathan SweetMerge pull request #389 from manuelbua/fix-javadoc
2013-05-08 Manuel BuaOuch, fix missing javadocs for null parameter
2013-05-08 Nathan SweetMerge pull request #388 from manuelbua/texturepacker2...
2013-05-08 Manuel BuaAdd support for ImageProcessor to accept BufferedImage...
2013-05-06 Nathan SweetMerge pull request #387 from semtiko/patch-1
2013-05-06 Alex VegaAdd clear() in dispose()
2013-05-05 NathanSweetFixed texture packer alias names (that I just broke).
2013-05-05 XoppaBetter separate local, model and world transform
2013-05-05 NathanSweetA little clean up for sorting rects by name.
2013-05-05 Nathan SweetMerge pull request #386 from veger/master
2013-05-05 NathanSweetChanges.
2013-05-05 NathanSweetRefactored parentToLocalCoordinates.
2013-05-05 NathanSweetMerge remote-tracking branch 'origin/master'
2013-05-05 NathanSweetWrote a proper localToParentCoordinates without the...
2013-05-05 XoppaUpdate g3db loader
2013-05-05 XoppaNew3dapi: various changes, including animation and...
2013-05-05 Christoph AschwandenBugfix: allows playing music files outside the assets...
2013-05-05 MobiDevelopMerge pull request #383 from seroperson/math
2013-05-05 seroperson#set(Circle) & #set(Ellipse)
2013-05-05 Maarten BezemerFix issue 1377, Sort Texture atlas regions by their...
2013-05-05 Maarten BezemerAdd method that returns the name of the Rect atlas...
2013-05-04 Justin ShapcottAudit and organize GWT module def.
2013-05-04 badlogic'fixed' issue 1337 by adding javadoc :/
2013-05-04 badlogicfixed issue 1366, glCompressedTexImage2D implemented...
2013-05-04 badlogicfixed issue 1393, polygon region constructor taking...
2013-05-04 badlogicfixed issue 1416, doSleep is honored in box2d World...
2013-05-04 badlogicfixed freetype and bullet jnigen ios build script
2013-05-04 badlogicfixed ios jnigen template, requires ios sdk 6.1
2013-05-04 Justin ShapcottRemove unused imports in GWT emulation
2013-05-04 Justin ShapcottFix flip/rotation for cells when yUp = false
2013-05-04 Nathan SweetMerge pull request #379 from broken-e/master
2013-05-03 broken-eUpdate Array.java
2013-05-03 Mario ZechnerMerge pull request #363 from viridia/master
2013-05-03 Mario ZechnerMerge pull request #368 from tjunnone/netErrorResponse
2013-05-03 Mario ZechnerMerge pull request #370 from xoppa/new3dapi
2013-05-03 Mario ZechnerMerge pull request #369 from tjunnone/httpVerbs2
2013-05-03 Mario ZechnerMerge pull request #365 from noblemaster/master
2013-05-03 Mario ZechnerMerge pull request #371 from ratalaika/master
2013-05-03 Mario ZechnerMerge pull request #373 from dounan/master
2013-05-03 Dounan ShiAdd ChainShape.createChain that takes an array of floats
2013-05-02 Nathan SweetMerge pull request #376 from Ricorei/patch-1
2013-05-02 RicoreiUpdate IntIntMap.java
2013-05-02 Dounan ShiUpdate pointer1 and pointer2 during touchDragged no...
2013-05-01 NathanSweetMerge remote-tracking branch 'origin/master'
2013-05-01 NathanSweet1403, ignore freeing objects not obtained.
2013-05-01 NathanSweetArray ctors that take an array now also take offset...
2013-05-01 MobiDevelopMerge pull request #364 from Yonsh/patch-1
2013-04-30 badlogicmore CHANGES
2013-04-30 badlogicupdated CHANGES file
2013-04-30 badlogicupdated lwjgl, only tested on mac so far
2013-04-29 ratalaikaFixed setColor of Pixmap GWT emulation
2013-04-28 XoppaRename JsonModelLoader to G3djModelLoader
2013-04-28 Tomas JunnonenAdding support for the HTTP verbs PUT and DELETE
2013-04-28 Tomas JunnonenFix for HTTP error responses being handled as failed...
2013-04-27 Mario ZechnerMerge pull request #367 from xoppa/new3dapi
2013-04-27 XoppaFix color attribute in JsonModelLoader
2013-04-27 XoppaRename MeshPartMaterial to NodePart
2013-04-27 Justin ShapcottAdd HexagonalTiledMapRenderer and associated test
2013-04-26 NathanSweetFixed skin in GWT again.
2013-04-26 Christoph AschwandenSupport for external paths (old version only loads...
2013-04-26 Christoph AschwandeniOS Update for OpenGL: allow creating textures without...
2013-04-25 NathanSweetMerge remote-tracking branch 'origin/master'
2013-04-25 NathanSweetFixed GWT Skin.
2013-04-25 YonshUpdate GwtFileHandle.java
2013-04-25 badlogicfirst attempt at fixing JSON in GWT backend...
2013-04-25 NathanSweetFixed round tripping floats.
2013-04-25 NathanSweetMinor bug fixes.
2013-04-25 NathanSweetRemoved unused method.
2013-04-25 NathanSweetBetter "has no decimal" check.
2013-04-25 NathanSweetDouble in JsonReader.
2013-04-25 NathanSweetMerge remote-tracking branch 'origin/master'
2013-04-25 NathanSweetJSON refactoring for JsonValue.
2013-04-25 TalinAdd the ability to set uniform mat3 from a FloatBuffer.
2013-04-24 MobiDevelopFix GET request missing parameters.
2013-04-24 NathanSweetAdded getItems.
next