OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
10 years agoMerge pull request #588 from jrenner/box2d-array-refactor
Mario Zechner [Sat, 14 Sep 2013 19:43:53 +0000 (12:43 -0700)]
Merge pull request #588 from jrenner/box2d-array-refactor

all box2d classes refactored from java.util.ArrayList to badlogic Array class

10 years agoMerge pull request #587 from jameslfc19/master
Mario Zechner [Sat, 14 Sep 2013 19:42:22 +0000 (12:42 -0700)]
Merge pull request #587 from jameslfc19/master

Made Setup-UI compatible with the iPhone 5 (Retina 4-inch) and added ico...

10 years agoMerge pull request #476 from semtiko/master
Mario Zechner [Sat, 14 Sep 2013 19:39:51 +0000 (12:39 -0700)]
Merge pull request #476 from semtiko/master

Create ScreenAdapter for more flexibility

10 years agoMerge pull request #591 from xoppa/3dapi
Xoppa [Sat, 14 Sep 2013 17:20:27 +0000 (10:20 -0700)]
Merge pull request #591 from xoppa/3dapi

3dapi various small changes

10 years agoCameraInputController add pinch zoom
Xoppa [Sat, 14 Sep 2013 17:13:36 +0000 (19:13 +0200)]
CameraInputController add pinch zoom

10 years agoBaseShader update for GLTexture
Xoppa [Sat, 14 Sep 2013 17:12:16 +0000 (19:12 +0200)]
BaseShader update for GLTexture

10 years agoAdd reflection color
Xoppa [Sat, 14 Sep 2013 17:11:57 +0000 (19:11 +0200)]
Add reflection color

10 years agoMerge pull request #590 from xoppa/3dapi
Xoppa [Sat, 14 Sep 2013 17:03:25 +0000 (10:03 -0700)]
Merge pull request #590 from xoppa/3dapi

Cubemap add javadocs

10 years agoCubemap add javadocs
Xoppa [Sat, 14 Sep 2013 17:01:42 +0000 (19:01 +0200)]
Cubemap add javadocs

10 years agoUpdate README.md
Mario Zechner [Sat, 14 Sep 2013 14:26:24 +0000 (16:26 +0200)]
Update README.md

10 years agoUpdate README.md
Mario Zechner [Sat, 14 Sep 2013 14:25:41 +0000 (16:25 +0200)]
Update README.md

10 years agoUpdate README.md
Mario Zechner [Sat, 14 Sep 2013 14:24:58 +0000 (16:24 +0200)]
Update README.md

10 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Sat, 14 Sep 2013 12:13:04 +0000 (14:13 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx

10 years agofixed pixmap disposing in texture data upload
badlogic [Sat, 14 Sep 2013 12:12:57 +0000 (14:12 +0200)]
fixed pixmap disposing in texture data upload

10 years agoall box2d classes refactored to use badlogic Array instead of java.util.ArrayList...
Jon Renner [Sat, 14 Sep 2013 04:42:46 +0000 (12:42 +0800)]
all box2d classes refactored to use badlogic Array instead of java.util.ArrayList - does change API a little

10 years agoMade Setup-UI compatible with the iPhone 5 (Retina 4-inch) and added icons ready...
jameslfc19 [Fri, 13 Sep 2013 23:28:50 +0000 (00:28 +0100)]
Made Setup-UI compatible with the iPhone 5 (Retina 4-inch) and added icons ready for the app store.

-Added splash screens that Apple use to detect whether the app is compatible with the iPhone 5 (Retina 4-inch)
-Added iPhone and iPad icons so that the App will be ready for the App Store.
-Icons and splash screens are located in ios-robovm/data (This keeps it separate from the other projects, for instance if the user doesn't want to include the ios-robovm project.

Signed-off-by: jameslfc19 <jameslfc19@gmail.com>
10 years agoFix Label docs
MobiDevelop [Fri, 13 Sep 2013 22:56:32 +0000 (15:56 -0700)]
Fix Label docs

Doc stated a Label would honor actor rotation/scaling but that functionality was removed long ago.

10 years agoremoved texture emu, replaced with ETC1TextureData emu, nice :)
badlogic [Fri, 13 Sep 2013 22:20:22 +0000 (00:20 +0200)]
removed texture emu, replaced with ETC1TextureData emu, nice :)

10 years agoadded notes about texture changes
badlogic [Fri, 13 Sep 2013 22:11:16 +0000 (00:11 +0200)]
added notes about texture changes

10 years agofixed texture emu in gwt
badlogic [Fri, 13 Sep 2013 22:08:20 +0000 (00:08 +0200)]
fixed texture emu in gwt

10 years agomade GLTexture abstract, fixed up a few minor things
badlogic [Fri, 13 Sep 2013 21:47:09 +0000 (23:47 +0200)]
made GLTexture abstract, fixed up a few minor things

10 years agoMerge pull request #586 from xoppa/3dapi
Mario Zechner [Fri, 13 Sep 2013 21:28:18 +0000 (14:28 -0700)]
Merge pull request #586 from xoppa/3dapi

Add GLTexture and Cubemap

10 years agoTextureBinder use GLTexture
Xoppa [Fri, 13 Sep 2013 20:14:18 +0000 (22:14 +0200)]
TextureBinder use GLTexture

10 years agoAdd texture to gwt
Xoppa [Fri, 13 Sep 2013 20:12:34 +0000 (22:12 +0200)]
Add texture to gwt

10 years agoTexture extend GLTexture
Xoppa [Fri, 13 Sep 2013 20:11:07 +0000 (22:11 +0200)]
Texture extend GLTexture

10 years agoAdd GLTexture
Xoppa [Fri, 13 Sep 2013 20:07:35 +0000 (22:07 +0200)]
Add GLTexture

10 years agoMerge pull request #585 from hneuer/actor
Nathan Sweet [Fri, 13 Sep 2013 19:17:17 +0000 (12:17 -0700)]
Merge pull request #585 from hneuer/actor

Fix possible NPE in AddListenerAction

10 years agoFix possible NPE in AddListenerAction
hneuer [Fri, 13 Sep 2013 19:14:36 +0000 (21:14 +0200)]
Fix possible NPE in AddListenerAction

10 years agoellipse off by default.
NathanSweet [Fri, 13 Sep 2013 19:09:49 +0000 (21:09 +0200)]
ellipse off by default.

10 years agoMerge branch 'origin/master'
NathanSweet [Fri, 13 Sep 2013 18:54:39 +0000 (20:54 +0200)]
Merge branch 'origin/master'

10 years agoSetting to turn off label ellipse.
NathanSweet [Fri, 13 Sep 2013 18:54:23 +0000 (20:54 +0200)]
Setting to turn off label ellipse.

f201abec80d03dcc7417522763b5dcb0ecada272

10 years agoMerge pull request #573 from PixelDuck/master
Nathan Sweet [Fri, 13 Sep 2013 18:50:37 +0000 (11:50 -0700)]
Merge pull request #573 from PixelDuck/master

Add a method isPointInPolygon() with vertices passed trough Array<Vector...

10 years agorename isPointInPolygonAux() to isPointInPolygon()
omartin [Fri, 13 Sep 2013 18:43:20 +0000 (20:43 +0200)]
rename isPointInPolygonAux() to isPointInPolygon()

10 years agomerged ios preferences fix, updated robovm todos
badlogic [Fri, 13 Sep 2013 17:11:28 +0000 (19:11 +0200)]
merged ios preferences fix, updated robovm todos

10 years agoMerge pull request #584 from ttencate/master
Nathan Sweet [Fri, 13 Sep 2013 17:08:39 +0000 (10:08 -0700)]
Merge pull request #584 from ttencate/master

Clarify some Javadoc and rename some parameters to be more self-documenting

10 years agoClarify some Javadoc and rename some parameters to be more self-documenting
Thomas ten Cate [Fri, 13 Sep 2013 17:04:40 +0000 (18:04 +0100)]
Clarify some Javadoc and rename some parameters to be more self-documenting

10 years agoMerge pull request #583 from ntherning/ios-preferences-fix
Mario Zechner [Fri, 13 Sep 2013 17:02:05 +0000 (10:02 -0700)]
Merge pull request #583 from ntherning/ios-preferences-fix

Fix for bug in RoboVM which may cause ClassCastException in IOSPreferences

10 years agoAdded work around for bug 155 in RoboVM which may cause ClassCastExceptions to be...
Niklas Therning [Fri, 13 Sep 2013 16:13:04 +0000 (18:13 +0200)]
Added work around for bug 155 in RoboVM which may cause ClassCastExceptions to be thrown by the get-methods in IOSPreferences.

10 years agoMerge pull request #582 from hneuer/str
Nathan Sweet [Fri, 13 Sep 2013 13:39:31 +0000 (06:39 -0700)]
Merge pull request #582 from hneuer/str

Fixed StringBuilder.insert

10 years agoFixed StringBuilder.insert
hneuer [Fri, 13 Sep 2013 13:28:15 +0000 (15:28 +0200)]
Fixed StringBuilder.insert

Test code:
StringBuilder b = new StringBuilder("test123");
int offset = 2;
char[] str = "ABCD".toCharArray();
b.insert(offset, str, 1, 2);
System.out.println("b: " + b);
System.out.println("str: " + new String(str));

// wrong:
// b: tesest1
// str: ABBC

// right:
// b: teBCst123
// str: ABCD

10 years agoAdd changes from PR #567 to GWT module def
Justin Shapcott [Fri, 13 Sep 2013 13:23:54 +0000 (06:23 -0700)]
Add changes from PR #567 to GWT module def

Adds new classes and classpath files.

10 years agoFormatted, fixed getRotation being commented out.
NathanSweet [Fri, 13 Sep 2013 12:19:47 +0000 (14:19 +0200)]
Formatted, fixed getRotation being commented out.

e10d5cc09d113ec71c1a67af84b8a273f073272d

10 years agoMerge branch 'origin/master'
NathanSweet [Fri, 13 Sep 2013 12:17:58 +0000 (14:17 +0200)]
Merge branch 'origin/master'

10 years agoAdded getColor.
NathanSweet [Fri, 13 Sep 2013 12:17:50 +0000 (14:17 +0200)]
Added getColor.

10 years agoMerge pull request #565 from hneuer/effectbounds
Mario Zechner [Fri, 13 Sep 2013 11:31:55 +0000 (04:31 -0700)]
Merge pull request #565 from hneuer/effectbounds

Added bounding box for particle effects.

10 years agowho killed Sprite#getRotation?
badlogic [Fri, 13 Sep 2013 11:07:44 +0000 (13:07 +0200)]
who killed Sprite#getRotation?

10 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Fri, 13 Sep 2013 11:00:14 +0000 (13:00 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx

10 years agoadded todos.txt for robovm backend, cleaned up files a little
badlogic [Fri, 13 Sep 2013 11:00:06 +0000 (13:00 +0200)]
added todos.txt for robovm backend, cleaned up files a little

10 years agoDeleted leftover from merge.
hneuer [Fri, 13 Sep 2013 10:39:15 +0000 (12:39 +0200)]
Deleted leftover from merge.

10 years agoMerge branch 'master' into effectbounds
hneuer [Fri, 13 Sep 2013 10:36:02 +0000 (12:36 +0200)]
Merge branch 'master' into effectbounds

Conflicts:
CHANGES

10 years agoMerge pull request #570 from jrenner/master
Nathan Sweet [Fri, 13 Sep 2013 10:19:29 +0000 (03:19 -0700)]
Merge pull request #570 from jrenner/master

more docs for Sprite.java

10 years agoMerge pull request #135 from junkdog/master
Mario Zechner [Fri, 13 Sep 2013 10:15:09 +0000 (03:15 -0700)]
Merge pull request #135 from junkdog/master

ParticleEditor: delta multiplier and simpler new emitters.

10 years agoMerge pull request #564 from hneuer/pool
Mario Zechner [Fri, 13 Sep 2013 10:12:44 +0000 (03:12 -0700)]
Merge pull request #564 from hneuer/pool

ParticleEmitter now resets the active particles too.

10 years agoMerge pull request #567 from xoppa/3dapi
Mario Zechner [Fri, 13 Sep 2013 10:12:02 +0000 (03:12 -0700)]
Merge pull request #567 from xoppa/3dapi

3dapi: add basic shadow mapping

10 years agoMerge pull request #577 from hneuer/tmxloader
Mario Zechner [Fri, 13 Sep 2013 10:08:29 +0000 (03:08 -0700)]
Merge pull request #577 from hneuer/tmxloader

AtlasTmxMapLoader small fixes

10 years agoMerge pull request #581 from ntherning/superjumper-app-store-ready
Mario Zechner [Fri, 13 Sep 2013 10:07:42 +0000 (03:07 -0700)]
Merge pull request #581 from ntherning/superjumper-app-store-ready

Added icons and splash screens and changed app id and name for SuperJumper to make it ready for App Store

10 years agominor changes to setVertices docs
badlogic [Fri, 13 Sep 2013 09:59:36 +0000 (11:59 +0200)]
minor changes to setVertices docs

10 years agoMerge pull request #580 from hneuer/pecond
Nathan Sweet [Fri, 13 Sep 2013 09:41:47 +0000 (02:41 -0700)]
Merge pull request #580 from hneuer/pecond

Removed repeated conditional check

10 years agoMerge pull request #579 from hneuer/coll2
Nathan Sweet [Fri, 13 Sep 2013 09:40:52 +0000 (02:40 -0700)]
Merge pull request #579 from hneuer/coll2

Fixed capacity check in collection classes

10 years agoAdded icons and splash screens and changed app id and name for SuperJumper to make...
Niklas Therning [Fri, 13 Sep 2013 09:17:22 +0000 (11:17 +0200)]
Added icons and splash screens and changed app id and name for SuperJumper to make it ready for App Store.

10 years agoRemoved repeated conditional check
hneuer [Fri, 13 Sep 2013 08:55:31 +0000 (10:55 +0200)]
Removed repeated conditional check

10 years agoFixed capacity check in collection classes
hneuer [Fri, 13 Sep 2013 08:51:48 +0000 (10:51 +0200)]
Fixed capacity check in collection classes

10 years agoRemove old method isPointInPolygon(List<Vector2>, Vector2)
omartin [Fri, 13 Sep 2013 06:58:47 +0000 (08:58 +0200)]
Remove old method isPointInPolygon(List<Vector2>, Vector2)

10 years agoMerge branch 'origin/master'
NathanSweet [Fri, 13 Sep 2013 00:24:30 +0000 (02:24 +0200)]
Merge branch 'origin/master'

10 years agoBetter error message.
NathanSweet [Fri, 13 Sep 2013 00:24:23 +0000 (02:24 +0200)]
Better error message.

10 years agoRemoved two uniforms.
NathanSweet [Fri, 13 Sep 2013 00:24:15 +0000 (02:24 +0200)]
Removed two uniforms.

SpriteBatch didn't have them.

10 years agoThrow exception if not enough points.
NathanSweet [Fri, 13 Sep 2013 00:23:52 +0000 (02:23 +0200)]
Throw exception if not enough points.

10 years agoCopy the points if not sorted.
NathanSweet [Fri, 13 Sep 2013 00:23:38 +0000 (02:23 +0200)]
Copy the points if not sorted.

10 years agoMerge pull request #578 from hneuer/ui
Nathan Sweet [Thu, 12 Sep 2013 21:50:18 +0000 (14:50 -0700)]
Merge pull request #578 from hneuer/ui

Fixed Attribute.equals

10 years agoFixed Attribute.equals
hneuer [Thu, 12 Sep 2013 21:45:27 +0000 (23:45 +0200)]
Fixed Attribute.equals

10 years ago- Avoid NPE if atlas property is not set and throw gdx exception with error message...
hneuer [Thu, 12 Sep 2013 20:37:09 +0000 (22:37 +0200)]
- Avoid NPE if atlas property is not set and throw gdx exception with error message instead
- removed unnecessary object creation

10 years ago- Avoid NPE if atlas property is not set and throw gdx exception with error message...
hneuer [Thu, 12 Sep 2013 20:31:53 +0000 (22:31 +0200)]
- Avoid NPE if atlas property is not set and throw gdx exception with error message instead
- removed unnecessary object creation

10 years agoMerge pull request #576 from hneuer/tablelayout
Nathan Sweet [Thu, 12 Sep 2013 20:29:43 +0000 (13:29 -0700)]
Merge pull request #576 from hneuer/tablelayout

Removed erroneous private method from TableLayout

10 years agoRemoved erroneous private method
hneuer [Thu, 12 Sep 2013 20:14:35 +0000 (22:14 +0200)]
Removed erroneous private method

10 years agoFix files for RoboVM
Justin Shapcott [Thu, 12 Sep 2013 14:13:08 +0000 (07:13 -0700)]
Fix files for RoboVM

10 years agoremove private, fixed remove crash, better toString. #574
NathanSweet [Thu, 12 Sep 2013 13:31:08 +0000 (15:31 +0200)]
remove private, fixed remove crash, better toString. #574

10 years agoMerge branch 'origin/master'
NathanSweet [Thu, 12 Sep 2013 13:19:55 +0000 (15:19 +0200)]
Merge branch 'origin/master'

10 years agoMinor updates.
NathanSweet [Thu, 12 Sep 2013 13:19:47 +0000 (15:19 +0200)]
Minor updates.

10 years agoMerge pull request #574 from hneuer/binaryheap
Nathan Sweet [Thu, 12 Sep 2013 13:19:37 +0000 (06:19 -0700)]
Merge pull request #574 from hneuer/binaryheap

Added add(T, float), remove(int), remove(T) and clear() to BinaryHeap

10 years agoAdded add(T, float), remove(int), remove(T) and clear() methods to BinaryHeap.
hneuer [Thu, 12 Sep 2013 11:25:39 +0000 (13:25 +0200)]
Added add(T, float), remove(int), remove(T) and clear() methods to BinaryHeap.

10 years agoAdd a method isPointInPolygon() with vertices passed trough Array<Vector2> instead...
omartin [Thu, 12 Sep 2013 06:34:29 +0000 (08:34 +0200)]
Add a method isPointInPolygon() with vertices passed trough Array<Vector2> instead of List<Vector2>. Mark old method as deprecated and use an auxiliary method for the main code for both functions.

10 years agoFix getFileHandle for Internal files in RoboVM
Justin Shapcott [Wed, 11 Sep 2013 21:43:10 +0000 (14:43 -0700)]
Fix getFileHandle for Internal files in RoboVM

10 years agoComments.
NathanSweet [Wed, 11 Sep 2013 20:54:07 +0000 (22:54 +0200)]
Comments.

10 years agoMoar javadocs.
NathanSweet [Wed, 11 Sep 2013 20:48:54 +0000 (22:48 +0200)]
Moar javadocs.

10 years agoJavadocs, organization/cleanup.
NathanSweet [Wed, 11 Sep 2013 19:48:00 +0000 (21:48 +0200)]
Javadocs, organization/cleanup.

10 years agoJavadocs.
NathanSweet [Wed, 11 Sep 2013 17:32:21 +0000 (19:32 +0200)]
Javadocs.

10 years agogit sucks
NathanSweet [Wed, 11 Sep 2013 17:30:49 +0000 (19:30 +0200)]
git sucks

10 years agoMerge branch 'origin/master'
NathanSweet [Wed, 11 Sep 2013 17:29:43 +0000 (19:29 +0200)]
Merge branch 'origin/master'

Conflicts:
gdx/src/com/badlogic/gdx/graphics/g2d/PolygonSpriteBatch.java

10 years agoJavadocs.
NathanSweet [Wed, 11 Sep 2013 17:24:17 +0000 (19:24 +0200)]
Javadocs.

10 years agoMerge pull request #572 from jrenner/patch-1
Nathan Sweet [Wed, 11 Sep 2013 17:21:46 +0000 (10:21 -0700)]
Merge pull request #572 from jrenner/patch-1

Update PolygonSpriteBatch.java

10 years agoUpdate PolygonSpriteBatch.java
Jon Renner [Wed, 11 Sep 2013 16:25:51 +0000 (00:25 +0800)]
Update PolygonSpriteBatch.java

Docs wtf

10 years agoFixed up PolygonSprite.
NathanSweet [Wed, 11 Sep 2013 14:35:22 +0000 (16:35 +0200)]
Fixed up PolygonSprite.

10 years agoForgot zee credits!
NathanSweet [Wed, 11 Sep 2013 13:56:44 +0000 (15:56 +0200)]
Forgot zee credits!

10 years agoMerge branch 'origin/master'
NathanSweet [Wed, 11 Sep 2013 13:54:58 +0000 (15:54 +0200)]
Merge branch 'origin/master'

10 years agoMoar utils.
NathanSweet [Wed, 11 Sep 2013 13:54:45 +0000 (15:54 +0200)]
Moar utils.

10 years agoTriangulators changed to return triangle indicies. PolygonSpriteBatch refactored.
NathanSweet [Wed, 11 Sep 2013 13:53:55 +0000 (15:53 +0200)]
Triangulators changed to return triangle indicies. PolygonSpriteBatch refactored.

10 years agoadd method that casts to short.
NathanSweet [Wed, 11 Sep 2013 13:52:59 +0000 (15:52 +0200)]
add method that casts to short.

Bloody annoying otherwise.

10 years agoA little clean up.
NathanSweet [Wed, 11 Sep 2013 13:52:32 +0000 (15:52 +0200)]
A little clean up.

10 years agofixed my stupid brain
badlogic [Tue, 10 Sep 2013 22:21:33 +0000 (00:21 +0200)]
fixed my stupid brain

10 years agofixed Texture emulation, gdx.gwt.xml
badlogic [Tue, 10 Sep 2013 22:19:43 +0000 (00:19 +0200)]
fixed Texture emulation, gdx.gwt.xml