6574 Commits

Author SHA1 Message Date
Francivan Bezerra
0c7f194feb Fixed call to onJoyButtonEvent()
The method onJoyButtonEvent() was being called on every update(). Now it is called only when the state of a button changes (from not pressed to pressed and vice-versa).
2019-03-17 13:10:06 -07:00
TehLeo
61e19c6381 Added Texture Formats R16F, R32F, RG16F, RG32F. (#839) 2019-03-17 13:07:42 -07:00
appveyor
7f5a1b7dd5 [ci skip] bullet: update windows natives 2018-12-31 20:37:08 +00:00
Stephen Gold
ea23b6ad55 gradle.properties: ready for 3.2.2-stable build v3.2.2-stable 2018-12-31 12:33:02 -08:00
Stephen Gold
97a26c4355 fix to TestConeVSFrustrum which was buried in commit 83aef82 2018-12-31 08:35:25 -08:00
appveyor
af7a209b69 [ci skip] bullet: update windows natives 2018-12-29 09:24:36 +00:00
Stephen Gold
ed800cc9ab correct jmeVersion in gradle.properties 2018-12-29 01:21:46 -08:00
Stephen Gold
6d25a29e0a .travis.yml: work around Travis's tag blindness using a regexp v3.2.2-beta1 2018-12-22 20:46:59 -08:00
appveyor
55e93fb7d5 [ci skip] bullet: update windows natives 2018-12-22 16:24:44 +00:00
Stephen Gold
c390e98120 gradle.properties: ready for 3.2.2-beta1 build 2018-12-22 08:19:05 -08:00
travis-ci
a391197f5c [ci skip] bullet: update linux natives 2018-12-22 06:44:17 +00:00
travis-ci
dd902da7a0 [ci skip] bullet: update osx natives 2018-12-22 06:43:28 +00:00
appveyor
6f435bfcd1 [ci skip] bullet: update windows natives 2018-12-22 06:39:06 +00:00
Stephen Gold
82b7eaa8d2 trivial change to cause rebuild of jme3-bullet-native 2018-12-21 22:35:11 -08:00
Stephen Gold
af6fa847ac fix part B of issue #632 2018-12-21 22:05:20 -08:00
Stephen Gold
13d9bafac7 fix part A of issue #632 2018-12-21 22:05:05 -08:00
Stephen Gold
5f39e5aafd fix issue #240 (TestBlenderObjectAnim fails with NPE) 2018-12-21 22:01:23 -08:00
Ali-RS
8558dcb44a Added a (hacky) fix for a Java Swing/AWT + GLFW interaction issue… (#968)
* Added a (hacky) fix for a Java Swing/AWT + GLFW interaction issue… 

… on Linux.

* Added a proper comment

* Added an extra call to System.gc() as recommendation from lwjgl’s @Spasi

"Run System.gc(), at least two times. Not sure how AWT handles native
resources, maybe there’s a finalizable/PhantomRef-ed resource that is not
released immediately, but a subsequent GC triggers a (too late) free. "
2018-12-21 22:01:05 -08:00
Stephen Gold
b5cb4c0c13 upgrade native Bullet to v2.87, which should fix issue #877 2018-12-21 21:59:31 -08:00
MeFisto94
5068f1980d Fixes #961 - Remove unused + deprecated Exception 2018-12-21 21:59:12 -08:00
Stephen Gold
e63a6255cd fix for JME issue #887 (debug mesh ignores scaling) 2018-12-21 21:57:02 -08:00
Paul Speed
6f6041f6ae Modified the J3M loader to be a little less like a 1980s text adventure.
Added a message to the exception thrown when using an invalid light mode.
Converted it to an IOException instead of the UnsupportedOperationException
(which is a runtime exception) so that the calling code will output a meaningful
error about which asset actually failed.
2018-12-21 21:56:42 -08:00
joliver82
990ad7a4bd Update android bullet native libraries 2018-12-21 21:56:14 -08:00
joliver82
af5d44b603 Update android bullet native, mk files and gradle adding header generation dependency 2018-12-21 21:55:55 -08:00
Stephen Gold
39c1c6ee0a fix issue #923 for native Bullet 2018-12-21 21:52:17 -08:00
JESTERRRRRR
d0d67af395 Particle tile number/UV calculation change (#930)
* Update ParticlePointMesh.java

* Update ParticleTriMesh.java
2018-12-21 21:51:59 -08:00
Stephen Gold
abe614cdec test and fix for issue #928: disabled native Bullet's QuickProf 2018-12-21 21:51:31 -08:00
David Berrios
d1c654359d Remove JVM arguments for OSX when running examples 2018-12-21 21:51:13 -08:00
Toni Helenius
8ed4c222df The mouse pos should be initialized always 2018-12-21 21:49:03 -08:00
Toni Helenius
54a98f13e5 Get initial mouse pos on init, pass it to the InputManager 2018-12-21 21:48:45 -08:00
Toni Helenius
5520863078 Set as finals 2018-12-21 21:48:31 -08:00
Nebloksiam
0f66b814b3 Load animated cursor NPE
Potential NPE when loading animated cursors (.ani)
2018-12-21 21:48:10 -08:00
Stephen Gold
f71aad128a tests and fixes for issues #918 and #919 2018-12-21 21:47:40 -08:00
Stephen Gold
1c5373876e resolve issue #916 2018-12-21 21:47:23 -08:00
Stephen Gold
6d19657aa2 fix for issue #913 2018-12-21 21:46:40 -08:00
Stephen Gold
8e454a6536 fix for issue #908 2018-12-21 21:46:22 -08:00
Stephen Gold
d57434be7a jme3-bullet: add and improve comments, mostly JavaDoc 2018-12-21 21:46:04 -08:00
Stephen Gold
5bbc6bcf1e fix for issue #740 (#906) 2018-12-21 21:42:18 -08:00
Stephen Gold
7e17cdc498 jme3-bullet: add and improve comments, mostly JavaDoc 2018-12-21 21:41:19 -08:00
Stephen Gold
e42ff35119 fix for issue #897 2018-12-21 21:01:55 -08:00
Stephen Gold
0553e9d9a2 fix for issue #898 2018-12-21 21:01:24 -08:00
Stephen Gold
2bb20c9537 fix for issue #886 2018-12-21 21:01:07 -08:00
Stephen Gold
7f14ad18c7 test case and fix for issue #883 2018-12-21 20:57:43 -08:00
Stephen Gold
1916a6a177 test case and fix for issue #889 2018-12-21 20:57:21 -08:00
Stephen Gold
b21619bd66 rm auto-generated C++ headers from repo, rm unzipped files during clean 2018-12-21 20:44:21 -08:00
Stephen Gold
3b43907301 use Gradle v4.10, android tools v3.1.4, bintray plugin v1.8.4 2018-12-21 20:33:32 -08:00
Stephen Gold
f338e7347c add a test for JME issue #877 2018-12-21 20:22:18 -08:00
Riccardo Balbo
45e7b4c6ed Fix bullet skipping enqueued tasks - #867 2018-12-21 20:21:50 -08:00
Stephen Gold
f3351256cb correct a typographical error in JavaDoc 2018-12-21 20:21:36 -08:00
Toni Helenius
1fbfc7d465 Feature 871 (#873)
* Update LWJGL to 3.1.6

* Change LinkedLists to ArrayDeques

* Call glfwTerminate & set NULL error callback on destroy

fixes crash when context is re-created
2018-12-21 20:17:55 -08:00