OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
10 years agoRevert change to short circuit WidgetGroup hit detection.
NathanSweet [Mon, 7 Oct 2013 14:52:20 +0000 (16:52 +0200)]
Revert change to short circuit WidgetGroup hit detection.

f92f71656f306a60c68790f4b8f5e39432d2c59d

10 years agoMerge pull request #809 from hneuer/bitsperf
Nathan Sweet [Mon, 7 Oct 2013 11:36:06 +0000 (04:36 -0700)]
Merge pull request #809 from hneuer/bitsperf

Bits optimization: No need to loop 64 bits if word is known to be 0

10 years agoBits optimization: No need to loop through 64 bits if word is known to be 0
hneuer [Mon, 7 Oct 2013 11:22:59 +0000 (13:22 +0200)]
Bits optimization: No need to loop through 64 bits if word is known to be 0

10 years agoMerge pull request #808 from hneuer/bitsss
Nathan Sweet [Mon, 7 Oct 2013 08:19:34 +0000 (01:19 -0700)]
Merge pull request #808 from hneuer/bitsss

Added Bits#getAndClear, Bits#getAndSet and Bits#containsAll

10 years agoAdded Bits#getAndClear, Bits#getAndSet and Bits#containsAll
hneuer [Mon, 7 Oct 2013 08:03:32 +0000 (10:03 +0200)]
Added Bits#getAndClear, Bits#getAndSet and Bits#containsAll

Also made some variables local in other methods.

10 years agoAdjust UVs for 1x1 texture regions.
NathanSweet [Sun, 6 Oct 2013 19:07:25 +0000 (21:07 +0200)]
Adjust UVs for 1x1 texture regions.

closes #802

10 years agoJavadoc
NathanSweet [Sun, 6 Oct 2013 16:49:33 +0000 (18:49 +0200)]
Javadoc

10 years agomore changes to pp test
badlogic [Sun, 6 Oct 2013 14:44:07 +0000 (16:44 +0200)]
more changes to pp test

10 years agopixmap screencap is now y-up
badlogic [Sun, 6 Oct 2013 14:39:20 +0000 (16:39 +0200)]
pixmap screencap is now y-up

10 years agosmall update to pp test
badlogic [Sun, 6 Oct 2013 14:37:24 +0000 (16:37 +0200)]
small update to pp test

10 years agoadded new method to ScreenUtils to get a pixmap, not the fastest
badlogic [Sun, 6 Oct 2013 14:35:32 +0000 (16:35 +0200)]
added new method to ScreenUtils to get a pixmap, not the fastest

10 years agofixed maven parent pom dirs for freetype/bullet
badlogic [Sun, 6 Oct 2013 14:23:40 +0000 (16:23 +0200)]
fixed maven parent pom dirs for freetype/bullet

10 years agoreverted the camera fix, because it is wrong
badlogic [Sun, 6 Oct 2013 13:32:43 +0000 (15:32 +0200)]
reverted the camera fix, because it is wrong

10 years agomerged nate's stuff...
badlogic [Sun, 6 Oct 2013 13:28:07 +0000 (15:28 +0200)]
merged nate's stuff...

10 years agoadded PixelPerfectTest, removed iso cam stuff from ortho camera
badlogic [Sun, 6 Oct 2013 13:25:23 +0000 (15:25 +0200)]
added PixelPerfectTest, removed iso cam stuff from ortho camera

10 years agoMerge branch 'origin/master'
NathanSweet [Sun, 6 Oct 2013 13:10:55 +0000 (15:10 +0200)]
Merge branch 'origin/master'

10 years agoOrthographicCamera was off by one pixel in both directions.
NathanSweet [Sun, 6 Oct 2013 13:10:48 +0000 (15:10 +0200)]
OrthographicCamera was off by one pixel in both directions.

#802

10 years agoConvenience methods so we don't have to set keepAspectRatio when using pixel coords.
NathanSweet [Sun, 6 Oct 2013 12:54:35 +0000 (14:54 +0200)]
Convenience methods so we don't have to set keepAspectRatio when using pixel coords.

10 years agoMerge pull request #796 from jrenner/scrollflip
Nathan Sweet [Sun, 6 Oct 2013 11:11:13 +0000 (04:11 -0700)]
Merge pull request #796 from jrenner/scrollflip

Scene2DUI scroll bars can change sides, implement scrollbar test, format tests list

10 years agoMerge branch 'origin/master'
NathanSweet [Sun, 6 Oct 2013 11:08:55 +0000 (13:08 +0200)]
Merge branch 'origin/master'

10 years agoJavadocs. #801
NathanSweet [Sun, 6 Oct 2013 11:08:21 +0000 (13:08 +0200)]
Javadocs. #801

10 years agoMerge pull request #803 from jrenner/apache-header
Mario Zechner [Sun, 6 Oct 2013 09:56:57 +0000 (02:56 -0700)]
Merge pull request #803 from jrenner/apache-header

add Apache headers to new files

10 years agoadd Apache headers to new files
Jon Renner [Sun, 6 Oct 2013 09:51:09 +0000 (17:51 +0800)]
add Apache headers to new files

stupid

10 years agoadd buttons to test for fade and scrollbarsOnTop, used eclipse code formatter, exclud...
Jon Renner [Sun, 6 Oct 2013 04:19:09 +0000 (12:19 +0800)]
add buttons to test for fade and scrollbarsOnTop, used eclipse code formatter, excluded tests list

10 years agoMerge branch 'origin/master'
NathanSweet [Sat, 5 Oct 2013 17:54:48 +0000 (19:54 +0200)]
Merge branch 'origin/master'

10 years agocloses #800
NathanSweet [Sat, 5 Oct 2013 17:51:07 +0000 (19:51 +0200)]
closes #800

10 years agoremoved lwjgl-debug.jar dependency, freaking hate it, glError after each call? really?
badlogic [Sat, 5 Oct 2013 17:37:56 +0000 (19:37 +0200)]
removed lwjgl-debug.jar dependency, freaking hate it, glError after each call? really?

10 years agoadded new gdx-setup to build, not specifying main class in manifest atm
badlogic [Sat, 5 Oct 2013 13:55:45 +0000 (15:55 +0200)]
added new gdx-setup to build, not specifying main class in manifest atm

10 years agominor fixes
badlogic [Sat, 5 Oct 2013 13:36:48 +0000 (15:36 +0200)]
minor fixes

10 years agoadded new setup tool based on gradle
badlogic [Sat, 5 Oct 2013 13:31:02 +0000 (15:31 +0200)]
added new setup tool based on gradle

10 years agofixed jnigen, was packing non-desktop natives into desktop natives jar...
badlogic [Sat, 5 Oct 2013 11:22:30 +0000 (13:22 +0200)]
fixed jnigen, was packing non-desktop natives into desktop natives jar...

10 years agofix vKnobBounds.x
Jon Renner [Sat, 5 Oct 2013 10:15:51 +0000 (18:15 +0800)]
fix vKnobBounds.x

10 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Sat, 5 Oct 2013 09:52:27 +0000 (11:52 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx

10 years agoMerge pull request #790 from ncornette/x86
Mario Zechner [Sat, 5 Oct 2013 09:52:15 +0000 (02:52 -0700)]
Merge pull request #790 from ncornette/x86

Add x86 build

10 years agoMerge pull request #793 from hneuer/intersect
Mario Zechner [Sat, 5 Oct 2013 09:41:39 +0000 (02:41 -0700)]
Merge pull request #793 from hneuer/intersect

ParticleEffect: Don't dispose external textures

10 years agofixed up setup ui
badlogic [Sat, 5 Oct 2013 09:35:09 +0000 (11:35 +0200)]
fixed up setup ui

10 years agofixed up ant build to exclude monotouch, some simplifications
badlogic [Sat, 5 Oct 2013 09:22:36 +0000 (11:22 +0200)]
fixed up ant build to exclude monotouch, some simplifications

10 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Sat, 5 Oct 2013 09:06:47 +0000 (11:06 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx

10 years agoformat and alphabetize lists of test classes in test.utils.GdxTests
Jon Renner [Sat, 5 Oct 2013 06:48:10 +0000 (14:48 +0800)]
format and alphabetize lists of test classes in test.utils.GdxTests

alphabetize for real now

remove scaffolding, fix fade

10 years agoscene2dui scroll bars can now flip left/right and top/bottom, added ScrollPaneScrollB...
Jon Renner [Sat, 5 Oct 2013 05:47:29 +0000 (13:47 +0800)]
scene2dui scroll bars can now flip left/right and top/bottom, added ScrollPaneScrollBarsTest to tests

10 years agoMerge pull request #792 from VinceAngel/master
MobiDevelop [Fri, 4 Oct 2013 20:22:38 +0000 (13:22 -0700)]
Merge pull request #792 from VinceAngel/master

Added a way to change the Assets loader base URL for some special cases

10 years agoParticleEffect: Don't dispose external textures
hneuer [Fri, 4 Oct 2013 20:02:20 +0000 (22:02 +0200)]
ParticleEffect: Don't dispose external textures

10 years agoMerge branch 'origin/master'
NathanSweet [Fri, 4 Oct 2013 16:48:17 +0000 (18:48 +0200)]
Merge branch 'origin/master'

10 years agoShortcut hit detection in WidgetGroup, since groups UI are normally sized to encompas...
NathanSweet [Fri, 4 Oct 2013 16:48:05 +0000 (18:48 +0200)]
Shortcut hit detection in WidgetGroup, since groups UI are normally sized to encompass all child actors.

http://www.java-gaming.org/topics/ui-mouse-detection/30896/msg/285894/view.html#msg285894

10 years agoAdded a way to change the Assets loader base URL for some special cases, overriding...
VinceAngel [Fri, 4 Oct 2013 14:03:56 +0000 (16:03 +0200)]
Added a way to change the Assets loader base URL for some special cases, overriding the getPreloaderBaseURL() method.

10 years agoMerge pull request #791 from jrenner/select
Nathan Sweet [Fri, 4 Oct 2013 12:48:04 +0000 (05:48 -0700)]
Merge pull request #791 from jrenner/select

handle size error, consistent variable names

10 years agohandle size error, consistent variable names
Jon Renner [Fri, 4 Oct 2013 07:52:10 +0000 (15:52 +0800)]
handle size error, consistent variable names

10 years agoAdd x86 build
ncornette [Thu, 3 Oct 2013 22:09:50 +0000 (00:09 +0200)]
Add x86 build

It allows to execute application at near native performance on Android emulator
when using x86 system image, KVM enabled and GPU Acceleration.

don't forget to add this dependency in your project's pom.xml :

        <dependency>
            <groupId>com.badlogicgames.gdx</groupId>
            <artifactId>gdx-platform</artifactId>
            <version>${gdx.version}</version>
            <classifier>natives-x86</classifier>
            <scope>provided</scope>
        </dependency>

10 years agopurged xamarin backend, demo projects, tests
badlogic [Thu, 3 Oct 2013 21:00:06 +0000 (23:00 +0200)]
purged xamarin backend, demo projects, tests

10 years agoUpdate README.md
Mario Zechner [Thu, 3 Oct 2013 20:50:57 +0000 (22:50 +0200)]
Update README.md

10 years agoscene2d.ui Disableable interface.
NathanSweet [Thu, 3 Oct 2013 16:26:19 +0000 (18:26 +0200)]
scene2d.ui Disableable interface.

10 years agoChanges
NathanSweet [Wed, 2 Oct 2013 10:39:19 +0000 (12:39 +0200)]
Changes

10 years agoMerge branch 'origin/master'
NathanSweet [Wed, 2 Oct 2013 10:33:20 +0000 (12:33 +0200)]
Merge branch 'origin/master'

10 years agoFixed stage clipping when using glViewport. Fixed clicking outside of stage.
NathanSweet [Wed, 2 Oct 2013 10:33:13 +0000 (12:33 +0200)]
Fixed stage clipping when using glViewport. Fixed clicking outside of stage.

10 years agoMerge pull request #788 from hneuer/stream
Nathan Sweet [Wed, 2 Oct 2013 09:33:18 +0000 (02:33 -0700)]
Merge pull request #788 from hneuer/stream

XmlReader: close streams and readers

10 years agoXmlReader: close streams and readers
hneuer [Wed, 2 Oct 2013 07:00:49 +0000 (09:00 +0200)]
XmlReader: close streams and readers

10 years agoSync with change to core
Justin Shapcott [Tue, 1 Oct 2013 22:32:46 +0000 (15:32 -0700)]
Sync with change to core

10 years agoMerge branch 'origin/master'
NathanSweet [Tue, 1 Oct 2013 22:04:37 +0000 (00:04 +0200)]
Merge branch 'origin/master'

10 years agoSupport array parameterized types.
NathanSweet [Tue, 1 Oct 2013 22:04:29 +0000 (00:04 +0200)]
Support array parameterized types.

10 years agoMerge pull request #785 from jrenner/master
Nathan Sweet [Tue, 1 Oct 2013 16:33:25 +0000 (09:33 -0700)]
Merge pull request #785 from jrenner/master

more javadocs

10 years agomore javadocs
Jon Renner [Tue, 1 Oct 2013 13:13:36 +0000 (21:13 +0800)]
more javadocs

10 years agoMerge pull request #784 from jrenner/master
Nathan Sweet [Tue, 1 Oct 2013 12:57:35 +0000 (05:57 -0700)]
Merge pull request #784 from jrenner/master

javadocs

10 years agoMerge branch 'origin/master'
NathanSweet [Tue, 1 Oct 2013 06:49:04 +0000 (08:49 +0200)]
Merge branch 'origin/master'

10 years agoChanged page scroll to mouse wheel.
NathanSweet [Tue, 1 Oct 2013 06:48:52 +0000 (08:48 +0200)]
Changed page scroll to mouse wheel.

10 years agojavadocs
Jon Renner [Tue, 1 Oct 2013 03:37:59 +0000 (11:37 +0800)]
javadocs

10 years agoupdated IKVM to latest
badlogic [Mon, 30 Sep 2013 17:48:09 +0000 (19:48 +0200)]
updated IKVM to latest

10 years agofucking up the gdx-openal dependencies on jorbis/jogg
badlogic [Mon, 30 Sep 2013 16:42:33 +0000 (18:42 +0200)]
fucking up the gdx-openal dependencies on jorbis/jogg

10 years agochanged gdx-openal dependencies to point at jorbis 0.0.17, jogg is missing from centr...
badlogic [Mon, 30 Sep 2013 16:27:18 +0000 (18:27 +0200)]
changed gdx-openal dependencies to point at jorbis 0.0.17, jogg is missing from central, wtf?

10 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Mon, 30 Sep 2013 16:06:59 +0000 (18:06 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx

10 years agofixed btScalar to not use SSE on iOS simulator
badlogic [Mon, 30 Sep 2013 16:06:51 +0000 (18:06 +0200)]
fixed btScalar to not use SSE on iOS simulator

10 years agoMerge pull request #782 from hneuer/taad
Nathan Sweet [Mon, 30 Sep 2013 08:23:28 +0000 (01:23 -0700)]
Merge pull request #782 from hneuer/taad

AssetManager: Added get(AssetDescriptor)

10 years agoAssetManager: Added get(AssetDescriptor)
hneuer [Mon, 30 Sep 2013 07:50:40 +0000 (09:50 +0200)]
AssetManager: Added get(AssetDescriptor)

10 years agoMerge pull request #780 from hneuer/qssignum
Nathan Sweet [Mon, 30 Sep 2013 07:18:02 +0000 (00:18 -0700)]
Merge pull request #780 from hneuer/qssignum

Don't rely on comparator returning -1

10 years agoMerge pull request #781 from hneuer/doublecheck
Nathan Sweet [Mon, 30 Sep 2013 07:17:53 +0000 (00:17 -0700)]
Merge pull request #781 from hneuer/doublecheck

removed unnecessary null check

10 years agoremoved unnecessary null check
hneuer [Mon, 30 Sep 2013 07:10:23 +0000 (09:10 +0200)]
removed unnecessary null check

10 years agoDon't rely on comparator returning -1
hneuer [Mon, 30 Sep 2013 06:39:54 +0000 (08:39 +0200)]
Don't rely on comparator returning -1

10 years agoremoved debug symbol gen for ios
badlogic [Mon, 30 Sep 2013 00:12:00 +0000 (02:12 +0200)]
removed debug symbol gen for ios

10 years agofixed up weak refs in bullet swig wrapper, added modified base bullet test, doesn...
badlogic [Mon, 30 Sep 2013 00:10:20 +0000 (02:10 +0200)]
fixed up weak refs in bullet swig wrapper, added modified base bullet test, doesn't work on simulator yet, due to use of sse

10 years agoi suck...
badlogic [Sun, 29 Sep 2013 21:58:23 +0000 (23:58 +0200)]
i suck...

10 years agoMerge branch 'master' of https://github.com/libgdx/libgdx
badlogic [Sun, 29 Sep 2013 21:48:19 +0000 (23:48 +0200)]
Merge branch 'master' of https://github.com/libgdx/libgdx

10 years agowtf build server
badlogic [Sun, 29 Sep 2013 21:48:06 +0000 (23:48 +0200)]
wtf build server

10 years agoMerge branch 'origin/master'
NathanSweet [Sun, 29 Sep 2013 21:40:09 +0000 (23:40 +0200)]
Merge branch 'origin/master'

10 years agoAdded getPageScrollX/Y.
NathanSweet [Sun, 29 Sep 2013 21:35:03 +0000 (23:35 +0200)]
Added getPageScrollX/Y.

http://www.badlogicgames.com/forum/viewtopic.php?f=11&t=10988

10 years agoExclude PingPongSocketExample for GWT
Justin Shapcott [Sun, 29 Sep 2013 20:59:15 +0000 (13:59 -0700)]
Exclude PingPongSocketExample for GWT

10 years agomerged changes from master
badlogic [Sun, 29 Sep 2013 20:56:22 +0000 (22:56 +0200)]
merged changes from master

10 years agoadded robovm poms
badlogic [Sun, 29 Sep 2013 20:55:52 +0000 (22:55 +0200)]
added robovm poms

10 years agoMerge pull request #779 from semtiko/patch-1
Mario Zechner [Sun, 29 Sep 2013 20:47:37 +0000 (13:47 -0700)]
Merge pull request #779 from semtiko/patch-1

ReflectionCacheSourceCreator, fixed previous commit

10 years agoReflectionCacheSourceCreator, fixed previous commit
Alex Vega [Sun, 29 Sep 2013 20:26:58 +0000 (00:26 +0400)]
ReflectionCacheSourceCreator, fixed previous commit

10 years agoMerge pull request #775 from xoppa/3dapi
Mario Zechner [Sun, 29 Sep 2013 20:00:49 +0000 (13:00 -0700)]
Merge pull request #775 from xoppa/3dapi

3dapi: remove Lights, add Environment and others

10 years agoMerge pull request #765 from hneuer/gwtgen
Mario Zechner [Sun, 29 Sep 2013 20:00:17 +0000 (13:00 -0700)]
Merge pull request #765 from hneuer/gwtgen

GWT Reflection: Use switch instead of if-cascade

10 years agoMerge pull request #772 from htynkn/patch-1
Mario Zechner [Sun, 29 Sep 2013 20:00:00 +0000 (13:00 -0700)]
Merge pull request #772 from htynkn/patch-1

Update todos.txt

10 years agoMerge pull request #776 from hjanetzek/fix_async_exception
Mario Zechner [Sun, 29 Sep 2013 19:59:35 +0000 (12:59 -0700)]
Merge pull request #776 from hjanetzek/fix_async_exception

fix not thrown exception

10 years agoFix gles10 blending
Xoppa [Sun, 29 Sep 2013 18:25:58 +0000 (20:25 +0200)]
Fix gles10 blending

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

10 years agoJump by one page when scrollbar clicked.
NathanSweet [Sun, 29 Sep 2013 13:41:02 +0000 (15:41 +0200)]
Jump by one page when scrollbar clicked.

10 years agofix not thrown exception, pass inner exception
Hannes Janetzek [Sat, 28 Sep 2013 22:58:40 +0000 (00:58 +0200)]
fix not thrown exception, pass inner exception

10 years agoUpdate GWT
Xoppa [Sat, 28 Sep 2013 21:26:05 +0000 (23:26 +0200)]
Update GWT

10 years agoMove Environment and add CubemapAttribute
Xoppa [Sat, 28 Sep 2013 19:34:49 +0000 (21:34 +0200)]
Move Environment and add CubemapAttribute

10 years agoBaseShader combine material and environment
Xoppa [Sat, 28 Sep 2013 18:16:31 +0000 (20:16 +0200)]
BaseShader combine material and environment

10 years agoUpdate more tests
Xoppa [Sat, 28 Sep 2013 17:38:14 +0000 (19:38 +0200)]
Update more tests