OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
2013-05-20 badlogicadded new vertex attribute usage for tangents, binormal...
2013-05-19 Mario ZechnerMerge pull request #413 from xoppa/new3dapi
2013-05-19 Xoppanew3dapi: fix setting currentModelTransform
2013-05-19 badlogicfixed various import issues
2013-05-19 Mario ZechnerMerge pull request #411 from xoppa/new3dapi
2013-05-18 XoppaAdd modeldata id and version
2013-05-18 XoppaMerge branch 'master' of https://github.com/libgdx...
2013-05-18 XoppaRemove Light class
2013-05-18 XoppaAdd BaseJsonReader interface
2013-05-18 badlogicupdated to ADT 22
2013-05-18 Justin ShapcottFix build. Update GWT jars. Ugh.
2013-05-18 Mario ZechnerMerge pull request #408 from jjurach/pixmap-triangle
2013-05-18 James Jurachadded mention of Pixmap#fillTriangle
2013-05-18 James Jurachclean up fillTriangle() variables. remove SWAP().
2013-05-18 James Jurachremove accidental radius parameter from fillTriangle
2013-05-18 James JurachMerge remote-tracking branch 'upstream/master' into...
2013-05-17 XoppaAdd (binary) json
2013-05-17 Justin ShapcottMerge branch 'master' of https://github.com/vbousquet...
2013-05-17 Vincent BousquetAdded infos in the CHANGES file.
2013-05-17 Mario ZechnerMerge pull request #395 from Adelier/patch-1
2013-05-17 Mario ZechnerMerge pull request #405 from semtiko/patch-1
2013-05-17 Mario ZechnerMerge pull request #407 from veger/master
2013-05-17 NathanSweetRemoved javadocs for params that had no actual text.
2013-05-17 NathanSweetMerge remote-tracking branch 'origin/master'
2013-05-17 NathanSweetFinally smoked these deprecated classes.
2013-05-17 NathanSweetAdded methods that take offset and count for polyline...
2013-05-16 Vincent BousquetGWT:Refactored preloader for improved progress report...
2013-05-16 Stefan BachmannAdded two color line drawing to ShapeRenderer.
2013-05-16 James Jurachadded Pixmap#fillTriangle
2013-05-15 Mario ZechnerMerge pull request #406 from Maescool/master
2013-05-15 Mario ZechnerMerge pull request #403 from sluglit/master
2013-05-15 Maarten BezemerAdd font name to hiero settings file
2013-05-15 GarethImplement Contact GWT Backend (SetTangentSpeed/GetTange...
2013-05-15 GarethBox2d Conveyor tests
2013-05-15 Pieter MaesAdded some extra OUYA mappings
2013-05-15 Alex VegaMerge pull request #1 from semtiko/patch-2
2013-05-15 Alex VegaCircle, add setPosition and setRadius methods
2013-05-15 Alex VegaRectangle, add setPosition methods
2013-05-14 Mario ZechnerMerge pull request #401 from semtiko/patch-1
2013-05-14 Mario ZechnerMerge pull request #404 from xoppa/new3dapi
2013-05-14 XoppaNew3dapi: fix loaders
2013-05-14 GarethRemove windows extension from ant scripts
2013-05-14 GarethMerge branch 'master' of https://github.com/sluglit...
2013-05-14 GarethAdded Box2d support for conveyers
2013-05-14 GarethMerge branch 'master' of https://github.com/sluglit...
2013-05-14 GarethAdded Box2d support for conveyers
2013-05-14 NathanSweetMerge remote-tracking branch 'origin/master'
2013-05-14 NathanSweetList selection now width of list, not prefWidth.
2013-05-14 NathanSweetGet methods for transform and projection matrixes,...
2013-05-14 GarethAdded Box2d support for conveyers
2013-05-14 Justin ShapcottAdd style to default GWT preloading.
2013-05-14 Alex VegaRectangle, add setSize methods
2013-05-13 NathanSweetMerge remote-tracking branch 'origin/master'
2013-05-13 NathanSweetAdded resourcefiles to build. Fixed hack with hardcoded...
2013-05-13 badlogicMerge branch 'master' of https://github.com/libgdx...
2013-05-13 badlogicfixed issue 1368, lwjgl can't handle null for data...
2013-05-13 badlogicfixed issue 1426, spritebatch should check size limit...
2013-05-13 badlogicfixed issue 1434, ImmediateModeRenderer20 didn't handle...
2013-05-13 Mario ZechnerMerge pull request #399 from xoppa/new3dapi
2013-05-12 Xoppanew3dapi remove normal mapping / phong support
2013-05-12 Justin ShapcottUpdate for AtlasTiledMapLoader name change
2013-05-12 Justin ShapcottAdd GWT emulation of AtlasTmxMapLoader
2013-05-12 Justin ShapcottSync AtlasTmxMapLoader with TmxMapLoader changes
2013-05-12 Justin ShapcottSync GWT emulation of TmxMapLoader to core changes
2013-05-12 Justin ShapcottRename AtlasTiledMapLoader to AtlasTmxMapLoader
2013-05-12 MobiDevelopMerge pull request #396 from manuelbua/gdx-tiled-packer...
2013-05-12 XoppaMerge pull request #398 from xoppa/new3dapi
2013-05-12 Xoppaproper use max texture units
2013-05-12 Mario ZechnerMerge pull request #397 from xoppa/new3dapi
2013-05-12 Manuel BuaUpdate CHANGES
2013-05-12 NathanSweetFixed JSON parsing of a single non-object, non-array.
2013-05-12 XoppaShow async asset loader issue
2013-05-12 Manuel BuaAvoid duplicate aliases in TexturePacker2
2013-05-12 Manuel BuaFix javadoc, avoid use of nested iterator, ensure use...
2013-05-12 badlogicfixed allocations in ShaderProgram, for shame
2013-05-12 NathanSweetJavadocs.
2013-05-12 badlogicfixed skinning, mat4 skinning wasn't initialized to...
2013-05-12 Alexeyadd intersectLinePolygon method
2013-05-11 badlogicfixed default vertex shader, redefined boneWeight macro...
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-11 Manuel BuaMerge remote-tracking branch 'upstream/master' into...
2013-05-11 Manuel BuaFix NPE due to checking Null parameters
2013-05-11 Manuel BuaRemove Gdx.files dependency by using a custom FileHandl...
2013-05-11 Manuel BuaFixed, effectively set blended tiles
2013-05-11 Manuel BuaAdd back the "blended tiles" property
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 Manuel BuaDo not add "blended tile" property anymore, more javadocs
2013-05-09 NathanSweetShapreRenderer x method.
next