4335 Commits

Author SHA1 Message Date
nor..67
975d9591a2 - add lwjgl 2.7.1 svn build with canvas fix
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7748 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-26 16:49:34 +00:00
nor..67
e78d3c9961 - remove helpset from blender plugin completely
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7747 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-26 15:42:56 +00:00
nor..67
871e76f965 - remove helpset from blender plugin completely
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7746 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-26 15:42:51 +00:00
nor..67
e8118b5485 - fix some more warnings
- fix undo for cloneable values

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7745 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-26 13:04:49 +00:00
nor..67
fc04902c30 - fix some warnings and deprecations
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7744 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-26 12:43:48 +00:00
nor..67
09ef641d09 - fix enabled parameter xD
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7743 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-26 12:31:13 +00:00
nor..67
35687d83bf - fix name parameter
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7742 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-26 12:28:05 +00:00
nor..67
83ba0ac987 - add global name and enabled parameters for filters
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7741 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-26 12:24:32 +00:00
nor..67
b1ef1e92c7 - make filter packages public in core plugin
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7740 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-26 09:59:15 +00:00
nor..67
7b014f92c1 - remove unsettable crosshatch parameters
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7739 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-26 09:56:33 +00:00
ant..om
bcfeb06317 Fix: calculating localTranslation after gridChange
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7738 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-26 08:27:50 +00:00
nor..67
426e48541a - remove extra blender help
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7737 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-26 01:21:50 +00:00
sha..rd
826c285551 * XMLImporter can now read version numbers from XML J3O
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7736 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-25 23:49:18 +00:00
nor..67
030edabc80 - fix some deprecations and warnings
- fix jmp internal manual

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7735 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-25 23:47:20 +00:00
sha..rd
a43e52a384 * XMLImporter can now read directly from file
* XML representation of savable now writes version (no reading yet)
 * Initial attempt of fixing "frozen after app restart" bug
 * Fixed NVIDIA shininess bug (!!!) - No longer need to set m_Shininess on materials!

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7734 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-25 23:26:48 +00:00
Kae..pl
7ea8687e4a Textures test asset updated.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7733 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-25 22:10:23 +00:00
Kae..pl
3f352ea5de Storing texture path as its name.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7732 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-25 21:19:08 +00:00
sha..rd
6b44f3fcc9 * Accidently commited this file .. now reverted to proper version
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7731 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-25 19:29:01 +00:00
sha..rd
9f7d5410b7 * Tried to fix NVIDIA shininess==0 bug (again!)
* MTL loader now properly follows spec regarding initial values of colors
 * TangentBinormalGenerator now throws proper exception on missing normals

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7730 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-25 19:27:23 +00:00
sha..rd
951d9fe23a J3O incompatibility issues fixed
* When loading models with SimpleTextured/WireColor/SolidColor materials 
 * When loading Unshaded material with spelling error "SeperateTexCoord" instead of "SeparateTexCoord"
 * Also fixed issue with loading animated models

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7729 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-25 18:47:20 +00:00
sha..rd
4dffbc95f5 * Forgot to commit this file
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7728 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-25 17:59:34 +00:00
rem..om
a3e3d241f6 sdk - Fixed NPE in JmeLight due to a removed attribute in Light
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7727 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-25 11:30:45 +00:00
sha..rd
348b1d638a * Fixed Blender loader crash when "Image" texture mode is specified but actual image is not selected
* Replaced oracle proprietary exception with UnsupportedOperationException
 * Shared Geometry Patch - Still need detection mechanism for old versions!
 * Binary/J3O format will now write signature and version
 * Binary/J3O format now has version numbers for exported class hierarchies
 * Fix crash in TestHoveringTank
 * ListMap now uses backing array and a map - increased lookup performance for uniforms/matparams and faster iteration too. Only insertion became slower

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7726 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-25 05:25:32 +00:00
nor..67
090e57b224 - use degrees for quaternion properties
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7725 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-25 01:16:27 +00:00
nor..67
41017fdacf - remove unnecessary imports
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7724 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-25 00:40:44 +00:00
kim..ng
a7974ac659 Android: Added first prototype of AndroidAudioRenderer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7723 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-24 20:11:27 +00:00
PSp..om
68bac95cd5 Added some more information to the logging.
Removed an errant nextId decrement that would occur
even if the class was already registered and already
had an ID.  This makes the teetering tower of glass
shards slightly less fragile... slightly.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7722 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-24 10:06:41 +00:00
nor..67
b7afd19fb4 - add create terrain action to SceneExplorer menu
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7721 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-24 09:12:41 +00:00
ant..om
e4983751c7 fixed collisiongroup check on grid change
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7720 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-24 05:35:38 +00:00
nor..67
9790cff2c3 - fix terraineditor project files
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7719 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-24 00:10:09 +00:00
bre..ns
e08dc6f6cf * refactored terrain tools into individual tools and actions
* added terrain tool undo/redo support

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7718 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 23:46:16 +00:00
bre..ns
5024fa6c32 * scene application doesn't gobble up NPEs any more
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7717 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 23:45:18 +00:00
nor..67
2f67470731 - fix posterization, delete
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7716 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 22:00:27 +00:00
nor..67
76ef4b7a67 - fix posterization, delete
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7715 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 22:00:11 +00:00
nor..67
69aa8676a0 - fix in bloom filter wrapper
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7714 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 21:57:12 +00:00
nor..67
8bfd9fda6a - add remaining filter types
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7713 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 21:24:01 +00:00
nor..67
6654e34d73 - fix in LightScattering parameter
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7712 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 21:13:17 +00:00
nor..67
80aedc02ec - fix in FilterExplorer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7711 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 20:57:42 +00:00
nor..67
d21d74a110 - instantiate assetManager when deserializing FilterPostProcessor
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7710 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 20:48:13 +00:00
nor..67
45a8324440 - support more filters in FilterExplorer
- move filter and implementations to separate package

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7709 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 20:36:09 +00:00
nor..67
f9780e7c0f - support more filters in FilterExplorer
- move filter and implementations to separate package

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7708 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 20:36:03 +00:00
nor..67
0674c80727 - add Filter Explorer for editig and previewing j3f files containting post filters (WIP, only FogFilter available atm)
- add function to preview post filters in the sceneviewer

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7707 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 17:53:46 +00:00
nor..67
c658d4933a - add Filter Explorer for editig and previewing j3f files containting post filters (WIP, only FogFilter available atm)
- add function to preview post filters in the sceneviewer

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7706 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 17:53:40 +00:00
nor..67
a1cc3326ce - add j3f format
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7705 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 17:46:57 +00:00
Kae..pl
41cde21260 Fix to applying Y-up axis to rotated objects.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7704 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 17:16:18 +00:00
Kae..pl
c67ab5bb8d NPE bugfix (properties are only applied for Geometries).
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7703 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 16:43:53 +00:00
Kae..pl
bb474ecbd2 Returning to the previous way of uv-mapping reading (the new one apparently caused troubles).
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7702 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 16:32:35 +00:00
Kae..pl
82a718e413 Adding additional comments.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7701 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 16:12:33 +00:00
Kae..pl
1704f839b7 Update of testing asset.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7700 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 15:46:25 +00:00
Kae..pl
aaeb948b9d Fix to object positioning when Y axis is set to be UP axis.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7699 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-23 14:10:03 +00:00