OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
11 years agoMerge pull request #438 from Jadems/master
Nathan Sweet [Thu, 30 May 2013 06:04:33 +0000 (23:04 -0700)]
Merge pull request #438 from Jadems/master

Fixed long presses being handled incorrectly.

11 years agoFixed long presses behaving incorrectly.
Matthew Williamson [Thu, 30 May 2013 03:23:23 +0000 (22:23 -0500)]
Fixed long presses behaving incorrectly.

Fixed long presses causing events not to be consumed by the
GestureDetector. This issue was causing the GestureDetector to return
false in touchDragged and touchUp whenever a longPress returned true
resulting in unexpected behavior which one would likely only notice when
chaining InputProcessors in an InputMultiplexer.

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Thu, 30 May 2013 00:53:59 +0000 (02:53 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx

11 years agofixed cuboc
badlogic [Thu, 30 May 2013 00:52:11 +0000 (02:52 +0200)]
fixed cuboc

11 years agoMerge pull request #437 from xoppa/3dapi2
Xoppa [Wed, 29 May 2013 21:09:50 +0000 (14:09 -0700)]
Merge pull request #437 from xoppa/3dapi2

Fix opacity on models

11 years agoFix opacity on models
Xoppa [Wed, 29 May 2013 21:08:29 +0000 (23:08 +0200)]
Fix opacity on models

11 years agoMerge pull request #434 from moly/androidaudiofix
Mario Zechner [Wed, 29 May 2013 20:48:45 +0000 (13:48 -0700)]
Merge pull request #434 from moly/androidaudiofix

AndroidSound#play/loop now returns -1 on failure, to match other backends

11 years agoMerge pull request #436 from justinbowes/1470_osx_backspace_causes_forward_delete
Mario Zechner [Wed, 29 May 2013 20:31:40 +0000 (13:31 -0700)]
Merge pull request #436 from justinbowes/1470_osx_backspace_causes_forward_delete

Fix for Issue 1470: On OS X TextField deletes symbols from the right side

11 years agoFix OSX backspace behaving like delete key due to bug in LWJGL Keyboard.getEventChara...
Justin Bowes [Wed, 29 May 2013 19:38:06 +0000 (15:38 -0400)]
Fix OSX backspace behaving like delete key due to bug in LWJGL Keyboard.getEventCharacter()

11 years agoMerge pull request #429 from xoppa/3dapi2
Mario Zechner [Wed, 29 May 2013 15:48:38 +0000 (08:48 -0700)]
Merge pull request #429 from xoppa/3dapi2

Add skeletontest and various fixes

11 years agoFix GLES10 shader
Xoppa [Wed, 29 May 2013 15:17:17 +0000 (17:17 +0200)]
Fix GLES10 shader

11 years agoAdded viewport settings to Stage.
NathanSweet [Wed, 29 May 2013 02:42:07 +0000 (04:42 +0200)]
Added viewport settings to Stage.

11 years agoFix MeshBuilder#box
Xoppa [Tue, 28 May 2013 23:45:57 +0000 (01:45 +0200)]
Fix MeshBuilder#box

11 years agoAllow nested calls to begin().
NathanSweet [Tue, 28 May 2013 22:41:41 +0000 (00:41 +0200)]
Allow nested calls to begin().

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Tue, 28 May 2013 21:43:24 +0000 (23:43 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoImproved generics and fixed removeAll. Thanks Javier J. <javierj@us.es>!
NathanSweet [Tue, 28 May 2013 21:42:25 +0000 (23:42 +0200)]
Improved generics and fixed removeAll. Thanks Javier J. <javierj@us.es>!

11 years agoMerge pull request #433 from MoopsLC/master
Nathan Sweet [Tue, 28 May 2013 21:20:25 +0000 (14:20 -0700)]
Merge pull request #433 from MoopsLC/master

draw substring of BitmapFontCache

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Tue, 28 May 2013 20:34:52 +0000 (22:34 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoFixed pooling cells.
NathanSweet [Tue, 28 May 2013 20:19:12 +0000 (22:19 +0200)]
Fixed pooling cells.

11 years agoUpdate BitmapFontCache.java
MoopsLC [Tue, 28 May 2013 17:50:38 +0000 (14:50 -0300)]
Update BitmapFontCache.java

allow for drawing a substring of the cache for letter-by-letter text scrolling

11 years agoDefault to GL_REPEAT, add mtl shininess and opacity, fix BlendingAttribute constructor
Xoppa [Tue, 28 May 2013 17:44:46 +0000 (19:44 +0200)]
Default to GL_REPEAT, add mtl shininess and opacity, fix BlendingAttribute constructor

11 years agoAndroidSound#play/loop now returns -1 on failure, to match other backends
moly [Tue, 28 May 2013 17:22:34 +0000 (18:22 +0100)]
AndroidSound#play/loop now returns -1 on failure, to match other backends

11 years agoMerge pull request #427 from veger/master
Nathan Sweet [Tue, 28 May 2013 14:54:36 +0000 (07:54 -0700)]
Merge pull request #427 from veger/master

ImageTextButtonStyle: Do not set fields twice and add constructor

11 years agoAdded getPressedButton.
NathanSweet [Tue, 28 May 2013 14:40:04 +0000 (16:40 +0200)]
Added getPressedButton.

11 years agoPooled cells.
NathanSweet [Tue, 28 May 2013 14:39:54 +0000 (16:39 +0200)]
Pooled cells.

11 years agoAdd skeletontest
Xoppa [Mon, 27 May 2013 22:05:46 +0000 (00:05 +0200)]
Add skeletontest

11 years agoDisabled debug.
NathanSweet [Mon, 27 May 2013 20:53:43 +0000 (22:53 +0200)]
Disabled debug.

11 years agoDo not set ImageTextButtonStyle fields twice
Maarten Bezemer [Mon, 27 May 2013 17:21:25 +0000 (19:21 +0200)]
Do not set ImageTextButtonStyle fields twice
Add constructor accepting TextButtonStyle objects

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Mon, 27 May 2013 16:57:47 +0000 (18:57 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoRemove widget from cell when removed from table.
NathanSweet [Mon, 27 May 2013 16:45:10 +0000 (18:45 +0200)]
Remove widget from cell when removed from table.

11 years agoAdded sets to changes.
NathanSweet [Mon, 27 May 2013 16:45:01 +0000 (18:45 +0200)]
Added sets to changes.

11 years agoFixed 1454.
NathanSweet [Mon, 27 May 2013 16:44:52 +0000 (18:44 +0200)]
Fixed 1454.

11 years agoAdded sets!
NathanSweet [Mon, 27 May 2013 16:44:45 +0000 (18:44 +0200)]
Added sets!

11 years agoFixed SpriteBatch float[] method offsets.
NathanSweet [Mon, 27 May 2013 16:44:29 +0000 (18:44 +0200)]
Fixed SpriteBatch float[] method offsets.

11 years agoFixed array addAll.
NathanSweet [Mon, 27 May 2013 16:44:10 +0000 (18:44 +0200)]
Fixed array addAll.

11 years agomerged with master
badlogic [Sun, 26 May 2013 12:48:04 +0000 (14:48 +0200)]
merged with master

11 years agomoved platform poms to gdx/jni/maven, do the same for extensions later on
badlogic [Sun, 26 May 2013 12:47:04 +0000 (14:47 +0200)]
moved platform poms to gdx/jni/maven, do the same for extensions later on

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Sun, 26 May 2013 11:16:20 +0000 (13:16 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoScrollPane setForceOverscroll renamed to setForceScroll. ArrayMap addAll renamed...
NathanSweet [Sun, 26 May 2013 11:16:12 +0000 (13:16 +0200)]
ScrollPane setForceOverscroll renamed to setForceScroll. ArrayMap addAll renamed to putAll.

11 years agoMerge pull request #423 from xoppa/3dapi
Mario Zechner [Sun, 26 May 2013 08:42:17 +0000 (01:42 -0700)]
Merge pull request #423 from xoppa/3dapi

Add ship.obj and shadertest

11 years agoFix bug in ArrayMap emulation
Justin Shapcott [Sat, 25 May 2013 21:46:09 +0000 (14:46 -0700)]
Fix bug in ArrayMap emulation

The constructor taking the element type was not using the ReflectionCache
to instantiate the arrays, causing ClassCastException.

11 years agoAdd ship.obj and shadertest
Xoppa [Sat, 25 May 2013 17:44:14 +0000 (19:44 +0200)]
Add ship.obj and shadertest

11 years agoUse standard GWT Storage API
Justin Shapcott [Sat, 25 May 2013 16:36:24 +0000 (09:36 -0700)]
Use standard GWT Storage API

11 years agoJavadoc.
NathanSweet [Sat, 25 May 2013 16:00:31 +0000 (18:00 +0200)]
Javadoc.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Sat, 25 May 2013 15:41:18 +0000 (17:41 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoDon't traverse to disabled text fields.
NathanSweet [Sat, 25 May 2013 15:14:41 +0000 (17:14 +0200)]
Don't traverse to disabled text fields.

11 years agoChanged Action#setActor(null) to not call reset.
NathanSweet [Sat, 25 May 2013 15:12:50 +0000 (17:12 +0200)]
Changed Action#setActor(null) to not call reset.

This allows non-pooled actions to be added and removed from actors, restarted, and reused.

11 years agoJavadocs.
NathanSweet [Sat, 25 May 2013 15:12:10 +0000 (17:12 +0200)]
Javadocs.

11 years agoFix double slash
Justin Shapcott [Sat, 25 May 2013 13:44:54 +0000 (06:44 -0700)]
Fix double slash

Only append a slash if the directory name doesn't already end with a
slash.

11 years agoAdd support for readDouble in GWT DataInputStream
Justin Shapcott [Sat, 25 May 2013 13:43:27 +0000 (06:43 -0700)]
Add support for readDouble in GWT DataInputStream

11 years agoMerge pull request #422 from xoppa/3dapi
Mario Zechner [Sat, 25 May 2013 09:28:32 +0000 (02:28 -0700)]
Merge pull request #422 from xoppa/3dapi

Add alphaTest, Keep bind transforms with bones, and other changes

11 years agoObjLoader, fix deprecated methods
Xoppa [Fri, 24 May 2013 17:45:44 +0000 (19:45 +0200)]
ObjLoader, fix deprecated methods

11 years agoFix ObjLoader
Xoppa [Fri, 24 May 2013 17:32:58 +0000 (19:32 +0200)]
Fix ObjLoader

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx into 3dapi
Xoppa [Fri, 24 May 2013 16:26:14 +0000 (18:26 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx into 3dapi

11 years agoFix soft body face culling
Xoppa [Fri, 24 May 2013 15:50:34 +0000 (17:50 +0200)]
Fix soft body face culling

11 years agoFix cylinder faces
Xoppa [Fri, 24 May 2013 15:43:28 +0000 (17:43 +0200)]
Fix cylinder faces

11 years agoForgot to commit this
Xoppa [Fri, 24 May 2013 15:14:10 +0000 (17:14 +0200)]
Forgot to commit this

11 years agoKeep bind transforms with bones
Xoppa [Fri, 24 May 2013 14:51:58 +0000 (16:51 +0200)]
Keep bind transforms with bones

11 years agoFixed size bug in Array constructor - GWT.
Justin Shapcott [Fri, 24 May 2013 13:36:31 +0000 (06:36 -0700)]
Fixed size bug in Array constructor - GWT.

Yikes!

11 years agoFixed javadoc warnings.
NathanSweet [Fri, 24 May 2013 11:43:16 +0000 (13:43 +0200)]
Fixed javadoc warnings.

So fresh and so clean, clean.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Fri, 24 May 2013 11:40:53 +0000 (13:40 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoRewrote SelectBox list to use ScrollPane and List.
NathanSweet [Fri, 24 May 2013 11:40:40 +0000 (13:40 +0200)]
Rewrote SelectBox list to use ScrollPane and List.

Now SelectBox scroll if there are too many items to fit onscreen.

11 years agoFixed size bug in Array constructor.
NathanSweet [Fri, 24 May 2013 11:39:38 +0000 (13:39 +0200)]
Fixed size bug in Array constructor.

Yikes!

11 years agoAdded updateVisualScroll for setting scroll position without animating.
NathanSweet [Fri, 24 May 2013 11:39:22 +0000 (13:39 +0200)]
Added updateVisualScroll for setting scroll position without animating.

11 years agoAdded getItemHeight.
NathanSweet [Fri, 24 May 2013 11:39:07 +0000 (13:39 +0200)]
Added getItemHeight.

11 years agoAdded ObjectFloatMap.
NathanSweet [Fri, 24 May 2013 11:38:53 +0000 (13:38 +0200)]
Added ObjectFloatMap.

Moar mapz!

11 years agoUse the typed array factory methods
Justin Shapcott [Thu, 23 May 2013 21:39:55 +0000 (14:39 -0700)]
Use the typed array factory methods

11 years agoRemove custom typed arrays in gwt backend
Justin Shapcott [Thu, 23 May 2013 21:34:43 +0000 (14:34 -0700)]
Remove custom typed arrays in gwt backend

11 years agoAdd alphaTest
Xoppa [Thu, 23 May 2013 18:46:41 +0000 (20:46 +0200)]
Add alphaTest

11 years agoAdd IntAttribute to gwt module definition
Justin Shapcott [Thu, 23 May 2013 17:43:45 +0000 (10:43 -0700)]
Add IntAttribute to gwt module definition

11 years agoMerge pull request #421 from xoppa/3dapi
Mario Zechner [Thu, 23 May 2013 17:41:55 +0000 (10:41 -0700)]
Merge pull request #421 from xoppa/3dapi

Move materialtest to g3d tests, update it to show opacity.

11 years agoMove material to g3d tests, update to show opacity.
Xoppa [Thu, 23 May 2013 16:41:26 +0000 (18:41 +0200)]
Move material to g3d tests, update to show opacity.

11 years agoMerge pull request #420 from blackbluegl/master
Mario Zechner [Thu, 23 May 2013 15:47:52 +0000 (08:47 -0700)]
Merge pull request #420 from blackbluegl/master

fixed diffuse color and specular lighting in DefaultShader

11 years agoMerge pull request #418 from xoppa/master
Mario Zechner [Thu, 23 May 2013 15:34:13 +0000 (08:34 -0700)]
Merge pull request #418 from xoppa/master

Make it easier to specify a shader, add Material IntAttribute, face culling, opacity and shininess

11 years agoMove opacity to BlendingAttribute, fix opacity in shader.
Xoppa [Thu, 23 May 2013 15:32:07 +0000 (17:32 +0200)]
Move opacity to BlendingAttribute, fix opacity in shader.

11 years agoFix issue 1461
Xoppa [Thu, 23 May 2013 15:12:33 +0000 (17:12 +0200)]
Fix issue 1461

11 years agoMake extension check case insensitive
Justin Shapcott [Thu, 23 May 2013 13:44:57 +0000 (06:44 -0700)]
Make extension check case insensitive

Fixes issue 1467.

11 years agofixed groupId in poms
badlogic [Thu, 23 May 2013 13:05:59 +0000 (15:05 +0200)]
fixed groupId in poms

11 years agoFix shininess, add opacity
Xoppa [Thu, 23 May 2013 11:10:08 +0000 (13:10 +0200)]
Fix shininess, add opacity

11 years agoMerge branch 'master' into maven
badlogic [Thu, 23 May 2013 10:33:24 +0000 (12:33 +0200)]
Merge branch 'master' into maven

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Thu, 23 May 2013 10:25:07 +0000 (12:25 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx

11 years agoRestore original code
blackbluegl [Thu, 23 May 2013 07:52:37 +0000 (09:52 +0200)]
Restore original code

11 years agoAdd default shaders to ant build.
Justin Shapcott [Wed, 22 May 2013 16:52:31 +0000 (09:52 -0700)]
Add default shaders to ant build.

11 years agofixed diffuse color and specular lighting in DefaultShader
blackbluegl [Wed, 22 May 2013 13:48:01 +0000 (15:48 +0200)]
fixed diffuse color and specular lighting in DefaultShader

11 years agofixed GwtGL20, cleaned up buffer handling in dev mode, may the fsm have mercy on us
badlogic [Wed, 22 May 2013 11:35:16 +0000 (13:35 +0200)]
fixed GwtGL20, cleaned up buffer handling in dev mode, may the fsm have mercy on us

11 years agoMerge pull request #419 from aspic/master
Nathan Sweet [Wed, 22 May 2013 11:33:01 +0000 (04:33 -0700)]
Merge pull request #419 from aspic/master

Snapvalues for Slider

11 years agoAdded a some logic for specifying values that the slider can snap to.
Kjetil Mehl [Wed, 22 May 2013 10:09:44 +0000 (12:09 +0200)]
Added a some logic for specifying values that the slider can snap to.

11 years agoadded g3dj to DefaultAssetFilter for faster loading, fixed GWT AssetManager emu for...
badlogic [Wed, 22 May 2013 10:05:40 +0000 (12:05 +0200)]
added g3dj to DefaultAssetFilter for faster loading, fixed GWT AssetManager emu for ModelLoader, hacked GwtGL20 to return max texture units (always 16, hackady hack)

11 years agofixed LwjglDebugStarter, was refering to renamed NewModelTest
badlogic [Wed, 22 May 2013 09:23:49 +0000 (11:23 +0200)]
fixed LwjglDebugStarter, was refering to renamed NewModelTest

11 years agoRemove commented out line
Justin Shapcott [Wed, 22 May 2013 07:23:56 +0000 (00:23 -0700)]
Remove commented out line

11 years agoLet InputStream subclasses report available bytes.
Justin Shapcott [Wed, 22 May 2013 07:14:29 +0000 (00:14 -0700)]
Let InputStream subclasses report available bytes.

11 years agoAdd classpath files support for gwt (limited)
Justin Shapcott [Wed, 22 May 2013 07:01:45 +0000 (00:01 -0700)]
Add classpath files support for gwt (limited)

Classpath files, such as the default bitmap font and the default shaders
for the new 3d api, are now available in gwt. This limited support
requires the classpath files to be specified in the gwt module definition
by setting the multi-valued property 'gdx.files.classpath'. Any file
specified will be copied to the assets folder at compile time.

11 years agoAdd defaultCullFace
Xoppa [Tue, 21 May 2013 23:12:27 +0000 (01:12 +0200)]
Add defaultCullFace

11 years agoAdd Material IntAttribute and face culling
Xoppa [Tue, 21 May 2013 22:59:55 +0000 (00:59 +0200)]
Add Material IntAttribute and face culling

11 years agoMake it easier to specify a shader
Xoppa [Tue, 21 May 2013 22:02:55 +0000 (00:02 +0200)]
Make it easier to specify a shader

11 years agoMerge pull request #417 from xoppa/master
Mario Zechner [Tue, 21 May 2013 21:43:32 +0000 (14:43 -0700)]
Merge pull request #417 from xoppa/master

Remove non working test models, add Basic3DTest, rename ModelTest

11 years agoAdd head and teapot model, add async loading to the tests
Xoppa [Tue, 21 May 2013 21:15:36 +0000 (23:15 +0200)]
Add head and teapot model, add async loading to the tests

11 years agoRemove debug logging
Xoppa [Tue, 21 May 2013 20:44:33 +0000 (22:44 +0200)]
Remove debug logging

11 years agoRename NewModelTest to ModelTest, add Basic3DTest
Xoppa [Tue, 21 May 2013 16:47:34 +0000 (18:47 +0200)]
Rename NewModelTest to ModelTest, add Basic3DTest

11 years agoMake GWT happy.
Justin Shapcott [Tue, 21 May 2013 16:02:26 +0000 (09:02 -0700)]
Make GWT happy.