2185 Commits

Author SHA1 Message Date
nor..67
9603b6d09b - add gravity getter for physicsspace
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10357 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-07 04:47:14 +00:00
dan..om
94d036e58d - Fixed NPE when passing a null cursor to reset cursor to default.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10355 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-06 22:05:32 +00:00
nor..67
d729bbc43a - fix missing material in debug state
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10354 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-06 03:16:50 +00:00
nor..67
9b487ede59 - remove check for class in debug view (was because of wrong shape scales)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10353 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-06 03:02:26 +00:00
nor..67
12771f839f - issue warning on unscalable collision shapes
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10352 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-06 03:01:23 +00:00
nor..67
63ee4d8bbe - fix display of compound shapes
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10351 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-06 02:58:37 +00:00
nor..67
9037d7bbee SDK:
- consider scale for meshes in debug view

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10350 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-06 00:09:20 +00:00
nor..67
cd7d47d50e - remove leftover code from BulletAppState
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10348 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 20:03:08 +00:00
nor..67
841850def2 - fix in lifecycle of BulletAppState
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10347 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 19:55:51 +00:00
nor..67
eb1964a180 - fix NPE in BulletAppState
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10346 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 19:47:57 +00:00
nor..67
2f100c79fb - fix deprecation message and javadoc cleanups in PhysicsSpace
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10345 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 19:32:38 +00:00
nor..67
9f7b273517 - fix possible NPE in BulletAppState
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10344 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 19:28:10 +00:00
nor..67
cc623ef44a - give own color to bullet vehicle constraint in debug view
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10343 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 19:26:02 +00:00
nor..67
8992563b86 - add new BulletDebugAppState for physics debugging
- fix non-displayed physics objects in debug view
- remove dependency of base physics objects to scenegraph api, only jme math dependencies are left

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10342 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 19:19:31 +00:00
nor..67
2d5800d667 - add deprecation info to PhysicsSpace.enableDebug
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10341 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 19:04:12 +00:00
nor..67
ab6bdae774 - fix AbstractPhysicsControl applyTransform
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10340 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 17:30:04 +00:00
nor..67
382169355c - fix replace mistake
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10339 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 15:09:07 +00:00
nor..67
1641238b58 - cleanup logger use in PhysicsSpace
- add getters for object lists

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10338 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 15:04:24 +00:00
nor..67
fa380923dc - cleaup adding/removing and tracking objects to the physics space
- warn user when objects are added or removed twice, do not allow this to happen

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10337 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 14:57:10 +00:00
nor..67
7000a19a04 - fix PhysicsHoverControl
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10335 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 13:53:29 +00:00
nor..67
3fc8b7701a - remove physics debug implementation in favor of debug AppState (WIP)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10334 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 04:54:50 +00:00
nor..67
707e62816d - add setlocation helper method to AbstractPhysicsControl
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10333 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 04:38:30 +00:00
nor..67
801f24d6f4 - add AbstractPhysicsControl
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10332 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 04:21:57 +00:00
Zer..om
a127d83e7a Improved the code to detect and present good "nearly full screen" windowed resolutions.
Default to highest available resolution when switching between windowed and fullscreen.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10331 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-03 18:50:21 +00:00
nor..67
11e955e020 - use replace instead of replaceAll in blender TextureHelper
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10317 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-03 00:43:32 +00:00
nor..67
836bc37f5f - Improve Blender TextureHelper external texture loading
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10316 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-03 00:05:57 +00:00
nor..67
649f052cad - fix thread info output in lwjgl renderer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10313 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-02 23:17:30 +00:00
nor..67
30498824d0 - set back logging about jme version and graphics adapter to Level.INFO
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10312 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-02 23:09:08 +00:00
sha..RD
c994965510 * Fix GBF crash when merging with blender models (since they have index component count = 1)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10306 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-02 20:03:16 +00:00
jul..om
36e6eb7fdc Improves OpenGL-ES support (especially for Raspberry Pi), contribution of Erkki Nokso-Koivisto, fetches the GLSL version correctly when using ES2
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10301 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-01 22:09:54 +00:00
jul..om
1112b380d2 Improves OpenGL-ES support (especially for Raspberry Pi), contribution of Erkki Nokso-Koivisto, fetches the GLSL version correctly when using ES2
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10300 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-01 22:06:43 +00:00
jul..om
aec78ea21f Improves OpenGL-ES support (especially for Raspberry Pi), contribution of Erkki Nokso-Koivisto, temporarily disables EFX in JoalAudioRenderer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10299 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-01 22:05:06 +00:00
jul..om
723ec34a15 Improves OpenGL-ES support (especially for Raspberry Pi), contribution of Erkki Nokso-Koivisto
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10298 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-01 22:01:09 +00:00
nor..67
d6ea096da9 - default blender FaceCullMode to back
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10276 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-31 23:07:06 +00:00
nor..67
b0b818dc12 - fix logging in blender loader
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10273 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-31 22:39:43 +00:00
nor..67
ea973c14c3 - change logging from logger.info() logger.fine and logger.warning()
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10272 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-31 22:37:56 +00:00
nor..67
7ba657e430 - set logging from Level.INFO to Level.FINE for most logging
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10271 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-31 22:26:10 +00:00
nor..67
2e19f4e1b7 - add iOS to platforms list
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10270 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-31 22:19:48 +00:00
jul..om
0acece86e0 Improves OpenGL-ES support (especially for Raspberry Pi), contribution of Erkki Nokso-Koivisto
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10269 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-31 21:12:39 +00:00
jul..om
e242174a22 Improves OpenGL-ES support (especially for Raspberry Pi), contribution of Erkki Nokso-Koivisto
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10267 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-31 20:48:39 +00:00
jul..om
ba3eaabacd Improves OpenGL-ES support (especially for Raspberry Pi)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10266 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-31 20:30:06 +00:00
jul..om
f895d9c173 Improves OpenGL-ES support (especially for Raspberry Pi), uses several contributions of Erkki Nokso-Koivisto
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10265 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-31 20:16:46 +00:00
jul..om
b242f66c5a Improves OpenGL-ES support (especially for Raspberry Pi), uses several contributions of Erkki Nokso-Koivisto
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10264 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-31 20:03:02 +00:00
jul..om
5d24544589 Uses NEWT instead of AWT by default
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10263 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-31 18:30:49 +00:00
rem..om
0c403cfc9c Changed the way the light is phased out for the LightScattering filter
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10260 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-31 16:38:00 +00:00
Kae..pl
9b22b2538d Removing mipmap generation during image texture loading. This is set later if required.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10259 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-31 06:19:19 +00:00
Kae..pl
ded6dce715 Bugfix: fixed a bug that occured when vertex had more than 4 weights but the first 4 weights were not attached to any bone.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10233 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-29 14:47:44 +00:00
Kae..pl
a37b8114b9 Bugfix: fixed a bug that caused an NPE exception which occured when IPO had no curves attached.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10232 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-29 14:46:43 +00:00
Kae..pl
2b94486677 Bugfix: fixed dead code area and NPE being thrown when loading the textures.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10231 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-29 14:29:17 +00:00
nor..67
2da59144c0 - fix blender loader losing texture origin, which caused storing of all images in the j3o instead of referencing them via the assetManager
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10230 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-29 04:16:58 +00:00