OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
11 years agoMove AndroidWallpaperListener to Android backend
Justin Shapcott [Tue, 21 May 2013 05:32:30 +0000 (22:32 -0700)]
Move AndroidWallpaperListener to Android backend

It should never have been in core.

11 years agoRemove remnants of old tests.
Justin Shapcott [Tue, 21 May 2013 02:12:01 +0000 (19:12 -0700)]
Remove remnants of old tests.

11 years agoFix javadoc build - exclude glsl files
Justin Shapcott [Tue, 21 May 2013 01:19:46 +0000 (18:19 -0700)]
Fix javadoc build - exclude glsl files

11 years agoremoved disfunctional tests
badlogic [Mon, 20 May 2013 22:25:07 +0000 (00:25 +0200)]
removed disfunctional tests

11 years agoremoved model-loaders extension, replaced by new 3D api
badlogic [Mon, 20 May 2013 21:56:06 +0000 (23:56 +0200)]
removed model-loaders extension, replaced by new 3D api

11 years agomerged with master
badlogic [Mon, 20 May 2013 21:47:11 +0000 (23:47 +0200)]
merged with master

11 years agoadded new vertex attribute usage for tangents, binormals, boneweights, added unit...
badlogic [Mon, 20 May 2013 21:38:06 +0000 (23:38 +0200)]
added new vertex attribute usage for tangents, binormals, boneweights, added unit field to vertex attribute used to specify texture unit/bone matrix index, fixed leak in default shader

11 years agoAllow aborting window close.
NathanSweet [Mon, 20 May 2013 15:55:30 +0000 (17:55 +0200)]
Allow aborting window close.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Mon, 20 May 2013 06:53:41 +0000 (08:53 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoFixed dnd not working after dragging a source without a payload.
NathanSweet [Mon, 20 May 2013 06:53:31 +0000 (08:53 +0200)]
Fixed dnd not working after dragging a source without a payload.

11 years agoToggle select is default.
NathanSweet [Mon, 20 May 2013 06:53:13 +0000 (08:53 +0200)]
Toggle select is default.

11 years agoMerge pull request #416 from tommycli/master
Nathan Sweet [Mon, 20 May 2013 05:02:06 +0000 (22:02 -0700)]
Merge pull request #416 from tommycli/master

Address some lifecycle issues with LwjglAWTCanvas

11 years agoAdd some lifecycle safety
Tommy C. Li [Mon, 20 May 2013 04:43:42 +0000 (21:43 -0700)]
Add some lifecycle safety

11 years agoMerge pull request #415 from jrenner/patch-1
Nathan Sweet [Mon, 20 May 2013 04:33:41 +0000 (21:33 -0700)]
Merge pull request #415 from jrenner/patch-1

make setAngle docstring clearer

11 years agoMerge pull request #414 from vbousquet/master
Nathan Sweet [Mon, 20 May 2013 04:32:22 +0000 (21:32 -0700)]
Merge pull request #414 from vbousquet/master

Add support for 0-alpha pixel to TexturePacker2

11 years agomake setAngle docstring clearer
Jon Renner [Mon, 20 May 2013 01:57:43 +0000 (09:57 +0800)]
make setAngle docstring clearer

11 years agoChanged TexturePacker2 to preserve color of fully transparent pixels
Vincent Bousquet [Sun, 19 May 2013 23:15:30 +0000 (01:15 +0200)]
Changed TexturePacker2 to preserve color of fully transparent pixels
(for correct filtering)

11 years agoupdated CHANGES2
badlogic [Sun, 19 May 2013 22:07:49 +0000 (00:07 +0200)]
updated CHANGES2

11 years agoupdated ios project template, not more pngcrush
badlogic [Sun, 19 May 2013 22:03:06 +0000 (00:03 +0200)]
updated ios project template, not more pngcrush

11 years agoMerge pull request #400 from jamiltron/master
MobiDevelop [Sun, 19 May 2013 19:34:42 +0000 (12:34 -0700)]
Merge pull request #400 from jamiltron/master

Improve Polygon's documentation

11 years agoMerge pull request #402 from jamiltron/polygon-add-setter
MobiDevelop [Sun, 19 May 2013 19:33:34 +0000 (12:33 -0700)]
Merge pull request #402 from jamiltron/polygon-add-setter

Polygon add setter

11 years agoMerge pull request #413 from xoppa/new3dapi
Mario Zechner [Sun, 19 May 2013 18:40:07 +0000 (11:40 -0700)]
Merge pull request #413 from xoppa/new3dapi

new3dapi: fix setting currentModelTransform

11 years agonew3dapi: fix setting currentModelTransform
Xoppa [Sun, 19 May 2013 18:36:52 +0000 (20:36 +0200)]
new3dapi: fix setting currentModelTransform

11 years agoSync GWT emulation with changes in core
Justin Shapcott [Sun, 19 May 2013 16:43:47 +0000 (09:43 -0700)]
Sync GWT emulation with changes in core

11 years agofixed various import issues
badlogic [Sun, 19 May 2013 15:20:56 +0000 (17:20 +0200)]
fixed various import issues

11 years agoRemove OrthogonalTiledMapRenderer2.
Justin Shapcott [Sun, 19 May 2013 14:26:08 +0000 (07:26 -0700)]
Remove OrthogonalTiledMapRenderer2.

May add it back again after it is worked on, but it isn't currently in a
usable state.

11 years agoChanges to TiledMapRenderer implementations.
Justin Shapcott [Sun, 19 May 2013 14:20:42 +0000 (07:20 -0700)]
Changes to TiledMapRenderer implementations.

Expose constructors taking a SpriteBatch for BatchTiledMapRenderer
subclasses.
Rendering can now be tinted by setting the color on the SpriteBatch.
Layer alpha takes into account the alpha of the SpriteBatch.

11 years agoAdd AnimatedTiledMapTile implementation.
Justin Shapcott [Sun, 19 May 2013 14:04:59 +0000 (07:04 -0700)]
Add AnimatedTiledMapTile implementation.

See http://www.badlogicgames.com/forum/viewtopic.php?f=17&t=9152 for more
details.

11 years agoMerge pull request #412 from semtiko/patch-1
Mario Zechner [Sun, 19 May 2013 11:38:15 +0000 (04:38 -0700)]
Merge pull request #412 from semtiko/patch-1

Rectangle, add "contains Vector2" method

11 years agoMerge pull request #411 from xoppa/new3dapi
Mario Zechner [Sun, 19 May 2013 11:37:52 +0000 (04:37 -0700)]
Merge pull request #411 from xoppa/new3dapi

New3dapi: Add (binary) json

11 years agoRectangle, add "contains Vector2" method
Alex Vega [Sun, 19 May 2013 08:00:54 +0000 (12:00 +0400)]
Rectangle, add "contains Vector2" method

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Sun, 19 May 2013 00:43:05 +0000 (02:43 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoAdded click to toggle selection, more firing of selection changed, and methods to...
NathanSweet [Sun, 19 May 2013 00:40:19 +0000 (02:40 +0200)]
Added click to toggle selection, more firing of selection changed, and methods to get/restore expanded nodes.

11 years agoFixed a couple checkSegments calls.
NathanSweet [Sun, 19 May 2013 00:39:37 +0000 (02:39 +0200)]
Fixed a couple checkSegments calls.

11 years agoAdd modeldata id and version
Xoppa [Sat, 18 May 2013 22:04:56 +0000 (00:04 +0200)]
Add modeldata id  and version

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx into new3dapi
Xoppa [Sat, 18 May 2013 20:17:45 +0000 (22:17 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx into new3dapi

Conflicts:
tests/gdx-tests-lwjgl/src/com/badlogic/gdx/tests/lwjgl/LwjglDebugStarter.java
tests/gdx-tests/src/com/badlogic/gdx/tests/utils/GdxTests.java

11 years agoRemove Light class
Xoppa [Sat, 18 May 2013 20:06:28 +0000 (22:06 +0200)]
Remove Light class

11 years agoAdd BaseJsonReader interface
Xoppa [Sat, 18 May 2013 19:30:45 +0000 (21:30 +0200)]
Add BaseJsonReader interface

11 years agoupdated to ADT 22
badlogic [Sat, 18 May 2013 16:14:04 +0000 (18:14 +0200)]
updated to ADT 22

11 years agoFix build. Update GWT jars. Ugh.
Justin Shapcott [Sat, 18 May 2013 14:41:19 +0000 (07:41 -0700)]
Fix build. Update GWT jars. Ugh.

11 years agoMerge pull request #408 from jjurach/pixmap-triangle
Mario Zechner [Sat, 18 May 2013 11:07:23 +0000 (04:07 -0700)]
Merge pull request #408 from jjurach/pixmap-triangle

added Pixmap#fillTriangle

11 years agoadded mention of Pixmap#fillTriangle
James Jurach [Sat, 18 May 2013 04:22:05 +0000 (23:22 -0500)]
added mention of Pixmap#fillTriangle

11 years agoclean up fillTriangle() variables. remove SWAP().
James Jurach [Sat, 18 May 2013 04:17:26 +0000 (23:17 -0500)]
clean up fillTriangle() variables. remove SWAP().

11 years agoremove accidental radius parameter from fillTriangle
James Jurach [Sat, 18 May 2013 04:17:13 +0000 (23:17 -0500)]
remove accidental radius parameter from fillTriangle

11 years agoMerge remote-tracking branch 'upstream/master' into pixmap-triangle
James Jurach [Sat, 18 May 2013 02:54:34 +0000 (21:54 -0500)]
Merge remote-tracking branch 'upstream/master' into pixmap-triangle

11 years agoAdd (binary) json
Xoppa [Fri, 17 May 2013 22:39:44 +0000 (00:39 +0200)]
Add (binary) json

11 years agoMerge branch 'master' of https://github.com/vbousquet/libgdx into vbousquet-master
Justin Shapcott [Fri, 17 May 2013 19:23:42 +0000 (12:23 -0700)]
Merge branch 'master' of https://github.com/vbousquet/libgdx into vbousquet-master

11 years agoAdded infos in the CHANGES file.
Vincent Bousquet [Fri, 17 May 2013 18:02:26 +0000 (20:02 +0200)]
Added infos in the CHANGES file.
Renamed AssetLoader to AssetDownloader to avoid having 2 classes with
the same name in Gdx.
Set download size of audio file to 0 when not using browser cache (they
are not preloaded but directly loaded by the audio system).

11 years agoMerge pull request #395 from Adelier/patch-1
Mario Zechner [Fri, 17 May 2013 11:53:58 +0000 (04:53 -0700)]
Merge pull request #395 from Adelier/patch-1

add intersectLinePolygon method

11 years agoMerge pull request #405 from semtiko/patch-1
Mario Zechner [Fri, 17 May 2013 11:53:31 +0000 (04:53 -0700)]
Merge pull request #405 from semtiko/patch-1

Rectangle and Circle improvements

11 years agoMerge pull request #407 from veger/master
Mario Zechner [Fri, 17 May 2013 11:52:53 +0000 (04:52 -0700)]
Merge pull request #407 from veger/master

Add font name to hiero settings file

11 years agoRemoved javadocs for params that had no actual text.
NathanSweet [Fri, 17 May 2013 04:58:06 +0000 (06:58 +0200)]
Removed javadocs for params that had no actual text.

Reduces noise.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Fri, 17 May 2013 04:57:24 +0000 (06:57 +0200)]
Merge remote-tracking branch 'origin/master'

Conflicts:
gdx/src/com/badlogic/gdx/graphics/glutils/ShapeRenderer.java

11 years agoFinally smoked these deprecated classes.
NathanSweet [Fri, 17 May 2013 04:51:52 +0000 (06:51 +0200)]
Finally smoked these deprecated classes.

11 years agoAdded methods that take offset and count for polyline and polygon.
NathanSweet [Fri, 17 May 2013 04:50:49 +0000 (06:50 +0200)]
Added methods that take offset and count for polyline and polygon.

ShapeRenderer got formatted. Damned messy contributors! :p

11 years agoGWT:Refactored preloader for improved progress report and audio
Vincent Bousquet [Thu, 16 May 2013 23:04:51 +0000 (01:04 +0200)]
GWT:Refactored preloader for improved progress report and audio
preloading.
GWT:Cleaned up code to use XmlHttpRequest 2 binary downloads.
GWT:Add capability to extend reflection system with module configuration
property

11 years agoAdded two color line drawing to ShapeRenderer.
Stefan Bachmann [Thu, 16 May 2013 16:33:04 +0000 (17:33 +0100)]
Added two color line drawing to ShapeRenderer.

11 years agoadded Pixmap#fillTriangle
James Jurach [Thu, 16 May 2013 07:32:39 +0000 (02:32 -0500)]
added Pixmap#fillTriangle

11 years agoMerge pull request #406 from Maescool/master
Mario Zechner [Wed, 15 May 2013 22:46:59 +0000 (15:46 -0700)]
Merge pull request #406 from Maescool/master

Added some extra OUYA mappings

11 years agoMerge pull request #403 from sluglit/master
Mario Zechner [Wed, 15 May 2013 22:44:31 +0000 (15:44 -0700)]
Merge pull request #403 from sluglit/master

Add JNI wrappers for Box2d's conveyor belt functions

11 years agoAdd font name to hiero settings file
Maarten Bezemer [Wed, 15 May 2013 22:02:10 +0000 (00:02 +0200)]
Add font name to hiero settings file

11 years agoImplement Contact GWT Backend (SetTangentSpeed/GetTangentSpeed methods)
Gareth [Wed, 15 May 2013 20:18:46 +0000 (22:18 +0200)]
Implement Contact GWT Backend (SetTangentSpeed/GetTangentSpeed methods)

11 years agoBox2d Conveyor tests
Gareth [Wed, 15 May 2013 18:29:04 +0000 (20:29 +0200)]
Box2d Conveyor tests

11 years agoAdded some extra OUYA mappings
Pieter Maes [Wed, 15 May 2013 14:11:00 +0000 (16:11 +0200)]
Added some extra OUYA mappings

11 years agoMerge pull request #1 from semtiko/patch-2
Alex Vega [Wed, 15 May 2013 07:07:39 +0000 (00:07 -0700)]
Merge pull request #1 from semtiko/patch-2

Circle, add setPosition and setRadius methods

11 years agoCircle, add setPosition and setRadius methods
Alex Vega [Wed, 15 May 2013 07:06:47 +0000 (11:06 +0400)]
Circle, add setPosition and setRadius methods

11 years agoRectangle, add setPosition methods
Alex Vega [Wed, 15 May 2013 07:05:53 +0000 (11:05 +0400)]
Rectangle, add setPosition methods

11 years agoReducing the amount of repeated documentation.
Justin Hamilton [Wed, 15 May 2013 02:17:15 +0000 (19:17 -0700)]
Reducing the amount of repeated documentation.

11 years agoCopying vertices into localVertices if provided an array of the same length.
Justin Hamilton [Wed, 15 May 2013 02:10:16 +0000 (19:10 -0700)]
Copying vertices into localVertices if provided an array of the same length.

11 years agoCopying vertices into localVertices if provided an array of the same length.
Justin Hamilton [Wed, 15 May 2013 02:03:56 +0000 (19:03 -0700)]
Copying vertices into localVertices if provided an array of the same length.

11 years agoMerge pull request #401 from semtiko/patch-1
Mario Zechner [Tue, 14 May 2013 22:33:32 +0000 (15:33 -0700)]
Merge pull request #401 from semtiko/patch-1

Rectangle, add setSize methods

11 years agoMerge pull request #404 from xoppa/new3dapi
Mario Zechner [Tue, 14 May 2013 22:31:51 +0000 (15:31 -0700)]
Merge pull request #404 from xoppa/new3dapi

New3dapi: fix loaders

11 years agoNew3dapi: fix loaders
Xoppa [Tue, 14 May 2013 22:21:23 +0000 (00:21 +0200)]
New3dapi: fix loaders

11 years agoRemove windows extension from ant scripts
Gareth [Tue, 14 May 2013 20:01:26 +0000 (22:01 +0200)]
Remove windows extension from ant scripts

11 years agoMerge branch 'master' of https://github.com/sluglit/libgdx.git
Gareth [Tue, 14 May 2013 19:54:32 +0000 (21:54 +0200)]
Merge branch 'master' of https://github.com/sluglit/libgdx.git

11 years agoAdded Box2d support for conveyers
Gareth [Tue, 14 May 2013 19:37:10 +0000 (21:37 +0200)]
Added Box2d support for conveyers

11 years agoMerge branch 'master' of https://github.com/sluglit/libgdx.git
Gareth [Tue, 14 May 2013 19:37:10 +0000 (21:37 +0200)]
Merge branch 'master' of https://github.com/sluglit/libgdx.git

11 years agoAdded Box2d support for conveyers
Gareth [Tue, 14 May 2013 19:06:33 +0000 (21:06 +0200)]
Added Box2d support for conveyers

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Tue, 14 May 2013 19:15:21 +0000 (21:15 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoList selection now width of list, not prefWidth.
NathanSweet [Tue, 14 May 2013 19:15:08 +0000 (21:15 +0200)]
List selection now width of list, not prefWidth.

11 years agoGet methods for transform and projection matrixes, to match SpriteBatch.
NathanSweet [Tue, 14 May 2013 19:14:48 +0000 (21:14 +0200)]
Get methods for transform and projection matrixes, to match SpriteBatch.

11 years agoAdded Box2d support for conveyers
Gareth [Tue, 14 May 2013 19:06:33 +0000 (21:06 +0200)]
Added Box2d support for conveyers

11 years agoAdding setter for polygon's localVertices, which are no longer final.
Justin Hamilton [Tue, 14 May 2013 15:26:15 +0000 (08:26 -0700)]
Adding setter for polygon's localVertices, which are no longer final.

11 years agoAdd style to default GWT preloading.
Justin Shapcott [Tue, 14 May 2013 12:47:21 +0000 (05:47 -0700)]
Add style to default GWT preloading.

11 years agoRectangle, add setSize methods
Alex Vega [Tue, 14 May 2013 09:05:26 +0000 (13:05 +0400)]
Rectangle, add setSize methods

For more flexibility

11 years agoMerge remote-tracking branch 'upstream/master'
Justin Hamilton [Tue, 14 May 2013 01:12:34 +0000 (18:12 -0700)]
Merge remote-tracking branch 'upstream/master'

11 years agoAdding documentation to Polygon
Justin Hamilton [Tue, 14 May 2013 00:47:40 +0000 (17:47 -0700)]
Adding documentation to Polygon

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Mon, 13 May 2013 19:31:16 +0000 (21:31 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoAdded resourcefiles to build. Fixed hack with hardcoded font files for gdx-core....
NathanSweet [Mon, 13 May 2013 19:30:51 +0000 (21:30 +0200)]
Added resourcefiles to build. Fixed hack with hardcoded font files for gdx-core. Put assets files into gdx-tools.jar.

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Mon, 13 May 2013 09:38:04 +0000 (11:38 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx

11 years agofixed issue 1368, lwjgl can't handle null for data supplied via glBufferData...
badlogic [Mon, 13 May 2013 09:37:57 +0000 (11:37 +0200)]
fixed issue 1368, lwjgl can't handle null for data supplied via glBufferData...

11 years agofixed issue 1426, spritebatch should check size limit, we use shorts for indexing...
badlogic [Mon, 13 May 2013 09:01:28 +0000 (11:01 +0200)]
fixed issue 1426, spritebatch should check size limit, we use shorts for indexing...

11 years agofixed issue 1434, ImmediateModeRenderer20 didn't handle texture coordinates correctly
badlogic [Mon, 13 May 2013 08:54:08 +0000 (10:54 +0200)]
fixed issue 1434, ImmediateModeRenderer20 didn't handle texture coordinates correctly

11 years agoMerge pull request #399 from xoppa/new3dapi
Mario Zechner [Mon, 13 May 2013 06:59:01 +0000 (23:59 -0700)]
Merge pull request #399 from xoppa/new3dapi

new3dapi remove normal mapping / phong support

11 years agonew3dapi remove normal mapping / phong support
Xoppa [Sun, 12 May 2013 22:06:22 +0000 (00:06 +0200)]
new3dapi remove normal mapping / phong support

11 years agoUpdate for AtlasTiledMapLoader name change
Justin Shapcott [Sun, 12 May 2013 21:12:23 +0000 (14:12 -0700)]
Update for AtlasTiledMapLoader name change

11 years agoAdd GWT emulation of AtlasTmxMapLoader
Justin Shapcott [Sun, 12 May 2013 21:06:18 +0000 (14:06 -0700)]
Add GWT emulation of AtlasTmxMapLoader

11 years agoSync AtlasTmxMapLoader with TmxMapLoader changes
Justin Shapcott [Sun, 12 May 2013 21:05:24 +0000 (14:05 -0700)]
Sync AtlasTmxMapLoader with TmxMapLoader changes

11 years agoSync GWT emulation of TmxMapLoader to core changes
Justin Shapcott [Sun, 12 May 2013 20:58:18 +0000 (13:58 -0700)]
Sync GWT emulation of TmxMapLoader to core changes

11 years agoRename AtlasTiledMapLoader to AtlasTmxMapLoader
Justin Shapcott [Sun, 12 May 2013 20:53:55 +0000 (13:53 -0700)]
Rename AtlasTiledMapLoader to AtlasTmxMapLoader

Since this loader specifically loads .tmx maps it should be named
accordingly. In LibGDX, a TiledMap is not intrinsically tied to the Tiled
application or its tmx format. This name clarifies that the loader
specifically loads tmx files.