OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
10 years agoAdded ParticleLoader.
hneuer [Sat, 24 Aug 2013 11:33:48 +0000 (13:33 +0200)]
Added ParticleLoader.

10 years agoSeparate spacing for left and right of node icon.
NathanSweet [Sat, 24 Aug 2013 00:37:23 +0000 (02:37 +0200)]
Separate spacing for left and right of node icon.

10 years agoMerge branch 'origin/master'
NathanSweet [Fri, 23 Aug 2013 23:36:15 +0000 (01:36 +0200)]
Merge branch 'origin/master'

10 years agoFixed whitespace stripping for aliased images.
NathanSweet [Fri, 23 Aug 2013 23:36:05 +0000 (01:36 +0200)]
Fixed whitespace stripping for aliased images.

10 years agoMerge pull request #548 from sinistersnare/master
MobiDevelop [Fri, 23 Aug 2013 20:30:54 +0000 (13:30 -0700)]
Merge pull request #548 from sinistersnare/master

Fixed issues.txt, deleted unused file

10 years agoFixed issues.txt, deleted unused file
Davis Silverman [Fri, 23 Aug 2013 20:25:10 +0000 (16:25 -0400)]
Fixed issues.txt, deleted unused file

10 years ago[ShaderProgram] : Removed useless statements in #getUniformXXX(String)
Mickaël PC Portable [Fri, 23 Aug 2013 12:45:39 +0000 (14:45 +0200)]
[ShaderProgram] : Removed useless statements in #getUniformXXX(String)

10 years ago[ShaderProgram] : Removed useless statements in #getAttributeXXX(String)
Mickaël PC Portable [Fri, 23 Aug 2013 12:42:37 +0000 (14:42 +0200)]
[ShaderProgram] : Removed useless statements in #getAttributeXXX(String)

10 years agoAdd back in duplicatePadding option.
Justin Shapcott [Thu, 22 Aug 2013 22:54:31 +0000 (15:54 -0700)]
Add back in duplicatePadding option.

10 years agoUse proper config and set forceExit false
Justin Shapcott [Wed, 21 Aug 2013 22:26:26 +0000 (15:26 -0700)]
Use proper config and set forceExit false

The forceExit configuration option causes the app to close with a failure
status code (-1).

10 years agoRemote more test code
Xoppa [Thu, 22 Aug 2013 21:13:10 +0000 (23:13 +0200)]
Remote more test code

10 years agoMerge pull request #546 from inspirat/master
MobiDevelop [Thu, 22 Aug 2013 17:38:13 +0000 (10:38 -0700)]
Merge pull request #546 from inspirat/master

Fixed wrong statement in IndexBufferObjectSubData

10 years agoFixed wrong statement in IndexBufferObjectSubData
Mickaël PC Portable [Thu, 22 Aug 2013 17:31:14 +0000 (19:31 +0200)]
Fixed wrong statement in IndexBufferObjectSubData

10 years agoMerge pull request #545 from guoguo12/patch-1
MobiDevelop [Tue, 20 Aug 2013 23:33:33 +0000 (16:33 -0700)]
Merge pull request #545 from guoguo12/patch-1

Add further precondition checks

10 years agoAdd further precondition checks
Allen Guo [Tue, 20 Aug 2013 23:26:11 +0000 (19:26 -0400)]
Add further precondition checks

This makes pop() and peek() consistent with first().

10 years agoMerge pull request #541 from envy3d/master
MobiDevelop [Tue, 20 Aug 2013 13:27:22 +0000 (06:27 -0700)]
Merge pull request #541 from envy3d/master

Fix for the next(int) function in AtomicQueue.

10 years agoRemove test code
Xoppa [Mon, 19 Aug 2013 20:43:26 +0000 (22:43 +0200)]
Remove test code

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 agoFix wrapped bounds calculation
Justin Shapcott [Mon, 19 Aug 2013 19:33:18 +0000 (12:33 -0700)]
Fix wrapped bounds calculation

10 years agoMerge branch 'origin/master'
NathanSweet [Mon, 19 Aug 2013 15:07:24 +0000 (17:07 +0200)]
Merge branch 'origin/master'

10 years agoupdateChildren method for Tree.
NathanSweet [Mon, 19 Aug 2013 13:09:26 +0000 (15:09 +0200)]
updateChildren method for Tree.

10 years agoMerge pull request #543 from xoppa/3dapi
Xoppa [Sun, 18 Aug 2013 20:29:10 +0000 (13:29 -0700)]
Merge pull request #543 from xoppa/3dapi

AnimationController javadocs

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 agoFix for the next(int) function in AtomicQueue.
Nick Cooper [Fri, 16 Aug 2013 06:47:12 +0000 (23:47 -0700)]
Fix for the next(int) function in AtomicQueue.

The calculation now uses remainder instead of bitwise AND.

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'