OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
11 years agoMinor changes.
NathanSweet [Thu, 13 Dec 2012 08:47:25 +0000 (08:47 +0000)]
Minor changes.

11 years agoAdded DragScrollListener.
NathanSweet [Fri, 7 Dec 2012 07:45:41 +0000 (23:45 -0800)]
Added DragScrollListener.

11 years ago1159, fixed passing null to Json writeValue methods. Javadocs for returning null.
NathanSweet [Thu, 6 Dec 2012 02:01:20 +0000 (18:01 -0800)]
1159, fixed passing null to Json writeValue methods. Javadocs for returning null.

11 years agoAdded gdx-audio natives to classpath.
NathanSweet [Thu, 6 Dec 2012 02:00:52 +0000 (18:00 -0800)]
Added gdx-audio natives to classpath.
Fixed AudioTools toFloat.

11 years agoMerge pull request #139 from indiumindeed/master
Nathan Sweet [Wed, 5 Dec 2012 08:10:18 +0000 (00:10 -0800)]
Merge pull request #139 from indiumindeed/master

Added getter and setter for stepSize of Slider in Scene2d.

11 years agoAdded getStepSize() and setStepSize(float steps) to manipulate the
IndiumIndeed [Tue, 4 Dec 2012 22:24:55 +0000 (00:24 +0200)]
Added getStepSize() and setStepSize(float steps) to manipulate the
stepSize after creation of Slider.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Mon, 3 Dec 2012 07:34:23 +0000 (23:34 -0800)]
Merge remote-tracking branch 'origin/master'

11 years agoTable, added setBackground(String) cause it's fancy.
NathanSweet [Mon, 3 Dec 2012 07:34:13 +0000 (23:34 -0800)]
Table, added setBackground(String) cause it's fancy.

11 years agoMerge pull request #131 from acoppes/lwptheotherfix
Mario Zechner [Sun, 2 Dec 2012 19:52:13 +0000 (11:52 -0800)]
Merge pull request #131 from acoppes/lwptheotherfix

Fix for issue 1045 - LWP - app.destroy() / memory leaks

11 years agoMerge pull request #134 from acoppes/issue1157fix
Mario Zechner [Sun, 2 Dec 2012 19:51:34 +0000 (11:51 -0800)]
Merge pull request #134 from acoppes/issue1157fix

Fix for issue 1157

11 years agofix for issue 1157
Ariel Coppes [Sun, 2 Dec 2012 18:15:09 +0000 (16:15 -0200)]
fix for issue 1157

11 years agoLwjglFrame, removed setVisible from constructor. This was not flexible and sometimes...
NathanSweet [Sun, 2 Dec 2012 18:03:24 +0000 (10:03 -0800)]
LwjglFrame, removed setVisible from constructor. This was not flexible and sometimes the frame should not be shown right away.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Sun, 2 Dec 2012 06:30:47 +0000 (22:30 -0800)]
Merge remote-tracking branch 'origin/master'

11 years agoUtil collections, removed a local in removeAll.
NathanSweet [Sun, 2 Dec 2012 06:30:31 +0000 (22:30 -0800)]
Util collections, removed a local in removeAll.

11 years agoMerge pull request #132 from Seraphim6x7/slider
Nathan Sweet [Sun, 2 Dec 2012 06:18:51 +0000 (22:18 -0800)]
Merge pull request #132 from Seraphim6x7/slider

Rename Slider#steps to Slider#stepSize

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Sun, 2 Dec 2012 05:58:11 +0000 (21:58 -0800)]
Merge remote-tracking branch 'origin/master'

11 years agoLwjglGraphics, added another try to display creation to (probably) fix apps not runni...
NathanSweet [Sun, 2 Dec 2012 05:57:22 +0000 (21:57 -0800)]
LwjglGraphics, added another try to display creation to (probably) fix apps not running on some computers that do have OpenGL.

11 years agoMerge pull request #125 from acr21/master
Mario Zechner [Fri, 30 Nov 2012 23:12:05 +0000 (15:12 -0800)]
Merge pull request #125 from acr21/master

Added setRotation methods to decal

11 years agoMerge pull request #126 from caniep/master
Mario Zechner [Fri, 30 Nov 2012 23:11:10 +0000 (15:11 -0800)]
Merge pull request #126 from caniep/master

Matrix4/Quaternion saving some cpu cycles on rotations

11 years agoMerge pull request #133 from xoppa/bullet
Mario Zechner [Fri, 30 Nov 2012 23:10:07 +0000 (15:10 -0800)]
Merge pull request #133 from xoppa/bullet

Bullet, added some nested struct and raycast test

11 years agoTired of people avoiding ShapeRenderer for the wrong reasons.
NathanSweet [Fri, 30 Nov 2012 20:38:21 +0000 (12:38 -0800)]
Tired of people avoiding ShapeRenderer for the wrong reasons.

11 years agoAdd RayCastTest
Xoppa [Fri, 30 Nov 2012 18:55:49 +0000 (19:55 +0100)]
Add RayCastTest

11 years agoAdd nested structs, like ray casting support. Small changes to the tests.
Xoppa [Fri, 30 Nov 2012 17:25:42 +0000 (18:25 +0100)]
Add nested structs, like ray casting support. Small changes to the tests.

11 years agoincrease the number of steps so we can see the Slider working smoothly
Seraphim [Fri, 30 Nov 2012 14:07:08 +0000 (15:07 +0100)]
increase the number of steps so we can see the Slider working smoothly

11 years agorename steps to stepSize for clarity
Seraphim [Fri, 30 Nov 2012 14:07:57 +0000 (15:07 +0100)]
rename steps to stepSize for clarity

11 years agoShadowMappingTest, fixed select boxes. Needed act()!
NathanSweet [Fri, 30 Nov 2012 12:03:16 +0000 (04:03 -0800)]
ShadowMappingTest, fixed select boxes. Needed act()!

11 years agoLwjglGraphics, javadocs for boolean useGL2.
NathanSweet [Fri, 30 Nov 2012 11:54:50 +0000 (03:54 -0800)]
LwjglGraphics, javadocs for boolean useGL2.

11 years ago1148, window keepWithinParent can only work for stage.
NathanSweet [Thu, 29 Nov 2012 07:52:33 +0000 (23:52 -0800)]
1148, window keepWithinParent can only work for stage.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Thu, 29 Nov 2012 05:30:54 +0000 (21:30 -0800)]
Merge remote-tracking branch 'origin/master'

11 years agoLwjglGraphics, throw exception if GL2 is required but unavailable.
NathanSweet [Thu, 29 Nov 2012 05:30:28 +0000 (21:30 -0800)]
LwjglGraphics, throw exception if GL2 is required but unavailable.

11 years agoAdded boolean so LWJGL backend will not use OpenAL. This means gdx-openal.jar and...
NathanSweet [Wed, 28 Nov 2012 05:48:33 +0000 (21:48 -0800)]
Added boolean so LWJGL backend will not use OpenAL. This means gdx-openal.jar and OpenAL natives aren't needed.

11 years agoRemoved JOGL references, mostly in javadocs.
NathanSweet [Wed, 28 Nov 2012 05:32:24 +0000 (21:32 -0800)]
Removed JOGL references, mostly in javadocs.

11 years agoadded null check on listener before destroying it because it seems onDestroy() could...
Ariel Coppes [Tue, 27 Nov 2012 21:51:11 +0000 (19:51 -0200)]
added null check on listener before destroying it because it seems onDestroy() could be called before onCreate() in some cases

11 years agoremake of https://github.com/libgdx/libgdx/pull/128 (only the app.destroy, not the...
Ariel Coppes [Tue, 27 Nov 2012 21:46:17 +0000 (19:46 -0200)]
remake of https://github.com/libgdx/libgdx/pull/128 (only the app.destroy, not the logs refactor)

11 years agoupdated freetype and audio natives for glibc memcpy fix
Mario Zechner [Tue, 27 Nov 2012 21:39:04 +0000 (22:39 +0100)]
updated freetype and audio natives for glibc memcpy fix

11 years agomoved initialization to Engine#onCreate(), fixed preview stuff
Mario Zechner [Tue, 27 Nov 2012 21:25:14 +0000 (22:25 +0100)]
moved initialization to Engine#onCreate(), fixed preview stuff

11 years agomerged jni fix
Mario Zechner [Tue, 27 Nov 2012 00:38:59 +0000 (01:38 +0100)]
merged jni fix

11 years agobroke AndroidLivewallpaperService API, passing boolean isPreview to createListener()
Mario Zechner [Tue, 27 Nov 2012 00:25:53 +0000 (01:25 +0100)]
broke AndroidLivewallpaperService API, passing boolean isPreview to createListener()

11 years agofixed gdx-jnigen, didn't force inclusion of memcpy_wrap, removed AndroidManifest...
badlogic [Mon, 26 Nov 2012 21:16:09 +0000 (22:16 +0100)]
fixed gdx-jnigen, didn't force inclusion of memcpy_wrap, removed AndroidManifest.xml generation, not needed in latest ndk

11 years ago1. changed setToRotation/setFromEulerAngles methods (setting Identity
caniep [Mon, 26 Nov 2012 10:23:33 +0000 (11:23 +0100)]
1. changed setToRotation/setFromEulerAngles methods (setting Identity
first is redundant)
2. saved few mults on Quaternion setEulerAngles

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Sun, 25 Nov 2012 23:07:44 +0000 (15:07 -0800)]
Merge remote-tracking branch 'origin/master'

11 years agoLwjglFrame/Canvas, added method to handle uncaught exceptions in the game loop.
NathanSweet [Sun, 25 Nov 2012 23:07:02 +0000 (15:07 -0800)]
LwjglFrame/Canvas, added method to handle uncaught exceptions in the game loop.

11 years agoMerge branch 'master' of github.com:acr21/libgdx
acr21 [Sun, 25 Nov 2012 18:13:45 +0000 (13:13 -0500)]
Merge branch 'master' of github.com:acr21/libgdx

11 years ago-Added setRotation functions to Decal
acr21 [Sun, 25 Nov 2012 17:03:01 +0000 (12:03 -0500)]
-Added setRotation functions to Decal

11 years agoadded modified typed arrays gwt def file
Mario Zechner [Sun, 25 Nov 2012 14:30:38 +0000 (15:30 +0100)]
added modified typed arrays gwt def file

11 years agofixed gwt backend, updated to 2.5.0. Typed arrays clashed, ParticleEffect emu didn...
Mario Zechner [Sun, 25 Nov 2012 14:24:30 +0000 (15:24 +0100)]
fixed gwt backend, updated to 2.5.0. Typed arrays clashed, ParticleEffect emu didn't implement reset

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Sat, 24 Nov 2012 23:46:06 +0000 (15:46 -0800)]
Merge remote-tracking branch 'origin/master'

11 years agoNinePatch, minor improvement to a method called a lot.
NathanSweet [Sat, 24 Nov 2012 23:45:49 +0000 (15:45 -0800)]
NinePatch, minor improvement to a method called a lot.

11 years agocalling Graphics#ClearManagedCaches in AndroidLiveWallpaper
Mario Zechner [Sat, 24 Nov 2012 23:44:06 +0000 (00:44 +0100)]
calling Graphics#ClearManagedCaches in AndroidLiveWallpaper

11 years agoremoved more manifset files
Mario Zechner [Sat, 24 Nov 2012 18:59:15 +0000 (19:59 +0100)]
removed more manifset files

11 years agoremoved AndroidManifest.xml, doesn't work with ndk r8c anymore
Mario Zechner [Sat, 24 Nov 2012 18:56:36 +0000 (19:56 +0100)]
removed AndroidManifest.xml, doesn't work with ndk r8c anymore

11 years agofixed libgdx.txt so setup ui fetches the correct stable version
Mario Zechner [Sat, 24 Nov 2012 15:33:22 +0000 (16:33 +0100)]
fixed libgdx.txt so setup ui fetches the correct stable version

11 years agoUpdate README.md
Mario Zechner [Sat, 24 Nov 2012 14:51:47 +0000 (15:51 +0100)]
Update README.md

11 years agoone more...
Mario Zechner [Sat, 24 Nov 2012 14:45:46 +0000 (15:45 +0100)]
one more...

11 years agomoah fixes
Mario Zechner [Sat, 24 Nov 2012 14:44:10 +0000 (15:44 +0100)]
moah fixes

11 years agoand another round of fixes for ios packaging
Mario Zechner [Sat, 24 Nov 2012 14:39:34 +0000 (15:39 +0100)]
and another round of fixes for ios packaging

11 years agofix for copy-iosfiles target
Mario Zechner [Sat, 24 Nov 2012 14:34:18 +0000 (15:34 +0100)]
fix for copy-iosfiles target

11 years agoadded target to include ios stuff in distribution
Mario Zechner [Sat, 24 Nov 2012 14:27:41 +0000 (15:27 +0100)]
added target to include ios stuff in distribution

11 years agoupdated ikvm natives in repo, mea culpa...
badlogic [Sat, 24 Nov 2012 13:24:54 +0000 (14:24 +0100)]
updated ikvm natives in repo, mea culpa...

11 years agoadded ios build stuff to compile-macosx.sh for build slave
badlogic [Sat, 24 Nov 2012 12:27:15 +0000 (13:27 +0100)]
added ios build stuff to compile-macosx.sh for build slave

11 years agoMerge pull request #124 from acoppes/waterripplesdispose
Nathan Sweet [Sat, 24 Nov 2012 09:37:41 +0000 (01:37 -0800)]
Merge pull request #124 from acoppes/waterripplesdispose

Just added dispose() code to WaterRipples example

11 years agoadded code to dispose texture, mesh and sprite batch in WaterRipples example, used...
Ariel Coppes [Fri, 23 Nov 2012 19:24:51 +0000 (17:24 -0200)]
added code to dispose texture, mesh and sprite batch in WaterRipples example, used for lwp

11 years agoMerge pull request #123 from Seraphim6x7/particles
Nathan Sweet [Thu, 22 Nov 2012 19:50:27 +0000 (11:50 -0800)]
Merge pull request #123 from Seraphim6x7/particles

Issue 1135: #isComplete and continuous particle emitters

11 years agoissue 1135: checking isContinuous is superfluous
Seraphim [Thu, 22 Nov 2012 11:02:10 +0000 (12:02 +0100)]
issue 1135: checking isContinuous is superfluous

11 years agoadd athe bility to stop and continue the current emitter
Seraphim [Thu, 22 Nov 2012 11:00:28 +0000 (12:00 +0100)]
add athe bility to stop and continue the current emitter

11 years agoMerge pull request #122 from namrog84/master
Nathan Sweet [Thu, 22 Nov 2012 09:23:12 +0000 (01:23 -0800)]
Merge pull request #122 from namrog84/master

Simple typo fixed in Color Colour

11 years agoTableLayout, fixed uniform with spacing.
NathanSweet [Thu, 22 Nov 2012 09:22:22 +0000 (01:22 -0800)]
TableLayout, fixed uniform with spacing.

11 years agoColour cannot be resolved to a type
Adam Gorman [Thu, 22 Nov 2012 08:04:31 +0000 (03:04 -0500)]
Colour cannot be resolved to a type

The link doesn't work because colour doens't exist, Color does however.

11 years agoSnapshotArray, doesn't need to override removeAll after all.
NathanSweet [Thu, 22 Nov 2012 03:02:13 +0000 (19:02 -0800)]
SnapshotArray, doesn't need to override removeAll after all.

11 years agoCleanup for utility collection removeAll methods.
NathanSweet [Thu, 22 Nov 2012 02:56:32 +0000 (18:56 -0800)]
Cleanup for utility collection removeAll methods.

11 years agoActor, fixed leaked clip Rectangle.
NathanSweet [Thu, 22 Nov 2012 02:43:57 +0000 (18:43 -0800)]
Actor, fixed leaked clip Rectangle.

11 years agoMerge pull request #119 from namrog84/master
Nathan Sweet [Thu, 22 Nov 2012 02:43:14 +0000 (18:43 -0800)]
Merge pull request #119 from namrog84/master

Added a removeAll method for all ArrayTypes

11 years agoFixed tab indent
Adam Gorman [Thu, 22 Nov 2012 01:23:56 +0000 (20:23 -0500)]
Fixed tab indent

My autoformatter is on the fritz(It is set to the libgd, but it still is
having issues all day today :(

11 years agoFixed CharArray's removeAll
Adam Gorman [Thu, 22 Nov 2012 01:02:19 +0000 (20:02 -0500)]
Fixed CharArray's removeAll

It slipped by. Fixing

11 years agoReordered the if/for loop
Adam Gorman [Thu, 22 Nov 2012 01:00:09 +0000 (20:00 -0500)]
Reordered the if/for loop

Now there is less if checks that occur in the for loop for removeAll
methods

11 years agoMerge pull request #120 from gwhiteside/bugfix-scrollpane_fade
Nathan Sweet [Wed, 21 Nov 2012 23:57:34 +0000 (15:57 -0800)]
Merge pull request #120 from gwhiteside/bugfix-scrollpane_fade

Fixed bug that broke ScrollPane.setupFadeScrollBars

11 years agoMerge pull request #121 from Seraphim6x7/dialog
Nathan Sweet [Wed, 21 Nov 2012 23:56:20 +0000 (15:56 -0800)]
Merge pull request #121 from Seraphim6x7/dialog

Convenience methods for Dialog

11 years agoanother overload for #button
Seraphim [Wed, 21 Nov 2012 19:36:37 +0000 (20:36 +0100)]
another overload for #button

11 years agoadd #text(Label), reuse #button(Button,, Object)
Seraphim [Wed, 21 Nov 2012 15:43:11 +0000 (16:43 +0100)]
add #text(Label), reuse #button(Button,, Object)

11 years agoadd the given button to the dialog
Seraphim [Wed, 21 Nov 2012 15:35:11 +0000 (16:35 +0100)]
add the given button to the dialog

11 years agofixed bug that caused ScrollPane scrollbar delay/fade time of 1 second regardless...
George Whiteside [Tue, 20 Nov 2012 17:28:19 +0000 (11:28 -0600)]
fixed bug that caused ScrollPane scrollbar delay/fade time of 1 second regardless of setting

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Tue, 20 Nov 2012 05:31:50 +0000 (21:31 -0800)]
Merge remote-tracking branch 'origin/master'

11 years agoscene2d, added Actor clipBegin/clipEnd to simplify using ScissorStack with screen...
NathanSweet [Tue, 20 Nov 2012 02:56:56 +0000 (18:56 -0800)]
scene2d, added Actor clipBegin/clipEnd to simplify using ScissorStack with screen aligned actors and stage camera.

11 years agofixed skinned models loaded from ogrexml, quaternion code was fixed in an old revisio...
Mario Zechner [Mon, 19 Nov 2012 22:58:57 +0000 (23:58 +0100)]
fixed skinned models loaded from ogrexml, quaternion code was fixed in an old revision, broke ogre loader which reverted rotation angles manually

11 years agochanged skeleton model viewer to display ninja, twisted :D
Mario Zechner [Mon, 19 Nov 2012 21:12:23 +0000 (22:12 +0100)]
changed skeleton model viewer to display ninja, twisted :D

11 years agofixed near plane for SkeletonModelViewer
Mario Zechner [Mon, 19 Nov 2012 20:56:27 +0000 (21:56 +0100)]
fixed near plane for SkeletonModelViewer

11 years ago1111, make tap count only increment for same button and pointer.
NathanSweet [Mon, 19 Nov 2012 11:05:50 +0000 (03:05 -0800)]
1111, make tap count only increment for same button and pointer.

11 years agoMinor cleanup.
NathanSweet [Mon, 19 Nov 2012 11:05:30 +0000 (03:05 -0800)]
Minor cleanup.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Sat, 17 Nov 2012 09:06:46 +0000 (01:06 -0800)]
Merge remote-tracking branch 'origin/master'

11 years agoShapeRenderer, fixed filled circle segment estimation.
NathanSweet [Sat, 17 Nov 2012 00:30:11 +0000 (16:30 -0800)]
ShapeRenderer, fixed filled circle segment estimation.

11 years agoMerge pull request #115 from newtzgames/master
Nathan Sweet [Thu, 15 Nov 2012 02:45:15 +0000 (18:45 -0800)]
Merge pull request #115 from newtzgames/master

Max Length on TextField

11 years agoAdded support for max length to TextField.
bnewtz [Thu, 15 Nov 2012 02:37:49 +0000 (21:37 -0500)]
Added support for max length to TextField.

11 years agoJson, javadocs, better minimal output support for names (since they are always strings).
NathanSweet [Thu, 15 Nov 2012 02:18:00 +0000 (18:18 -0800)]
Json, javadocs, better minimal output support for names (since they are always strings).

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Wed, 14 Nov 2012 22:23:43 +0000 (14:23 -0800)]
Merge remote-tracking branch 'origin/master'

11 years agoStage, javadocs.
NathanSweet [Wed, 14 Nov 2012 22:23:36 +0000 (14:23 -0800)]
Stage, javadocs.

11 years agoShapeRenderer, changed curves to LINES so we can draw more than one without them...
NathanSweet [Wed, 14 Nov 2012 22:23:29 +0000 (14:23 -0800)]
ShapeRenderer, changed curves to LINES so we can draw more than one without them being connected.

11 years agoMerge pull request #114 from Seraphim6x7/texture-packer
Nathan Sweet [Wed, 14 Nov 2012 21:35:27 +0000 (13:35 -0800)]
Merge pull request #114 from Seraphim6x7/texture-packer

optionally check for modifications before packing

11 years agoMerge pull request #112 from ttencate/master
Nathan Sweet [Wed, 14 Nov 2012 21:20:55 +0000 (13:20 -0800)]
Merge pull request #112 from ttencate/master

Make Game#setScreen accept null

11 years agoJsonWriter, minimal output type has to surround strings starting with numbers to...
NathanSweet [Wed, 14 Nov 2012 20:59:04 +0000 (12:59 -0800)]
JsonWriter, minimal output type has to surround strings starting with numbers to differentiate between actual numbers.

11 years agooptionally check for modifications before packing
Seraphim [Wed, 14 Nov 2012 12:50:46 +0000 (13:50 +0100)]
optionally check for modifications before packing