OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
11 years agoMerge pull request #282 from seroperson/master
Nathan Sweet [Sun, 10 Mar 2013 10:38:47 +0000 (03:38 -0700)]
Merge pull request #282 from seroperson/master

StackOverflowError in ScrollPane#setWidget & small changes

11 years agofixed dependencies of android projects
badlogic [Sat, 9 Mar 2013 22:54:48 +0000 (23:54 +0100)]
fixed dependencies of android projects

11 years agoUpdate ScrollPane.java
seroperson [Sat, 9 Mar 2013 17:56:41 +0000 (19:56 +0200)]
Update ScrollPane.java

11 years agomore fixes
Mario Zechner [Sat, 9 Mar 2013 13:04:09 +0000 (14:04 +0100)]
more fixes

11 years agofixed build, jglfw backend is now included, fetches latest jglfw.jar and jglfw-native...
Mario Zechner [Sat, 9 Mar 2013 12:40:29 +0000 (13:40 +0100)]
fixed build, jglfw backend is now included, fetches latest jglfw.jar and jglfw-natives.jar from the build server

11 years agofetch.xml needed mkdirs, ignore GLFW backend libs.
NathanSweet [Fri, 8 Mar 2013 18:24:38 +0000 (19:24 +0100)]
fetch.xml needed mkdirs, ignore GLFW backend libs.

11 years agoJARs should have never been committed.
NathanSweet [Fri, 8 Mar 2013 18:20:50 +0000 (19:20 +0100)]
JARs should have never been committed.

11 years agoFixes for stupid Mac.
NathanSweet [Fri, 8 Mar 2013 18:20:18 +0000 (19:20 +0100)]
Fixes for stupid Mac.

11 years agoJavadocs.
NathanSweet [Fri, 8 Mar 2013 16:11:48 +0000 (17:11 +0100)]
Javadocs.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Fri, 8 Mar 2013 15:49:47 +0000 (16:49 +0100)]
Merge remote-tracking branch 'origin/master'

11 years agoGLFW backend input refactoring, now works with AWT + OSX.
NathanSweet [Fri, 8 Mar 2013 15:49:23 +0000 (16:49 +0100)]
GLFW backend input refactoring, now works with AWT + OSX.

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
Justin Shapcott [Fri, 8 Mar 2013 05:25:24 +0000 (22:25 -0700)]
Merge branch 'master' of https://github.com/libgdx/libgdx

11 years agoFix Issue 1308.
Justin Shapcott [Fri, 8 Mar 2013 05:23:14 +0000 (22:23 -0700)]
Fix Issue 1308.

11 years agoClean up.
NathanSweet [Wed, 6 Mar 2013 13:15:46 +0000 (14:15 +0100)]
Clean up.

11 years agoAdded undecorated (Windows only).
NathanSweet [Wed, 6 Mar 2013 00:51:44 +0000 (01:51 +0100)]
Added undecorated (Windows only).

11 years agoFixed input.
NathanSweet [Tue, 5 Mar 2013 23:49:34 +0000 (00:49 +0100)]
Fixed input.

11 years agoFixing things up
NathanSweet [Tue, 5 Mar 2013 23:28:05 +0000 (00:28 +0100)]
Fixing things up

11 years agoLots of improvements.
NathanSweet [Tue, 5 Mar 2013 23:22:24 +0000 (00:22 +0100)]
Lots of improvements.

11 years agoMade desktop controllers not depends on a desktop backend.
NathanSweet [Tue, 5 Mar 2013 22:15:09 +0000 (23:15 +0100)]
Made desktop controllers not depends on a desktop backend.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Tue, 5 Mar 2013 21:59:10 +0000 (22:59 +0100)]
Merge remote-tracking branch 'origin/master'

Conflicts:
backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/JglfwApplication.java
backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/JglfwGraphics.java

11 years agoFullscreen fixed.
NathanSweet [Tue, 5 Mar 2013 21:37:42 +0000 (22:37 +0100)]
Fullscreen fixed.

11 years agoadded FIXME's to jglfw backend, fixed FullscreenTest, glfw fullscreen switch doesn...
Mario Zechner [Tue, 5 Mar 2013 19:55:44 +0000 (20:55 +0100)]
added FIXME's to jglfw backend, fixed FullscreenTest, glfw fullscreen switch doesn't work

11 years agoFixed noncontinuous rendering.
NathanSweet [Tue, 5 Mar 2013 18:56:01 +0000 (19:56 +0100)]
Fixed noncontinuous rendering.

11 years agoFixed fullscreen.
NathanSweet [Tue, 5 Mar 2013 18:39:44 +0000 (19:39 +0100)]
Fixed fullscreen.

11 years agoGLFW backend works! Yay!
NathanSweet [Tue, 5 Mar 2013 18:28:55 +0000 (19:28 +0100)]
GLFW backend works! Yay!

11 years agoMerge pull request #278 from mikijov/master
Nathan Sweet [Tue, 5 Mar 2013 17:38:12 +0000 (09:38 -0800)]
Merge pull request #278 from mikijov/master

Small corrections to MathUtil random javadoc.

11 years agoSmall corrections to MathUtil random javadoc.
Milutin Jovanović [Tue, 5 Mar 2013 16:56:35 +0000 (11:56 -0500)]
Small corrections to MathUtil random javadoc.

11 years agofixed a few things in jglfw backend. don't specify a monitor or it goes into fullscre...
badlogic [Tue, 5 Mar 2013 16:47:10 +0000 (17:47 +0100)]
fixed a few things in jglfw backend. don't specify a monitor or it goes into fullscreen! (need to figure out what we want to do, best solution would be to have getters on JglfwApplicationConfiguration like we have for Lwjgl to determine screen modes and monitors)

11 years ago[added] jglfw tests
badlogic [Tue, 5 Mar 2013 15:28:21 +0000 (16:28 +0100)]
[added] jglfw tests
[fixed] app config has sensible window size defaults and non-null title

11 years agoFixed GLU stuff and warnings.
NathanSweet [Tue, 5 Mar 2013 14:29:58 +0000 (15:29 +0100)]
Fixed GLU stuff and warnings.

11 years agoRemoved GLU, only complicates backends and libgdx matrix stuff has the same functiona...
NathanSweet [Tue, 5 Mar 2013 14:24:55 +0000 (15:24 +0100)]
Removed GLU, only complicates backends and libgdx matrix stuff has the same functionality.

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Tue, 5 Mar 2013 13:53:48 +0000 (14:53 +0100)]
Merge branch 'master' of https://github.com/libgdx/libgdx

11 years agofixed gl20
badlogic [Tue, 5 Mar 2013 13:53:16 +0000 (14:53 +0100)]
fixed gl20

11 years agoRemoved GLU, only complicates backends and libgdx matrix stuff has the same functiona...
NathanSweet [Tue, 5 Mar 2013 13:52:04 +0000 (14:52 +0100)]
Removed GLU, only complicates backends and libgdx matrix stuff has the same functionality.

11 years agofixed
NathanSweet [Tue, 5 Mar 2013 13:06:24 +0000 (14:06 +0100)]
fixed

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Tue, 5 Mar 2013 12:59:31 +0000 (13:59 +0100)]
Merge branch 'master' of https://github.com/libgdx/libgdx

11 years ago[added] toArray to JglfwUtil.java
badlogic [Tue, 5 Mar 2013 12:58:59 +0000 (13:58 +0100)]
[added] toArray to JglfwUtil.java

11 years agoGL20
NathanSweet [Tue, 5 Mar 2013 12:55:37 +0000 (13:55 +0100)]
GL20

11 years agomeow
NathanSweet [Tue, 5 Mar 2013 12:46:24 +0000 (13:46 +0100)]
meow

11 years agofixed up
NathanSweet [Tue, 5 Mar 2013 12:37:59 +0000 (13:37 +0100)]
fixed up

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Tue, 5 Mar 2013 12:37:51 +0000 (13:37 +0100)]
Merge remote-tracking branch 'origin/master'

Conflicts:
backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/JglfwGL10.java

11 years agofixed up
NathanSweet [Tue, 5 Mar 2013 12:36:40 +0000 (13:36 +0100)]
fixed up

11 years agofixed JglfwGL10.java
badlogic [Tue, 5 Mar 2013 12:35:44 +0000 (13:35 +0100)]
fixed JglfwGL10.java

11 years agoFixed up GL10.
NathanSweet [Tue, 5 Mar 2013 12:15:10 +0000 (13:15 +0100)]
Fixed up GL10.

11 years agoGL11
NathanSweet [Tue, 5 Mar 2013 11:36:01 +0000 (12:36 +0100)]
GL11

11 years agoGL10
NathanSweet [Tue, 5 Mar 2013 11:33:19 +0000 (12:33 +0100)]
GL10

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Tue, 5 Mar 2013 01:33:57 +0000 (02:33 +0100)]
Merge remote-tracking branch 'origin/master'

11 years agoGLFW backend. WIP: partial input, no GL, no audio.
NathanSweet [Tue, 5 Mar 2013 01:32:44 +0000 (02:32 +0100)]
GLFW backend. WIP: partial input, no GL, no audio.

11 years agofixed c method lookup, hopefully once and for all
Mario Zechner [Mon, 4 Mar 2013 20:14:53 +0000 (21:14 +0100)]
fixed c method lookup, hopefully once and for all

11 years agoFormat source.
NathanSweet [Mon, 4 Mar 2013 19:14:54 +0000 (20:14 +0100)]
Format source.

11 years agoDon't load audio natives if disabled.
NathanSweet [Mon, 4 Mar 2013 19:14:35 +0000 (20:14 +0100)]
Don't load audio natives if disabled.

11 years agobetter way to find cMethod.
badlogic [Mon, 4 Mar 2013 17:57:13 +0000 (18:57 +0100)]
better way to find cMethod.

11 years ago[fixed] once a cmethod is found, it's removed frmo the list of methods in jnigen...
badlogic [Mon, 4 Mar 2013 17:47:43 +0000 (18:47 +0100)]
[fixed] once a cmethod is found, it's removed frmo the list of methods in jnigen NativeCodeGenerator. That could be a bad idea

11 years agoMerge pull request #270 from xoppa/misc
Mario Zechner [Mon, 4 Mar 2013 14:07:47 +0000 (06:07 -0800)]
Merge pull request #270 from xoppa/misc

AssetManager: separate addAsset

11 years agoUpdate Gwt AssetManager
Xoppa [Mon, 4 Mar 2013 13:52:37 +0000 (14:52 +0100)]
Update Gwt AssetManager

11 years agoMerge pull request #267 from Ranzdo/master
Mario Zechner [Mon, 4 Mar 2013 01:15:37 +0000 (17:15 -0800)]
Merge pull request #267 from Ranzdo/master

Better foreign support for softKeyboard for Android backend

11 years agoMerge pull request #269 from xoppa/audio
Mario Zechner [Mon, 4 Mar 2013 01:13:55 +0000 (17:13 -0800)]
Merge pull request #269 from xoppa/audio

Update libmpg123

11 years agoMerge pull request #273 from manuelbua/patch-1
Mario Zechner [Mon, 4 Mar 2013 01:10:29 +0000 (17:10 -0800)]
Merge pull request #273 from manuelbua/patch-1

Update CONTRIBUTORS

11 years agoMerge pull request #272 from xoppa/math
Mario Zechner [Mon, 4 Mar 2013 01:10:12 +0000 (17:10 -0800)]
Merge pull request #272 from xoppa/math

Quaternion: small bugfix in #setFromCross

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Sun, 3 Mar 2013 22:37:11 +0000 (23:37 +0100)]
Merge remote-tracking branch 'origin/master'

11 years agoExport LWJGL natives.
NathanSweet [Sun, 3 Mar 2013 22:37:00 +0000 (23:37 +0100)]
Export LWJGL natives.

11 years agoDon't set icons for canvas.
NathanSweet [Sun, 3 Mar 2013 22:36:43 +0000 (23:36 +0100)]
Don't set icons for canvas.

11 years agoAllow exception() method to decide if it is thrown.
NathanSweet [Sun, 3 Mar 2013 22:35:40 +0000 (23:35 +0100)]
Allow exception() method to decide if it is thrown.

11 years agoBetter exceptions in main loop.
NathanSweet [Sun, 3 Mar 2013 22:34:14 +0000 (23:34 +0100)]
Better exceptions in main loop.

11 years agoAdded DataInput.
NathanSweet [Sun, 3 Mar 2013 22:33:20 +0000 (23:33 +0100)]
Added DataInput.

11 years agoBetter exception if natives aren't on classpath.
NathanSweet [Sun, 3 Mar 2013 22:33:13 +0000 (23:33 +0100)]
Better exception if natives aren't on classpath.

11 years agoArray classes, disallow first() when size==0.
NathanSweet [Sun, 3 Mar 2013 22:32:40 +0000 (23:32 +0100)]
Array classes, disallow first() when size==0.

11 years agoUpdate CONTRIBUTORS
Manuel Bua [Sun, 3 Mar 2013 22:08:17 +0000 (23:08 +0100)]
Update CONTRIBUTORS

Added me (Manuel Bua) to contributors

11 years agoRemove usage of the Vector3.tmp/tmp2 instances.
Xoppa [Sun, 3 Mar 2013 22:01:35 +0000 (23:01 +0100)]
Remove usage of the Vector3.tmp/tmp2 instances.

11 years agoSmall bugfix, Quaternion#setFromCross should convert to degrees as setFromAxis expect...
Xoppa [Sun, 3 Mar 2013 21:22:01 +0000 (22:22 +0100)]
Small bugfix, Quaternion#setFromCross should convert to degrees as setFromAxis expects it.

11 years agoAdd polyline drawing to ShapeRenderer
Justin Shapcott [Sun, 3 Mar 2013 20:59:45 +0000 (13:59 -0700)]
Add polyline drawing to ShapeRenderer

11 years agoChange TmxMapLoader to add y-direction awareness
Justin Shapcott [Sun, 3 Mar 2013 20:43:33 +0000 (13:43 -0700)]
Change TmxMapLoader to add y-direction awareness

You can now specify the direction of the y-axis at load time. The map will
be loaded accordingly, inverting objects or tiles as necessary. Thanks to
@PrinceManfred for getting this started.

11 years agoChange PolylineMapObject to use new Polyline class.
Justin Shapcott [Sun, 3 Mar 2013 20:33:37 +0000 (13:33 -0700)]
Change PolylineMapObject to use new Polyline class.

11 years agoAdd PolygonMapObject constructor taking a Polygon
Justin Shapcott [Sun, 3 Mar 2013 20:32:32 +0000 (13:32 -0700)]
Add PolygonMapObject constructor taking a Polygon

11 years agoAdd Polyline contribution from @PrinceManfred
Justin Shapcott [Sun, 3 Mar 2013 20:27:26 +0000 (13:27 -0700)]
Add Polyline contribution from @PrinceManfred

11 years agoFix copy constructor for StaticTiledMapTile.
Justin Shapcott [Fri, 1 Mar 2013 14:16:50 +0000 (07:16 -0700)]
Fix copy constructor for StaticTiledMapTile.

11 years agoSeparate addAsset from updateTask
Xoppa [Sun, 3 Mar 2013 19:14:42 +0000 (20:14 +0100)]
Separate addAsset from updateTask

11 years agoUpdate libmpg123
Xoppa [Sun, 3 Mar 2013 18:35:32 +0000 (19:35 +0100)]
Update libmpg123

11 years agoAdded support for foreign characters and other special types by catching ACTION_MULTIPLE
Björn Sundahl [Sun, 3 Mar 2013 16:58:14 +0000 (17:58 +0100)]
Added support for foreign characters and other special types by catching ACTION_MULTIPLE

11 years agoMerge pull request #268 from xoppa/bullet
Mario Zechner [Sun, 3 Mar 2013 16:48:12 +0000 (08:48 -0800)]
Merge pull request #268 from xoppa/bullet

Bullet, fix issue 1299

11 years agoSwig generated files
Xoppa [Sun, 3 Mar 2013 16:42:04 +0000 (17:42 +0100)]
Swig generated files

11 years agoRemove unneeded import
Xoppa [Sun, 3 Mar 2013 16:39:25 +0000 (17:39 +0100)]
Remove unneeded import

11 years agoMove the include a bit lower in the file.
Xoppa [Sun, 3 Mar 2013 16:38:26 +0000 (17:38 +0100)]
Move the include a bit lower in the file.

11 years agoAdd custom constructor for btMultiSphereShape
Xoppa [Sun, 3 Mar 2013 16:15:32 +0000 (17:15 +0100)]
Add custom constructor for btMultiSphereShape

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx into misc
Xoppa [Sun, 3 Mar 2013 16:02:32 +0000 (17:02 +0100)]
Merge branch 'master' of https://github.com/libgdx/libgdx into misc

11 years agofixed issue in AndroidFileHandle#length()
Mario Zechner [Sun, 3 Mar 2013 13:09:48 +0000 (14:09 +0100)]
fixed issue in AndroidFileHandle#length()

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
Mario Zechner [Sun, 3 Mar 2013 13:05:54 +0000 (14:05 +0100)]
Merge branch 'master' of https://github.com/libgdx/libgdx

11 years agoMerge pull request #258 from xoppa/misc
Mario Zechner [Sun, 3 Mar 2013 12:57:57 +0000 (04:57 -0800)]
Merge pull request #258 from xoppa/misc

Add Application#getApplicationListener()

11 years agoMerge pull request #266 from kreymerman/android_fd_fix
Mario Zechner [Sun, 3 Mar 2013 12:56:57 +0000 (04:56 -0800)]
Merge pull request #266 from kreymerman/android_fd_fix

Fixed possible resource leak in AndroidFileHandle::length()

11 years agoMerge pull request #261 from xoppa/audio
Mario Zechner [Sun, 3 Mar 2013 12:53:44 +0000 (04:53 -0800)]
Merge pull request #261 from xoppa/audio

Audio: Add Decoder#canSeek, setPosition, getPosition, readSamples, CircularFloatBuffer, etc.

11 years agoAdd additional data parsed from tmx file.
Justin Shapcott [Fri, 1 Mar 2013 22:21:56 +0000 (15:21 -0700)]
Add additional data parsed from tmx file.

11 years agoAdd get/set id to TiledMapTile interface.
Justin Shapcott [Fri, 1 Mar 2013 14:09:03 +0000 (07:09 -0700)]
Add get/set id to TiledMapTile interface.

11 years agoFixed resource leak in AndroidFileHandle::length()
Mikhail Kreymerman [Fri, 1 Mar 2013 02:51:59 +0000 (03:51 +0100)]
Fixed resource leak in AndroidFileHandle::length()

11 years agofixes for gdx-jnigen so we can also build .m files..
badlogic [Fri, 1 Mar 2013 01:30:46 +0000 (02:30 +0100)]
fixes for gdx-jnigen so we can also build .m files..

11 years agoMerge pull request #265 from schleinzer/FIX_OisJoystick
Nathan Sweet [Thu, 28 Feb 2013 17:51:58 +0000 (09:51 -0800)]
Merge pull request #265 from schleinzer/FIX_OisJoystick

Fixed (seemingly copy&paste) bug that made several gamepad buttons/slide...

11 years agoFixed (seemingly copy&paste) bug that made several gamepad buttons/sliders/povs unava...
Thorsten Schleinzer [Thu, 28 Feb 2013 15:51:59 +0000 (16:51 +0100)]
Fixed (seemingly copy&paste) bug that made several gamepad buttons/sliders/povs unavailable.

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
Mario Zechner [Wed, 27 Feb 2013 23:40:49 +0000 (00:40 +0100)]
Merge branch 'master' of https://github.com/libgdx/libgdx

11 years agoan unfinished bit set implementation
Mario Zechner [Wed, 27 Feb 2013 23:40:22 +0000 (00:40 +0100)]
an unfinished bit set implementation

11 years agoFix Issue 1288.
Justin Shapcott [Wed, 27 Feb 2013 12:57:09 +0000 (05:57 -0700)]
Fix Issue 1288.

11 years agoFix Issue 1286.
Justin Shapcott [Tue, 26 Feb 2013 15:04:59 +0000 (08:04 -0700)]
Fix Issue 1286.

Error in check for Ellipse type caused EllipseMapObject in lieu of
RectangleMapObject.