Nehon
d6b05553b5
Ogre loader now loads animations and armature with the new system
7 years ago
Stephen Gold
f40ba25a56
correct more grammar/spelling errors in comments
7 years ago
Stephen Gold
15285cc302
eliminate uses/overrides, deprecate implementations of cloneForSpatial()
7 years ago
Stephen Gold
b159c847cc
comment corrections: mostly spelling and grammar
7 years ago
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.
9 years ago
Paul Speed
20f62cbd64
Adding @Override to cloneForSpatial() methods in bullet lib.
9 years ago
neph1
8700871e76
Fixed some merge issues (now it's working properly)
...
Added test case for IK
11 years ago
neph1
8738f961ea
This is the long-overdue initial check in of KinematicRagdollControl with IK support. It also contains some modifications to Bone. Tested with TestBoneRagdoll to ensure backwards compatibility. Please review.
11 years ago
Nehon
3f43d7832f
Updated documentation of the Bone class and changed names of the transforms variables and accessors so that they properly describe what they are an are misleading anymore.
...
Kept old methods as deprecated to not break user code.
Changed all calls to the deprecated methods in the engine.
11 years ago
Normen Hansen
a16857c8f4
switch to gradle layout
11 years ago
rem..om
8c2c62d01f
KinematicRagdollControl now throws a proper exception when the skeleton control is not found on the model.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11083 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
PSp..om
b73d42e654
Changed interpolate to interpolateLocal to match latest
...
API change.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10795 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
967ec9cbe6
- clean up KinematicRagdollControl lifecycle, can now be rebuilt or re-added while in the physics space
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10398 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
56244c7744
- separate update() call in KinematicRagdollControl to multiple methods to make them run hot quicker
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10374 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
a53071ca4d
- small optimization in ragdoll deserialization
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10373 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
f29b7fadab
- add serialization for KinematicRagdollControl (TODO: presets)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10372 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
9514355b82
- add abstraction level for spatial data creation to AbstractPhysicsControl
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10371 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
887c13142f
- move KinematicRagdollControl to use AbstractPhysicsControl
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10370 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
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
12 years ago
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
12 years ago
sky..ok
28ce76245f
Change all source licenses to say 2009-2012
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9838 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
64cadc1284
- remove deprecated methods from RagDollControl
...
- make PhysicsBoneLink accessible as its the userObject of the collision objects which is accessible for the user elsewhere and has to be dealt with in collision callbacks
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9677 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
893c2b940b
- fix typo in RagDollControl
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9676 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
3cdaf0e051
jme3:
...
- fix imports in all classes
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8843 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
c906508e62
- big refactoring of engine build and cleaning of sources, totally breaking SDK build for now
...
- separate jar files for engine components
- resolve dependencies between code parts
- remove Nifty dependency from Cinematics
- remove Physics dependency from TerrainGrid
- add public accessors to Natives Extraction
- remove RenderHint serialization from networking
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8839 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago