22 Commits

Author SHA1 Message Date
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
2014-03-15 21:10:10 +00:00
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
2014-03-15 19:08:30 +00:00
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
2014-03-15 14:59:07 +00:00
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
2014-03-14 04:46:16 +00:00
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
2014-03-13 23:38:11 +00:00
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
2014-03-13 08:44:34 +00:00
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
2014-03-12 19:36:14 +00:00
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
2014-03-11 18:31:43 +00:00
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
2014-03-02 08:52:45 +00:00
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
2014-02-23 12:28:36 +00:00
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
2014-02-08 14:04:34 +00:00
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
2014-02-08 14:00:51 +00:00
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
2014-02-08 13:28:12 +00:00
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
2014-02-06 18:49:35 +00:00
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
2014-01-22 21:51:42 +00:00
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
2014-01-20 08:57:56 +00:00
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
2014-01-19 23:38:19 +00:00
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
2014-01-12 19:32:49 +00:00
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
2014-01-11 13:01:24 +00:00
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
2014-01-11 12:52:39 +00:00
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
2014-01-09 19:59:30 +00:00
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
2014-01-07 05:44:17 +00:00