sgold
|
3f7395c3cd
|
Bugfix: issue #556 (StatsAppState.setFont() visibility) in gradle-restructure
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11096 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
sgold
|
d7dc3a1600
|
Bugfix: issue #631 (MeshCollisionShape constructor requires a TriMesh) in gradle-restructure branch
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11094 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
sgold
|
5134c6052c
|
remove 7 octree optimization files from gradle-restructure branch
per discussion at http://hub.jmonkeyengine.org/forum/topic/proposed-removal-of-octree-and-related-files
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11092 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
sgold
|
5b530da4d3
|
remove TestOctree.java from gradle-restructure branch
per discussion at http://hub.jmonkeyengine.org/forum/topic/proposed-removal-of-octree-and-related-files
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11091 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
sgold
|
6f72c713d2
|
improve inline documentation in AbstractShadowRenderer.java ... gradle-restructure branch
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11089 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
sgold
|
6e3ecfa232
|
Bugfix: issue #635 (center WireBox on BoundingBox) in gradle-restructure branch
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11087 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
rem..om
|
e69d237b51
|
Committed a patch for ARGB8 and BGRA8 support
http://hub.jmonkeyengine.org/forum/topic/support-for-argb8-and-bgra8-textures/#260706
Also made the change for Jogl TextureUtil as it was missing from the patch
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11085 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
rem..om
|
bcff9ea50e
|
KinematicRagdollControl now throws a proper exception when the skeleton control is not found on the model.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11084 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
sgold
|
50df56dc08
|
Bugfix: issue #622 (FlybyCamera zooms to negative FOV) in gradle-restructure
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11081 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
sgold
|
abe1aa36a6
|
Bugfix: Mesh.deepClone() sets wrong elementCount and vertCount ... in gradle-restructure branch
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11079 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
sgold
|
528ed8d014
|
Bugfix: issue #613 (ClassCastException during read) in gradle-restructure branch
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11077 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
sgold
|
cdd6d33f68
|
Bugfix: issue #615 (backward Dome normals) in gradle-restructure
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11075 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
sgold
|
8e88f1f6cf
|
Bugfix: issue #614 (name of SYSRQ key) in gradle-restructure branch
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11073 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
Kae..pl
|
4972fad991
|
Feature: added support for 'Maintain volume' constraint.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11068 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
Kae..pl
|
bc6c3cd93e
|
Bugfix: fixed a bug that caused an exception to be throw when cloneForSpatial methods were called; this was caused by placing AnimControl before SkeletonControl in the Spatial's controls list
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11067 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
rem..om
|
b8714b0f10
|
LoopMode.Cycle is now properly supported by MotionEvent and CinematicEvent.
Used AnimChannel's clampWrapTime method for consistency, and refactored it in an AnimationUtils utility class.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11066 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
rem..om
|
655eb4c768
|
Used texture function instead of texture2D function for glsl1.5 shaders, as it's deprecated an seems to fail on some hardware
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11064 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
Kae..pl
|
7d6ea02b90
|
Bugfix: fixed an issue that could cause NPE when lamp that is not supported in JME ('Hemi' light for example) had children nodes attached.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11062 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
rem..om
|
f3457c2f52
|
LightScatteringFilter : changed the way the light shafts are blended into the original scene.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11056 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
rem..om
|
8e65f333d8
|
LightScatteringFilter : changed the way lightdensity attenuation is computed according to this thread
http://hub.jmonkeyengine.org/forum/topic/light-scattering/#post-207641
Chose the second proposition.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11054 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
Kae..pl
|
c5448f9aae
|
Feature: added support for fog loading from blender file.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11035 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
rem..om
|
00eacd3b66
|
Applied abies patch so that the BatchNode.clone properly works.
see http://hub.jmonkeyengine.org/forum/topic/batchnode-broken-on-clone/#post-258248
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11031 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
rem..om
|
cf389fc84c
|
Merged changes r11023,r11022,r11028,r11029 to graddle restructure
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11030 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
rem..om
|
4e63056be9
|
SpotLightShadowRenderer, fixed an issue where a spot light would wast shadows behind itself
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11027 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
rem..om
|
fd8a69707b
|
Added a comment setupTextureParams in LwjglRenderer about the switch with missing breaks
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11024 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
rem..om
|
54ab14e5ae
|
Merged commits r11015 to gradle restructure branch.
Made similar cleanup in other renderer implementations
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11020 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
rem..om
|
e65d6ea44b
|
Merged commits r11009 to r11012 to gradle restructure branch.
Moved the workaround for GLSL100 into the renderers instead of having it when selecting a technique
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11019 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
rem..om
|
4ac9babeb2
|
Merged commit r11007 to gradle restructure branch
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11018 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
Kae..pl
|
c78585c62e
|
Bugfix: improved computation of 'Local with parent' bone constraint space (not yet perfect but much better than the previous one).
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11017 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
Kae..pl
|
aa0b311495
|
Bugfix: fixed how blender importer handled ambient light.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11013 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
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
|
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
|
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
|
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 |
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
|
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
|
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
|
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
|
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 |
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 |
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 |