OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
11 years agoAdded getting duration of sound (desktop only).
NathanSweet [Sat, 1 Sep 2012 08:58:43 +0000 (01:58 -0700)]
Added getting duration of sound (desktop only).

11 years agoActions, javadocs to reduce confusion.
NathanSweet [Sat, 1 Sep 2012 08:58:06 +0000 (01:58 -0700)]
Actions, javadocs to reduce confusion.

11 years agoScrollPane, separate scrollTo and scrollToCenter. Fixed scrollTo x.
NathanSweet [Sat, 1 Sep 2012 02:53:32 +0000 (19:53 -0700)]
ScrollPane, separate scrollTo and scrollToCenter. Fixed scrollTo x.

11 years agoAssetManager, update method that updates continuously for X millis.
NathanSweet [Sat, 1 Sep 2012 02:53:02 +0000 (19:53 -0700)]
AssetManager, update method that updates continuously for X millis.

11 years agoTextField, ctrl+arrow jump by word.
NathanSweet [Sat, 1 Sep 2012 02:52:38 +0000 (19:52 -0700)]
TextField, ctrl+arrow jump by word.

11 years agoLabel, added rotation support and javadocs. It already had scale. Beware this flushes...
NathanSweet [Fri, 31 Aug 2012 22:55:06 +0000 (15:55 -0700)]
Label, added rotation support and javadocs. It already had scale. Beware this flushes the cache.

11 years agoFixed issue 1037, removing drag actor.
NathanSweet [Fri, 31 Aug 2012 01:21:20 +0000 (18:21 -0700)]
Fixed issue 1037, removing drag actor.

11 years agoTree, enable overriding expandAll.
NathanSweet [Thu, 30 Aug 2012 12:53:36 +0000 (05:53 -0700)]
Tree, enable overriding expandAll.

11 years agoFileProcessor, better support for "" output root.
NathanSweet [Thu, 30 Aug 2012 12:53:17 +0000 (05:53 -0700)]
FileProcessor, better support for "" output root.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Thu, 30 Aug 2012 10:09:00 +0000 (03:09 -0700)]
Merge remote-tracking branch 'origin/master'

11 years agoTable, set the cell widget size even when there is no widget.
NathanSweet [Thu, 30 Aug 2012 10:08:53 +0000 (03:08 -0700)]
Table, set the cell widget size even when there is no widget.

11 years agoTableLayout, made some common Value methods into fields to avoid unnecessary object...
NathanSweet [Thu, 30 Aug 2012 10:08:16 +0000 (03:08 -0700)]
TableLayout, made some common Value methods into fields to avoid unnecessary object creation.

11 years agoMerge branch 'master' of github.com:libgdx/libgdx
badlogic [Wed, 29 Aug 2012 12:56:06 +0000 (14:56 +0200)]
Merge branch 'master' of github.com:libgdx/libgdx

11 years agofixed gwt reflection class Method, GwtTestWrapper works again...
badlogic [Wed, 29 Aug 2012 12:55:37 +0000 (14:55 +0200)]
fixed gwt reflection class Method, GwtTestWrapper works again...

11 years agoJavadoc'ed FileProcessor. Refactored a little too.
NathanSweet [Wed, 29 Aug 2012 11:46:28 +0000 (04:46 -0700)]
Javadoc'ed FileProcessor. Refactored a little too.

11 years agoJavadoc.
NathanSweet [Wed, 29 Aug 2012 11:46:12 +0000 (04:46 -0700)]
Javadoc.

11 years agoNow I'm just changing things so I can change them back.
NathanSweet [Wed, 29 Aug 2012 11:46:02 +0000 (04:46 -0700)]
Now I'm just changing things so I can change them back.

11 years agofixed GWT Array to use ReflectionCache on resize
badlogic [Wed, 29 Aug 2012 11:39:04 +0000 (13:39 +0200)]
fixed GWT Array to use ReflectionCache on resize

11 years agoStage, act() with no params limited to 30fps.
NathanSweet [Wed, 29 Aug 2012 06:44:31 +0000 (23:44 -0700)]
Stage, act() with no params limited to 30fps.

11 years agoTree, no default padding.
NathanSweet [Wed, 29 Aug 2012 05:45:41 +0000 (22:45 -0700)]
Tree, no default padding.

11 years agoSlider, offset knob area by background drawable padding.
NathanSweet [Wed, 29 Aug 2012 05:45:32 +0000 (22:45 -0700)]
Slider, offset knob area by background drawable padding.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Wed, 29 Aug 2012 04:28:32 +0000 (21:28 -0700)]
Merge remote-tracking branch 'origin/master'

11 years agoScrollPane, added scrollbars on top feature, support for scrollbar track being wider...
NathanSweet [Wed, 29 Aug 2012 04:28:14 +0000 (21:28 -0700)]
ScrollPane, added scrollbars on top feature, support for scrollbar track being wider/taller than scrollbar knob, fixed problem where areaHeight was being reduced in size for the horiz scrollbar twice, added corner drawable.

11 years agoTree, fixed shift + click crash.
NathanSweet [Wed, 29 Aug 2012 04:25:21 +0000 (21:25 -0700)]
Tree, fixed shift + click crash.

11 years agoStack, fixed max size, call compute size during layout.
NathanSweet [Wed, 29 Aug 2012 04:25:08 +0000 (21:25 -0700)]
Stack, fixed max size, call compute size during layout.

11 years agoBloody scissors are 1px too large. This may be wrong.
NathanSweet [Wed, 29 Aug 2012 04:24:43 +0000 (21:24 -0700)]
Bloody scissors are 1px too large. This may be wrong.

11 years agoMerge pull request #24 from aspic/upstream
Nathan Sweet [Wed, 29 Aug 2012 01:44:32 +0000 (18:44 -0700)]
Merge pull request #24 from aspic/upstream

Added a null check for the stage of the scrollpane, in case that stage has been removed

11 years agoAdded a null check for the stage of the scrollpane, in case that stage
aspic [Tue, 28 Aug 2012 22:13:46 +0000 (00:13 +0200)]
Added a null check for the stage of the scrollpane, in case that stage
has been removed.

11 years agoMerge pull request #23 from manuelbua/tilesetlayout-fix
MobiDevelop [Tue, 28 Aug 2012 22:15:09 +0000 (15:15 -0700)]
Merge pull request #23 from manuelbua/tilesetlayout-fix

The comparison should include the extreme limits rather than exclude them

11 years agoadded reference to the Box2d entry explaining a bit why the body.setTransform(.....
Ariel Coppes [Tue, 28 Aug 2012 22:05:07 +0000 (19:05 -0300)]
added reference to the Box2d entry explaining a bit why the body.setTransform(.., boolean) was added

11 years agoThe comparison should include the extreme limits rather than exclude them
Manuel Bua [Tue, 28 Aug 2012 21:17:40 +0000 (23:17 +0200)]
The comparison should include the extreme limits rather than exclude them

11 years agoScrollPane, isScrollX/Y.
NathanSweet [Tue, 28 Aug 2012 11:17:33 +0000 (04:17 -0700)]
ScrollPane, isScrollX/Y.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Tue, 28 Aug 2012 11:01:40 +0000 (04:01 -0700)]
Merge remote-tracking branch 'origin/master'

11 years agoFixed getScrollBarWidth.
NathanSweet [Tue, 28 Aug 2012 11:01:27 +0000 (04:01 -0700)]
Fixed getScrollBarWidth.

11 years agofixed issue 1032, gwt backend shared ShaderProgram with core
badlogic [Tue, 28 Aug 2012 09:50:20 +0000 (11:50 +0200)]
fixed issue 1032, gwt backend shared ShaderProgram with core

11 years agoMerge branch 'master' of github.com:libgdx/libgdx
badlogic [Tue, 28 Aug 2012 09:41:51 +0000 (11:41 +0200)]
Merge branch 'master' of github.com:libgdx/libgdx

11 years agofixed issue 717, ETC1 native methods returned unsafe ByteBuffers but didn't register...
badlogic [Tue, 28 Aug 2012 09:32:47 +0000 (11:32 +0200)]
fixed issue 717, ETC1 native methods returned unsafe ByteBuffers but didn't register them with BufferUtils.

11 years agoImageButton, disabled image.
NathanSweet [Tue, 28 Aug 2012 09:20:13 +0000 (02:20 -0700)]
ImageButton, disabled image.

11 years agofixed issue 1033, OpenALSound#loop/play didn't honor volume parameter
badlogic [Tue, 28 Aug 2012 09:05:41 +0000 (11:05 +0200)]
fixed issue 1033, OpenALSound#loop/play didn't honor volume parameter

11 years agofixed issue 1010, Matrix4#mul() instance method uses JNI code now
badlogic [Tue, 28 Aug 2012 08:59:25 +0000 (10:59 +0200)]
fixed issue 1010, Matrix4#mul() instance method uses JNI code now

11 years agofixed issue 968, LwjglGL11#genBuffers had an indexing issue
badlogic [Tue, 28 Aug 2012 08:54:16 +0000 (10:54 +0200)]
fixed issue 968, LwjglGL11#genBuffers had an indexing issue

11 years ago[fixed] issue 927
badlogic [Tue, 28 Aug 2012 08:49:58 +0000 (10:49 +0200)]
[fixed] issue 927

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Tue, 28 Aug 2012 08:33:19 +0000 (01:33 -0700)]
Merge remote-tracking branch 'origin/master'

11 years agoTextField, support for right aligned text.
NathanSweet [Tue, 28 Aug 2012 08:32:54 +0000 (01:32 -0700)]
TextField, support for right aligned text.

11 years agoMerge pull request #22 from manuelbua/hiero-save-glyphs-remember-dirs
Mario Zechner [Tue, 28 Aug 2012 08:32:14 +0000 (01:32 -0700)]
Merge pull request #22 from manuelbua/hiero-save-glyphs-remember-dirs

Enables Hiero to keep track of the last used paths, glyphs and filenames

11 years agoFixed issue 1034, ScrollPane crash if no knob drawable.
NathanSweet [Tue, 28 Aug 2012 05:40:23 +0000 (22:40 -0700)]
Fixed issue 1034, ScrollPane crash if no knob drawable.

11 years agoAdded LetterBoxTest2.
NathanSweet [Tue, 28 Aug 2012 05:27:33 +0000 (22:27 -0700)]
Added LetterBoxTest2.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Tue, 28 Aug 2012 05:22:54 +0000 (22:22 -0700)]
Merge remote-tracking branch 'origin/master'

11 years agoAdded LetterBoxTest.
NathanSweet [Tue, 28 Aug 2012 05:21:55 +0000 (22:21 -0700)]
Added LetterBoxTest.

11 years agoAdded tile flip/rotate support for TileMapRenderer.
Justin Shapcott [Tue, 28 Aug 2012 05:18:52 +0000 (22:18 -0700)]
Added tile flip/rotate support for TileMapRenderer.

11 years agoRemoved pointer param from GestureListener tap and fling. It can only ever be pointer 0.
NathanSweet [Tue, 28 Aug 2012 05:11:12 +0000 (22:11 -0700)]
Removed pointer param from GestureListener tap and fling. It can only ever be pointer 0.
Added button param for GestureListener touchDown.

11 years agoAdded Skin methods to clone a drawable.
NathanSweet [Tue, 28 Aug 2012 05:09:47 +0000 (22:09 -0700)]
Added Skin methods to clone a drawable.

11 years agoFixed Table hit() when clipping is enabled.
NathanSweet [Tue, 28 Aug 2012 03:31:43 +0000 (20:31 -0700)]
Fixed Table hit() when clipping is enabled.

11 years agoFixed negative padding for colspan cells.
NathanSweet [Tue, 28 Aug 2012 03:31:08 +0000 (20:31 -0700)]
Fixed negative padding for colspan cells.

11 years agoEnables Hiero to keep track of the last used paths, glyphs and filenames
Manuel Bua [Mon, 27 Aug 2012 19:31:12 +0000 (21:31 +0200)]
Enables Hiero to keep track of the last used paths, glyphs and filenames

This is done on a per-action basis so that each type of directory is
stored/restored separately: the actual Preferences instance is being
used to store this information persistently.

Also keeps track of the last filename used to export .hiero/.fnt files: the
first time the save dialog is opened, a filename is suggested.

11 years agoMerge pull request #16 from acoppes/box2dchanges
Mario Zechner [Mon, 27 Aug 2012 08:08:11 +0000 (01:08 -0700)]
Merge pull request #16 from acoppes/box2dchanges

Box2D changes to SetTransform() to avoid multiple internal calls to FindNewContact()

11 years agoMerge pull request #18 from acoppes/shaderprogramwithlocations
Mario Zechner [Mon, 27 Aug 2012 08:04:03 +0000 (01:04 -0700)]
Merge pull request #18 from acoppes/shaderprogramwithlocations

Added optional methods to ShaderProgram to set uniforms and attribute locations using the location.

11 years agoCoordinate transform methods should return vector for easier chaining/local assignment.
NathanSweet [Mon, 27 Aug 2012 07:33:22 +0000 (00:33 -0700)]
Coordinate transform methods should return vector for easier chaining/local assignment.

11 years agoStack and VerticalGroup should be "children only touchable", same as Table.
NathanSweet [Mon, 27 Aug 2012 07:32:38 +0000 (00:32 -0700)]
Stack and VerticalGroup should be "children only touchable", same as Table.
VerticalGroup should be in with the rest of the widgets

11 years agoscene2d, pack() should call validate() even if size was not changed.
NathanSweet [Mon, 27 Aug 2012 07:30:05 +0000 (00:30 -0700)]
scene2d, pack() should call validate() even if size was not changed.

11 years agoadded optional methods to ShaderProgram in gwt backend for uniforms and attributes...
Ariel Coppes [Sun, 26 Aug 2012 17:08:17 +0000 (14:08 -0300)]
added optional methods to ShaderProgram in gwt backend for uniforms and attributes using int location

11 years agoMerge branch 'master' into shaderprogramwithlocations
Ariel Coppes [Sun, 26 Aug 2012 15:57:54 +0000 (12:57 -0300)]
Merge branch 'master' into shaderprogramwithlocations

11 years agoMinor updates.
NathanSweet [Sat, 25 Aug 2012 10:19:33 +0000 (03:19 -0700)]
Minor updates.

11 years agoFixed Issue 403.
Justin Shapcott [Fri, 24 Aug 2012 21:22:19 +0000 (14:22 -0700)]
Fixed Issue 403.

11 years agoAdded option to strip unused tiles, per Issue 562.
Justin Shapcott [Fri, 24 Aug 2012 20:52:00 +0000 (13:52 -0700)]
Added option to strip unused tiles, per Issue 562.

11 years agoAdded VerticalGroup.
NathanSweet [Fri, 24 Aug 2012 19:57:51 +0000 (12:57 -0700)]
Added VerticalGroup.

11 years agoRounding for ScissorStack.
NathanSweet [Fri, 24 Aug 2012 19:57:27 +0000 (12:57 -0700)]
Rounding for ScissorStack.

11 years agoRemoved left actor from Tree.
NathanSweet [Fri, 24 Aug 2012 19:57:08 +0000 (12:57 -0700)]
Removed left actor from Tree.

11 years agoStack, cached sizes.
NathanSweet [Fri, 24 Aug 2012 19:56:40 +0000 (12:56 -0700)]
Stack, cached sizes.

11 years agoA few getters for ScrollPane.
NathanSweet [Fri, 24 Aug 2012 19:56:23 +0000 (12:56 -0700)]
A few getters for ScrollPane.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Fri, 24 Aug 2012 19:55:56 +0000 (12:55 -0700)]
Merge remote-tracking branch 'origin/master'

11 years agoRemoved unused skin files.
NathanSweet [Fri, 24 Aug 2012 19:55:50 +0000 (12:55 -0700)]
Removed unused skin files.

11 years agoRemoved the Lwjgl dependency from TileMapPacker.
Justin Shapcott [Fri, 24 Aug 2012 18:48:46 +0000 (11:48 -0700)]
Removed the Lwjgl dependency from TileMapPacker.

11 years agoMerge pull request #19 from manuelbua/master
MobiDevelop [Fri, 24 Aug 2012 17:23:43 +0000 (10:23 -0700)]
Merge pull request #19 from manuelbua/master

Enables Hiero tool to read effect values again when loading a .hiero file

11 years agoMerge branch 'master' into shaderprogramwithlocations
Ariel Coppes [Fri, 24 Aug 2012 13:02:40 +0000 (10:02 -0300)]
Merge branch 'master' into shaderprogramwithlocations

11 years agoMakes Hiero tool read effect values again when loading a .hiero file
Manuel Bua [Fri, 24 Aug 2012 12:44:24 +0000 (14:44 +0200)]
Makes Hiero tool read effect values again when loading a .hiero file

11 years agoMade ETC1Data constructor public
badlogic [Fri, 24 Aug 2012 10:18:51 +0000 (12:18 +0200)]
Made ETC1Data constructor public

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Thu, 23 Aug 2012 00:16:22 +0000 (17:16 -0700)]
Merge remote-tracking branch 'origin/master'

11 years agoRemoved left actor from tree.
NathanSweet [Thu, 23 Aug 2012 00:16:15 +0000 (17:16 -0700)]
Removed left actor from tree.

11 years agoadded optional duplicated setUniform and setAttribute methods in ShaderProgram using...
Ariel Coppes [Wed, 22 Aug 2012 19:50:26 +0000 (16:50 -0300)]
added optional duplicated setUniform and setAttribute methods in ShaderProgram using the location instead the name

11 years agofixed ShaderProgram emulation class, was missing a few methods
badlogic [Wed, 22 Aug 2012 14:47:20 +0000 (16:47 +0200)]
fixed ShaderProgram emulation class, was missing a few methods

11 years agoMerge pull request #17 from manuelbua/patch-1
Mario Zechner [Wed, 22 Aug 2012 13:30:23 +0000 (06:30 -0700)]
Merge pull request #17 from manuelbua/patch-1

Add missing import for SkeletonModel loading.

11 years agoDragAndDrop, fixed drag with no payload.
NathanSweet [Wed, 22 Aug 2012 06:13:19 +0000 (23:13 -0700)]
DragAndDrop, fixed drag with no payload.

11 years agoAdded ClickListener#cancel().
NathanSweet [Wed, 22 Aug 2012 06:08:19 +0000 (23:08 -0700)]
Added ClickListener#cancel().
Exposed ClickListener on Tree.

11 years agoDragAndDrop refucktoring.
NathanSweet [Wed, 22 Aug 2012 05:23:32 +0000 (22:23 -0700)]
DragAndDrop refucktoring.

11 years agoTree, require touch down on same node as touch up for a click.
NathanSweet [Wed, 22 Aug 2012 05:23:11 +0000 (22:23 -0700)]
Tree, require touch down on same node as touch up for a click.

11 years agoAdded DragAndDrop for scene2d.ui.
NathanSweet [Wed, 22 Aug 2012 03:07:01 +0000 (20:07 -0700)]
Added DragAndDrop for scene2d.ui.

11 years agoAdd DragListener, for when GestureDetector is overkill.
NathanSweet [Wed, 22 Aug 2012 03:05:10 +0000 (20:05 -0700)]
Add DragListener, for when GestureDetector is overkill.

11 years agoCombined PressedListener and ClickListener functionality. The extra baggage if not...
NathanSweet [Tue, 21 Aug 2012 22:47:35 +0000 (15:47 -0700)]
Combined PressedListener and ClickListener functionality. The extra baggage if not all features are needed is minor.

11 years agoAdd missing import for SkeletonModel loading.
Manuel Bua [Tue, 21 Aug 2012 19:29:00 +0000 (22:29 +0300)]
Add missing import for SkeletonModel loading.

11 years agoDialog, clicked() -> result(). Good thing no one uses this yet. ;)
NathanSweet [Tue, 21 Aug 2012 06:21:07 +0000 (23:21 -0700)]
Dialog, clicked() -> result(). Good thing no one uses this yet. ;)

11 years agoDialog, prevent centering at fraction of pixel.
NathanSweet [Tue, 21 Aug 2012 06:08:46 +0000 (23:08 -0700)]
Dialog, prevent centering at fraction of pixel.

11 years agoWindow, prevent drawing title at fraction of pixel.
NathanSweet [Tue, 21 Aug 2012 06:08:34 +0000 (23:08 -0700)]
Window, prevent drawing title at fraction of pixel.

11 years agoTextField, proper focus traversal, ability to disable focus traversal.
NathanSweet [Tue, 21 Aug 2012 05:46:47 +0000 (22:46 -0700)]
TextField, proper focus traversal, ability to disable focus traversal.

11 years agoDialog, moved fade duration to static, cleaner API.
NathanSweet [Tue, 21 Aug 2012 04:53:55 +0000 (21:53 -0700)]
Dialog, moved fade duration to static, cleaner API.

11 years agoMerge remote-tracking branch 'origin/master'
NathanSweet [Tue, 21 Aug 2012 04:12:47 +0000 (21:12 -0700)]
Merge remote-tracking branch 'origin/master'

11 years agoScrollPane, fixed hit() logic.
NathanSweet [Tue, 21 Aug 2012 04:12:30 +0000 (21:12 -0700)]
ScrollPane, fixed hit() logic.

11 years agoMerge branch 'master' into box2dchanges
Ariel Coppes [Tue, 21 Aug 2012 00:19:11 +0000 (21:19 -0300)]
Merge branch 'master' into box2dchanges

11 years agoMerge remote-tracking branch 'libgdxorigin/master'
Ariel Coppes [Tue, 21 Aug 2012 00:09:46 +0000 (21:09 -0300)]
Merge remote-tracking branch 'libgdxorigin/master'

11 years agoimproved a bit javadocs of new method setTransform and b2Body.h too
Ariel Coppes [Tue, 21 Aug 2012 00:02:36 +0000 (21:02 -0300)]
improved a bit javadocs of new method setTransform and b2Body.h too