Stephen Gold
7c6d828cb5
README.md: latest stable version is 3.2.2
6 years ago
Stephen Gold
8cd5894f55
TerrainTestTile: T key had to be pressed 2x before effect (see PR #827 )
6 years ago
Stephen Gold
3c3e3f4af2
fixes for issue #994 (wildhouse.zip not found)
6 years ago
Stephen Gold
64d0e00a49
LwjglContext: correct a typo in a log message
6 years ago
Stephen Gold
bbf1f73a89
fix for issue #983 (TestMusicStreaming crashes due to missing asset)
6 years ago
Stephen Gold
2a904034c2
fix for issue #992 (HelloCollision throws an AssetLoadException)
6 years ago
Toni Helenius
55d5cd7381
Updated Nifty to 1.4.3 and cleaned up the build
6 years ago
Stephen Gold
1bb388d793
fix for issue #989 (RollingTheMonkey works with JBullet but not native)
6 years ago
Stephen Gold
44801da706
fix for issue #988 (assertion failure in jme3test.games.CubeField)
6 years ago
Paul Speed
1f02567739
Merge pull request #987 from grizeldi/patch-2
...
More XBOX controller remappings
6 years ago
grizeldi
a88fdf99f0
More XBOX controller remappings
6 years ago
Francivan Bezerra
467af4fff5
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).
6 years ago
Paul Speed
f73d10bb9c
Merge pull request #979 from mitm001/master
...
Fixed how AppSetting mergeFrom checks for key mapping.
6 years ago
mitm
416b866c78
Fixed a problem with mergeFrom() where a key that was explicitly mapped to null was taken to mean it had no mapping. Checking that the key has a mapping instead fixes problem.
6 years ago
mitm001
d785caa5ca
Merge pull request #2 from jMonkeyEngine/master
...
merge
6 years ago
Stephen Gold
06d9194ddf
Update .travis.yml
6 years ago
Stephen Gold
627f4726e5
README.md: latest stable version is 3.2.1
6 years ago
mitm001
8a10738097
Merge pull request #1 from jMonkeyEngine/master
...
merge
6 years ago
appveyor
c22fac2dce
[ci skip] bullet: update windows natives
6 years ago
Stephen Gold
2d621ce24e
enable AppVeyor CI for v3.2 branch
6 years ago
Stephen Gold
b525d6c00d
correct branch name, no longer need CI for v3.1
6 years ago
Stephen Gold
017800251b
Revert "test and fix issue #358 (Centered BitmapText is rendered blurry)"
...
This reverts commit c4e1e7f1f8
.
6 years ago
Stephen Gold
552f4a069c
fix part B of issue #632
6 years ago
Stephen Gold
c2337e823e
fix part A of issue #632
6 years ago
Stephen Gold
c4e1e7f1f8
test and fix issue #358 (Centered BitmapText is rendered blurry)
6 years ago
Stephen Gold
cf7725a56e
fix issue #240 (TestBlenderObjectAnim fails with NPE)
6 years ago
Stephen Gold
53d7052301
test and fix for issue #970 ( #973 )
6 years ago
Ali-RS
a47b4a46ba
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. "
6 years ago
Stephen Gold
d8acd30a27
implement setContactResponse(boolean) for PhysicsCharacter (issue #964 ) ( #971 )
6 years ago
travis-ci
cde3c39c4f
[ci skip] bullet: update linux natives
6 years ago
travis-ci
3d1dec7d77
[ci skip] bullet: update osx natives
6 years ago
appveyor
347191f6bd
[ci skip] bullet: update windows natives
6 years ago
Stephen Gold
cf33c3c2dd
implement setContactResponse(boolean) for PhysicsRigidBody (issue #964 ) ( #966 )
...
partial
6 years ago
Paul Speed
f44fdb35e6
Merge pull request #965 from Ali-RS/Ali-RS-patch-1
...
Added AppStateManager.getState(class, failOnMiss)
6 years ago
Ali-RS
a61813ebd8
Added AppStateManager.getState(class, failOnMiss)
...
that can optionally throw an exception if the state does not exist.
6 years ago
Ali-RS
c0823bb903
Added a getState() method that will optionally fail on state misses.
6 years ago
appveyor
d36deaf8ea
[ci skip] bullet: update windows natives
6 years ago
Stephen Gold
938c28fd2b
trigger AppVeyor build for additional changes
6 years ago
travis-ci
2ffebcf044
[ci skip] bullet: update linux natives
6 years ago
travis-ci
a95cf8963f
[ci skip] bullet: update osx natives
6 years ago
appveyor
a66cb558c3
[ci skip] bullet: update windows natives
6 years ago
Stephen Gold
e9069a0276
PhysicsSpace.cpp: whitespace changes to trigger an AppVeyor build ( #963 )
...
* Edit gradle.properties to trigger a rebuild
* PhysicsSpace.cpp: whitespace changes to trigger an AppVeyor build
6 years ago
Stephen Gold
772af5ac60
edit gradle.properties to trigger a rebuild
6 years ago
Stephen Gold
7da493d1b1
AppVeyor: invalidate cached ZIP file if gradle.properties has changed
6 years ago
Stephen Gold
d3e7d20374
upgrade native Bullet to v2.87, which should fix issue #877
6 years ago
MeFisto94
3d63433b28
Fixes #961 - Remove unused + deprecated Exception
6 years ago
Stephen Gold
c707785a34
test and fix for JME issue #957
6 years ago
Paul Speed
53c788c031
Merge pull request #955 from stephengold/master
...
test and fix for JME issue #954 (null bounding volume)
6 years ago
Stephen Gold
68ea05eaa6
test and fix for JME issue #954 (null bounding volume)
6 years ago
Stephen Gold
c29a4bb1c6
fix for JME issue #887 (debug mesh ignores scaling)
6 years ago