3419 Commits

Author SHA1 Message Date
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
66dede03b5 SDK:
- remove vehicle editor leftovers to old debug system

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10349 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 21:56:12 +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
68b82ad4ee - remove calls to createDebugShape from vehicle editor
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10336 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-05 14:44:32 +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
e27a62f87e SDK:
- commit project template zip

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10330 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-03 15:52:04 +00:00
nor..67
76bc2bb6e5 SDK:
- Don't lock files when only reading in AssetDataObjects / subclasses

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10329 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-03 15:36:16 +00:00
nor..67
53a4d896c0 SDK:
- set ORGINAL_PATH and ORIGINAL_NAME for all spatials, not just geometry
- half-done anim scanning (not invoked)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10328 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-03 03:58:09 +00:00
nor..67
86c873bbb8 SDK:
- fix possible double-attach in external data update

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10327 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-03 03:22:46 +00:00
nor..67
90e91f3d0b SDK:
- fix double cache deletion for AssetDataObjects

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10326 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-03 02:33:49 +00:00
nor..67
180f51886c SDK:
- disable OpenGL window persistence

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10325 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-03 02:30:26 +00:00
nor..67
3c9277277d SDK:
- display status bar in case of long external change updates 

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10324 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-03 02:26:09 +00:00
nor..67
4c8e1dedd8 SDK:
- correct javadoc

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10323 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-03 02:18:32 +00:00
nor..67
c441ba6a1d SDK:
- update asset excludes

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10322 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-03 02:13:27 +00:00
nor..67
7dd5e2457a SDK:
- update asset excludes

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10321 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-03 02:12:47 +00:00
nor..67
a0577b279a SDK:
- warn user about j3o being saved when applying data

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10320 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-03 02:00:24 +00:00
nor..67
145f7de085 SDK:
- Don't clone meshes unnecessarily when applying external changes

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10319 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-03 01:39:17 +00:00
nor..67
4c81f3e349 SDK:
- Add new geometry added in blender with external change scanner

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10318 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-03 01:31:41 +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
8b9e7a3877 SDK:
- remove reverse dependency import from AssetDataObject
- more javadoc for AssetDataObject


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10315 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-02 23:45:11 +00:00
nor..67
769095fc78 SDK:
- actually save asset after applying data :)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10314 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-02 23:20:13 +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
nor..67
35fb34e9c9 SDK
- fix logging inconsistency

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10311 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-02 22:33:55 +00:00
nor..67
15174582de SDK
- fix wrong cast to Spatial in AssetDataObject
- cleanup and unify opening/closing of AssetData objects
- add logging for opening/closing of AssetData
- close associated assets when closing models (e.g. textures, materials etc.)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10310 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-02 21:35:24 +00:00
nor..67
fdebe024c6 SDK
- Change log level for file not found message for ExternalChangeScanner

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10309 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-02 21:10:35 +00:00
nor..67
4b20dc0475 SDK
- Keep error messages in notification tray
- Display normal messages longer in notification tray (3s recognize + 3s realize)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10308 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-02 21:07:41 +00:00
nor..67
f071680b95 SDK
- Update OgreBinaryMeshDataObject and AbstractBlenderImportDataObject

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10307 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-02 20:20:35 +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
nor..67
322368ae79 SDK
- add space in external change popup

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10305 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-02 20:00:38 +00:00
nor..67
b4ce601544 SDK
- Add first version of ExternalChangeScanner for BinaryModelDataObject

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10304 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-02 19:58:22 +00:00
nor..67
940e5315cf SDK
- Clean up AssetDataObject / SpatialAssetDataObject / AssetData, add javadoc
- Add AssetDataPropertyChangeListener interface  and functionality
- Improve storage of ORIGINAL_XXX data
- Add SpatialUtil

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10303 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-02 19:57:50 +00:00