OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
13 years ago[updated] OpenAL classes to use the word "source" rather than "stream" where appropriate.
nathan.sweet [Sat, 12 Mar 2011 19:16:59 +0000 (19:16 +0000)]
[updated] OpenAL classes to use the word "source" rather than "stream" where appropriate.

13 years ago[fixed] Disposing a sound while playing.
nathan.sweet [Sat, 12 Mar 2011 19:13:30 +0000 (19:13 +0000)]
[fixed] Disposing a sound while playing.

13 years ago[fixed] warnings
badlogicgames [Sat, 12 Mar 2011 11:26:32 +0000 (11:26 +0000)]
[fixed] warnings
[added] ShaderProgram.strictUniformCheck for debugging. Doesn't crap out on uniform check anymore if you remove a uniform temporarily from your code (or the compiler decides to do that...)
[added] GL_VERTEX_PROGRAM_POINT_SIZE, so that people can use the point sprite size in the shaders on the desktop. No need for that in real OpenGL ES 2.0 backends (Android, Angle)

13 years ago[fixed] AnimationActions now copy their interpolator also in a call to copy(). Has...
badlogicgames [Sat, 12 Mar 2011 11:21:26 +0000 (11:21 +0000)]
[fixed] AnimationActions now copy their interpolator also in a call to copy(). Has to be implemented manually in each AnimationAction.copy() method, but so be it.

13 years ago[fixed] Sequence.copy(). Why did that finish the actions?
badlogicgames [Sat, 12 Mar 2011 11:00:29 +0000 (11:00 +0000)]
[fixed] Sequence.copy(). Why did that finish the actions?

13 years ago[added] bach's action
badlogicgames [Sat, 12 Mar 2011 10:26:02 +0000 (10:26 +0000)]
[added] bach's action

13 years ago[fixed] temporary fix for an issue with AndroidMusic.dispose(). Needs more investigation.
badlogicgames [Fri, 11 Mar 2011 14:35:59 +0000 (14:35 +0000)]
[fixed] temporary fix for an issue with AndroidMusic.dispose(). Needs more investigation.

13 years ago[changed] ObjLoader has overloaded methods now so that you can flip the damn v textur...
badlogicgames [Thu, 10 Mar 2011 22:43:35 +0000 (22:43 +0000)]
[changed] ObjLoader has overloaded methods now so that you can flip the damn v texture coordinate.

13 years ago[fixed] default constructor of Sprite didn't set the color. Sprite was black (alpha...
badlogicgames [Thu, 10 Mar 2011 18:30:55 +0000 (18:30 +0000)]
[fixed] default constructor of Sprite didn't set the color. Sprite was black (alpha=0 as well...)

13 years ago[fixed] non-power of two constraint in Texture. Again...
badlogicgames [Thu, 10 Mar 2011 18:24:02 +0000 (18:24 +0000)]
[fixed] non-power of two constraint in Texture. Again...

13 years ago[added] Put back Sound#stop().
nathan.sweet [Wed, 9 Mar 2011 22:50:55 +0000 (22:50 +0000)]
[added] Put back Sound#stop().
[fixed] For OpenAL, now properly disconnect the Sound buffer from the stream before deleting the buffer.

13 years ago[removed] Sound#stop(). To support this the desktop would have to keep track of the...
nathan.sweet [Wed, 9 Mar 2011 21:19:49 +0000 (21:19 +0000)]
[removed] Sound#stop(). To support this the desktop would have to keep track of the streams used for a sound, which is not currently done.
[fixed] OpenALSound#dispose().

13 years ago[added] major, minor GL version fields to desktop backend graphics classes.
nathan.sweet [Wed, 9 Mar 2011 21:14:23 +0000 (21:14 +0000)]
[added] major, minor GL version fields to desktop backend graphics classes.
[fixed] If < GL 1.2 on desktop, use GL_CLAMP instead of GL_CLAMP_TO_EDGE.
[added] exclude .svn for superjumper source dir.
[added] superjumper bin to SVN ignore.

13 years ago[removed] superjumper bin dir.
nathan.sweet [Wed, 9 Mar 2011 21:12:24 +0000 (21:12 +0000)]
[removed] superjumper bin dir.

13 years ago[fixed] bug in Sequence, needs to copy before finishing the child actions, AutoResetP...
badlogicgames [Wed, 9 Mar 2011 19:04:14 +0000 (19:04 +0000)]
[fixed] bug in Sequence, needs to copy before finishing the child actions, AutoResetPool will clear any child actions of a Parallel within the Sequence...

13 years ago[fixed] Particle editor.
nathan.sweet [Tue, 8 Mar 2011 08:45:30 +0000 (08:45 +0000)]
[fixed] Particle editor.
[fixed] Warnings.

13 years ago[added] Copy constructor to ParticleEffect.
nathan.sweet [Mon, 7 Mar 2011 23:33:34 +0000 (23:33 +0000)]
[added] Copy constructor to ParticleEffect.

13 years ago[fixed] Copying a particle emitter with multiple colors.
nathan.sweet [Mon, 7 Mar 2011 23:28:49 +0000 (23:28 +0000)]
[fixed] Copying a particle emitter with multiple colors.

13 years ago[nothing really] FramebufferToTextureTest, non-functional due to general suckiness...
badlogicgames [Mon, 7 Mar 2011 23:25:22 +0000 (23:25 +0000)]
[nothing really] FramebufferToTextureTest, non-functional due to general suckiness of Qualcomm...

13 years ago[fuckyou] Qualcomm sucks... Added Texture.getFramebufferToTexture() using glCopyTextu...
badlogicgames [Mon, 7 Mar 2011 23:14:35 +0000 (23:14 +0000)]
[fuckyou] Qualcomm sucks... Added Texture.getFramebufferToTexture() using glCopyTexture which is fucked on Qualcomm it seems. The other option is stupid and way to slow...

13 years ago[changed] Mesh.visible is gone. Does not belong in there. Moved to KeyframedModel
badlogicgames [Mon, 7 Mar 2011 21:45:42 +0000 (21:45 +0000)]
[changed] Mesh.visible is gone. Does not belong in there. Moved to KeyframedModel

13 years ago[fixed] Matrix3.vals is now public
badlogicgames [Mon, 7 Mar 2011 10:33:17 +0000 (10:33 +0000)]
[fixed] Matrix3.vals is now public

13 years ago[fixed] Line emission with no width.
nathan.sweet [Mon, 7 Mar 2011 00:43:25 +0000 (00:43 +0000)]
[fixed] Line emission with no width.

13 years ago[fixed] StageTest
badlogicgames [Sun, 6 Mar 2011 05:26:29 +0000 (05:26 +0000)]
[fixed] StageTest

13 years ago[removed] Vector3.dist2() by popular request...
badlogicgames [Sat, 5 Mar 2011 16:51:14 +0000 (16:51 +0000)]
[removed] Vector3.dist2() by popular request...

13 years ago[fixed] synch issue for AndroidMusic. Me stupid...
badlogicgames [Sat, 5 Mar 2011 03:31:32 +0000 (03:31 +0000)]
[fixed] synch issue for AndroidMusic. Me stupid...

13 years agocosmetics
badlogicgames [Sat, 5 Mar 2011 02:32:32 +0000 (02:32 +0000)]
cosmetics

13 years ago[fixed] order of shutdown in AndroidApplication
badlogicgames [Sat, 5 Mar 2011 01:38:03 +0000 (01:38 +0000)]
[fixed] order of shutdown in AndroidApplication
[todo] wtf is wrong with SensorManager$SensorThread?

13 years ago[fixed] TexturePacker failing if incremental is true and no pack file exists.
nathan.sweet [Sat, 5 Mar 2011 00:19:35 +0000 (00:19 +0000)]
[fixed] TexturePacker failing if incremental is true and no pack file exists.

13 years ago[changed] sensor listener is now unregistered on finish.
badlogicgames [Fri, 4 Mar 2011 18:37:10 +0000 (18:37 +0000)]
[changed] sensor listener is now unregistered on finish.
[changed] AndroidMusic instances are now disposed on finish.

13 years ago[fixed] I'm an idiot.
nathan.sweet [Thu, 3 Mar 2011 20:08:29 +0000 (20:08 +0000)]
[fixed] I'm an idiot.

13 years ago[added] NPE check to Pool.free.
nathan.sweet [Wed, 2 Mar 2011 23:04:03 +0000 (23:04 +0000)]
[added] NPE check to Pool.free.

13 years ago[Fixed] vector2.angle(). wow i'm silly...
badlogicgames [Wed, 2 Mar 2011 11:55:15 +0000 (11:55 +0000)]
[Fixed] vector2.angle(). wow i'm silly...

13 years ago[added] Pixmap.setColor(Color color)
badlogicgames [Tue, 1 Mar 2011 19:54:20 +0000 (19:54 +0000)]
[added] Pixmap.setColor(Color color)

13 years ago[added] test to PixmapTest. Can't reproduce issue 162 (code seems fine as well on...
badlogicgames [Tue, 1 Mar 2011 18:56:40 +0000 (18:56 +0000)]
[added] test to PixmapTest. Can't reproduce issue 162 (code seems fine as well on Java and C side).

13 years ago[removed] mipmapping from stage performance test :p
badlogicgames [Mon, 28 Feb 2011 23:20:15 +0000 (23:20 +0000)]
[removed] mipmapping from stage performance test :p

13 years ago[added] StagePerformanceTest.
badlogicgames [Mon, 28 Feb 2011 23:16:16 +0000 (23:16 +0000)]
[added] StagePerformanceTest.

13 years ago[added] StagePerformanceTest
badlogicgames [Mon, 28 Feb 2011 22:19:21 +0000 (22:19 +0000)]
[added] StagePerformanceTest

13 years ago[added] assets for multitexture test
badlogicgames [Mon, 28 Feb 2011 01:04:42 +0000 (01:04 +0000)]
[added] assets for multitexture test

13 years ago[changed] meshmultitexturetest uses proper images now. yay?
badlogicgames [Mon, 28 Feb 2011 01:00:59 +0000 (01:00 +0000)]
[changed] meshmultitexturetest uses proper images now. yay?

13 years ago[added] Javadoc to FileHandle.
nathan.sweet [Sun, 27 Feb 2011 23:58:59 +0000 (23:58 +0000)]
[added] Javadoc to FileHandle.

13 years ago[updated] box2dtest now uses textures and spritebatch for rendering the boxes...
badlogicgames [Sun, 27 Feb 2011 22:21:48 +0000 (22:21 +0000)]
[updated] box2dtest now uses textures and spritebatch for rendering the boxes...

13 years ago[fixed] Matrix4.set(Quaternion)
badlogicgames [Sun, 27 Feb 2011 22:00:19 +0000 (22:00 +0000)]
[fixed] Matrix4.set(Quaternion)

13 years ago[added] market screens and logo for gdx-remote
badlogicgames [Sun, 27 Feb 2011 15:11:07 +0000 (15:11 +0000)]
[added] market screens and logo for gdx-remote

13 years ago[fixed] gdxremote
badlogicgames [Sun, 27 Feb 2011 15:10:30 +0000 (15:10 +0000)]
[fixed] gdxremote
[fixed] helloworld

RELEASE 0.9! Tagged!

13 years ago[updated] binaries all over the place :p
badlogicgames [Sun, 27 Feb 2011 13:33:57 +0000 (13:33 +0000)]
[updated] binaries all over the place :p
[updated] build.xml, removed the unnecessary cruft.

13 years ago[changed] update.sh now only pushes jars to helloworld. for the other demos only...
badlogicgames [Sun, 27 Feb 2011 13:25:07 +0000 (13:25 +0000)]
[changed] update.sh now only pushes jars to helloworld. for the other demos only the android natives are pushed

13 years ago[fixed] silly bug i just introduced in gdx-invaders renderer... silly me...
badlogicgames [Sun, 27 Feb 2011 13:22:16 +0000 (13:22 +0000)]
[fixed] silly bug i just introduced in gdx-invaders renderer... silly me...

13 years ago[changed] gdx-invaders and vector pinball don't have their own libs folders anymore...
badlogicgames [Sun, 27 Feb 2011 13:18:48 +0000 (13:18 +0000)]
[changed] gdx-invaders and vector pinball don't have their own libs folders anymore. uses direct project dependencies to libgdx. that's standard for all demos now (except hello world)

13 years ago[added] missing methods of Quaternion from Vevusio
badlogicgames [Sun, 27 Feb 2011 12:54:57 +0000 (12:54 +0000)]
[added] missing methods of Quaternion from Vevusio
[added] Vevusio to authors/license of quaternion
[added] TExture.getFormat(), returning the format of the texture based on the image data it was created from. Will be RGBA8888 for TextureData based images.

13 years agoupdated mac natives
badlogicgames [Sun, 27 Feb 2011 12:36:31 +0000 (12:36 +0000)]
updated mac natives

13 years ago[fixed] All warnings in core (except utils package. NATE! :p).
badlogicgames [Sun, 27 Feb 2011 00:21:10 +0000 (00:21 +0000)]
[fixed] All warnings in core (except utils package. NATE! :p).

13 years ago[fixed] version
badlogicgames [Sun, 27 Feb 2011 00:14:51 +0000 (00:14 +0000)]
[fixed] version

13 years ago[added] MusicTest
badlogicgames [Sun, 27 Feb 2011 00:12:41 +0000 (00:12 +0000)]
[added] MusicTest
[added] asset for MusicTest
[changed] some mucking with test classes...

13 years ago[fixed] small thing in AndroidMusic. According to MediaPlayer docs you are not suppos...
badlogicgames [Sun, 27 Feb 2011 00:08:59 +0000 (00:08 +0000)]
[fixed] small thing in AndroidMusic. According to MediaPlayer docs you are not supposed to call seekto if the MediaPlayer isn't prepared...

13 years ago[fixed] RotateBy, end condition was wrong. Rotation delta was set, not start rotation...
badlogicgames [Sat, 26 Feb 2011 20:32:28 +0000 (20:32 +0000)]
[fixed] RotateBy, end condition was wrong. Rotation delta was set, not start rotation + delta...

13 years ago[fixed] moveby
badlogicgames [Sat, 26 Feb 2011 20:20:25 +0000 (20:20 +0000)]
[fixed] moveby

13 years ago[changed] ActionTest to show missbehaviour of actions
badlogicgames [Sat, 26 Feb 2011 20:00:11 +0000 (20:00 +0000)]
[changed] ActionTest to show missbehaviour of actions

13 years ago[added] RemoteTest (yay, totally forgot about that...)
badlogicgames [Sat, 26 Feb 2011 19:50:24 +0000 (19:50 +0000)]
[added] RemoteTest (yay, totally forgot about that...)
[fixed] KEYCODE_DPAD_CENTER for numpad 5 in Jogl/LWJGL

13 years ago[fixed] TimSort classes. Thanks Vevusio for the test!
nathan.sweet [Sat, 26 Feb 2011 11:38:57 +0000 (11:38 +0000)]
[fixed] TimSort classes. Thanks Vevusio for the test!

13 years ago[fixed] LWJGL key repeat. For reals.
nathan.sweet [Sat, 26 Feb 2011 11:18:05 +0000 (11:18 +0000)]
[fixed] LWJGL key repeat. For reals.

13 years ago[fixed] GdxRemote uses SharedPreferences now.
badlogicgames [Sat, 26 Feb 2011 07:10:43 +0000 (07:10 +0000)]
[fixed] GdxRemote uses SharedPreferences now.

13 years ago[added] .so files...
badlogicgames [Sat, 26 Feb 2011 06:50:32 +0000 (06:50 +0000)]
[added] .so files...

13 years ago[fixed] AndroidMusic. Sort of.
nathan.sweet [Sat, 26 Feb 2011 06:41:14 +0000 (06:41 +0000)]
[fixed] AndroidMusic. Sort of.

13 years ago[fixed] removed cast to LwjglInput...
badlogicgames [Sat, 26 Feb 2011 06:41:08 +0000 (06:41 +0000)]
[fixed] removed cast to LwjglInput...

13 years ago(no commit message)
nathan.sweet [Sat, 26 Feb 2011 06:38:57 +0000 (06:38 +0000)]

13 years ago[ingored] bin/gen of gdx-remote
badlogicgames [Sat, 26 Feb 2011 06:34:57 +0000 (06:34 +0000)]
[ingored] bin/gen of gdx-remote

13 years ago[added] gdx-remote app.
badlogicgames [Sat, 26 Feb 2011 06:33:36 +0000 (06:33 +0000)]
[added] gdx-remote app.
[todo] put apk on Google Code...

13 years ago[added] RemoteInput and RemoteSender so that we can have an Android device control...
badlogicgames [Sat, 26 Feb 2011 06:32:19 +0000 (06:32 +0000)]
[added] RemoteInput and RemoteSender so that we can have an Android device control a desktop app and vice versa :p

13 years ago[fixed] ImmediateModeRenderer that I broke long ago.
nathan.sweet [Sat, 26 Feb 2011 06:10:26 +0000 (06:10 +0000)]
[fixed] ImmediateModeRenderer that I broke long ago.
[fixed] LWJGL firing repeat for keyDown.

13 years ago[fixed] warning in Graphics.
badlogicgames [Sat, 26 Feb 2011 02:58:22 +0000 (02:58 +0000)]
[fixed] warning in Graphics.

Dave, there's an unused variable called 'p' in KeyframedModel. Can we remove that? Is not using it maybe a bug?

13 years ago[added] Application.postRunnable(), will run a Runnable on the main loop thread.
badlogicgames [Sat, 26 Feb 2011 02:56:31 +0000 (02:56 +0000)]
[added] Application.postRunnable(), will run a Runnable on the main loop thread.

13 years ago[fixed] Bouncy (Vector Pinball).
badlogicgames [Fri, 25 Feb 2011 22:47:04 +0000 (22:47 +0000)]
[fixed] Bouncy (Vector Pinball).

13 years ago[updated] binaries, except for OSX
badlogicgames [Fri, 25 Feb 2011 22:41:59 +0000 (22:41 +0000)]
[updated] binaries, except for OSX
[fixed] update.sh didn't update the OSX binaries

13 years ago[fixed] grr...
badlogicgames [Fri, 25 Feb 2011 22:33:36 +0000 (22:33 +0000)]
[fixed] grr...

13 years ago[fixed] alpha out of blending in gdx2d (1 - (1 - srca) * (1 - dsta)). Not tested...
badlogicgames [Fri, 25 Feb 2011 22:26:37 +0000 (22:26 +0000)]
[fixed] alpha out of blending in gdx2d (1 - (1 - srca) * (1 - dsta)). Not tested but should work as expected.

13 years ago[fixed] Label actor. Thanks Adam!
badlogicgames [Fri, 25 Feb 2011 22:18:39 +0000 (22:18 +0000)]
[fixed] Label actor. Thanks Adam!

13 years ago[removed] .settings folder from gdx. wtf.
badlogicgames [Fri, 25 Feb 2011 21:40:36 +0000 (21:40 +0000)]
[removed] .settings folder from gdx. wtf.

13 years ago[added] some more docs.
badlogicgames [Fri, 25 Feb 2011 21:06:28 +0000 (21:06 +0000)]
[added] some more docs.

13 years ago[added] Preferences for all backends. See PreferencesTest
badlogicgames [Fri, 25 Feb 2011 21:02:04 +0000 (21:02 +0000)]
[added] Preferences for all backends. See PreferencesTest
[todo] documentation.

13 years ago[added] Vector2.rotate()
badlogicgames [Fri, 25 Feb 2011 00:25:12 +0000 (00:25 +0000)]
[added] Vector2.rotate()

13 years ago[added] Vector2.angle()
badlogicgames [Fri, 25 Feb 2011 00:22:37 +0000 (00:22 +0000)]
[added] Vector2.angle()

13 years ago[added] tiles for tests...
badlogicgames [Thu, 24 Feb 2011 22:35:52 +0000 (22:35 +0000)]
[added] tiles for tests...

13 years ago[added] Application.getPreferences() and Preferences interface.
badlogicgames [Thu, 24 Feb 2011 22:34:40 +0000 (22:34 +0000)]
[added] Application.getPreferences() and Preferences interface.
[added] impl of Preferences for Android
[added] stubs of Preferences for Jogl

NOT FUNCTIONAL YET, DO NOT USE THIS CRAP! I'll post on the blog once its done...

13 years ago[added] Created additional abstraction for the Actions so that their targets can...
moritzpost@gmail.com [Thu, 24 Feb 2011 21:58:56 +0000 (21:58 +0000)]
[added] Created additional abstraction for the Actions so that their targets can be accessed more easily.

13 years ago[fixed] docs of SpriteBatch.begin()/end().
badlogicgames [Thu, 24 Feb 2011 18:56:08 +0000 (18:56 +0000)]
[fixed] docs of SpriteBatch.begin()/end().

13 years ago[added] Music getPsoition.
nathan.sweet [Wed, 23 Feb 2011 06:42:04 +0000 (06:42 +0000)]
[added] Music getPsoition.
[added] Sound stop.
[fixed] Music stopping on buffer underflow.
[fixed] How music/sound obtains IDs so they can't stomp each other (sound just lets the stream stop in its own, music explicitly stops it).

13 years ago[fixed] OpenAL bug with not clearing buffers when releasing stream.
nathan.sweet [Wed, 23 Feb 2011 04:50:13 +0000 (04:50 +0000)]
[fixed] OpenAL bug with not clearing buffers when releasing stream.

13 years ago[ignored] metagun bin
badlogicgames [Tue, 22 Feb 2011 22:58:54 +0000 (22:58 +0000)]
[ignored] metagun bin

13 years ago[fixed] metagun
badlogicgames [Tue, 22 Feb 2011 01:07:10 +0000 (01:07 +0000)]
[fixed] metagun

13 years ago[fixed] ortho cam didn't use zoom...
badlogicgames [Mon, 21 Feb 2011 22:15:01 +0000 (22:15 +0000)]
[fixed] ortho cam didn't use zoom...

13 years ago[fixed] null pointer check
davedx@gmail.com [Mon, 21 Feb 2011 16:56:19 +0000 (16:56 +0000)]
[fixed] null pointer check

13 years ago[changed] version to 0.9, incoming tag...
badlogicgames [Mon, 21 Feb 2011 09:33:35 +0000 (09:33 +0000)]
[changed] version to 0.9, incoming tag...

13 years ago[reverted] changes in MyFirstTriangle
badlogicgames [Mon, 21 Feb 2011 09:19:10 +0000 (09:19 +0000)]
[reverted] changes in MyFirstTriangle

13 years ago[fixed] Pixmap.fillCircle()
badlogicgames [Mon, 21 Feb 2011 09:15:56 +0000 (09:15 +0000)]
[fixed] Pixmap.fillCircle()

13 years ago[removed] tmp package
badlogicgames [Sun, 20 Feb 2011 22:56:06 +0000 (22:56 +0000)]
[removed] tmp package

13 years ago[added] docs to camera classes.
badlogicgames [Sun, 20 Feb 2011 22:54:14 +0000 (22:54 +0000)]
[added] docs to camera classes.

13 years ago[fixed] NPE in particle editor.
nathan.sweet [Sun, 20 Feb 2011 22:27:02 +0000 (22:27 +0000)]
[fixed] NPE in particle editor.
[added] ParticleEffect setFlip.

13 years ago[fixed] javadoc of EarClippingTriangulator
badlogicgames [Sun, 20 Feb 2011 22:09:35 +0000 (22:09 +0000)]
[fixed] javadoc of EarClippingTriangulator
[renamed] EarCutTriangulator to EarClippingTriangulator

13 years ago[added] cross product to Vector2
badlogicgames [Sun, 20 Feb 2011 22:06:55 +0000 (22:06 +0000)]
[added] cross product to Vector2