OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
10 years agoAllow null outputDir string.
NathanSweet [Tue, 13 Aug 2013 22:35:13 +0000 (00:35 +0200)]
Allow null outputDir string.

10 years agoDon't need these methods.
NathanSweet [Tue, 13 Aug 2013 22:35:00 +0000 (00:35 +0200)]
Don't need these methods.

10 years agoMaps get a shrink method.
NathanSweet [Tue, 13 Aug 2013 22:34:52 +0000 (00:34 +0200)]
Maps get a shrink method.

Rejoice.

10 years agoMerge branch 'origin/master'
NathanSweet [Thu, 8 Aug 2013 20:57:34 +0000 (22:57 +0200)]
Merge branch 'origin/master'

10 years agoDon't synch for update(millis).
NathanSweet [Thu, 8 Aug 2013 20:57:21 +0000 (22:57 +0200)]
Don't synch for update(millis).

10 years agoBetter focus restoration.
NathanSweet [Thu, 8 Aug 2013 20:56:56 +0000 (22:56 +0200)]
Better focus restoration.

10 years agoMissing background in copy ctor.
NathanSweet [Thu, 8 Aug 2013 20:56:41 +0000 (22:56 +0200)]
Missing background in copy ctor.

10 years agoFixed casting errors when not using type object array with Array.
NathanSweet [Thu, 8 Aug 2013 20:56:21 +0000 (22:56 +0200)]
Fixed casting errors when not using type object array with Array.

10 years agoMerge pull request #532 from xoppa/master
MobiDevelop [Thu, 8 Aug 2013 19:44:26 +0000 (12:44 -0700)]
Merge pull request #532 from xoppa/master

Matrix4 add set with translate, rotate and scale

10 years agopre multiply
Xoppa [Thu, 8 Aug 2013 19:29:26 +0000 (21:29 +0200)]
pre multiply

10 years agoFix matrix4, I accidentally used the wrong test code
Xoppa [Thu, 8 Aug 2013 18:58:07 +0000 (20:58 +0200)]
Fix matrix4, I accidentally used the wrong test code

10 years agoMeshBuilder add setUVRange
Xoppa [Thu, 8 Aug 2013 18:36:20 +0000 (20:36 +0200)]
MeshBuilder add setUVRange

10 years agoMatrix4 add set with translate, rotate and scale
Xoppa [Thu, 8 Aug 2013 17:36:38 +0000 (19:36 +0200)]
Matrix4 add set with translate, rotate and scale

10 years agoFix GWT for Firefox
Justin Shapcott [Thu, 8 Aug 2013 16:05:44 +0000 (09:05 -0700)]
Fix GWT for Firefox

SoundManager2 was never being initialized in Firefox. Added back in call
to beginDelayedInit().

10 years agoMerge pull request #531 from xiaochuanyu/master
MobiDevelop [Thu, 8 Aug 2013 13:56:49 +0000 (06:56 -0700)]
Merge pull request #531 from xiaochuanyu/master

Update Net#sendRequest (full)

10 years agoUpdated GwtNet, NetAPITest and documentation. Cleaned up some comments too.
Xiao Chuan Yu [Wed, 7 Aug 2013 04:36:59 +0000 (00:36 -0400)]
Updated GwtNet, NetAPITest and documentation. Cleaned up some comments too.

10 years agoMerge remote-tracking branch 'other/master'
Xiao Chuan Yu [Wed, 7 Aug 2013 01:00:37 +0000 (21:00 -0400)]
Merge remote-tracking branch 'other/master'

10 years agoAdd getScale to Matrix4 emulation for GWT
Justin Shapcott [Tue, 6 Aug 2013 13:58:50 +0000 (06:58 -0700)]
Add getScale to Matrix4 emulation for GWT

10 years agoAdd FirstPersonCameraController to GWT module def
Justin Shapcott [Tue, 6 Aug 2013 13:52:20 +0000 (06:52 -0700)]
Add FirstPersonCameraController to GWT module def

10 years agoReplace duplicatePadding with bleed
Justin Shapcott [Tue, 6 Aug 2013 13:48:07 +0000 (06:48 -0700)]
Replace duplicatePadding with bleed

Assuming that bleed is a direct replacement for duplicatePadding. If not,
let me know what the proper replacement is.

10 years agoFixed sort I broke. Oops.
NathanSweet [Mon, 5 Aug 2013 12:14:29 +0000 (14:14 +0200)]
Fixed sort I broke. Oops.

10 years agoConvenience method.
NathanSweet [Mon, 5 Aug 2013 12:14:19 +0000 (14:14 +0200)]
Convenience method.

10 years agoMerge branch 'origin/master'
NathanSweet [Mon, 5 Aug 2013 10:00:09 +0000 (12:00 +0200)]
Merge branch 'origin/master'

10 years agoNever use Array#sort() from a non-GL thread.
NathanSweet [Mon, 5 Aug 2013 09:59:41 +0000 (11:59 +0200)]
Never use Array#sort() from a non-GL thread.

10 years agoMerge pull request #530 from xoppa/master
Xoppa [Sun, 4 Aug 2013 19:45:29 +0000 (12:45 -0700)]
Merge pull request #530 from xoppa/master

Dont use iterator, meshpart.equals and untransformed node bounds

10 years agoDont use iterator, meshpart.equals and untransformed node bounds
Xoppa [Sun, 4 Aug 2013 19:43:03 +0000 (21:43 +0200)]
Dont use iterator, meshpart.equals and untransformed node bounds

10 years agoMerge branch 'origin/master'
NathanSweet [Sun, 4 Aug 2013 19:20:10 +0000 (21:20 +0200)]
Merge branch 'origin/master'

10 years agoImproved native library extraction and loading.
NathanSweet [Sun, 4 Aug 2013 19:19:58 +0000 (21:19 +0200)]
Improved native library extraction and loading.

I've found a small percentage of users can't write to the temp directory. Eg:
https://code.google.com/p/libgdx/issues/detail?id=1504
These changes improve the chances of being able to extract and load a library. For load(), multiple locations are tried to extract and load the library. For extractFile(), multiple locations are tried to extract the file.

10 years agoAvoid flush if blending doesn't need to be changed.
NathanSweet [Sun, 4 Aug 2013 17:01:26 +0000 (19:01 +0200)]
Avoid flush if blending doesn't need to be changed.

10 years agoMerge pull request #529 from xoppa/master
Xoppa [Sun, 4 Aug 2013 17:04:44 +0000 (10:04 -0700)]
Merge pull request #529 from xoppa/master

Model/Mesh builder small changes

10 years agoMerge pull request #528 from sinistersnare/master
Nathan Sweet [Sun, 4 Aug 2013 09:17:13 +0000 (02:17 -0700)]
Merge pull request #528 from sinistersnare/master

Fixed a very important typo.

10 years agoFixed my typo trying to fix a typo
Davis Silverman [Sun, 4 Aug 2013 09:10:57 +0000 (05:10 -0400)]
Fixed my typo trying to fix a typo

I am not a smart man.

10 years agoFixed a very important typo.
Davis Silverman [Sun, 4 Aug 2013 09:09:08 +0000 (05:09 -0400)]
Fixed a very important typo.

Somebody Ctrl-C'd + Ctrl-V'd.

time for a `git blame` :D

10 years agoMerge pull request #525 from JonECG/rectangle
MobiDevelop [Sun, 4 Aug 2013 01:31:05 +0000 (18:31 -0700)]
Merge pull request #525 from JonECG/rectangle

Added Rectangle functionality

10 years agoModel/Mesh builder small changes
Xoppa [Sun, 4 Aug 2013 00:09:32 +0000 (02:09 +0200)]
Model/Mesh builder small changes

10 years agoMerge pull request #527 from g-pechorin/patch-1
Nathan Sweet [Sat, 3 Aug 2013 14:23:55 +0000 (07:23 -0700)]
Merge pull request #527 from g-pechorin/patch-1

returns the matrix4 from lerp() to allow chaining

10 years agoreturns the matrix4 from lerp() to allow chaining
Peter LaValle [Sat, 3 Aug 2013 14:08:38 +0000 (15:08 +0100)]
returns the matrix4 from lerp() to allow chaining

10 years agoAssetLoader changes.
NathanSweet [Fri, 2 Aug 2013 22:38:54 +0000 (00:38 +0200)]
AssetLoader changes.

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 agoForgot to change centerTo->setCenter and more chains
Jonathan Pearl [Thu, 1 Aug 2013 22:37:38 +0000 (16:37 -0600)]
Forgot to change centerTo->setCenter and more chains

10 years agocalculate -> get and returns
Jonathan Pearl [Thu, 1 Aug 2013 22:11:28 +0000 (16:11 -0600)]
calculate -> get and returns

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 agoAdded Rectangle functionality
Jonathan Pearl [Thu, 1 Aug 2013 16:34:00 +0000 (10:34 -0600)]
Added Rectangle functionality

Added the ability to calculate the aspect ratio and center position, as
well as centering to a point, and fitting inside/outside another
rectangle

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.

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

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

11 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'

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

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

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

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

11 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 agoUpdate IOSNet.java
CwaniAK [Thu, 18 Jul 2013 15:44:50 +0000 (17:44 +0200)]
Update IOSNet.java