OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
11 years agoforceVBO in Mesh
frustaci [Mon, 15 Apr 2013 03:22:17 +0000 (00:22 -0300)]
forceVBO in Mesh

At least one recent commit https://github.com/libgdx/libgdx/commit/7020231ca8b1e14995d398603de525581e3d1282 has completely disabled VBO support in the SpriteBatch class for not so clear reasons.
My project uses GL20 for now only and I would like to use/test VBOs, so at least there's a way to bring back VBOs in spritebatch by using the forceVBO flag.
If someone could clarify why SpriteBatch was changed I would appreciate as well.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Sun, 14 Apr 2013 05:54:24 +0000 (07:54 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoAdded premultipliedAlpha setting.
NathanSweet [Sun, 14 Apr 2013 05:54:12 +0000 (07:54 +0200)]
Added premultipliedAlpha setting.

11 years agoFixed when root directory is blank.
NathanSweet [Sun, 14 Apr 2013 05:53:58 +0000 (07:53 +0200)]
Fixed when root directory is blank.

11 years agoadded #getVolume() to OpenALMusic...
badlogic [Fri, 12 Apr 2013 22:18:47 +0000 (00:18 +0200)]
added #getVolume() to OpenALMusic...

11 years agoMerge pull request #339 from fivevsthree/master
Mario Zechner [Fri, 12 Apr 2013 20:32:50 +0000 (13:32 -0700)]
Merge pull request #339 from fivevsthree/master

Added getVolume to Music

11 years agoMerge pull request #341 from frustaci/patch-1
Nathan Sweet [Fri, 12 Apr 2013 19:36:40 +0000 (12:36 -0700)]
Merge pull request #341 from frustaci/patch-1

Update ParticleEmitterBox2D.java

11 years agoUpdate ParticleEmitterBox2D.java
frustaci [Fri, 12 Apr 2013 13:29:07 +0000 (10:29 -0300)]
Update ParticleEmitterBox2D.java

The particleCollided check is just plain wrong and is making the whole particleemitter to react to the collisions happening instead of the single particle that collided.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Thu, 11 Apr 2013 05:16:43 +0000 (07:16 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoBetter fix for issue 1345.
NathanSweet [Thu, 11 Apr 2013 05:15:46 +0000 (07:15 +0200)]
Better fix for issue 1345.

11 years agoAdded boolean to turn off float color mask.
NathanSweet [Thu, 11 Apr 2013 05:15:32 +0000 (07:15 +0200)]
Added boolean to turn off float color mask.

11 years agoUpdated CHANGES file
Steven Plude [Tue, 9 Apr 2013 16:37:14 +0000 (12:37 -0400)]
Updated CHANGES file

11 years agoIOS and GWT backends use volume field
Steven Plude [Tue, 9 Apr 2013 15:56:55 +0000 (11:56 -0400)]
IOS and GWT backends use volume field

11 years agoAdded getVolume to Music
Steven Plude [Tue, 9 Apr 2013 14:59:54 +0000 (10:59 -0400)]
Added getVolume to Music

11 years agoMerge pull request #333 from kreymerman/gwt_theme
MobiDevelop [Mon, 8 Apr 2013 23:16:35 +0000 (16:16 -0700)]
Merge pull request #333 from kreymerman/gwt_theme

Changed default Gwt theme to edited Chrome theme with gwt-prefixed css classes only

11 years agoSync GWT emulation to changes in core.
Justin Shapcott [Mon, 8 Apr 2013 22:32:52 +0000 (15:32 -0700)]
Sync GWT emulation to changes in core.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Mon, 8 Apr 2013 06:17:36 +0000 (08:17 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoFixed OSX crash on 10.7.* when window is resized.
NathanSweet [Mon, 8 Apr 2013 06:17:22 +0000 (08:17 +0200)]
Fixed OSX crash on 10.7.* when window is resized.

See JGLFW for other half of fix!

11 years agoMerge pull request #338 from jblambe/master
MobiDevelop [Mon, 8 Apr 2013 02:00:54 +0000 (19:00 -0700)]
Merge pull request #338 from jblambe/master

TMX Loader: Raise exceptions for unsupported formats

11 years agoAdded error messages for unsupported formats:
John Bernard Lambe [Sun, 7 Apr 2013 19:09:28 +0000 (20:09 +0100)]
Added error messages for unsupported formats:
Previously a NullPointerException was thrown if the 'map/layer/data' tag had no 'encoding' attribute.
No 'encoding' attribute means that XML encoding is used, and this is not supported by the loader.
I also added a different exception for when there is an 'encoding' value that the loader does not recognise (for future encodings).
I also added a minor comment.

11 years agoMerge pull request #337 from TimeToPlay/feature
Nathan Sweet [Sun, 7 Apr 2013 13:39:17 +0000 (06:39 -0700)]
Merge pull request #337 from TimeToPlay/feature

Issue #1376 Solution for ParticleEditor keyboard events handler.

11 years agoIssue #1376 Solution for ParticleEditor keyboard events handler.
TimeToPlay [Sun, 7 Apr 2013 09:58:39 +0000 (12:58 +0300)]
Issue #1376 Solution for ParticleEditor keyboard events handler.

11 years agoSet default target FPS to 61.
NathanSweet [Sun, 7 Apr 2013 02:13:45 +0000 (04:13 +0200)]
Set default target FPS to 61.

Seems some drivers don't use vsync in windowed mode, so run flat out. This shouldn't hurt anything when vsync is working properly.

11 years agoFire an event on touchUp even if the value didn't change, so listeners can see when...
NathanSweet [Sun, 7 Apr 2013 02:12:20 +0000 (04:12 +0200)]
Fire an event on touchUp even if the value didn't change, so listeners can see when a drag ends via isDragging.

11 years agoFixed scrollpane padding.
NathanSweet [Sun, 7 Apr 2013 00:11:26 +0000 (02:11 +0200)]
Fixed scrollpane padding.

11 years agoFixed list pref width.
NathanSweet [Sat, 6 Apr 2013 19:23:09 +0000 (21:23 +0200)]
Fixed list pref width.

11 years agoAdded time scale action.
NathanSweet [Sat, 6 Apr 2013 12:25:12 +0000 (14:25 +0200)]
Added time scale action.

11 years ago1345, fixed primitive wrapper generic types.
NathanSweet [Sat, 6 Apr 2013 12:15:23 +0000 (14:15 +0200)]
1345, fixed primitive wrapper generic types.

11 years agoGuard against nested iterator usage by throwing an exception. Issue 1361.
NathanSweet [Sat, 6 Apr 2013 12:02:45 +0000 (14:02 +0200)]
Guard against nested iterator usage by throwing an exception. Issue 1361.

11 years agoAnother try at fixing applets.
NathanSweet [Sat, 6 Apr 2013 11:16:19 +0000 (13:16 +0200)]
Another try at fixing applets.

11 years ago#1290, native libs with applets.
NathanSweet [Fri, 5 Apr 2013 18:52:05 +0000 (20:52 +0200)]
#1290, native libs with applets.

11 years ago#1357, fixed table getRow();
NathanSweet [Fri, 5 Apr 2013 18:43:10 +0000 (20:43 +0200)]
#1357, fixed table getRow();

11 years agohttp://youtu.be/Ay9BWM8lwOA
NathanSweet [Fri, 5 Apr 2013 18:12:36 +0000 (20:12 +0200)]
http://youtu.be/Ay9BWM8lwOA

11 years agoIssue #1353, internal getters and setters.
NathanSweet [Fri, 5 Apr 2013 18:09:08 +0000 (20:09 +0200)]
Issue #1353, internal getters and setters.

Getters/setters were used internally for x, y, width, height, scalex, scaley and rotation to facilitate notification when those properties are retrieved or set. Turns out overriding these isn't really very useful, so we decided not to use the getters and setters internally. Other properties that might be useful to override were left alone, such as isVisible, setStage, setParent, etc.

Also, think of all zee performancez gained!

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Fri, 5 Apr 2013 17:38:25 +0000 (19:38 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoDetected usage of nested iterator() and throw exception.
NathanSweet [Fri, 5 Apr 2013 17:37:19 +0000 (19:37 +0200)]
Detected usage of nested iterator() and throw exception.

11 years agoRemove obsolete setWidget call.
NathanSweet [Fri, 5 Apr 2013 17:32:00 +0000 (19:32 +0200)]
Remove obsolete setWidget call.

11 years agoFire change event in setItems.
NathanSweet [Fri, 5 Apr 2013 17:31:47 +0000 (19:31 +0200)]
Fire change event in setItems.

11 years agoClose writer.
NathanSweet [Fri, 5 Apr 2013 17:31:36 +0000 (19:31 +0200)]
Close writer.

11 years agoChange HttpParametersUtils emulation.
Justin Shapcott [Fri, 5 Apr 2013 13:58:59 +0000 (06:58 -0700)]
Change HttpParametersUtils emulation.

Instead of emulating HttpParametersUtils, emulate java.net.URLEncoder.
This allows the encoding to be set (amongst the limited options available
in GWT) and provides consistency across backends.

11 years agoFix GwtGraphics.getDensity()
MobiDevelop [Fri, 5 Apr 2013 13:39:27 +0000 (06:39 -0700)]
Fix GwtGraphics.getDensity()

Previous commit changed to a double, which caused a type mismatch with the return type. 

11 years agoMerge pull request #288 from kreymerman/gwt_fixes
MobiDevelop [Fri, 5 Apr 2013 04:37:50 +0000 (21:37 -0700)]
Merge pull request #288 from kreymerman/gwt_fixes

Couple of small fixes in GWT backend

11 years agoAdd HttpParametersUtils to GWT emulation.
Justin Shapcott [Thu, 4 Apr 2013 20:18:38 +0000 (13:18 -0700)]
Add HttpParametersUtils to GWT emulation.

Because URLEncoder does not exist in GWT-land, the emulated class uses an
equivalent encode method provided by GWT's URL class.

11 years agocancel method.
NathanSweet [Wed, 3 Apr 2013 22:59:37 +0000 (00:59 +0200)]
cancel method.

11 years agoGetter for writer.
NathanSweet [Wed, 3 Apr 2013 22:55:04 +0000 (00:55 +0200)]
Getter for writer.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Wed, 3 Apr 2013 17:53:50 +0000 (19:53 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoAdded setWriter method.
NathanSweet [Wed, 3 Apr 2013 17:53:43 +0000 (19:53 +0200)]
Added setWriter method.

11 years agobackgroundFPS should be 0 by default.
NathanSweet [Wed, 3 Apr 2013 17:53:34 +0000 (19:53 +0200)]
backgroundFPS should be 0 by default.

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
Justin Shapcott [Tue, 2 Apr 2013 13:05:57 +0000 (06:05 -0700)]
Merge branch 'master' of https://github.com/libgdx/libgdx

11 years agoAdd workaround for missing delete key events
Justin Shapcott [Tue, 2 Apr 2013 13:01:40 +0000 (06:01 -0700)]
Add workaround for missing delete key events

In Jelly Bean, the behavior when hitting delete on the soft keyboard was
changed so it does not send key events in certain circumstances. We want
the key events so we send them ourselves.

This workaround was previously added for GL10 but was missed for GL20.

11 years agoMinor fix to Lwjgl target FPS. Oops.
NathanSweet [Tue, 2 Apr 2013 00:37:59 +0000 (02:37 +0200)]
Minor fix to Lwjgl target FPS. Oops.

11 years agoCleaned up LwjglApplicationConfiguration target FPS.
NathanSweet [Tue, 2 Apr 2013 00:35:39 +0000 (02:35 +0200)]
Cleaned up LwjglApplicationConfiguration target FPS.

11 years agoMerge pull request #294 from dieend/issue188
Nathan Sweet [Mon, 1 Apr 2013 23:07:53 +0000 (16:07 -0700)]
Merge pull request #294 from dieend/issue188

issue #188

11 years agomerged PR by seraph
badlogic [Mon, 1 Apr 2013 21:22:57 +0000 (22:22 +0100)]
merged PR by seraph

11 years agoMerge pull request #324 from tescott/master
Mario Zechner [Mon, 1 Apr 2013 21:09:40 +0000 (14:09 -0700)]
Merge pull request #324 from tescott/master

Issue #1355- Joint user data

11 years agoUpdated CHANGES doc.
Tim Scott [Sun, 31 Mar 2013 13:08:50 +0000 (08:08 -0500)]
Updated CHANGES doc.

11 years agoUpdated gwt-backend emulation with Joint user data capability.
Tim Scott [Sun, 31 Mar 2013 13:03:40 +0000 (08:03 -0500)]
Updated gwt-backend emulation with Joint user data capability.

11 years agoJoints now can have user data associated with them.
Tim Scott [Sat, 30 Mar 2013 20:41:10 +0000 (15:41 -0500)]
Joints now can have user data associated with them.

11 years agofixed NetAPITest, StreamUtils import was borked
badlogic [Sat, 30 Mar 2013 09:40:33 +0000 (10:40 +0100)]
fixed NetAPITest, StreamUtils import was borked

11 years agoMove HttpParametersUtils and StreamUtils.
Justin Shapcott [Fri, 29 Mar 2013 14:45:05 +0000 (07:45 -0700)]
Move HttpParametersUtils and StreamUtils.

These new homes make more sense for these classes than the root package.

11 years agocorrected url for blog post on 0.9.8 release
Seraphim [Wed, 27 Mar 2013 20:16:25 +0000 (21:16 +0100)]
corrected url for blog post on 0.9.8 release

11 years agoissue-1104 summarize changes
Seraphim [Wed, 27 Mar 2013 20:12:38 +0000 (21:12 +0100)]
issue-1104 summarize changes

11 years agoChange renderer used in TiledMapBench.
Justin Shapcott [Wed, 27 Mar 2013 15:39:47 +0000 (08:39 -0700)]
Change renderer used in TiledMapBench.

11 years agoAdd disabledBackground to TextFieldStyle.
Justin Shapcott [Wed, 27 Mar 2013 14:17:27 +0000 (07:17 -0700)]
Add disabledBackground to TextFieldStyle.

11 years agoAdd parens in TextField ternary operators.
Justin Shapcott [Wed, 27 Mar 2013 13:39:20 +0000 (06:39 -0700)]
Add parens in TextField ternary operators.

11 years agoMerge pull request #320 from MobiDevelop/scene2d
Nathan Sweet [Wed, 27 Mar 2013 13:04:33 +0000 (06:04 -0700)]
Merge pull request #320 from MobiDevelop/scene2d

Add focused styles for TextField.

11 years agoMerge pull request #319 from guoguo12/master
Mario Zechner [Wed, 27 Mar 2013 07:23:52 +0000 (00:23 -0700)]
Merge pull request #319 from guoguo12/master

Make order of modifiers consistent

11 years agoMake order of modifiers consistent
Allen Guo [Wed, 27 Mar 2013 06:17:32 +0000 (03:17 -0300)]
Make order of modifiers consistent

11 years agoAdd focused styles for TextField.
Justin Shapcott [Wed, 27 Mar 2013 05:28:45 +0000 (22:28 -0700)]
Add focused styles for TextField.

11 years agoAdded UISimpleTest.
NathanSweet [Tue, 26 Mar 2013 20:28:59 +0000 (21:28 +0100)]
Added UISimpleTest.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Mon, 25 Mar 2013 23:18:55 +0000 (00:18 +0100)]
Merge remote-tracking branch 'origin/master'

11 years ago1349: Added some metrics to Pool.
NathanSweet [Mon, 25 Mar 2013 23:18:46 +0000 (00:18 +0100)]
1349: Added some metrics to Pool.

11 years agoClean up GdxTests.gwt.xml a bit
Justin Shapcott [Mon, 25 Mar 2013 19:38:02 +0000 (12:38 -0700)]
Clean up GdxTests.gwt.xml a bit

Added FreeTypeDisposeTest to exludes.
Removed several tests that no longer exist.
Changed TileTest so it uses TimeUtils instead of System.nanoTime directly.

11 years agoChange TmxMaploader to an AsynchronousAssetLoader
Justin Shapcott [Mon, 25 Mar 2013 19:22:51 +0000 (12:22 -0700)]
Change TmxMaploader to an AsynchronousAssetLoader

11 years agoAdd flexibility for BatchTiledMapRenderer users.
Justin Shapcott [Mon, 25 Mar 2013 18:43:04 +0000 (11:43 -0700)]
Add flexibility for BatchTiledMapRenderer users.

User may provide their own SpriteBatch in the constructor. Also, added
setMap method to allow the map to be changed. This makes sense for
renderers backed by SpriteBatch since nothing about the map is cached in
the renderer.

11 years agoMerge pull request #314 from acoppes/lwpredesign
Mario Zechner [Sun, 24 Mar 2013 22:40:24 +0000 (15:40 -0700)]
Merge pull request #314 from acoppes/lwpredesign

Redesigned android live wallpaper backend by jwisniewski

11 years agoMerge remote-tracking branch 'libgdxorigin/master' into lwpredesign
Ariel Coppes [Sun, 24 Mar 2013 22:14:43 +0000 (19:14 -0300)]
Merge remote-tracking branch 'libgdxorigin/master' into lwpredesign

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Sun, 24 Mar 2013 15:41:01 +0000 (16:41 +0100)]
Merge branch 'master' of https://github.com/libgdx/libgdx

11 years agofixed issue 1346, freetype font leaked
badlogic [Sun, 24 Mar 2013 15:40:54 +0000 (16:40 +0100)]
fixed issue 1346, freetype font leaked

11 years agoissue-1104 add Circle#contains(Circle)
Seraphim [Sun, 24 Mar 2013 13:22:26 +0000 (14:22 +0100)]
issue-1104 add Circle#contains(Circle)

11 years agoissue-1104 touching BoundingBoxes are not 'contained', rewrite BoundingBox#contains...
Seraphim [Sun, 24 Mar 2013 12:53:57 +0000 (13:53 +0100)]
issue-1104 touching BoundingBoxes are not 'contained', rewrite BoundingBox#contains in same form as others

11 years agoissue-1104 points on the border count as 'contained'
Seraphim [Sun, 24 Mar 2013 12:37:51 +0000 (13:37 +0100)]
issue-1104 points on the border count as 'contained'

11 years agoissue-1104 touching circles do not overlap
Seraphim [Sun, 24 Mar 2013 12:31:37 +0000 (13:31 +0100)]
issue-1104 touching circles do not overlap

11 years agosome informal tests to illustrate the difference in #contains and #overlaps between...
Seraphim [Sun, 13 Jan 2013 11:31:47 +0000 (12:31 +0100)]
some informal tests to illustrate the difference in #contains and #overlaps between the various regions

11 years agochain individual statements together
Seraphim [Sun, 13 Jan 2013 11:12:18 +0000 (12:12 +0100)]
chain individual statements together

11 years agoreorder methods
Seraphim [Sat, 12 Jan 2013 15:40:09 +0000 (16:40 +0100)]
reorder methods

11 years agoIssue 1104: #intersectRectangles does the same thing as #overlap(Rectangle,Rectangle)
Seraphim [Sat, 12 Jan 2013 15:29:25 +0000 (16:29 +0100)]
Issue 1104: #intersectRectangles does the same thing as #overlap(Rectangle,Rectangle)

11 years agoIssue 1104: increase consistency in overlaps, intersects and contains
Seraphim [Sat, 12 Jan 2013 15:17:52 +0000 (16:17 +0100)]
Issue 1104: increase consistency in overlaps, intersects and contains

11 years agoMerge pull request #311 from nbadal/master
Mario Zechner [Sun, 24 Mar 2013 08:44:11 +0000 (01:44 -0700)]
Merge pull request #311 from nbadal/master

Fix OUYA controller mappings on newer firmwares

11 years agoAdded check for new OUYA device name
Nick Badal [Sun, 24 Mar 2013 03:01:12 +0000 (20:01 -0700)]
Added check for new OUYA device name

11 years agoMerge pull request #304 from xoppa/misc
Mario Zechner [Sat, 23 Mar 2013 23:28:42 +0000 (16:28 -0700)]
Merge pull request #304 from xoppa/misc

RemoteInput, add #isConnected and RemoteInputListener

11 years agoMerge pull request #308 from xoppa/bullet
Mario Zechner [Sat, 23 Mar 2013 23:28:09 +0000 (16:28 -0700)]
Merge pull request #308 from xoppa/bullet

Bullet, add contact callbacks and add GdxCollisionObjectBridge

11 years agoMerge pull request #309 from xoppa/math
Mario Zechner [Sat, 23 Mar 2013 21:29:21 +0000 (14:29 -0700)]
Merge pull request #309 from xoppa/math

Camera: Fix incorrect order of arguments.

11 years agomerged latest changes of lwpredesign from jwisniewski with latest libgdx, fixed some...
Ariel Coppes [Sat, 23 Mar 2013 21:13:25 +0000 (18:13 -0300)]
merged latest changes of lwpredesign from jwisniewski with latest libgdx, fixed some glu stuff

11 years agoMerge branch 'jw_livewallpaper_0.9.8' of https://github.com/jwisniewski/libgdx into...
Ariel Coppes [Sat, 23 Mar 2013 21:11:34 +0000 (18:11 -0300)]
Merge branch 'jw_livewallpaper_0.9.8' of https://github.com/jwisniewski/libgdx into lwpredesign2

Conflicts:
backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/AndroidGraphicsLiveWallpaper.java
backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/AndroidLiveWallpaper.java

11 years agoFix incorrect order of arguments.
Xoppa [Sat, 23 Mar 2013 20:38:11 +0000 (21:38 +0100)]
Fix incorrect order of arguments.

11 years agoForgot to commit this
Xoppa [Sat, 23 Mar 2013 20:36:02 +0000 (21:36 +0100)]
Forgot to commit this

11 years agofixed support for GLSurfaceViewCupcake
Jaroslaw Wisniewski [Sat, 23 Mar 2013 19:48:32 +0000 (20:48 +0100)]
fixed support for GLSurfaceViewCupcake
Note:
I added slight modification to lifecycle of surface view in general.
I have tested it on Galaxy S and Galaxy S3, but it is not yet as heavy
tested as last implementation (by thousands of my clients on google
play and samsung apps). So this update can repair support for OpenGL
1.x, but can also destroy it on OpenGL 2.0.

11 years agoSwig generated files
Xoppa [Sat, 23 Mar 2013 19:44:19 +0000 (20:44 +0100)]
Swig generated files

11 years agoAdd gdxManagedObject and small change gdxPooledObject
Xoppa [Sat, 23 Mar 2013 19:41:28 +0000 (20:41 +0100)]
Add gdxManagedObject and small change gdxPooledObject