OSDN Git Service

[changed] FileType.Absolut to Absolute.
authornathan.sweet <nathan.sweet@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Mon, 25 Oct 2010 10:07:44 +0000 (10:07 +0000)
committernathan.sweet <nathan.sweet@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Mon, 25 Oct 2010 10:07:44 +0000 (10:07 +0000)
commitc8ade12cd0d7012b6c576b800815070aeadde4a9
tree59e37a0cdbf8531216c6a85f3037e6169982c4e7
parent2b49284dd07024f8eb44bee340e5a4409114d68b
[changed] FileType.Absolut to Absolute.
[added] LwjglApplication#setSize.
[changed] Named LWJGL audio and music threads.
[changed] SpriteBatch#renderMesh made private.
[added] SpriteBatch#flush (public).
[added] Sprite#setTexture.
[added] Particle classes and particle editor tool (in extensions). 99,999 particles on the desktop at 44fps (default 32x32 image). Haven't tried performance on a device yet, that will get me motivated to work on it again.
31 files changed:
backends/gdx-backend-applet/src/com/badlogic/gdx/backends/applet/AppletFiles.java
backends/gdx-backend-desktop/src/com/badlogic/gdx/backends/desktop/JoglFiles.java
backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/desktop/LwjglApplication.java
backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/desktop/LwjglAudio.java
backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/desktop/LwjglFiles.java
backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/desktop/LwjglMusic.java
extensions/particle-editor/.classpath [new file with mode: 0644]
extensions/particle-editor/.project [new file with mode: 0644]
extensions/particle-editor/data/default.fnt [new file with mode: 0644]
extensions/particle-editor/data/default.png [new file with mode: 0644]
extensions/particle-editor/data/particle.png [new file with mode: 0644]
extensions/particle-editor/src/com/badlogic/gdx/graphics/particles/Chart.java [new file with mode: 0644]
extensions/particle-editor/src/com/badlogic/gdx/graphics/particles/CountPanel.java [new file with mode: 0644]
extensions/particle-editor/src/com/badlogic/gdx/graphics/particles/EditorPanel.java [new file with mode: 0644]
extensions/particle-editor/src/com/badlogic/gdx/graphics/particles/EffectPanel.java [new file with mode: 0644]
extensions/particle-editor/src/com/badlogic/gdx/graphics/particles/GradientPanel.java [new file with mode: 0644]
extensions/particle-editor/src/com/badlogic/gdx/graphics/particles/ImagePanel.java [new file with mode: 0644]
extensions/particle-editor/src/com/badlogic/gdx/graphics/particles/NumericPanel.java [new file with mode: 0644]
extensions/particle-editor/src/com/badlogic/gdx/graphics/particles/OptionsPanel.java [new file with mode: 0644]
extensions/particle-editor/src/com/badlogic/gdx/graphics/particles/ParticleEditor.java [new file with mode: 0644]
extensions/particle-editor/src/com/badlogic/gdx/graphics/particles/PercentagePanel.java [new file with mode: 0644]
extensions/particle-editor/src/com/badlogic/gdx/graphics/particles/RangedNumericPanel.java [new file with mode: 0644]
extensions/particle-editor/src/com/badlogic/gdx/graphics/particles/ScaledNumericPanel.java [new file with mode: 0644]
extensions/particle-editor/src/com/badlogic/gdx/graphics/particles/SpawnPanel.java [new file with mode: 0644]
extensions/twl/gdx-twl/src/com/badlogic/gdx/twl/renderer/TwlRenderer.java
gdx/src/com/badlogic/gdx/Files.java
gdx/src/com/badlogic/gdx/graphics/Sprite.java
gdx/src/com/badlogic/gdx/graphics/SpriteBatch.java
gdx/src/com/badlogic/gdx/graphics/particles/ParticleEffect.java [new file with mode: 0644]
gdx/src/com/badlogic/gdx/graphics/particles/ParticleEmitter.java [new file with mode: 0644]
gdx/src/com/badlogic/gdx/utils/MathUtils.java