OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
12 years agoMerge pull request #60 from noblemaster/master
Mario Zechner [Wed, 10 Oct 2012 10:23:54 +0000 (03:23 -0700)]
Merge pull request #60 from noblemaster/master

IOSSound updated (played outside rendering loop now => smoother frame rate).

12 years agoIOSSound improved: sound FX are played outside the rendering loop for smoother frame...
Christoph Aschwanden [Wed, 10 Oct 2012 10:08:42 +0000 (19:08 +0900)]
IOSSound improved: sound FX are played outside the rendering loop for smoother frame rate (little bit of a hack). Some info output converted to Gdx.app.debug(…) => seemed more suitable.

12 years agomessed around with FilesTest, internal, external and absolute work, local seems to...
badlogic [Tue, 9 Oct 2012 22:37:38 +0000 (00:37 +0200)]
messed around with FilesTest, internal, external and absolute work, local seems to fail

12 years agomore ios stuff...
badlogic [Tue, 9 Oct 2012 22:16:31 +0000 (00:16 +0200)]
more ios stuff...

12 years agoadded test listener, updated natives for ios..
badlogic [Tue, 9 Oct 2012 22:03:27 +0000 (00:03 +0200)]
added test listener, updated natives for ios..

12 years agoMerge pull request #58 from noblemaster/master
Mario Zechner [Tue, 9 Oct 2012 15:27:35 +0000 (08:27 -0700)]
Merge pull request #58 from noblemaster/master

Bugfix for iOS IOSFileHandle.exists()

12 years agoBugfix for iOS File.exists().
Christoph Aschwanden [Tue, 9 Oct 2012 15:11:21 +0000 (00:11 +0900)]
Bugfix for iOS File.exists().

12 years agofixed gdx-vectorpinball-ios, box2d works like a charme as well on ios :D
badlogic [Tue, 9 Oct 2012 13:17:26 +0000 (15:17 +0200)]
fixed gdx-vectorpinball-ios, box2d works like a charme as well on ios :D

12 years agoadded fps logging, fixed gdx invaders release build
badlogic [Tue, 9 Oct 2012 12:47:25 +0000 (14:47 +0200)]
added fps logging, fixed gdx invaders release build

12 years agofixed gdx invader screen transitions
badlogic [Tue, 9 Oct 2012 11:33:15 +0000 (13:33 +0200)]
fixed gdx invader screen transitions

12 years agoMerge branch 'master' of github.com:libgdx/libgdx
badlogic [Tue, 9 Oct 2012 11:25:10 +0000 (13:25 +0200)]
Merge branch 'master' of github.com:libgdx/libgdx

12 years agofixed super jumper help screens for GLES 2.0
badlogic [Tue, 9 Oct 2012 11:24:55 +0000 (13:24 +0200)]
fixed super jumper help screens for GLES 2.0

12 years agoMerge pull request #56 from acoppes/vector2setangle
Mario Zechner [Tue, 9 Oct 2012 11:00:09 +0000 (04:00 -0700)]
Merge pull request #56 from acoppes/vector2setangle

Added setAngle(float) to Vector2

12 years agofixed super jumper Main.cs, removed items.ugh
badlogic [Tue, 9 Oct 2012 09:44:22 +0000 (11:44 +0200)]
fixed super jumper Main.cs, removed items.ugh

12 years agomerge
badlogic [Mon, 8 Oct 2012 23:31:46 +0000 (01:31 +0200)]
merge

12 years agofixed JNI
badlogic [Mon, 8 Oct 2012 23:25:50 +0000 (01:25 +0200)]
fixed JNI

12 years agoadded setAngle(float) to Vector2
Ariel Coppes [Mon, 8 Oct 2012 23:05:47 +0000 (21:05 -0200)]
added setAngle(float) to Vector2

12 years agoMerge pull request #55 from rathboma/master
Mario Zechner [Mon, 8 Oct 2012 17:01:32 +0000 (10:01 -0700)]
Merge pull request #55 from rathboma/master

Added some minor math functions to vector2/3 and updated gitignore

12 years agogitignore update
matthew [Mon, 8 Oct 2012 16:58:20 +0000 (11:58 -0500)]
gitignore update

12 years ago.gitignore updates + vector math
matthew [Mon, 8 Oct 2012 15:45:26 +0000 (10:45 -0500)]
.gitignore updates + vector math

- added div and mul methods to vectors
- updated gitignore to ignore target directories

12 years agoMerge pull request #54 from noblemaster/master
Mario Zechner [Sun, 7 Oct 2012 21:27:45 +0000 (14:27 -0700)]
Merge pull request #54 from noblemaster/master

Socket implementation for iOS backend

12 years agoMerge pull request #53 from acoppes/spritebatchcheckblending
Mario Zechner [Sun, 7 Oct 2012 21:27:18 +0000 (14:27 -0700)]
Merge pull request #53 from acoppes/spritebatchcheckblending

Avoid unnecesary calls to renderMesh() in both enableBlending and disableBlending if blending was already enabled/disabled.

12 years agoiOS sockets implemented (untested)
Christoph Aschwanden [Sun, 7 Oct 2012 12:05:19 +0000 (21:05 +0900)]
iOS sockets implemented (untested)

12 years agomodified SpriteBatch enableBlending() and disableBlending() methods to check if blend...
Ariel Coppes [Sat, 6 Oct 2012 20:32:05 +0000 (17:32 -0300)]
modified SpriteBatch enableBlending() and disableBlending() methods to check if blendingDisabled was disabled or enabled, respectively, to perform the renderMesh() or not, so two consecutive calls to enableBlending/disableBlending will not perform a renderMesh() call

12 years agoMerge branch 'master' of github.com:libgdx/libgdx
Mario Zechner [Thu, 4 Oct 2012 15:21:24 +0000 (17:21 +0200)]
Merge branch 'master' of github.com:libgdx/libgdx

12 years agofixed gdx.gwt.xml, included new networking interfaces
Mario Zechner [Thu, 4 Oct 2012 15:21:02 +0000 (17:21 +0200)]
fixed gdx.gwt.xml, included new networking interfaces

12 years agoMerge pull request #50 from noblemaster/master
Mario Zechner [Thu, 4 Oct 2012 15:17:20 +0000 (08:17 -0700)]
Merge pull request #50 from noblemaster/master

gdx.net for Android implemented (sockets)

12 years agoMerge pull request #52 from StickyDroids/master
Mario Zechner [Thu, 4 Oct 2012 15:15:54 +0000 (08:15 -0700)]
Merge pull request #52 from StickyDroids/master

Allow building gdx2d.c without JNI

12 years agoTexturePacker2, use -1,-1 if x or y ninepatch padding is omitted.
NathanSweet [Thu, 4 Oct 2012 07:01:12 +0000 (00:01 -0700)]
TexturePacker2, use -1,-1 if x or y ninepatch padding is omitted.

12 years agoSlider, fixed background padding.
NathanSweet [Thu, 4 Oct 2012 07:00:42 +0000 (00:00 -0700)]
Slider, fixed background padding.

12 years agoTexturePacker2, support ninepatch padding when there are no splits.
NathanSweet [Thu, 4 Oct 2012 06:46:56 +0000 (23:46 -0700)]
TexturePacker2, support ninepatch padding when there are no splits.

12 years agoMinor cleanup for ninepatch padding.
NathanSweet [Thu, 4 Oct 2012 06:32:14 +0000 (23:32 -0700)]
Minor cleanup for ninepatch padding.

12 years agoMerge pull request #48 from psiegel/master
Nathan Sweet [Thu, 4 Oct 2012 05:47:23 +0000 (22:47 -0700)]
Merge pull request #48 from psiegel/master

Added support for right/bottom edge fill lines in .9.png files.

12 years agoMaybe I undo this so I can merge a pull request automatically...
NathanSweet [Thu, 4 Oct 2012 05:46:10 +0000 (22:46 -0700)]
Maybe I undo this so I can merge a pull request automatically...

12 years agoNinePatch, added getTexture().
NathanSweet [Thu, 4 Oct 2012 05:42:13 +0000 (22:42 -0700)]
NinePatch, added getTexture().

12 years agoMerge pull request #51 from acoppes/stopwhennotrunning
Nathan Sweet [Thu, 4 Oct 2012 05:32:53 +0000 (22:32 -0700)]
Merge pull request #51 from acoppes/stopwhennotrunning

Stop LwjglApplication when not running

12 years agoExclude jni.h if building with NOJNI
Richard Taylor [Wed, 3 Oct 2012 04:30:39 +0000 (21:30 -0700)]
Exclude jni.h if building with NOJNI

12 years agomodified LwjglApplication to break the while if running is false after a runnable...
Ariel Coppes [Tue, 2 Oct 2012 23:12:09 +0000 (20:12 -0300)]
modified LwjglApplication to break the while if running is false after a runnable modified it, for example after a app.exit()

12 years ago[fixed] Issue 1075.
MobiDevelop [Tue, 2 Oct 2012 16:28:01 +0000 (09:28 -0700)]
[fixed] Issue 1075.

12 years agoAndroid Gdx.net backend implemented for sockets (code duplication from LWJGL backend...
Christoph Aschwanden [Tue, 2 Oct 2012 02:53:13 +0000 (11:53 +0900)]
Android Gdx.net backend implemented for sockets (code duplication from LWJGL backend). Updated dock for "backlog" (ServerHints).

12 years agoMerge pull request #49 from noblemaster/master
Mario Zechner [Mon, 1 Oct 2012 21:40:18 +0000 (14:40 -0700)]
Merge pull request #49 from noblemaster/master

gdx.net: first set of changes!

12 years agoFirst set of changes for networking on Java (LWJGL/Android).
Christoph Aschwanden [Mon, 1 Oct 2012 04:51:20 +0000 (13:51 +0900)]
First set of changes for networking on Java (LWJGL/Android).

12 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
Christoph Aschwanden [Mon, 1 Oct 2012 03:18:13 +0000 (12:18 +0900)]
Merge branch 'master' of https://github.com/libgdx/libgdx

12 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Mon, 1 Oct 2012 01:57:16 +0000 (18:57 -0700)]
Merge remote-tracking branch 'origin/master'

12 years agoActor, screenToLocalCoordinates.
NathanSweet [Mon, 1 Oct 2012 01:56:17 +0000 (18:56 -0700)]
Actor, screenToLocalCoordinates.
InputEvent, reset button to -1 to reduce confusion for buttons that don't have button (touchDragged).

12 years agoBinaryHeap, fixed up so it can actually be used.
NathanSweet [Mon, 1 Oct 2012 01:55:08 +0000 (18:55 -0700)]
BinaryHeap, fixed up so it can actually be used.

12 years agoFixing author and email.
Paul Siegel [Sun, 30 Sep 2012 18:19:36 +0000 (14:19 -0400)]
Fixing author and email.

12 years agomore natives...
Mario Zechner [Sun, 30 Sep 2012 17:24:40 +0000 (19:24 +0200)]
more natives...

12 years agoand reverted build script changes again...
Mario Zechner [Sun, 30 Sep 2012 16:41:34 +0000 (18:41 +0200)]
and reverted build script changes again...

12 years agoMerge branch 'master' of github.com:libgdx/libgdx
Mario Zechner [Sun, 30 Sep 2012 16:26:08 +0000 (18:26 +0200)]
Merge branch 'master' of github.com:libgdx/libgdx

12 years agopushing latest natives...2
Mario Zechner [Sun, 30 Sep 2012 16:25:41 +0000 (18:25 +0200)]
pushing latest natives...2

12 years agoremoved sysout from AndroidOnscreenKeyboard
Mario Zechner [Sun, 30 Sep 2012 16:13:16 +0000 (18:13 +0200)]
removed sysout from AndroidOnscreenKeyboard

12 years agofixed issue 1070, Sphere#overlaps was wrong. oops
Mario Zechner [Sun, 30 Sep 2012 16:10:14 +0000 (18:10 +0200)]
fixed issue 1070, Sphere#overlaps was wrong. oops

12 years agolinux build scripts link libgcc and libstdc++ statically
Mario Zechner [Sun, 30 Sep 2012 15:57:09 +0000 (17:57 +0200)]
linux build scripts link libgcc and libstdc++ statically

12 years agoadded preliminary networking module interfaces. Wired up all backends. We just need...
Mario Zechner [Sun, 30 Sep 2012 15:38:00 +0000 (17:38 +0200)]
added preliminary networking module interfaces. Wired up all backends. We just need to fill out the implementations per backend.

12 years agoMerge pull request #47 from noblemaster/master
Mario Zechner [Sun, 30 Sep 2012 15:17:59 +0000 (08:17 -0700)]
Merge pull request #47 from noblemaster/master

iOS Bugfixes (minor)

12 years agoScrollPane, added isDragging and methods to hook when scrolling changes.
NathanSweet [Sat, 29 Sep 2012 19:47:52 +0000 (12:47 -0700)]
ScrollPane, added isDragging and methods to hook when scrolling changes.

12 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
Christoph Aschwanden [Sat, 29 Sep 2012 05:31:06 +0000 (14:31 +0900)]
Merge branch 'master' of https://github.com/libgdx/libgdx

12 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Sat, 29 Sep 2012 04:03:36 +0000 (21:03 -0700)]
Merge remote-tracking branch 'origin/master'

12 years agoScissorStack, proper rounding in all cases (sweet baby jesus).
NathanSweet [Sat, 29 Sep 2012 04:03:24 +0000 (21:03 -0700)]
ScissorStack, proper rounding in all cases (sweet baby jesus).

12 years agoBugfix for Framebuffer on iOS: frame buffer handle is not necessarily 0 on iOS!
Christoph Aschwanden [Fri, 28 Sep 2012 18:00:34 +0000 (03:00 +0900)]
Bugfix for Framebuffer on iOS: frame buffer handle is not necessarily 0 on iOS!

12 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
Christoph Aschwanden [Fri, 28 Sep 2012 16:49:03 +0000 (01:49 +0900)]
Merge branch 'master' of https://github.com/libgdx/libgdx

12 years agoiOS bugfix for FileHandle.exists() ==> original method has fallback to Classpath...
Christoph Aschwanden [Fri, 28 Sep 2012 16:48:48 +0000 (01:48 +0900)]
iOS bugfix for FileHandle.exists() ==> original method has fallback to Classpath (crashes iOS)

12 years agoMerge pull request #46 from Regiden/master
Mario Zechner [Fri, 28 Sep 2012 13:25:02 +0000 (06:25 -0700)]
Merge pull request #46 from Regiden/master

Again some (hopefully) useful methods for AssetManager

12 years agoMerge pull request #45 from noblemaster/master
Mario Zechner [Fri, 28 Sep 2012 13:22:54 +0000 (06:22 -0700)]
Merge pull request #45 from noblemaster/master

Retina Support + misc. other changes

12 years agoAdded functionality to AssetManager.java:
Regiden [Thu, 27 Sep 2012 17:24:56 +0000 (19:24 +0200)]
Added functionality to AssetManager.java:

 - method to get the type of an asset
 - method to get an asset without the type parameter

12 years agoIOSGraphics returns density & PPI values now. That "completes" the Retina update...
Christoph Aschwanden [Thu, 27 Sep 2012 13:55:55 +0000 (22:55 +0900)]
IOSGraphics returns density & PPI values now. That "completes" the Retina update for now. There are actually no changes needed to get apps to work on Retina enabled devices.

NOTE: we could add a flag to IOSApplicationConfiguration in the future to allow apps to take full advantage of Retina. For now all apps will work on both Retina and non-Retina devices without code changes :)

12 years agoAll 3 Demo projects using iOS updated.
Christoph Aschwanden [Thu, 27 Sep 2012 13:04:25 +0000 (22:04 +0900)]
All 3 Demo projects using iOS updated.

NOTE: Cannot get vector pinball to work. I get the following error. Not sure how to fix!?
  "Warning: The referenced library 'gdx-backend-ios.dll' is not used from any code, skipping extraction of content resources. (gdx-vectorpinball-ios)"

12 years agoconvert.xml uses env.IKVM_HOME now!
Christoph Aschwanden [Thu, 27 Sep 2012 12:24:17 +0000 (21:24 +0900)]
convert.xml uses env.IKVM_HOME now!

12 years agoIOSApplicationConfiguration updated: landscape/portrait update.
Christoph Aschwanden [Thu, 27 Sep 2012 11:52:57 +0000 (20:52 +0900)]
IOSApplicationConfiguration updated: landscape/portrait update.

12 years agoRemoved ARM6 (not supported anymore via Xcode). Path update: "/Developer/usr/bin...
Christoph Aschwanden [Thu, 27 Sep 2012 11:50:46 +0000 (20:50 +0900)]
Removed ARM6 (not supported anymore via Xcode). Path update: "/Developer/usr/bin/xcodebuild" -> "xcodebuild"

12 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
Christoph Aschwanden [Thu, 27 Sep 2012 11:28:10 +0000 (20:28 +0900)]
Merge branch 'master' of https://github.com/libgdx/libgdx

12 years agoShouldAutorotateToInterfaceOrientation implemented.
Christoph Aschwanden [Thu, 27 Sep 2012 11:27:58 +0000 (20:27 +0900)]
ShouldAutorotateToInterfaceOrientation implemented.

12 years agoMerge pull request #44 from noblemaster/master
Mario Zechner [Thu, 27 Sep 2012 09:40:33 +0000 (02:40 -0700)]
Merge pull request #44 from noblemaster/master

iOS: LANDSCAPE + Sound + Music Feature Complete (/w Limitations)

12 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
Christoph Aschwanden [Thu, 27 Sep 2012 09:04:02 +0000 (18:04 +0900)]
Merge branch 'master' of https://github.com/libgdx/libgdx

12 years ago- Screen orientations implemented (NOTE: only works with either LANDSCAPE -or- PORTRA...
Christoph Aschwanden [Thu, 27 Sep 2012 09:03:47 +0000 (18:03 +0900)]
- Screen orientations implemented (NOTE: only works with either LANDSCAPE -or- PORTRAIT but not both at the same time.
- Invaders update (OGG -> WAV)

12 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Thu, 27 Sep 2012 08:43:29 +0000 (01:43 -0700)]
Merge remote-tracking branch 'origin/master'

12 years agoSkin, removed printlns.
NathanSweet [Thu, 27 Sep 2012 08:43:23 +0000 (01:43 -0700)]
Skin, removed printlns.

12 years agoiOS: Audio & Sound feature complete. Tested on superjumper & Tropical Stormfront...
Christoph Aschwanden [Wed, 26 Sep 2012 15:02:50 +0000 (00:02 +0900)]
iOS: Audio & Sound feature complete. Tested on superjumper & Tropical Stormfront. Need to do some testing on actual device...

12 years agosuper jumper is using WAV instead of OGG files now (iOS support).
Christoph Aschwanden [Wed, 26 Sep 2012 14:59:02 +0000 (23:59 +0900)]
super jumper is using WAV instead of OGG files now (iOS support).

12 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
Christoph Aschwanden [Wed, 26 Sep 2012 14:42:18 +0000 (23:42 +0900)]
Merge branch 'master' of https://github.com/libgdx/libgdx

12 years agoBugfix for FPS counter.
Christoph Aschwanden [Wed, 26 Sep 2012 14:42:04 +0000 (23:42 +0900)]
Bugfix for FPS counter.

12 years agoMerge pull request #43 from aspic/body-fixes
Mario Zechner [Wed, 26 Sep 2012 10:06:02 +0000 (03:06 -0700)]
Merge pull request #43 from aspic/body-fixes

Fixed javadoc for some methods (#982).

12 years agoFixed javadoc for some methods (#982).
aspic [Tue, 25 Sep 2012 23:08:47 +0000 (01:08 +0200)]
Fixed javadoc for some methods (#982).

12 years agoMerge pull request #42 from acoppes/vertexattributefind
Mario Zechner [Tue, 25 Sep 2012 19:56:14 +0000 (12:56 -0700)]
Merge pull request #42 from acoppes/vertexattributefind

Useful methods for VertexAttributes class

12 years agoMerge pull request #41 from noblemaster/master
Mario Zechner [Tue, 25 Sep 2012 19:53:32 +0000 (12:53 -0700)]
Merge pull request #41 from noblemaster/master

Initial version with Sound + Music

12 years agoadded useful methods to VertexAttributes class to find VertexAttribute for a specifie...
Ariel Coppes [Tue, 25 Sep 2012 18:50:58 +0000 (15:50 -0300)]
added useful methods to VertexAttributes class to find VertexAttribute for a specified usage

12 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
Christoph Aschwanden [Tue, 25 Sep 2012 16:35:32 +0000 (01:35 +0900)]
Merge branch 'master' of https://github.com/libgdx/libgdx

12 years agoInitial version for audio on iOS. This needs more work:
Christoph Aschwanden [Tue, 25 Sep 2012 16:35:19 +0000 (01:35 +0900)]
Initial version for audio on iOS. This needs more work:
- soundIds not implemented for IOSSound
- looping not supported
- .ogg not supported

12 years ago[fixed] Issue 1065: GWT Backend - BufferedReader handling of '\r\n' line-endings.
Justin Shapcott [Tue, 25 Sep 2012 15:36:55 +0000 (08:36 -0700)]
[fixed] Issue 1065: GWT Backend - BufferedReader handling of '\r\n' line-endings.

12 years ago[fixed] Issue 1058, MD5Loader handling of quoted strings.
Justin Shapcott [Tue, 25 Sep 2012 13:12:48 +0000 (06:12 -0700)]
[fixed] Issue 1058, MD5Loader handling of quoted strings.

12 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Tue, 25 Sep 2012 05:58:58 +0000 (22:58 -0700)]
Merge remote-tracking branch 'origin/master'

12 years agoAdded checkedOver drawable to buttons.
NathanSweet [Tue, 25 Sep 2012 05:58:42 +0000 (22:58 -0700)]
Added checkedOver drawable to buttons.
Added ImageTextButton.

12 years agoadded release build configs to monotouch projects (simulator only)
badlogic [Mon, 24 Sep 2012 22:22:25 +0000 (00:22 +0200)]
added release build configs to monotouch projects (simulator only)

12 years agofixed up all monotouch projects to reference the ikvm assemblies in the repo..
badlogic [Mon, 24 Sep 2012 21:52:14 +0000 (23:52 +0200)]
fixed up all monotouch projects to reference the ikvm assemblies in the repo..

12 years agoi hate myself
badlogic [Mon, 24 Sep 2012 21:39:54 +0000 (23:39 +0200)]
i hate myself

12 years agoMerge pull request #40 from aspic/lwjgl-refactoring
Mario Zechner [Mon, 24 Sep 2012 18:20:44 +0000 (11:20 -0700)]
Merge pull request #40 from aspic/lwjgl-refactoring

Some lwjgl refactoring

12 years agoMerge pull request #39 from Regiden/master
Mario Zechner [Mon, 24 Sep 2012 18:19:12 +0000 (11:19 -0700)]
Merge pull request #39 from Regiden/master

Methods to get all file names in the AssetManager and to get all dependencies a asset might have

12 years agoFixed code formatting, added protected for coherency and replaced
aspic [Mon, 24 Sep 2012 16:21:17 +0000 (18:21 +0200)]
Fixed code formatting, added protected for coherency and replaced
java.util.List.

12 years agoAdded the methods from the last commit to the AssetManager.java from the gwt emulation.
Regiden [Mon, 24 Sep 2012 14:14:12 +0000 (16:14 +0200)]
Added the methods from the last commit to the AssetManager.java from the gwt emulation.