OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
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 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 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 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

10 years agoMerge pull request #571 from Lamabada/master
Nathan Sweet [Tue, 10 Sep 2013 15:56:58 +0000 (08:56 -0700)]
Merge pull request #571 from Lamabada/master

Small doc improvement for MathUtils

10 years agoSmall doc improvement for MathUtils
Georg Döpper [Tue, 10 Sep 2013 15:41:26 +0000 (17:41 +0200)]
Small doc improvement for MathUtils

10 years agoEllipse for cut off labels.
NathanSweet [Tue, 10 Sep 2013 13:56:03 +0000 (15:56 +0200)]
Ellipse for cut off labels.

10 years agoMerge branch 'origin/master'
NathanSweet [Mon, 9 Sep 2013 18:38:26 +0000 (20:38 +0200)]
Merge branch 'origin/master'

10 years agoprintln
NathanSweet [Mon, 9 Sep 2013 18:38:08 +0000 (20:38 +0200)]
println

:o

10 years agominor fixes to create preview panel
badlogic [Mon, 9 Sep 2013 18:24:50 +0000 (20:24 +0200)]
minor fixes to create preview panel

10 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Mon, 9 Sep 2013 18:19:24 +0000 (20:19 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx

10 years agoadded robovm to setup-ui
badlogic [Mon, 9 Sep 2013 18:19:15 +0000 (20:19 +0200)]
added robovm to setup-ui

10 years agoUpdated changes.
NathanSweet [Mon, 9 Sep 2013 17:39:32 +0000 (19:39 +0200)]
Updated changes.

10 years agoAdded GeometryUtils so we don't stick everything in Intersector.
NathanSweet [Mon, 9 Sep 2013 17:03:11 +0000 (19:03 +0200)]
Added GeometryUtils so we don't stick everything in Intersector.

10 years agoChanged the sorting to preserve the original point indices.
NathanSweet [Mon, 9 Sep 2013 17:02:51 +0000 (19:02 +0200)]
Changed the sorting to preserve the original point indices.

10 years agoadded robovm to libgdx setup config
badlogic [Mon, 9 Sep 2013 14:14:22 +0000 (16:14 +0200)]
added robovm to libgdx setup config

10 years agoMerge branch 'origin/master'
NathanSweet [Sun, 8 Sep 2013 17:09:13 +0000 (19:09 +0200)]
Merge branch 'origin/master'

10 years agoAdded ConvexHull.
NathanSweet [Sun, 8 Sep 2013 17:08:37 +0000 (19:08 +0200)]
Added ConvexHull.

10 years agoadded RoboVM version of Cuboc
badlogic [Sun, 8 Sep 2013 14:46:43 +0000 (16:46 +0200)]
added RoboVM version of Cuboc

10 years agoremoved incomplete shader graph impl
badlogic [Sun, 8 Sep 2013 14:26:00 +0000 (16:26 +0200)]
removed incomplete shader graph impl

10 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Sun, 8 Sep 2013 14:23:17 +0000 (16:23 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx

10 years agorobovm tests are working now
badlogic [Sun, 8 Sep 2013 14:23:08 +0000 (16:23 +0200)]
robovm tests are working now

10 years agoFixed NinePatch copy constructor.
NathanSweet [Sun, 8 Sep 2013 10:54:02 +0000 (12:54 +0200)]
Fixed NinePatch copy constructor.

10 years agoMinor optimizations.
NathanSweet [Sun, 8 Sep 2013 02:02:40 +0000 (04:02 +0200)]
Minor optimizations.

10 years agoOptimizations, bug fixes.
NathanSweet [Sun, 8 Sep 2013 01:57:09 +0000 (03:57 +0200)]
Optimizations, bug fixes.

10 years agoRemoved test seed.
NathanSweet [Sun, 8 Sep 2013 00:42:11 +0000 (02:42 +0200)]
Removed test seed.

10 years agoFixed convcavity caused by a too small super triangle.
NathanSweet [Sun, 8 Sep 2013 00:41:18 +0000 (02:41 +0200)]
Fixed convcavity caused by a too small super triangle.

This caused many triangles to be created with super triangle vertices, which left concave points when deleted.

10 years agoMore interesting test.
NathanSweet [Sat, 7 Sep 2013 23:13:31 +0000 (01:13 +0200)]
More interesting test.

10 years agoDelaunay triangulation.
NathanSweet [Sat, 7 Sep 2013 23:01:32 +0000 (01:01 +0200)]
Delaunay triangulation.

10 years agoAdd shadow mapping to the tests
Xoppa [Sat, 7 Sep 2013 20:09:15 +0000 (22:09 +0200)]
Add shadow mapping to the tests

10 years agoAdd basic shadow mapping
Xoppa [Sat, 7 Sep 2013 20:05:23 +0000 (22:05 +0200)]
Add basic shadow mapping

10 years agoAdd DepthShader
Xoppa [Sat, 7 Sep 2013 19:52:29 +0000 (21:52 +0200)]
Add DepthShader

10 years agoMerge branch 'origin/master'
NathanSweet [Sat, 7 Sep 2013 14:36:15 +0000 (16:36 +0200)]
Merge branch 'origin/master'

10 years agoFixed triangleCentroid.
NathanSweet [Sat, 7 Sep 2013 14:36:07 +0000 (16:36 +0200)]
Fixed triangleCentroid.

10 years agoMerge pull request #549 from hneuer/particleloader
Mario Zechner [Sat, 7 Sep 2013 11:55:37 +0000 (04:55 -0700)]
Merge pull request #549 from hneuer/particleloader

Added ParticleEffectLoader

10 years agoadded RoboVM backend to the build
badlogic [Sat, 7 Sep 2013 11:06:37 +0000 (13:06 +0200)]
added RoboVM backend to the build

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

10 years agoadded objectal build script
badlogic [Sat, 7 Sep 2013 10:36:17 +0000 (12:36 +0200)]
added objectal build script

10 years agoMerge pull request #563 from jrenner/master
Mario Zechner [Sat, 7 Sep 2013 10:22:47 +0000 (03:22 -0700)]
Merge pull request #563 from jrenner/master

chmod -x a lot of .java source files

10 years agoneed to create libs folder for robovm backend in fetch
badlogic [Sat, 7 Sep 2013 10:16:32 +0000 (12:16 +0200)]
need to create libs folder for robovm backend in fetch

10 years agoremoved robovm binaries from repo, included in fetch script
badlogic [Sat, 7 Sep 2013 10:15:53 +0000 (12:15 +0200)]
removed robovm binaries from repo, included in fetch script

10 years agochmod -x a lot of .java source files
Jon Renner [Sat, 7 Sep 2013 07:59:34 +0000 (15:59 +0800)]
chmod -x a lot of .java source files

10 years agoMerge pull request #562 from jrenner/master
MobiDevelop [Sat, 7 Sep 2013 04:32:42 +0000 (21:32 -0700)]
Merge pull request #562 from jrenner/master

update Preferences.java doc to warn of Pref name collisions

10 years agoupdate Preferences.java doc to warn of Pref name collisions
Jon Renner [Sat, 7 Sep 2013 02:47:36 +0000 (10:47 +0800)]
update Preferences.java doc to warn of Pref name collisions

10 years agoMerge branch 'origin/master'
NathanSweet [Sat, 7 Sep 2013 01:17:02 +0000 (03:17 +0200)]
Merge branch 'origin/master'

10 years agoAdded isTouchFocusCancel, fixed issue 1657.
NathanSweet [Sat, 7 Sep 2013 01:16:48 +0000 (03:16 +0200)]
Added isTouchFocusCancel, fixed issue 1657.

10 years agoNow it's perfect.
NathanSweet [Sat, 7 Sep 2013 01:16:30 +0000 (03:16 +0200)]
Now it's perfect.

:p

10 years agoMerge pull request #557 from ntherning/master
Mario Zechner [Sat, 7 Sep 2013 00:56:07 +0000 (17:56 -0700)]
Merge pull request #557 from ntherning/master

Sound and Music for RoboVM-based iOS backend using ObjectAL.

10 years agoMerge pull request #561 from ntherning/accelerometer-fix
Mario Zechner [Sat, 7 Sep 2013 00:55:36 +0000 (17:55 -0700)]
Merge pull request #561 from ntherning/accelerometer-fix

RoboVM IOSInput will now take current interface orientation into consideration when reading accelerometer values

10 years agoMerge pull request #555 from BuddyB/master
Nathan Sweet [Fri, 6 Sep 2013 16:48:44 +0000 (09:48 -0700)]
Merge pull request #555 from BuddyB/master

Fix for getAndIncrement

10 years agoRoboVM IOSInput will now take current interface orientation into consideration when...
Niklas Therning [Thu, 5 Sep 2013 19:20:38 +0000 (21:20 +0200)]
RoboVM IOSInput will now take current interface orientation into consideration when reading accelerometer values.

10 years agoChange getAndIncrementValue logic to only do one if.
Buddy [Fri, 6 Sep 2013 04:29:03 +0000 (21:29 -0700)]
Change getAndIncrementValue logic to only do one if.

10 years agoMerge pull request #560 from xoppa/3dapi
Xoppa [Thu, 5 Sep 2013 23:09:11 +0000 (16:09 -0700)]
Merge pull request #560 from xoppa/3dapi

MeshBuilder, fix .patch() indices, issue 1629

10 years agoMeshBuilder, fix .patch() indices
Xoppa [Thu, 5 Sep 2013 23:07:16 +0000 (01:07 +0200)]
MeshBuilder, fix .patch() indices

10 years agoCentroid methods.
NathanSweet [Thu, 5 Sep 2013 21:58:05 +0000 (23:58 +0200)]
Centroid methods.

Don't really belong here, but meh.

10 years agoMerge branch 'origin/master'
NathanSweet [Thu, 5 Sep 2013 20:25:27 +0000 (22:25 +0200)]
Merge branch 'origin/master'

10 years agoRemoved unnecessary computations. Added intersectLines that takes floats.
NathanSweet [Thu, 5 Sep 2013 20:25:12 +0000 (22:25 +0200)]
Removed unnecessary computations. Added intersectLines that takes floats.

10 years agoRoboVM IOSInput will now take current interface orientation into consideration when...
Niklas Therning [Thu, 5 Sep 2013 19:20:38 +0000 (21:20 +0200)]
RoboVM IOSInput will now take current interface orientation into consideration when reading accelerometer values.

10 years agoMerge pull request #559 from xoppa/3dapi
Xoppa [Thu, 5 Sep 2013 15:58:36 +0000 (08:58 -0700)]
Merge pull request #559 from xoppa/3dapi

Remove test code

10 years agoRemove test code
Xoppa [Thu, 5 Sep 2013 15:57:09 +0000 (17:57 +0200)]
Remove test code