OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
10 years agoMerge pull request #521 from Lemoncog/master
MobiDevelop [Tue, 30 Jul 2013 21:13:37 +0000 (14:13 -0700)]
Merge pull request #521 from Lemoncog/master

setAngle in Vector2 now returns this for chaining.

10 years agosetAngle in Vector2 now returns this for chaining.
Lemoncog [Tue, 30 Jul 2013 18:01:04 +0000 (19:01 +0100)]
setAngle in Vector2 now returns this for chaining.

10 years agosetDrawable convenience method for skin.
NathanSweet [Sun, 28 Jul 2013 15:26:31 +0000 (17:26 +0200)]
setDrawable convenience method for skin.

10 years agoPut back sizing button, avoid layout for subclasses differently.
NathanSweet [Sun, 28 Jul 2013 09:01:38 +0000 (11:01 +0200)]
Put back sizing button, avoid layout for subclasses differently.

10 years agoClose streams.
NathanSweet [Sat, 27 Jul 2013 23:29:29 +0000 (01:29 +0200)]
Close streams.

10 years agoFixed image too large error not being thrown when using rotation.
NathanSweet [Sat, 27 Jul 2013 11:52:25 +0000 (13:52 +0200)]
Fixed image too large error not being thrown when using rotation.

10 years agoMerge branch 'origin/master'
NathanSweet [Thu, 25 Jul 2013 00:17:14 +0000 (02:17 +0200)]
Merge branch 'origin/master'

10 years agoChanged SelectBoxStyle to have ScrollPaneStyle and ListStyle for fully customizing...
NathanSweet [Thu, 25 Jul 2013 00:16:50 +0000 (02:16 +0200)]
Changed SelectBoxStyle to have ScrollPaneStyle and ListStyle for fully customizing the drop down list.

http://www.badlogicgames.com/wordpress/?p=3110

10 years agoMerge pull request #508 from xoppa/misc
Nathan Sweet [Wed, 24 Jul 2013 17:37:17 +0000 (10:37 -0700)]
Merge pull request #508 from xoppa/misc

Stage remove initialize

10 years agoStage: make members private
Xoppa [Wed, 24 Jul 2013 16:48:47 +0000 (18:48 +0200)]
Stage: make members private

10 years agoQuaternion: don't modify the parameter
Xoppa [Wed, 24 Jul 2013 16:48:07 +0000 (18:48 +0200)]
Quaternion: don't modify the parameter

10 years agoMerge pull request #516 from dphang/master
Nathan Sweet [Wed, 24 Jul 2013 16:07:11 +0000 (09:07 -0700)]
Merge pull request #516 from dphang/master

Fixed getFrameRate()

10 years agoFixed getFrameRate()
dphang [Wed, 24 Jul 2013 03:35:00 +0000 (20:35 -0700)]
Fixed getFrameRate()

10 years agoMerge branch 'origin/master'
NathanSweet [Wed, 24 Jul 2013 03:16:07 +0000 (05:16 +0200)]
Merge branch 'origin/master'

10 years agoAll dialog to clear focus.
NathanSweet [Wed, 24 Jul 2013 03:16:00 +0000 (05:16 +0200)]
All dialog to clear focus.

10 years agoFixed ctrl/cmd for Mac.
NathanSweet [Wed, 24 Jul 2013 03:15:45 +0000 (05:15 +0200)]
Fixed ctrl/cmd for Mac.

10 years agoCtrl+a to select all.
NathanSweet [Wed, 24 Jul 2013 03:15:28 +0000 (05:15 +0200)]
Ctrl+a to select all.

10 years agoReset touch state on pause
Justin Shapcott [Mon, 22 Jul 2013 22:46:15 +0000 (15:46 -0700)]
Reset touch state on pause

10 years agoAllow customizing framerate.
NathanSweet [Mon, 22 Jul 2013 02:04:50 +0000 (04:04 +0200)]
Allow customizing framerate.

10 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Sun, 21 Jul 2013 15:15:32 +0000 (17:15 +0200)]
Merge remote-tracking branch 'origin/master'

10 years agoCHANGES
NathanSweet [Sun, 21 Jul 2013 05:49:26 +0000 (07:49 +0200)]
CHANGES

Changed AssetErrorListener#error to have AssetDescriptor to enable access to parameters of failed asset.

10 years agoFixed Node#remove() when parent is collapsed.
NathanSweet [Sun, 21 Jul 2013 05:48:31 +0000 (07:48 +0200)]
Fixed Node#remove() when parent is collapsed.

10 years agoChange AssetErrorListener#error to have AssetDescriptor.
NathanSweet [Sun, 21 Jul 2013 05:35:55 +0000 (07:35 +0200)]
Change AssetErrorListener#error to have AssetDescriptor.

This provides access to the parameters of the asset that failed to load.

10 years agoAdded toString(separator).
NathanSweet [Sun, 21 Jul 2013 05:35:08 +0000 (07:35 +0200)]
Added toString(separator).

10 years agoMerge pull request #515 from dphang/master
Nathan Sweet [Sun, 21 Jul 2013 05:01:27 +0000 (22:01 -0700)]
Merge pull request #515 from dphang/master

Issue 1559 and typo fix

11 years agoFixed typo: managedTexureList -> managedTextureList
dphang [Sat, 20 Jul 2013 23:31:35 +0000 (16:31 -0700)]
Fixed typo: managedTexureList -> managedTextureList

11 years agoRemoved leftover test code.
dphang [Sat, 20 Jul 2013 23:12:10 +0000 (16:12 -0700)]
Removed leftover test code.

11 years agoAdd additional methods to Bits
Justin Shapcott [Sat, 20 Jul 2013 15:21:30 +0000 (08:21 -0700)]
Add additional methods to Bits

Some of these methods were requested in Issue 1562, but I added a few more
while I was in there.

11 years agoFixed 1490, keep splits and pads when a region is aliased.
NathanSweet [Sat, 20 Jul 2013 15:03:39 +0000 (17:03 +0200)]
Fixed 1490, keep splits and pads when a region is aliased.

11 years agoFixed 1549, Timer thread never exits.
NathanSweet [Sat, 20 Jul 2013 14:47:09 +0000 (16:47 +0200)]
Fixed 1549, Timer thread never exits.

Now exits and respects pause/resume.

11 years agoFixed 1559, unknown array type should default to Array.
NathanSweet [Sat, 20 Jul 2013 13:58:07 +0000 (15:58 +0200)]
Fixed 1559, unknown array type should default to Array.

11 years agoFixed 1428, computeVisibleGlyphs doesn't respect font scale.
NathanSweet [Sat, 20 Jul 2013 13:54:11 +0000 (15:54 +0200)]
Fixed 1428, computeVisibleGlyphs doesn't respect font scale.

11 years agoMerge pull request #514 from moly/soundpause
MobiDevelop [Thu, 18 Jul 2013 19:42:51 +0000 (12:42 -0700)]
Merge pull request #514 from moly/soundpause

Added pause and resume methods for Sound

11 years agoMerge pull request #511 from methius/bug-1581-jsonTypeNPE
MobiDevelop [Thu, 18 Jul 2013 19:41:23 +0000 (12:41 -0700)]
Merge pull request #511 from methius/bug-1581-jsonTypeNPE

Fixes Issue #1581; caused by assumption that type is null.

11 years agoupdated CHANGES
moly [Thu, 18 Jul 2013 19:24:36 +0000 (20:24 +0100)]
updated CHANGES

11 years agoAdded pause and resume methods for Sound
moly [Thu, 18 Jul 2013 19:12:10 +0000 (20:12 +0100)]
Added pause and resume methods for Sound

11 years agoFixes Issue #1581; caused by assumption that type is null.
GJ Roelofs [Wed, 17 Jul 2013 21:21:55 +0000 (23:21 +0200)]
Fixes Issue #1581; caused by assumption that type is null.

11 years agoMerge pull request #510 from xoppa/3dapi
Xoppa [Tue, 16 Jul 2013 16:58:20 +0000 (09:58 -0700)]
Merge pull request #510 from xoppa/3dapi

DefaultTextureBinder: Reset texture descriptor at begin

11 years agoDefaultTextureBinder: Reset texture descriptor at begin
Xoppa [Tue, 16 Jul 2013 16:55:11 +0000 (18:55 +0200)]
DefaultTextureBinder: Reset texture descriptor at begin

11 years agoAdd Enum to list of classes included in reflection
Justin Shapcott [Tue, 16 Jul 2013 13:43:56 +0000 (06:43 -0700)]
Add Enum to list of classes included in reflection

11 years agoFix getKey in ArrayMap to do proper comparison
Justin Shapcott [Mon, 15 Jul 2013 22:02:07 +0000 (15:02 -0700)]
Fix getKey in ArrayMap to do proper comparison

11 years agoChange setupLoop to default access
Justin Shapcott [Mon, 15 Jul 2013 17:09:30 +0000 (10:09 -0700)]
Change setupLoop to default access

Subclasses should not have access to this method.

11 years agoMerge pull request #498 from moly/gwtsound
MobiDevelop [Mon, 15 Jul 2013 17:08:57 +0000 (10:08 -0700)]
Merge pull request #498 from moly/gwtsound

Implemented missing sound functionality in GWT backend

11 years agoadjusted access modifiers in GwtApplication
moly [Mon, 15 Jul 2013 12:56:41 +0000 (13:56 +0100)]
adjusted access modifiers in GwtApplication

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx into gwtsound
moly [Mon, 15 Jul 2013 12:32:33 +0000 (13:32 +0100)]
Merge branch 'master' of https://github.com/libgdx/libgdx into gwtsound

11 years agoMerge pull request #491 from regnarock/master
MobiDevelop [Sun, 14 Jul 2013 17:35:51 +0000 (10:35 -0700)]
Merge pull request #491 from regnarock/master

Issue 1451 Patch - Indexes and aliases can now work together

11 years agoupdated robovm binaries...
badlogic [Sat, 13 Jul 2013 15:54:06 +0000 (17:54 +0200)]
updated robovm binaries...

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Sat, 13 Jul 2013 15:03:35 +0000 (17:03 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx

11 years agofixed android native build
badlogic [Sat, 13 Jul 2013 15:03:27 +0000 (17:03 +0200)]
fixed android native build

11 years agoAdd tiled-preprocessor to build.
Justin Shapcott [Sat, 13 Jul 2013 14:28:43 +0000 (07:28 -0700)]
Add tiled-preprocessor to build.

11 years agoMerge pull request #509 from ntherning/master
Mario Zechner [Sat, 13 Jul 2013 14:23:35 +0000 (07:23 -0700)]
Merge pull request #509 from ntherning/master

accelerometer fix

11 years agomodified CHANGES
badlogic [Sat, 13 Jul 2013 11:41:46 +0000 (13:41 +0200)]
modified CHANGES

11 years agoadded GridPoint2, GridPoint3, for integer positions
badlogic [Sat, 13 Jul 2013 11:36:16 +0000 (13:36 +0200)]
added GridPoint2, GridPoint3, for integer positions

11 years agoAdded accelerometer support to IOSInput in RoboVM backend.
Niklas Therning [Sat, 13 Jul 2013 11:34:46 +0000 (13:34 +0200)]
Added accelerometer support to IOSInput in RoboVM backend.

11 years agomerged master
badlogic [Sat, 13 Jul 2013 11:17:38 +0000 (13:17 +0200)]
merged master

11 years agoadded Bresenham for 2D
badlogic [Sat, 13 Jul 2013 11:14:00 +0000 (13:14 +0200)]
added Bresenham for 2D

11 years agoFix Issue 1543
Justin Shapcott [Fri, 12 Jul 2013 22:07:06 +0000 (15:07 -0700)]
Fix Issue 1543

Write class information for enums when the type is not known.

11 years agofixed issue 1515, contactlistener isn't called on destroyBody/Joing
badlogic [Fri, 12 Jul 2013 12:47:33 +0000 (14:47 +0200)]
fixed issue 1515, contactlistener isn't called on destroyBody/Joing

11 years agofirst shader graph editor commit
badlogic [Fri, 12 Jul 2013 12:43:54 +0000 (13:43 +0100)]
first shader graph editor commit

11 years agoFix Issue 1570
MobiDevelop [Fri, 12 Jul 2013 04:17:57 +0000 (21:17 -0700)]
Fix Issue 1570

11 years agoStage remove initialize
Xoppa [Thu, 11 Jul 2013 22:53:51 +0000 (00:53 +0200)]
Stage remove initialize

11 years agoMerge pull request #506 from VinceAngel/master
Mario Zechner [Thu, 11 Jul 2013 22:52:12 +0000 (15:52 -0700)]
Merge pull request #506 from VinceAngel/master

getScale on Matrix4

11 years agoFix Issue 1561
Justin Shapcott [Thu, 11 Jul 2013 22:46:16 +0000 (15:46 -0700)]
Fix Issue 1561

11 years agofixed up stuff
badlogic [Thu, 11 Jul 2013 22:48:55 +0000 (23:48 +0100)]
fixed up stuff

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Thu, 11 Jul 2013 22:36:59 +0000 (23:36 +0100)]
Merge branch 'master' of https://github.com/libgdx/libgdx

11 years agoye ol' cpu burner
badlogic [Thu, 11 Jul 2013 22:36:48 +0000 (23:36 +0100)]
ye ol' cpu burner

11 years agoFix Issue 1567
Justin Shapcott [Thu, 11 Jul 2013 22:05:55 +0000 (15:05 -0700)]
Fix Issue 1567

Use the same FileType as the font file provided in the BitmapFontData, and
fall back to internal if we don't have a font file.

11 years agoAdd key mapping for numpad numbers
Justin Shapcott [Thu, 11 Jul 2013 19:17:18 +0000 (12:17 -0700)]
Add key mapping for numpad numbers

11 years agoMusic completion listener uses postRunnable on mobile
moly [Thu, 11 Jul 2013 16:04:32 +0000 (17:04 +0100)]
Music completion listener uses postRunnable on mobile

11 years agofixed completion listener firing when looping in gwt
moly [Thu, 11 Jul 2013 15:43:26 +0000 (16:43 +0100)]
fixed completion listener firing when looping in gwt

11 years agoupdated CHANGES
badlogic [Tue, 9 Jul 2013 16:23:20 +0000 (17:23 +0100)]
updated CHANGES

11 years agoMerge pull request #502 from xoppa/misc
Mario Zechner [Tue, 9 Jul 2013 16:20:54 +0000 (09:20 -0700)]
Merge pull request #502 from xoppa/misc

Mesh cache attribute locations

11 years agoUse int[] instead of IntIntMap
Xoppa [Tue, 9 Jul 2013 15:35:48 +0000 (17:35 +0200)]
Use int[] instead of IntIntMap

11 years agoFix for getScale
VinceAngel [Mon, 8 Jul 2013 16:21:53 +0000 (18:21 +0200)]
Fix for getScale

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Mon, 8 Jul 2013 14:12:00 +0000 (15:12 +0100)]
Merge branch 'master' of https://github.com/libgdx/libgdx

11 years agorenamed nodes -> graphs
badlogic [Mon, 8 Jul 2013 14:11:45 +0000 (15:11 +0100)]
renamed nodes -> graphs

11 years agoAdded getScale method
VinceAngel [Mon, 8 Jul 2013 12:35:13 +0000 (14:35 +0200)]
Added getScale method

11 years agoMerge pull request #503 from loadstar81/master
MobiDevelop [Mon, 8 Jul 2013 04:26:39 +0000 (21:26 -0700)]
Merge pull request #503 from loadstar81/master

Fixed typo of canvasId in the gwt configuration.

11 years agoFixed simple typo in gwt config
Tom Mast [Mon, 8 Jul 2013 02:28:24 +0000 (22:28 -0400)]
Fixed simple typo in gwt config

11 years agofixed up CHANGES
badlogic [Sun, 7 Jul 2013 21:28:02 +0000 (23:28 +0200)]
fixed up CHANGES

11 years agoMove location!=null check
Xoppa [Sun, 7 Jul 2013 21:04:26 +0000 (23:04 +0200)]
Move location!=null check

11 years agoMesh cache attribute locations
Xoppa [Sun, 7 Jul 2013 16:26:33 +0000 (18:26 +0200)]
Mesh cache attribute locations

11 years agoSet succeed when skipping already preloaded asset
Justin Shapcott [Sun, 7 Jul 2013 15:29:20 +0000 (08:29 -0700)]
Set succeed when skipping already preloaded asset

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Sat, 6 Jul 2013 23:24:32 +0000 (01:24 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx

11 years agofixed maven platform poms
badlogic [Sat, 6 Jul 2013 23:24:24 +0000 (01:24 +0200)]
fixed maven platform poms

11 years agoups, loaded wrong shared lib...
badlogic [Sat, 6 Jul 2013 23:20:33 +0000 (01:20 +0200)]
ups, loaded wrong shared lib...

11 years agoMerge pull request #501 from xoppa/bullet
Xoppa [Sat, 6 Jul 2013 22:39:32 +0000 (15:39 -0700)]
Merge pull request #501 from xoppa/bullet

various MeshBuilder, ModelInstance, BoundingBox

11 years agoremove double slashes...
badlogic [Sat, 6 Jul 2013 22:28:06 +0000 (00:28 +0200)]
remove double slashes...

11 years agoremove double slashes...
badlogic [Sat, 6 Jul 2013 22:26:54 +0000 (00:26 +0200)]
remove double slashes...

11 years agoUpdated contributors file :D
badlogic [Sat, 6 Jul 2013 22:24:35 +0000 (00:24 +0200)]
Updated contributors file :D

11 years agovarious MeshBuilder, ModelInstance, BoundingBox
Xoppa [Sat, 6 Jul 2013 22:24:34 +0000 (00:24 +0200)]
various MeshBuilder, ModelInstance, BoundingBox

11 years agofixed up LICENSE etc. files
badlogic [Sat, 6 Jul 2013 22:00:53 +0000 (00:00 +0200)]
fixed up LICENSE etc. files

11 years agofiles, need to update contributors
badlogic [Sat, 6 Jul 2013 22:00:03 +0000 (00:00 +0200)]
files, need to update contributors

11 years agofixed up build-template.xml, didn't copy x86 natives
badlogic [Sat, 6 Jul 2013 21:55:54 +0000 (23:55 +0200)]
fixed up build-template.xml, didn't copy x86 natives

11 years agofixed up fetch script and setup-ui config
badlogic [Sat, 6 Jul 2013 21:50:59 +0000 (23:50 +0200)]
fixed up fetch script and setup-ui config

11 years agoremoved dist stuff from build.xml, gles bindings are build into libgdx.so now
badlogic [Sat, 6 Jul 2013 21:41:41 +0000 (23:41 +0200)]
removed dist stuff from build.xml, gles bindings are build into libgdx.so now

11 years agomoved android gl20 into gdx core, unifying it with ios eventually and making it suppo...
badlogic [Sat, 6 Jul 2013 21:38:54 +0000 (23:38 +0200)]
moved android gl20 into gdx core, unifying it with ios eventually and making it support x86 more easily

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Sat, 6 Jul 2013 20:41:01 +0000 (22:41 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx

11 years agofixed audio extension Android build, we don't support x86
badlogic [Sat, 6 Jul 2013 20:40:52 +0000 (22:40 +0200)]
fixed audio extension Android build, we don't support x86

11 years agoMerge pull request #499 from jericbryledy/master
MobiDevelop [Sat, 6 Jul 2013 19:11:07 +0000 (12:11 -0700)]
Merge pull request #499 from jericbryledy/master

updates the pom.xml