OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
11 years agoMerge pull request #83 from xoppa/bullet
Mario Zechner [Sun, 28 Oct 2012 11:29:36 +0000 (04:29 -0700)]
Merge pull request #83 from xoppa/bullet

BulletTest, minor changes

11 years ago[changed] CameraGroupStrategy takes custom comparator in second constructor
Mario Zechner [Sun, 28 Oct 2012 11:06:50 +0000 (12:06 +0100)]
[changed] CameraGroupStrategy takes custom comparator in second constructor

11 years agoSeparate btMotionState
Xoppa [Sat, 27 Oct 2012 21:15:05 +0000 (23:15 +0200)]
Separate btMotionState

11 years agoStage, prevent triggering more than one touchUp event for the same touch focus.
NathanSweet [Sat, 27 Oct 2012 06:10:14 +0000 (23:10 -0700)]
Stage, prevent triggering more than one touchUp event for the same touch focus.

11 years agoStage, removed commented out code. Oops.
NathanSweet [Sat, 27 Oct 2012 06:00:11 +0000 (23:00 -0700)]
Stage, removed commented out code. Oops.

11 years agoStage, fixed calling clear() from touchUp().
NathanSweet [Sat, 27 Oct 2012 05:58:57 +0000 (22:58 -0700)]
Stage, fixed calling clear() from touchUp().
http://www.badlogicgames.com/forum/viewtopic.php?f=11&t=5936

11 years agoScrollPane, fixed scrollable area when (flickScroll && scrollbarsOnTop).
NathanSweet [Sat, 27 Oct 2012 05:58:23 +0000 (22:58 -0700)]
ScrollPane, fixed scrollable area when (flickScroll && scrollbarsOnTop).

11 years agoSnapshotArray, better javadoc.
NathanSweet [Sat, 27 Oct 2012 05:57:38 +0000 (22:57 -0700)]
SnapshotArray, better javadoc.

11 years ago1062, fixed TextField with flipped font.
NathanSweet [Sat, 27 Oct 2012 04:06:52 +0000 (21:06 -0700)]
1062, fixed TextField with flipped font.

11 years ago1077, fixed TableLayout when a colspanned cell is used after uniformX cells.
NathanSweet [Sat, 27 Oct 2012 04:00:30 +0000 (21:00 -0700)]
1077, fixed TableLayout when a colspanned cell is used after uniformX cells.

11 years ago1099, Pools free(Object) and free(Array) are easily confused when pooling Arrays...
NathanSweet [Sat, 27 Oct 2012 03:30:47 +0000 (20:30 -0700)]
1099, Pools free(Object) and free(Array) are easily confused when pooling Arrays. Renamed free(Array) to freeAll(Array). Unfortunately code previously using free(Array) will now be broken, since that now invokes free(Object).

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Sat, 27 Oct 2012 03:21:30 +0000 (20:21 -0700)]
Merge remote-tracking branch 'origin/master'

11 years agoVerticalGroup, fixed layout when not reversed.
NathanSweet [Sat, 27 Oct 2012 03:21:23 +0000 (20:21 -0700)]
VerticalGroup, fixed layout when not reversed.

11 years agofixed gdx-bullet build, with a nasty additional build template...
Mario Zechner [Fri, 26 Oct 2012 16:14:26 +0000 (18:14 +0200)]
fixed gdx-bullet build, with a nasty additional build template...

11 years agoMerge pull request #82 from bornskilled200/master
Mario Zechner [Fri, 26 Oct 2012 14:46:14 +0000 (07:46 -0700)]
Merge pull request #82 from bornskilled200/master

Issue 1091: Render on resize, half fix

11 years agoMerge pull request #85 from noblemaster/master
Mario Zechner [Fri, 26 Oct 2012 14:45:02 +0000 (07:45 -0700)]
Merge pull request #85 from noblemaster/master

iOS: server socket bugfix!

11 years agoMerge pull request #89 from Seraphim6x7/issue-1092
Mario Zechner [Fri, 26 Oct 2012 13:56:39 +0000 (06:56 -0700)]
Merge pull request #89 from Seraphim6x7/issue-1092

 Issue 1092: Implement PolygonRegion's constructor that takes vertices from array

11 years agoAlso test the PolygonRegion (TextureRegion, float[]) constructor
Seraphim [Fri, 26 Oct 2012 13:47:47 +0000 (15:47 +0200)]
Also test the PolygonRegion (TextureRegion, float[]) constructor

11 years agoiissue 1092: implementation for PolygonRegion (TextureRegion,float[])
Seraphim [Fri, 26 Oct 2012 13:02:00 +0000 (15:02 +0200)]
iissue 1092: implementation for PolygonRegion (TextureRegion,float[])

11 years agoMerge pull request #87 from Seraphim6x7/gestures
Nathan Sweet [Thu, 25 Oct 2012 20:29:04 +0000 (13:29 -0700)]
Merge pull request #87 from Seraphim6x7/gestures

Java 101: give boolean methods positive names

11 years agoJava 101: give boolean methods positive names
Seraphim [Thu, 25 Oct 2012 20:21:20 +0000 (22:21 +0200)]
Java 101: give boolean methods positive names

11 years agoMerge pull request #86 from Seraphim6x7/gestures
Nathan Sweet [Thu, 25 Oct 2012 20:18:16 +0000 (13:18 -0700)]
Merge pull request #86 from Seraphim6x7/gestures

slightly improved readability, plus Eclipse autoformatter

11 years agoslightly improved readability, plus Eclipse autoformatter
Seraphim [Thu, 25 Oct 2012 20:04:10 +0000 (22:04 +0200)]
slightly improved readability, plus Eclipse autoformatter

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Wed, 24 Oct 2012 23:42:58 +0000 (16:42 -0700)]
Merge remote-tracking branch 'origin/master'

11 years agoArray classes, added equals().
NathanSweet [Wed, 24 Oct 2012 23:42:38 +0000 (16:42 -0700)]
Array classes, added equals().

11 years agoTable, touchable fixed.
NathanSweet [Wed, 24 Oct 2012 23:22:24 +0000 (16:22 -0700)]
Table, touchable fixed.

11 years agoRemoved package private constructor.
MobiDevelop [Wed, 24 Oct 2012 14:50:51 +0000 (07:50 -0700)]
Removed package private constructor.

There's no obvious reason that the construction of a TiledLayer needs to be package private.

11 years agofixed issue 1089, added Sound#setPriority method, it's just a hint, works only on...
Mario Zechner [Tue, 23 Oct 2012 21:13:45 +0000 (23:13 +0200)]
fixed issue 1089, added Sound#setPriority method, it's just a hint, works only on Android

11 years agofixed Input#getX/getY Javadocs
Mario Zechner [Tue, 23 Oct 2012 20:52:52 +0000 (22:52 +0200)]
fixed Input#getX/getY Javadocs

11 years agoCorrected primitive type.
Xoppa [Mon, 22 Oct 2012 22:44:17 +0000 (00:44 +0200)]
Corrected primitive type.

11 years agoremoved gdx-mavenizer submodule, what a pain in the ass...
Mario Zechner [Sun, 21 Oct 2012 15:20:20 +0000 (17:20 +0200)]
removed gdx-mavenizer submodule, what a pain in the ass...

11 years agoadded gdx-mavenizer from team gemserk
Mario Zechner [Sun, 21 Oct 2012 13:23:08 +0000 (15:23 +0200)]
added gdx-mavenizer from team gemserk

11 years agoadded gdx-buillet/Target to ignore
Mario Zechner [Sun, 21 Oct 2012 11:43:09 +0000 (13:43 +0200)]
added gdx-buillet/Target to ignore

11 years agoiOS: bugfix local IP detection (simulator vs. device different).
Christoph Aschwanden [Sun, 21 Oct 2012 10:34:27 +0000 (19:34 +0900)]
iOS: bugfix local IP detection (simulator vs. device different).

11 years agoiOS: bug fix for server socket.
Christoph Aschwanden [Sun, 21 Oct 2012 07:38:57 +0000 (16:38 +0900)]
iOS: bug fix for server socket.

11 years agoOops, forgot to rename that
Xoppa [Sat, 20 Oct 2012 17:11:43 +0000 (19:11 +0200)]
Oops, forgot to rename that

11 years agoSeparate the actual bullet code. This makes it easier to use it in you own test and...
Xoppa [Sat, 20 Oct 2012 17:01:52 +0000 (19:01 +0200)]
Separate the actual bullet code. This makes it easier to use it in you own test and future tests that might be added.

11 years agoSome minor changes for readability and reusability.
Xoppa [Sat, 20 Oct 2012 16:25:03 +0000 (18:25 +0200)]
Some minor changes for readability and reusability.

11 years agoNot needed anymore
Xoppa [Sat, 20 Oct 2012 15:54:25 +0000 (17:54 +0200)]
Not needed anymore

11 years agoUpdate backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/LwjglGraphics...
bornskilled200 [Sat, 20 Oct 2012 13:39:46 +0000 (10:39 -0300)]
Update backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/LwjglGraphics.java

Half fix of Issue 1091: Render on resize.
Will now render when the window becomes dirty, usually when the window gets moved or when the window gets resized bigger.

11 years agofixed gdx-tests-android classpath, added gdx-bullet
Mario Zechner [Fri, 19 Oct 2012 21:48:22 +0000 (23:48 +0200)]
fixed gdx-tests-android classpath, added gdx-bullet

11 years agofixed starter and update script
Mario Zechner [Fri, 19 Oct 2012 21:22:03 +0000 (23:22 +0200)]
fixed starter and update script

11 years agoupdated all natives, mea culpa, we'll fix that...
Mario Zechner [Fri, 19 Oct 2012 21:18:32 +0000 (23:18 +0200)]
updated all natives, mea culpa, we'll fix that...

11 years agoMerge branch 'master' of github.com:libgdx/libgdx
Mario Zechner [Fri, 19 Oct 2012 20:09:31 +0000 (22:09 +0200)]
Merge branch 'master' of github.com:libgdx/libgdx

11 years agofixed issue 1044, gl_PointSize needed to be set
Mario Zechner [Fri, 19 Oct 2012 20:08:59 +0000 (22:08 +0200)]
fixed issue 1044, gl_PointSize needed to be set

11 years agoupdated update.sh file
Mario Zechner [Fri, 19 Oct 2012 19:45:54 +0000 (21:45 +0200)]
updated update.sh file

11 years agoregenerated gdx-bullet build scripts
Mario Zechner [Fri, 19 Oct 2012 19:34:14 +0000 (21:34 +0200)]
regenerated gdx-bullet build scripts

11 years agomodified build script to include gdx-bullet in build
Mario Zechner [Fri, 19 Oct 2012 19:31:49 +0000 (21:31 +0200)]
modified build script to include gdx-bullet in build

11 years agoMerge branch 'master' of github.com:libgdx/libgdx
badlogic [Fri, 19 Oct 2012 18:41:41 +0000 (20:41 +0200)]
Merge branch 'master' of github.com:libgdx/libgdx

11 years agoupdated mac natives
badlogic [Fri, 19 Oct 2012 18:41:24 +0000 (20:41 +0200)]
updated mac natives

11 years agoMerge pull request #71 from bosoni/master
Mario Zechner [Fri, 19 Oct 2012 18:11:26 +0000 (11:11 -0700)]
Merge pull request #71 from bosoni/master

Added .mtl loader to ObjLoader

11 years agoMerge pull request #77 from noblemaster/master
Mario Zechner [Fri, 19 Oct 2012 18:07:41 +0000 (11:07 -0700)]
Merge pull request #77 from noblemaster/master

iOS: display in pixels + net sockets bugfixed/tested

11 years agoMerge pull request #74 from semtiko/patch-1
Mario Zechner [Fri, 19 Oct 2012 18:06:50 +0000 (11:06 -0700)]
Merge pull request #74 from semtiko/patch-1

OrthographicCamera "fix"

11 years agoMerge pull request #79 from Seraphim6x7/bullet-test
Mario Zechner [Fri, 19 Oct 2012 18:06:10 +0000 (11:06 -0700)]
Merge pull request #79 from Seraphim6x7/bullet-test

moved BulletTest to GdxTests, removed old test

11 years agoMerge pull request #81 from Seraphim6x7/gdx-tests
Mario Zechner [Fri, 19 Oct 2012 18:04:33 +0000 (11:04 -0700)]
Merge pull request #81 from Seraphim6x7/gdx-tests

Gdx tests

11 years agoMerge pull request #80 from Seraphim6x7/spelling
Mario Zechner [Fri, 19 Oct 2012 18:02:40 +0000 (11:02 -0700)]
Merge pull request #80 from Seraphim6x7/spelling

spelling error: Simultanious -> Simultaneous

11 years agousing AssetManager
bosoni [Fri, 19 Oct 2012 14:47:44 +0000 (17:47 +0300)]
using AssetManager

11 years agorename SpritePerformanteTest2 -> SpritePerformanceTest2
Seraphim [Fri, 19 Oct 2012 10:55:33 +0000 (12:55 +0200)]
rename SpritePerformanteTest2 -> SpritePerformanceTest2

11 years agoiOS: bug fixed & tested the socket/serversocket implementation (working now).
Christoph Aschwanden [Fri, 19 Oct 2012 04:53:14 +0000 (13:53 +0900)]
iOS: bug fixed & tested the socket/serversocket implementation (working now).

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
Christoph Aschwanden [Fri, 19 Oct 2012 04:48:43 +0000 (13:48 +0900)]
Merge branch 'master' of https://github.com/libgdx/libgdx

11 years ago[fixed] Issue 1088.
MobiDevelop [Fri, 19 Oct 2012 04:28:52 +0000 (21:28 -0700)]
[fixed] Issue 1088.

11 years agouse MathUtils.random for convenience, use current screen width
Seraphim [Thu, 18 Oct 2012 16:41:51 +0000 (18:41 +0200)]
use MathUtils.random for convenience, use current screen width

11 years agoMultitouchTest didn't set a color, addded more colors (12 colors are enough for everyone)
Seraphim [Thu, 18 Oct 2012 16:08:44 +0000 (18:08 +0200)]
MultitouchTest didn't set a color, addded more colors (12 colors are enough for everyone)

11 years agomake GdxTests.tests a List so we can add additional GdxTests
Seraphim [Thu, 18 Oct 2012 15:57:47 +0000 (17:57 +0200)]
make GdxTests.tests a List so we can add additional GdxTests

11 years agoMake #getNames return a List, this is more convenient in use and prevents some unnece...
Seraphim [Thu, 18 Oct 2012 15:37:04 +0000 (17:37 +0200)]
Make #getNames return a List, this is more convenient in use and prevents some unnecessary copying

11 years agouse array of test classes for instantiation, this removes the limitation on valid...
Seraphim [Thu, 18 Oct 2012 15:27:00 +0000 (17:27 +0200)]
use array of test classes for instantiation, this removes the limitation on valid classpaths for GdxTests

11 years agomoved BulletTest to GdxTests, removed old test
Seraphim [Thu, 18 Oct 2012 13:29:38 +0000 (15:29 +0200)]
moved BulletTest to GdxTests, removed old test

11 years agospelling error: Simultanious -> Simultaneous
Seraphim [Thu, 18 Oct 2012 12:43:50 +0000 (14:43 +0200)]
spelling error: Simultanious -> Simultaneous

11 years agoiOS: update for screen size/scaling (everything in pixels now).
Christoph Aschwanden [Thu, 18 Oct 2012 07:40:30 +0000 (16:40 +0900)]
iOS: update for screen size/scaling (everything in pixels now).

11 years agoMerge pull request #76 from ttencate/master
Mario Zechner [Wed, 17 Oct 2012 21:11:59 +0000 (14:11 -0700)]
Merge pull request #76 from ttencate/master

added missing SetMaxLength wrapper for b2RopeJoint

11 years agoadded missing setMaxLength wrapper for b2RopeJoint
Thomas ten Cate [Wed, 17 Oct 2012 20:54:07 +0000 (21:54 +0100)]
added missing setMaxLength wrapper for b2RopeJoint

11 years agoMerge pull request #75 from acoppes/iospreferences
Mario Zechner [Wed, 17 Oct 2012 20:03:06 +0000 (13:03 -0700)]
Merge pull request #75 from acoppes/iospreferences

Preferences implementation for iOS backend

11 years agoremoved unused method from IOSApplication
Ariel Coppes [Wed, 17 Oct 2012 19:49:56 +0000 (17:49 -0200)]
removed unused method from IOSApplication

11 years agoimplemented get(): Map of IOSPreferences by just returning a map of <string, string...
Ariel Coppes [Wed, 17 Oct 2012 19:41:18 +0000 (17:41 -0200)]
implemented get(): Map of IOSPreferences by just returning a map of <string, string> since we cant know the exact type of the objects here

11 years agochanged to use a path similar to IOSFiles for the IOSPreferences when creating it...
Ariel Coppes [Wed, 17 Oct 2012 19:02:03 +0000 (17:02 -0200)]
changed to use a path similar to IOSFiles for the IOSPreferences when creating it from the IOSApplication, modified IOSPreferences to convert the string key to NSObject and changed to use a NSMutableDictionary to modify stuff

11 years agoimplemented IOSpreferences using a NSDictionary reading/writing to ApplicationBundle...
Ariel Coppes [Wed, 17 Oct 2012 17:15:16 +0000 (15:15 -0200)]
implemented IOSpreferences using a NSDictionary reading/writing to ApplicationBundle.app/Library/preferencesName.plist, added javadocs for preferences.get() (I suppose it returns a read only map) (not implemented in IOSPreferences yet)

11 years agoMerge pull request #72 from noblemaster/master
Mario Zechner [Wed, 17 Oct 2012 10:22:08 +0000 (03:22 -0700)]
Merge pull request #72 from noblemaster/master

iOS: retina support + option to disable screen dimming

11 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
Christoph Aschwanden [Wed, 17 Oct 2012 02:38:42 +0000 (11:38 +0900)]
Merge branch 'master' of https://github.com/libgdx/libgdx

Conflicts:
backends/gdx-backend-iosmonotouch/src/com/badlogic/gdx/backends/ios/IOSApplication.java

11 years agoRemoved unused var
Alex Vega [Wed, 17 Oct 2012 00:20:50 +0000 (04:20 +0400)]
Removed unused var

11 years agoOrthographicCamera "fix"
Alex Vega [Tue, 16 Oct 2012 22:16:33 +0000 (02:16 +0400)]
OrthographicCamera "fix"

I can't reproduce any problems without this changes, but i think it's right.

11 years agoMerge branch 'master' of github.com:libgdx/libgdx
Mario Zechner [Tue, 16 Oct 2012 20:51:47 +0000 (22:51 +0200)]
Merge branch 'master' of github.com:libgdx/libgdx

11 years ago[fixed] issue 1082, additional key mappings for Lwjgl backend
Mario Zechner [Tue, 16 Oct 2012 20:51:00 +0000 (22:51 +0200)]
[fixed] issue 1082, additional key mappings for Lwjgl backend

11 years agoMerge pull request #73 from acoppes/backendiospostrunnables
Mario Zechner [Tue, 16 Oct 2012 19:05:42 +0000 (12:05 -0700)]
Merge pull request #73 from acoppes/backendiospostrunnables

Added postRunnables implementation for iOS backend

11 years agoiOS update: support for retina devices + option to disable screen dimming.
Christoph Aschwanden [Tue, 16 Oct 2012 15:46:55 +0000 (00:46 +0900)]
iOS update: support for retina devices + option to disable screen dimming.

11 years agofix
bosoni [Tue, 16 Oct 2012 14:00:39 +0000 (17:00 +0300)]
fix

11 years agoadded runnables and excecutedRunnables array lists to IOSApplication, modified postRu...
Ariel Coppes [Tue, 16 Oct 2012 13:56:20 +0000 (11:56 -0200)]
added runnables and excecutedRunnables array lists to IOSApplication, modified postRunnable to add a runnable to runnables and added a new method processRunnables, similar to LwjglApplication runnables process, called in OnUpdateFrame() from IOSGraphics (iPhoneOSGameView)

11 years ago.mtl material loader
bosoni [Tue, 16 Oct 2012 11:49:39 +0000 (14:49 +0300)]
.mtl material loader

11 years agoMerge pull request #69 from semtiko/master
Mario Zechner [Tue, 16 Oct 2012 11:18:07 +0000 (04:18 -0700)]
Merge pull request #69 from semtiko/master

Add hide status bar buttons feature for Android 4.x

11 years agoMerge pull request #70 from xoppa/bullet
Mario Zechner [Tue, 16 Oct 2012 11:16:55 +0000 (04:16 -0700)]
Merge pull request #70 from xoppa/bullet

Bullet, added mesh shaped bodies, raycastvehicle and a simple test

11 years ago.mtl material loader
bosoni [Tue, 16 Oct 2012 10:54:36 +0000 (13:54 +0300)]
.mtl material loader

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Tue, 16 Oct 2012 03:35:33 +0000 (20:35 -0700)]
Merge remote-tracking branch 'origin/master'

11 years agoTileDrawable bug.
NathanSweet [Tue, 16 Oct 2012 03:35:26 +0000 (20:35 -0700)]
TileDrawable bug.

11 years agoadded debugging support to convert.xml for all ios demos
Mario Zechner [Mon, 15 Oct 2012 23:47:18 +0000 (01:47 +0200)]
added debugging support to convert.xml for all ios demos

11 years agoadded FIXME's to all iOS backend classes so we know what's left to do, not that much
Mario Zechner [Mon, 15 Oct 2012 23:36:11 +0000 (01:36 +0200)]
added FIXME's to all iOS backend classes so we know what's left to do, not that much

11 years agoAdded a simple bullet test
Xoppa [Mon, 15 Oct 2012 14:20:54 +0000 (16:20 +0200)]
Added a simple bullet test

11 years agoAdded mesh shaped bodies and raycastvehicle support.
Xoppa [Mon, 15 Oct 2012 10:36:20 +0000 (12:36 +0200)]
Added mesh shaped bodies and raycastvehicle support.

11 years agoAdd logging for hideStatusBar exception
Alex Vega [Mon, 15 Oct 2012 11:50:24 +0000 (15:50 +0400)]
Add logging for hideStatusBar exception

11 years agoAnother fix
Alex Vega [Mon, 15 Oct 2012 02:54:22 +0000 (06:54 +0400)]
Another fix

Crazy night today, just forgot one critical line :D

11 years agoFix
Alex Vega [Mon, 15 Oct 2012 00:45:11 +0000 (04:45 +0400)]
Fix

11 years agoCleaning
Alex Vega [Sun, 14 Oct 2012 23:19:19 +0000 (03:19 +0400)]
Cleaning