jmekaelthas
|
c9eadcc762
Bugfix: fixed a bug that caused ugly artifacts to appear sometimes while
|
11 years ago |
Paul Speed
|
9eca2251a9
Handle more gracefully the case where a texture
|
11 years ago |
jmekaelthas
|
d399e0594b
Merge branch 'master' of https://github.com/jMonkeyEngine/jmonkeyengine.git
|
11 years ago |
jmekaelthas
|
65c3ff668c
Bugfix: sorting constraint computation in the proper order which should
|
11 years ago |
iwgeric
|
a55aae21f9
Minor cleanup of mouse / keyboard methods for touch.
|
11 years ago |
iwgeric
|
a116389814
Forgot to add isSimulateKeyboard to TouchInput interface.
|
11 years ago |
iwgeric
|
1ed1463476
Add support for enabling/disabling KeyEvent simulation for soft keyboards on Android similar to MouseEvents.
|
11 years ago |
iwgeric
|
249f62fe95
remove showVirtualKeyboard from TouchInput
|
11 years ago |
iwgeric
|
7040e32cc4
Add javadoc to JmeSystem.showSoftKeyboard
|
11 years ago |
iwgeric
|
858fd433ca
Implement showSoftKeyboard for Android.
|
11 years ago |
iwgeric
|
d42a777909
Add showSoftKeyboard(boolean show) to JmeSystem.
|
11 years ago |
shadowislord
|
c5775ec30d
Use default JDK for travis build
|
11 years ago |
shadowislord
|
ac2f765d5b
Cleanup GL interface from unused calls
|
11 years ago |
shadowislord
|
373eaeae30
Match # of parallel build processes to number of CPUs for native builds
|
11 years ago |
shadowislord
|
08ac64cd63
Remove GL autogen since the GL interface has now been generated and is final
|
11 years ago |
shadowislord
|
33440fe5d0
Add missing android bullet libs (other platforms)
|
11 years ago |
Paul Speed
|
44c860e2d2
Merge pull request #201 from Bebul/invalidateUpdateListOptimization
|
11 years ago |
Bebul
|
12d45dedc0
Fix invalidateUpdateList not to use both cycle and recursion traverse
|
11 years ago |
iwgeric
|
8560b98aa0
Add android.jar to root project and use during jme-android project build.
|
11 years ago |
iwgeric
|
6f4b90feed
Temporary fix for searching for version strings until URA is done.
|
11 years ago |
iwgeric
|
fb04910980
Always include the jme3-android-native but only build based on "buildNativeProjects" property.
|
11 years ago |
shadowislord
|
c6d0856480
Commit android library libdecodejme
|
11 years ago |
Kirill Vainer
|
9b1b760056
Merge pull request #200 from GreenCubes/master
|
11 years ago |
Rena4ka
|
718bb09db1
Fix loading FBX with absolute image path
|
11 years ago |
Nehon
|
30f8ff4b81
added a MipMapImageRaster that can read and write to the different mipmaps of an image
|
11 years ago |
Nehon
|
1e9d1dd29c
ImageCodec and all implementations now take and additional offset in the read/writeComponent methods
|
11 years ago |
Nehon
|
7c41355cca
fixed an issue where calling setCursorVisible on the ChaseCameraAppstate before it's initialized was causing an NPE.
|
11 years ago |
Nehon
|
505ebd0e6b
extractVersion in GLRenderer now uses regexp
|
11 years ago |
Paul Speed
|
1f148fc3d7
Added a large scene stress test. Defaults to:
|
11 years ago |
Paul Speed
|
05c6986492
Significantly changed the way updateLogicalState
|
11 years ago |