Stephen Gold
f27f568556
remove deprecated shadow renderers from 3 physics tests
2017-12-17 15:17:10 +01:00
Stephen Gold
99f4f20c75
remove deprecated BasicShadowRenderer from TestFancyCar
2017-12-17 15:17:10 +01:00
Stephen Gold
d3f0c2002a
in examples, replace deprecated methods and classes
2017-12-17 15:17:10 +01:00
Kirill Vainer
112a77fd5d
test: don't use deprecated box constructor
2016-04-10 11:59:49 -04:00
Kirill Vainer
4d2542c1ed
Merge pull request #448 from Dokthar/hoveringtank
...
fix NPE in hovering tank test, running with native bullet
2016-03-22 11:11:48 -04:00
Paul Speed
8b1ddbe60f
First round of getting JmeCloneable implemented... added
...
support for Cloner to the controls that implemented cloneForSpatial().
Unused until spatial cloning is implemented.
2016-03-20 02:47:16 -04:00
Dokthar
d9f489d8dd
removed unnecessary changes
2016-03-12 13:55:39 +01:00
Dokthar
3e0b838324
fix NPE when launching the hovering test with native bullet
2016-03-12 13:50:26 +01:00
Paul Speed
eb2e2f4cdc
Adding @Override to cloneForSpatial() methods in examples.
2016-03-11 05:45:18 -05:00
iwgeric
a52bc0a82c
Bullet (and jBullet): Update Test Classes to use BulletAppState.setDebugEnabled instead of PhysicsSpace.enableDebug.
2015-04-26 19:21:00 -04:00
shadowislord
87b6c117f2
TestSweepTest: ignore collisions against ourselves (needed for native bullet)
2015-03-28 13:23:00 -04:00
shadowislord
38e4580857
TestSweepTest: fix crash on native bullet (natives not loaded when shapes are created)
2015-03-27 23:37:13 -04:00
Nehon
39515c52c7
Relocated the character in TestWalkingChar so that it doesn't fall under the ground
2015-03-18 22:12:59 +01:00
shadowislord
13f2fbd244
Remove a weird line of code from TestHoveringTank
2014-09-13 17:20:55 -04:00
neph1
8700871e76
Fixed some merge issues (now it's working properly)
...
Added test case for IK
2014-07-04 17:59:09 +02:00
Nehon
e4ba4e9e9e
- Image loaders now assume ALL images are in sRGB space and set the flag accordingly
...
- All images constructors now take the isSrgb flag as a parameter, all engine classes has been changed to accommodate the change, old constructors has been deprecated for backward compatibility. One should always ask himself in which color space is an image if dealing with gamma correction
- Gamma correction has been defaulted to false in the appSettings
2014-05-26 12:11:56 +02:00
Normen Hansen
a16857c8f4
switch to gradle layout
2014-03-21 02:32:11 +01:00