OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
10 years agoMerge branch 'origin/master'
NathanSweet [Fri, 2 Aug 2013 22:21:29 +0000 (00:21 +0200)]
Merge branch 'origin/master'

10 years agoAdded bleed setting to fix linear filtering with non-premultiplied alpha. Removed...
NathanSweet [Fri, 2 Aug 2013 22:21:17 +0000 (00:21 +0200)]
Added bleed setting to fix linear filtering with non-premultiplied alpha. Removed duplicate padding setting.

10 years agoSync GWT emulation with changes in f3b2d34
Justin Shapcott [Fri, 2 Aug 2013 20:09:27 +0000 (13:09 -0700)]
Sync GWT emulation with changes in f3b2d34

10 years agoAssetLoader changed to receive the resolved FileHandle along with the file name.
NathanSweet [Fri, 2 Aug 2013 16:20:19 +0000 (18:20 +0200)]
AssetLoader changed to receive the resolved FileHandle along with the file name.

See comments in #517.

10 years agoDon't allow null selected nodes.
NathanSweet [Fri, 2 Aug 2013 10:42:46 +0000 (12:42 +0200)]
Don't allow null selected nodes.

10 years agoAdd exclusion for voxel example
Justin Shapcott [Thu, 1 Aug 2013 20:42:18 +0000 (13:42 -0700)]
Add exclusion for voxel example

10 years agoThrow exception when no valid assetpath is defined
Justin Shapcott [Thu, 1 Aug 2013 20:39:22 +0000 (13:39 -0700)]
Throw exception when no valid assetpath is defined

Fixes Issue 1579.

10 years agoChange IntSetIterator to public
Justin Shapcott [Thu, 1 Aug 2013 18:41:24 +0000 (11:41 -0700)]
Change IntSetIterator to public

Fixes Issue 1592.

10 years agoMerge pull request #513 from fogone/master
Mario Zechner [Thu, 1 Aug 2013 16:17:37 +0000 (09:17 -0700)]
Merge pull request #513 from fogone/master

Kotlin compatibility fix

10 years agoMerge pull request #518 from nikitatikh/proxy-fix
Mario Zechner [Thu, 1 Aug 2013 16:16:47 +0000 (09:16 -0700)]
Merge pull request #518 from nikitatikh/proxy-fix

Updated maven-download-plugin version to 1.1.0

10 years agoMerge pull request #519 from ntherning/master
Mario Zechner [Thu, 1 Aug 2013 08:45:08 +0000 (01:45 -0700)]
Merge pull request #519 from ntherning/master

Changed robovm.xml files for RoboVM sample games to turn off pngcrush

10 years agoMerge pull request #524 from Herjanz/patch-2
MobiDevelop [Thu, 1 Aug 2013 04:38:11 +0000 (21:38 -0700)]
Merge pull request #524 from Herjanz/patch-2

Update TextField.java can't copy passwords ANYMORE

10 years agoMerge pull request #523 from JonECG/master
MobiDevelop [Thu, 1 Aug 2013 04:37:35 +0000 (21:37 -0700)]
Merge pull request #523 from JonECG/master

Fixing the fetch and gitignore

10 years agoUpdate TextField.java can't copy passwords ANYMORE
Herjanz [Wed, 31 Jul 2013 20:03:36 +0000 (22:03 +0200)]
Update TextField.java can't copy passwords ANYMORE

Was able to copy passwords ;)
Now, can't copy passwords anymore...

10 years agoRevert "Added functionality to rectangle"
Jonathan Pearl [Wed, 31 Jul 2013 18:25:04 +0000 (12:25 -0600)]
Revert "Added functionality to rectangle"

This reverts commit e83eb23f543040bafd7e78b700913672c2cf04fe.

10 years agoFix Issue 1602
Justin Shapcott [Wed, 31 Jul 2013 15:11:50 +0000 (08:11 -0700)]
Fix Issue 1602

10 years agoChange default constructor to public
Justin Shapcott [Tue, 30 Jul 2013 19:18:04 +0000 (12:18 -0700)]
Change default constructor to public

The GWT reflection requires a public default constructor.

10 years agoAdded functionality to rectangle
Jonathan Pearl [Wed, 31 Jul 2013 02:49:19 +0000 (20:49 -0600)]
Added functionality to rectangle

Calculating aspect ratio, calculating center point, centering the
rectangle to a point, fitting a rectangle in/outside another rectangle
while maintaining aspect ratio.

10 years agoAdded x86 directories to .gitignore
Jonathan Pearl [Wed, 31 Jul 2013 02:03:52 +0000 (20:03 -0600)]
Added x86 directories to .gitignore

10 years agoFixed fetch typo x96 to x86
Jonathan Pearl [Wed, 31 Jul 2013 01:49:30 +0000 (19:49 -0600)]
Fixed fetch typo x96 to x86

extensions/gdx-remote/libs/x86

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 agoChanged robovm.xml files for sample games to use the new more powerful <resource...
Niklas Therning [Mon, 29 Jul 2013 19:30:25 +0000 (21:30 +0200)]
Changed robovm.xml files for sample games to use the new more powerful <resource> introduced in RoboVM 0.0.4 in order to turn off pngcrush being run on PNG files.

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 agoUpdated maven-download-plugin version to 1.1.0
Nikita Tikhomirov [Fri, 26 Jul 2013 14:03:25 +0000 (17:03 +0300)]
Updated maven-download-plugin version to 1.1.0

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

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

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

10 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.

10 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.

10 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.

10 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.

10 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.

10 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

10 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.

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

10 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

10 years agoKotlin compatibility fix
fogone [Thu, 18 Jul 2013 10:34:51 +0000 (14:34 +0400)]
Kotlin compatibility fix

10 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.

10 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

10 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

10 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

10 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

10 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.

10 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

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

10 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

10 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

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

10 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

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

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

10 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

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

10 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

10 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.

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

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

10 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.

10 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

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

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

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

10 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

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

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

10 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

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

10 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.

10 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

10 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

10 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

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

10 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

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

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

10 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

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

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