OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
10 years agoUpdate tests
Xoppa [Mon, 19 Aug 2013 19:52:45 +0000 (21:52 +0200)]
Update tests

10 years agoSwig generated files
Xoppa [Mon, 19 Aug 2013 19:51:04 +0000 (21:51 +0200)]
Swig generated files

10 years agoBullet: various changes
Xoppa [Mon, 19 Aug 2013 19:45:22 +0000 (21:45 +0200)]
Bullet: various changes

10 years agoAnimationController javadocs
Xoppa [Sun, 18 Aug 2013 20:28:08 +0000 (22:28 +0200)]
AnimationController javadocs

10 years agoFix slow read/write on iOS Net streams
Justin Shapcott [Sun, 18 Aug 2013 13:27:10 +0000 (06:27 -0700)]
Fix slow read/write on iOS Net streams

Not sure why IOSNet has its own InputStream and OutputStream subclasses.
Should probably use the IOSStreamInput and IOSStreamOutput instead, but
this will do for now.

10 years agoMerge pull request #542 from xoppa/3dapi
Xoppa [Sat, 17 Aug 2013 20:20:15 +0000 (13:20 -0700)]
Merge pull request #542 from xoppa/3dapi

3dapi: small changes

10 years agoAdd some javadocs and some small changes
Xoppa [Sat, 17 Aug 2013 20:15:41 +0000 (22:15 +0200)]
Add some javadocs and some small changes

10 years agoOptimized intersectLinePolygon. Added intersectSegmentPolygon.
NathanSweet [Sat, 17 Aug 2013 16:02:35 +0000 (18:02 +0200)]
Optimized intersectLinePolygon. Added intersectSegmentPolygon.

10 years agoMerge branch 'master' of https://github.com/libgdx/libgdx into 3dapi
Xoppa [Fri, 16 Aug 2013 15:37:24 +0000 (17:37 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx into 3dapi

10 years agoMerge branch 'origin/master'
NathanSweet [Fri, 16 Aug 2013 10:00:11 +0000 (12:00 +0200)]
Merge branch 'origin/master'

10 years agoAdded premultiplyAlpha.
NathanSweet [Fri, 16 Aug 2013 10:00:03 +0000 (12:00 +0200)]
Added premultiplyAlpha.

10 years agoFixed disabled.
NathanSweet [Fri, 16 Aug 2013 09:59:54 +0000 (11:59 +0200)]
Fixed disabled.

10 years agoRemove rogue import
Justin Shapcott [Thu, 15 Aug 2013 19:32:11 +0000 (12:32 -0700)]
Remove rogue import

10 years agoChange MusicLoader and SoundLoader to async
Justin Shapcott [Thu, 15 Aug 2013 19:29:38 +0000 (12:29 -0700)]
Change MusicLoader and SoundLoader to async

10 years agoMerge branch 'origin/master'
NathanSweet [Thu, 15 Aug 2013 16:39:06 +0000 (18:39 +0200)]
Merge branch 'origin/master'

10 years agosetDisabled for Slider.
NathanSweet [Thu, 15 Aug 2013 16:38:45 +0000 (18:38 +0200)]
setDisabled for Slider.

10 years agoFix SkinLoader dependency logic
Justin Shapcott [Wed, 14 Aug 2013 14:11:36 +0000 (07:11 -0700)]
Fix SkinLoader dependency logic

Fixes Issue 1625.

10 years agoAdd DepthTestAttribute to GWT module def
Justin Shapcott [Wed, 14 Aug 2013 14:10:55 +0000 (07:10 -0700)]
Add DepthTestAttribute to GWT module def

10 years agoMaps get a clear(int), more efficient than clear then shrink.
NathanSweet [Wed, 14 Aug 2013 14:13:37 +0000 (16:13 +0200)]
Maps get a clear(int), more efficient than clear then shrink.

I love having so many maps. Could use a few moar.

10 years agoExpose textEquals.
NathanSweet [Wed, 14 Aug 2013 13:33:03 +0000 (15:33 +0200)]
Expose textEquals.

10 years agoUpdated randomBoolean with chance.
NathanSweet [Wed, 14 Aug 2013 12:44:44 +0000 (14:44 +0200)]
Updated randomBoolean with chance.

10 years agoMerge pull request #537 from xXMarkuski/mathUtils
Nathan Sweet [Wed, 14 Aug 2013 12:42:51 +0000 (05:42 -0700)]
Merge pull request #537 from xXMarkuski/mathUtils

Added a random boolean with chance

10 years agoAdded a random boolean with chance
Markuski [Wed, 14 Aug 2013 12:34:32 +0000 (14:34 +0200)]
Added a random boolean with chance

10 years agoMerge branch 'origin/master'
NathanSweet [Tue, 13 Aug 2013 22:37:10 +0000 (00:37 +0200)]
Merge branch 'origin/master'

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 agoFix depth test
Xoppa [Sun, 11 Aug 2013 23:49:37 +0000 (01:49 +0200)]
Fix depth test

10 years agoMerge pull request #535 from xoppa/3dapi
Xoppa [Sat, 10 Aug 2013 17:17:55 +0000 (10:17 -0700)]
Merge pull request #535 from xoppa/3dapi

Fix gles10 ambient

10 years agoFix gles10 ambient
Xoppa [Sat, 10 Aug 2013 17:15:41 +0000 (19:15 +0200)]
Fix gles10 ambient

10 years agoMerge pull request #533 from xoppa/3dapi
Mario Zechner [Sat, 10 Aug 2013 00:26:43 +0000 (17:26 -0700)]
Merge pull request #533 from xoppa/3dapi

3dapi: various changes to baseshader

10 years agoDon't resolve more than we need to.
Justin Shapcott [Fri, 9 Aug 2013 19:50:14 +0000 (12:50 -0700)]
Don't resolve more than we need to.

10 years agoMerge pull request #534 from manuelbua/custom-simult-audio-sources
MobiDevelop [Fri, 9 Aug 2013 19:43:24 +0000 (12:43 -0700)]
Merge pull request #534 from manuelbua/custom-simult-audio-sources

Add user-configurable number of simultaneously playing audio sources

10 years agoVarious fixes for GWT reflection
Justin Shapcott [Fri, 9 Aug 2013 19:16:28 +0000 (12:16 -0700)]
Various fixes for GWT reflection

10 years agoRemove comment about Skin emulation
Justin Shapcott [Fri, 9 Aug 2013 18:52:07 +0000 (11:52 -0700)]
Remove comment about Skin emulation

10 years agoMake consoleLog public for easy use
Justin Shapcott [Fri, 9 Aug 2013 18:49:18 +0000 (11:49 -0700)]
Make consoleLog public for easy use

10 years agoRemove Skin emulation for GWT
Justin Shapcott [Fri, 9 Aug 2013 18:46:15 +0000 (11:46 -0700)]
Remove Skin emulation for GWT

10 years agoUse GwtTestWrapper for GWT tests
Justin Shapcott [Fri, 9 Aug 2013 15:18:53 +0000 (08:18 -0700)]
Use GwtTestWrapper for GWT tests

10 years agoAdd user-configurable number of simultaneously playing audio sources
Manuel Bua [Fri, 9 Aug 2013 09:24:15 +0000 (11:24 +0200)]
Add user-configurable number of simultaneously playing audio sources

10 years agoUpdate ShaderTest
Xoppa [Thu, 8 Aug 2013 22:05:39 +0000 (00:05 +0200)]
Update ShaderTest

10 years agoAllow renderable to be null
Xoppa [Thu, 8 Aug 2013 22:04:42 +0000 (00:04 +0200)]
Allow renderable to be null

10 years agoVarious shader changes
Xoppa [Thu, 8 Aug 2013 21:33:59 +0000 (23:33 +0200)]
Various shader changes

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