Kae..pl
240f5471dd
Bugfix: properly adding AmbientLight to the result set node. (as a LightNode as every other light and not as Light).
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11008 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
Kae..pl
623c038f97
Bugfix: properly adding AmbientLight to the result set node. (as a LightNode as every other light and not as Light).
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11008 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rickard
e0be0d563c
Added "shin" to HumanoidRagdollPreset so that Jaime works better with the KinematicRagdollControl
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11007 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
Kae..pl
3284164a25
Feature: added support for 'Copy transform' constraint.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11006 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
Kae..pl
f50cf31f05
Feature: added support for 'Copy transform' constraint.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11006 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
Kae..pl
595dc4cd8a
Bugfix: fixed a bug that caused that some constraints were not applied to the bones in animated model.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11005 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
Kae..pl
5ac87508d6
Bugfix: fixed a bug that caused that some constraints were not applied to the bones in animated model.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11005 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
nor..67
195a5bfb5b
SDK:
...
- display warning if asset file is not inside asset folder
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11004 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
Kae..pl
69978c710e
Bugfix: animation control is now applied once per node and not many times (this happened when node had several different meshes).
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11003 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
Kae..pl
43e1446b3a
Bugfix: animation control is now applied once per node and not many times (this happened when node had several different meshes).
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11003 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
nor..67
ad7013e228
- fix bullet physics space to execute all tasks, thanks to @madjack
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11002 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
Kae..pl
752599891a
Bugfix: fixed an issue with badly loaded bone animations when bones did not have fully defined translation/rotation/scale.
...
Bugfix: fixed an issue with blender 2.49 animation loading when ipo had no curves defined (NPE was then thrown).
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11001 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
Kae..pl
bbe6fc5567
Bugfix: fixed an issue with badly loaded bone animations when bones did not have fully defined translation/rotation/scale.
...
Bugfix: fixed an issue with blender 2.49 animation loading when ipo had no curves defined (NPE was then thrown).
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11001 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
Kae..pl
162808f0cd
Bugfix: fixed an issue that could cause NPE to be thrown, when somehow object or skeleton animation maps were null.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11000 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
Kae..pl
4c8369f17e
Bugfix: fixed an issue that could cause NPE to be thrown, when somehow object or skeleton animation maps were null.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11000 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
Kae..pl
f71490c7dd
Updating blender sources to the most recent state.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10999 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
af58df2fc0
Swich geometry sorting to tim sort.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10998 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
aa5b782021
Swich geometry sorting to tim sort.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10997 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
75e82e47f2
Fixed an issue in animControl where the onanimCycleDone was called too early.
...
see http://hub.jmonkeyengine.org/forum/topic/onanimcycledone-called-before-animation-completes/#post-257008
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10996 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
8e8c7fbd93
Fixed an issue in animControl where the onanimCycleDone was called too early.
...
see http://hub.jmonkeyengine.org/forum/topic/onanimcycledone-called-before-animation-completes/#post-257008
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10995 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
bace22528f
Fixed an issue with parallax mapping thanks to this thread http://hub.jmonkeyengine.org/forum/topic/parallax-mapping-fundamental-bug/#post-256898
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10994 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
926b634b6e
Fixed an issue with parallax mapping thanks to this thread http://hub.jmonkeyengine.org/forum/topic/parallax-mapping-fundamental-bug/#post-256898
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10993 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
iwg..ic
a0badf9d4c
Add jar packaging for android native bullet builds
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10992 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
iwg..ic
766ebef96d
WIP: Add support to build the Native Bullet for Android (only building, not packaging into jar file yet)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10991 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
iwg..ic
a8a664b76b
Import commit 10930 from the experimental branch to support Bullet file list changes in the future (and fix build of Bullet 2.82)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10990 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
iwg..ic
5453d4f5e9
Improve checking of when to download and unzip the source OpenAL Soft files
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10989 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
iwg..ic
5b2a661f56
Add support for downloading and building OpenAL Soft for native Android audio
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10988 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
iwg..ic
71938ff80d
fix android.mk for OpenAL Soft build
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10987 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
iwg..ic
8069f10d30
add android ndk build path
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10986 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
Kae..pl
dd1fdd6bce
Bugfix: fixed an issue with skeleton animations (the models did not behave as they should).
...
Refactoring: animations method changes, less classes, more simple code
Feature: BlenderKey will now require setting the mapping between animation (skeleton or spatial) and the animated model.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10985 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
nor..67
a845665cca
gradle-restructure:
...
- extend jme3-examples "dist" target (WIP)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10984 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
d7189e6aa4
Removed the displayDebug method from the Filter and made a postFilter method for a more general use that is called right after a filter has been rendered.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10983 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
e4e3e0906d
Removed the displayDebug method from the Filter and made a postFilter method for a more general use that is called right after a filter has been rendered.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10982 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
ce6d0d0065
Used the dipose method of native object to delete framebuffers and textures when the Fpp is cleaned up
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10981 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
912f560f6e
Used the dipose method of native object to delete framebuffers and textures when the Fpp is cleaned up
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10980 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
4c6371e63d
Filters have now a displayDebug method called adfter the filter has been rendered
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10979 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
db3f3c16d2
Filters have now a displayDebug method called adfter the filter has been rendered
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10978 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
jul..om
e5f0c32fe3
Adds the support of the native cursor into the JOGL NEWT backend (not tested)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10977 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
jul..om
36235521b8
Switches to JOGL 2.1.4 (build 1198)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10976 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
9708a41f15
Moved the Desktop.cfg file to the resources folder
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10975 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
nor..67
7c1a6b081d
SDK:
...
- clean AbstractFilterNode
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10974 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
nor..67
5a89b07fc4
SDK:
...
- fix Filter Explorer not updating its properties
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10973 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
nor..67
1af852585d
gradle-restructure:
...
- add some ignores for native bullet
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10972 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
nor..67
09cf258e71
gradle-restructure:
...
- clean up main build script
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10971 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
nor..67
6262b2edc6
gradle-restructure:
...
- add some svn ignores
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10970 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
nor..67
511d045274
gradle:
...
import current build script to gradle-restructure
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10968 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
PSp..om
98d4ca4404
Renaming the native bullet android dir.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10967 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
PSp..om
836123d0f4
Copying android native from trunk to the new structure.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10966 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
Kae..pl
a7f0a5a99b
Bugfix: animations are now loaded from frame 1 rather than 0 (just like in blender).
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10965 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
PSp..om
ed77d40c63
First pass at copying the source files with history into the
...
new gradle-based structure.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10964 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago