OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
11 years agoMerge pull request #280 from sourcecod/master
Mario Zechner [Sun, 17 Mar 2013 00:22:00 +0000 (17:22 -0700)]
Merge pull request #280 from sourcecod/master

add proper HTTPStatus implementation

11 years agoMerge pull request #284 from manuelbua/shaderprogram-size-support
Mario Zechner [Sun, 17 Mar 2013 00:20:30 +0000 (17:20 -0700)]
Merge pull request #284 from manuelbua/shaderprogram-size-support

Add support for querying attribute and uniform size to ShaderProgram

11 years agoMerge pull request #300 from xoppa/bullet
Mario Zechner [Sun, 17 Mar 2013 00:12:40 +0000 (17:12 -0700)]
Merge pull request #300 from xoppa/bullet

Bullet/Camera: Frustum culling / various changes

11 years agoMerge pull request #281 from 0xg/master
Mario Zechner [Sun, 17 Mar 2013 00:06:43 +0000 (17:06 -0700)]
Merge pull request #281 from 0xg/master

Fix issue 1231 for MathUtils.atan2()

11 years agofixed issue 1329, LwjglCanvas was disregarding useGL2 flag
badlogic [Sat, 16 Mar 2013 23:44:16 +0000 (00:44 +0100)]
fixed issue 1329, LwjglCanvas was disregarding useGL2 flag

11 years agofixed issue 1282, allow mipmap generation for tmx maps
badlogic [Sat, 16 Mar 2013 23:37:38 +0000 (00:37 +0100)]
fixed issue 1282, allow mipmap generation for tmx maps

11 years agofixed issue 1260, custom shaders didn't work with SpriteCache
badlogic [Sat, 16 Mar 2013 23:28:38 +0000 (00:28 +0100)]
fixed issue 1260, custom shaders didn't work with SpriteCache

11 years agofixed issue 1259, Animation#isAnimationFinished() didn't do what it said it does
badlogic [Sat, 16 Mar 2013 23:23:49 +0000 (00:23 +0100)]
fixed issue 1259, Animation#isAnimationFinished() didn't do what it said it does

11 years agofixed issue 1250, selectbox issues
badlogic [Sat, 16 Mar 2013 23:18:27 +0000 (00:18 +0100)]
fixed issue 1250, selectbox issues

11 years agofixed issue 1239, MathUtils.ceil was broken in GWT as NumberUtils isn't fully impleme...
badlogic [Sat, 16 Mar 2013 23:10:11 +0000 (00:10 +0100)]
fixed issue 1239, MathUtils.ceil was broken in GWT as NumberUtils isn't fully implemented there

11 years agofixed issue 1239, MathUtils.ceil was broken in GWT as NumberUtils isn't fully impleme...
badlogic [Sat, 16 Mar 2013 23:09:10 +0000 (00:09 +0100)]
fixed issue 1239, MathUtils.ceil was broken in GWT as NumberUtils isn't fully implemented there

11 years agoadded comment to TextureRegion#split(), doesn't work with regions from an atlas that...
badlogic [Sat, 16 Mar 2013 22:56:38 +0000 (23:56 +0100)]
added comment to TextureRegion#split(), doesn't work with regions from an atlas that had their whitespace removed or where flipped prior to splitting

11 years agoAdd bullet FrustumCullingTest
Xoppa [Sat, 16 Mar 2013 22:17:16 +0000 (23:17 +0100)]
Add bullet FrustumCullingTest

11 years agoChange camera#rotate to work without another pull request
Xoppa [Sat, 16 Mar 2013 22:16:17 +0000 (23:16 +0100)]
Change camera#rotate to work without another pull request

11 years agoAdd Camera#lookAt(Vector3), remove some tmp usage, add #rotate(Matrix4), #rotate...
Xoppa [Sat, 16 Mar 2013 22:10:48 +0000 (23:10 +0100)]
Add Camera#lookAt(Vector3), remove some tmp usage, add #rotate(Matrix4), #rotate(Quaternion) and #transfrom(Matrix4)

11 years agoSplit up rendering in the bullet tests
Xoppa [Sat, 16 Mar 2013 22:08:18 +0000 (23:08 +0100)]
Split up rendering in the bullet tests

11 years agoSwig generated files
Xoppa [Sat, 16 Mar 2013 22:03:47 +0000 (23:03 +0100)]
Swig generated files

11 years agoMove include of stdint.h, add critical arrays, add btManifoldArray and add custom...
Xoppa [Sat, 16 Mar 2013 22:02:18 +0000 (23:02 +0100)]
Move include of stdint.h, add critical arrays, add btManifoldArray and add custom btBroadphasePairArray

11 years agofixed net initialization in DayDream, hunting down the person who commented that...
badlogic [Sat, 16 Mar 2013 17:29:25 +0000 (18:29 +0100)]
fixed net initialization in DayDream, hunting down the person who commented that stuff...

11 years agofixed issue 1280, net wasn't initialized in livewallpaper
badlogic [Sat, 16 Mar 2013 17:28:19 +0000 (18:28 +0100)]
fixed issue 1280, net wasn't initialized in livewallpaper

11 years agoFixed issue 1290, fallback for applet shared library loading
badlogic [Sat, 16 Mar 2013 17:14:21 +0000 (18:14 +0100)]
Fixed issue 1290, fallback for applet shared library loading

11 years agofixed issue 1310, warning for npot ETC1 textures
badlogic [Sat, 16 Mar 2013 17:07:57 +0000 (18:07 +0100)]
fixed issue 1310, warning for npot ETC1 textures

11 years agofixed issue 1312, issue on iOS in FrameBuffer
badlogic [Sat, 16 Mar 2013 16:56:02 +0000 (17:56 +0100)]
fixed issue 1312, issue on iOS in FrameBuffer

11 years agoUpdate README.md
Mario Zechner [Fri, 15 Mar 2013 14:53:39 +0000 (15:53 +0100)]
Update README.md

11 years agoUpdate README.md
Mario Zechner [Fri, 15 Mar 2013 14:52:57 +0000 (15:52 +0100)]
Update README.md

11 years agoMerge pull request #299 from Getterac7/list-change-fix
Nathan Sweet [Fri, 15 Mar 2013 11:59:54 +0000 (04:59 -0700)]
Merge pull request #299 from Getterac7/list-change-fix

List now only fires ChangeEvent on change.

11 years agoList now only fires ChangeEvent on change.
wally [Fri, 15 Mar 2013 10:48:53 +0000 (06:48 -0400)]
List now only fires ChangeEvent on change.

11 years agoJSON texture packer stuff was not supposed to be committed!
NathanSweet [Thu, 14 Mar 2013 22:32:36 +0000 (23:32 +0100)]
JSON texture packer stuff was not supposed to be committed!

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Thu, 14 Mar 2013 22:31:04 +0000 (23:31 +0100)]
Merge remote-tracking branch 'origin/master'

11 years agoUpdated temp vector stuff in scene2d to meet Nate's obsessive compulsive standards.
NathanSweet [Thu, 14 Mar 2013 22:30:42 +0000 (23:30 +0100)]
Updated temp vector stuff in scene2d to meet Nate's obsessive compulsive standards.

Comments shouldn't list where something is used, as it too easily becomes obsolete, and it is obvious these are "scratch" objects. :)

11 years agoupdated CHANGES
badlogic [Thu, 14 Mar 2013 21:03:22 +0000 (22:03 +0100)]
updated CHANGES

11 years agoadded CHANGES file, every contributor should add a quick note on what she changed...
badlogic [Thu, 14 Mar 2013 20:55:02 +0000 (21:55 +0100)]
added CHANGES file, every contributor should add a quick note on what she changed if it breaks the API or adds a new API

11 years agoCPU sync false by default.
NathanSweet [Thu, 14 Mar 2013 19:21:20 +0000 (20:21 +0100)]
CPU sync false by default.

11 years agoOnly handle buttons with an object.
NathanSweet [Thu, 14 Mar 2013 19:01:06 +0000 (20:01 +0100)]
Only handle buttons with an object.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Thu, 14 Mar 2013 14:26:24 +0000 (15:26 +0100)]
Merge remote-tracking branch 'origin/master'

11 years agoUpdate isOver on touch up.
NathanSweet [Thu, 14 Mar 2013 14:26:12 +0000 (15:26 +0100)]
Update isOver on touch up.

11 years agoMerge pull request #298 from semtiko/patch-1
MobiDevelop [Thu, 14 Mar 2013 13:21:34 +0000 (06:21 -0700)]
Merge pull request #298 from semtiko/patch-1

Fixed previous commit

11 years agoFixed previous commit
Alex Vega [Thu, 14 Mar 2013 13:16:45 +0000 (17:16 +0400)]
Fixed previous commit

11 years agoMerge pull request #277 from DarkIP992/patch-1
MobiDevelop [Thu, 14 Mar 2013 12:52:05 +0000 (05:52 -0700)]
Merge pull request #277 from DarkIP992/patch-1

Added coordinate properties for objects

11 years agoadded support for yUp at y coordinate
DarkIP992 [Thu, 14 Mar 2013 10:17:27 +0000 (11:17 +0100)]
added support for yUp at y coordinate

11 years agoMerge pull request #296 from manuelbua/mapsapi-refactor
MobiDevelop [Thu, 14 Mar 2013 04:32:58 +0000 (21:32 -0700)]
Merge pull request #296 from manuelbua/mapsapi-refactor

Minor mapsapi refactoring

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Thu, 14 Mar 2013 02:27:45 +0000 (03:27 +0100)]
Merge remote-tracking branch 'origin/master'

11 years agoDon't need this JAR now that GLU is gone.
NathanSweet [Thu, 14 Mar 2013 02:27:33 +0000 (03:27 +0100)]
Don't need this JAR now that GLU is gone.

11 years agoMerge pull request #295 from Getterac7/patch-1
Nathan Sweet [Wed, 13 Mar 2013 20:26:56 +0000 (13:26 -0700)]
Merge pull request #295 from Getterac7/patch-1

Use messageFont for drawing messageText.

11 years agoMerge pull request #293 from bitiotic/ninepatchdoc
Nathan Sweet [Wed, 13 Mar 2013 20:25:46 +0000 (13:25 -0700)]
Merge pull request #293 from bitiotic/ninepatchdoc

Add javadoc to NinePatch

11 years agoMinor refactoring to mapsapi
Manuel Bua [Wed, 13 Mar 2013 20:08:17 +0000 (21:08 +0100)]
Minor refactoring to mapsapi

Remove suffixes such as Object and Layer from method names since the
subject is clear from the context.

11 years agoMerge remote-tracking branch 'origin/maplayers-patch' into maplayers-patch
Manuel Bua [Wed, 13 Mar 2013 19:48:28 +0000 (20:48 +0100)]
Merge remote-tracking branch 'origin/maplayers-patch' into maplayers-patch

11 years agoBetter method naming
Manuel Bua [Wed, 13 Mar 2013 19:27:56 +0000 (20:27 +0100)]
Better method naming

11 years agoAdds a way to retrieve the number of layers
Manuel Bua [Sun, 10 Mar 2013 19:13:57 +0000 (20:13 +0100)]
Adds a way to retrieve the number of layers

11 years agoBetter method naming
Manuel Bua [Wed, 13 Mar 2013 19:27:56 +0000 (20:27 +0100)]
Better method naming

11 years agoUse messageFont for drawing messageText.
Getterac7 [Wed, 13 Mar 2013 19:08:01 +0000 (16:08 -0300)]
Use messageFont for drawing messageText.

11 years agoRemove really gratuitous 'final' usage on draw method
bitiotic [Wed, 13 Mar 2013 17:18:23 +0000 (10:18 -0700)]
Remove really gratuitous 'final' usage on draw method

Didn't change the generated bytecode, so its not really doing anything
other than being ugly.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Wed, 13 Mar 2013 15:52:30 +0000 (16:52 +0100)]
Merge remote-tracking branch 'origin/master'

11 years agoBetter defaults.
NathanSweet [Wed, 13 Mar 2013 15:51:59 +0000 (16:51 +0100)]
Better defaults.

11 years agoMerge pull request #290 from manuelbua/tmxmaploader-patch
MobiDevelop [Wed, 13 Mar 2013 13:15:14 +0000 (06:15 -0700)]
Merge pull request #290 from manuelbua/tmxmaploader-patch

Loads additional data in the tileset by default

11 years agoAdd javadoc to NinePatch
bitiotic [Wed, 13 Mar 2013 04:56:11 +0000 (21:56 -0700)]
Add javadoc to NinePatch

Explain the difference between "pre-processed" (i.e., ".9.png" files)
and "post-processed" NinePatches.  Add disclaimers on the constructors
that create degenerate patches.

Use `final` in a couple more places, especially in the draw() method.
Use the TOP_LEFT, etc, constants within the basic constructor.

Add a simplistic NinePatch test case.

11 years agoFixed non-EDT threading.
NathanSweet [Tue, 12 Mar 2013 18:49:57 +0000 (19:49 +0100)]
Fixed non-EDT threading.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Tue, 12 Mar 2013 15:00:12 +0000 (16:00 +0100)]
Merge remote-tracking branch 'origin/master'

11 years agoCopy queue to minimize lock time and prevent deadlocks.
NathanSweet [Tue, 12 Mar 2013 14:59:54 +0000 (15:59 +0100)]
Copy queue to minimize lock time and prevent deadlocks.

11 years agoFix Issue 1311.
Justin Shapcott [Tue, 12 Mar 2013 13:31:35 +0000 (06:31 -0700)]
Fix Issue 1311.

GwtPreferences#getString(key) now returns an empty string when a value
does not exist for the key. This is consistent with the other backends.

11 years agoMerge pull request #292 from sslopek/master
MobiDevelop [Tue, 12 Mar 2013 04:49:05 +0000 (21:49 -0700)]
Merge pull request #292 from sslopek/master

TmxMapLoader Parameters fix

11 years agoAdd Ellipse and Polyline to gwt module definition.
Justin Shapcott [Tue, 12 Mar 2013 04:46:49 +0000 (21:46 -0700)]
Add Ellipse and Polyline to gwt module definition.

11 years agoadded public access modifier to Parameter member
sslopek [Tue, 12 Mar 2013 04:28:14 +0000 (00:28 -0400)]
added public access modifier to Parameter member

11 years agoNull check list before hiding.
NathanSweet [Tue, 12 Mar 2013 00:27:19 +0000 (01:27 +0100)]
Null check list before hiding.

11 years agoMerge remote-tracking branch 'refs/remotes/origin/master'
Nathan Sweet [Mon, 11 Mar 2013 23:26:48 +0000 (19:26 -0400)]
Merge remote-tracking branch 'refs/remotes/origin/master'

11 years agoFixed windows key.
Nathan Sweet [Mon, 11 Mar 2013 23:26:41 +0000 (19:26 -0400)]
Fixed windows key.

11 years agoImprove docs
Manuel Bua [Mon, 11 Mar 2013 21:16:19 +0000 (22:16 +0100)]
Improve docs

11 years agoTileset loads more useful properties
Manuel Bua [Mon, 11 Mar 2013 20:29:53 +0000 (21:29 +0100)]
Tileset loads more useful properties

11 years agoMissing semicolon... bad PR!
NathanSweet [Mon, 11 Mar 2013 19:33:28 +0000 (20:33 +0100)]
Missing semicolon... bad PR!

11 years agoMerge pull request #289 from kreymerman/patch-1
Nathan Sweet [Mon, 11 Mar 2013 18:24:38 +0000 (11:24 -0700)]
Merge pull request #289 from kreymerman/patch-1

Fixed SelectBox::hideList()

11 years agoPrevent graphics size going to zero (happens on minimize).
NathanSweet [Mon, 11 Mar 2013 16:09:19 +0000 (17:09 +0100)]
Prevent graphics size going to zero (happens on minimize).

11 years agoMissed a change.
NathanSweet [Mon, 11 Mar 2013 15:47:57 +0000 (16:47 +0100)]
Missed a change.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Mon, 11 Mar 2013 15:41:58 +0000 (16:41 +0100)]
Merge remote-tracking branch 'origin/master'

11 years agoBetter x,y,width,height.
NathanSweet [Mon, 11 Mar 2013 15:41:44 +0000 (16:41 +0100)]
Better x,y,width,height.

11 years ago[fixed] NativeCodeGenerator, does null checks on direct buffers now.
badlogic [Mon, 11 Mar 2013 15:19:54 +0000 (16:19 +0100)]
[fixed] NativeCodeGenerator, does null checks on direct buffers now.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Mon, 11 Mar 2013 14:53:28 +0000 (15:53 +0100)]
Merge remote-tracking branch 'origin/master'

11 years agoPrevent duplicate mouse up events from ruining mouse input.
NathanSweet [Mon, 11 Mar 2013 14:52:57 +0000 (15:52 +0100)]
Prevent duplicate mouse up events from ruining mouse input.

This was reproduced by double clicking a xfiledialog. The second click causes it to disappear and GLFW gives us a mouse up with no corresponding mouse down. Maybe because it is a modal child of the GLFW window? Hope there is no way to get incorrect mouse downs, or we'll be screwed.

11 years agoSync GWT backend with changes to core.
Justin Shapcott [Mon, 11 Mar 2013 14:09:36 +0000 (07:09 -0700)]
Sync GWT backend with changes to core.

11 years agoAdd exception() for uncaught.
NathanSweet [Mon, 11 Mar 2013 13:48:53 +0000 (14:48 +0100)]
Add exception() for uncaught.

11 years agoJavadocs.
NathanSweet [Mon, 11 Mar 2013 13:26:18 +0000 (14:26 +0100)]
Javadocs.

11 years agoEh, guess we'll roll with the Toolkit PPI. :/
NathanSweet [Mon, 11 Mar 2013 13:14:25 +0000 (14:14 +0100)]
Eh, guess we'll roll with the Toolkit PPI. :/

11 years agoNo more AWT toolkit for PPI.
NathanSweet [Mon, 11 Mar 2013 12:52:25 +0000 (13:52 +0100)]
No more AWT toolkit for PPI.

11 years agoFixed SelectBox::hideList()
Mikhail Kreymerman [Mon, 11 Mar 2013 12:47:52 +0000 (13:47 +0100)]
Fixed SelectBox::hideList()

stageListener of SelectList should be removed in hideList()
(not only in touchUp method, where it was removed previously),
because hideList() call be called without any touch input.

11 years agoMerge pull request #286 from manuelbua/tmxmaploader-fix
MobiDevelop [Mon, 11 Mar 2013 04:58:12 +0000 (21:58 -0700)]
Merge pull request #286 from manuelbua/tmxmaploader-fix

Fixes double allocation

11 years agoFixed resize listener for fullscreen.
NathanSweet [Sun, 10 Mar 2013 21:19:32 +0000 (22:19 +0100)]
Fixed resize listener for fullscreen.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Sun, 10 Mar 2013 19:51:36 +0000 (20:51 +0100)]
Merge remote-tracking branch 'origin/master'

11 years agoFixed vsync in fullscreen.
NathanSweet [Sun, 10 Mar 2013 19:51:23 +0000 (20:51 +0100)]
Fixed vsync in fullscreen.

11 years agoFixes double allocation
Manuel Bua [Sun, 10 Mar 2013 19:27:31 +0000 (20:27 +0100)]
Fixes double allocation

11 years agoAdds a way to retrieve the number of layers
Manuel Bua [Sun, 10 Mar 2013 19:13:57 +0000 (20:13 +0100)]
Adds a way to retrieve the number of layers

11 years agoMerge pull request #283 from manuelbua/tiledmap-patch
MobiDevelop [Sun, 10 Mar 2013 18:48:24 +0000 (11:48 -0700)]
Merge pull request #283 from manuelbua/tiledmap-patch

Switched modifier to public

11 years agoPut back AWT for getting DPI.
NathanSweet [Sun, 10 Mar 2013 14:14:49 +0000 (15:14 +0100)]
Put back AWT for getting DPI.

11 years agoGLFWFTW
NathanSweet [Sun, 10 Mar 2013 14:11:03 +0000 (15:11 +0100)]
GLFWFTW

11 years agoFixed to match backend.
Nathan Sweet [Sun, 10 Mar 2013 13:49:07 +0000 (09:49 -0400)]
Fixed to match backend.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Sun, 10 Mar 2013 13:31:38 +0000 (14:31 +0100)]
Merge remote-tracking branch 'origin/master'

11 years agoGLFW backend fixes, features.
NathanSweet [Sun, 10 Mar 2013 13:31:26 +0000 (14:31 +0100)]
GLFW backend fixes, features.

11 years agoEnable custom map loaders to setOwnedTextures when not residing in
Manuel Bua [Sun, 10 Mar 2013 13:24:33 +0000 (14:24 +0100)]
Enable custom map loaders to setOwnedTextures when not residing in
the *.tiled namespace

11 years agoAdd support for querying attribute and uniform size to ShaderProgram
Manuel Bua [Sun, 10 Mar 2013 13:21:46 +0000 (14:21 +0100)]
Add support for querying attribute and uniform size to ShaderProgram

11 years agoMerge pull request #282 from seroperson/master
Nathan Sweet [Sun, 10 Mar 2013 10:38:47 +0000 (03:38 -0700)]
Merge pull request #282 from seroperson/master

StackOverflowError in ScrollPane#setWidget & small changes

11 years agofixed dependencies of android projects
badlogic [Sat, 9 Mar 2013 22:54:48 +0000 (23:54 +0100)]
fixed dependencies of android projects

11 years agoUpdate ScrollPane.java
seroperson [Sat, 9 Mar 2013 17:56:41 +0000 (19:56 +0200)]
Update ScrollPane.java