OSDN Git Service

mikumikustudio/MikuMikuStudio.git
13 years agoFix: fixed a bug when using alphamaps with TerrainGrid
anthyon@gmail.com [Fri, 22 Jul 2011 21:45:48 +0000 (21:45 +0000)]
Fix: fixed a bug when using alphamaps with TerrainGrid

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7904 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- added a ColorRGBA to tempVars
remy.bouquet@gmail.com [Fri, 22 Jul 2011 21:41:45 +0000 (21:41 +0000)]
- added a ColorRGBA to tempVars
- Used tempvars in Materila.renderMultipassLighting

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7903 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAndroid: fixed logging
kimxilxyong [Fri, 22 Jul 2011 18:27:17 +0000 (18:27 +0000)]
Android: fixed logging

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7902 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- Reverted previous uniform change, it was causing changes in constants, when user...
remy.bouquet@gmail.com [Fri, 22 Jul 2011 09:50:58 +0000 (09:50 +0000)]
- Reverted previous uniform change, it was causing changes in constants, when user was assigning a constant to a uniform (like mat.setColor("Color",ColorRGBA.White)).
- Changed Material's renderMultipassLighting method to not reuse Shader's values instance, and to use temporary allocated variables in the material instance instead

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7901 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoFixed a typo in the comment. OCD strikes again.
PSpeed42@gmail.com [Fri, 22 Jul 2011 09:13:40 +0000 (09:13 +0000)]
Fixed a typo in the comment.  OCD strikes again.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7900 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoTurning the memory tracking off since it's pretty expensive
PSpeed42@gmail.com [Fri, 22 Jul 2011 09:12:11 +0000 (09:12 +0000)]
Turning the memory tracking off since it's pretty expensive
and broken anyway.  See comment in source.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7899 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoFixed varrying binding in the lighting shader
remy.bouquet@gmail.com [Fri, 22 Jul 2011 09:00:59 +0000 (09:00 +0000)]
Fixed varrying binding in the lighting shader

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7898 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agosdk : complete commit due to prior mistake in commit
remy.bouquet@gmail.com [Fri, 22 Jul 2011 03:01:05 +0000 (03:01 +0000)]
sdk : complete commit due to prior mistake in commit

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7897 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agosdk : added spot light support to scene composer
remy.bouquet@gmail.com [Fri, 22 Jul 2011 02:52:29 +0000 (02:52 +0000)]
sdk : added spot light support to scene composer

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7896 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agosdk : added spot light support to jmp
remy.bouquet@gmail.com [Fri, 22 Jul 2011 02:39:13 +0000 (02:39 +0000)]
sdk : added spot light support to jmp

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7895 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- fix lighting compile error
normen667 [Fri, 22 Jul 2011 00:15:55 +0000 (00:15 +0000)]
- fix lighting compile error

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7894 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- Added SpotLight light type.
remy.bouquet@gmail.com [Thu, 21 Jul 2011 21:58:46 +0000 (21:58 +0000)]
- Added SpotLight light type.
- Implemented spot light shading for lighting (pixel and vertex lighting) and terrain shader

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7893 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoUniforms : fixed Copyright formatting
remy.bouquet@gmail.com [Thu, 21 Jul 2011 15:32:59 +0000 (15:32 +0000)]
Uniforms : fixed Copyright formatting

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7892 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Prevent shader leaks
shadowislord [Thu, 21 Jul 2011 15:23:16 +0000 (15:23 +0000)]
 * Prevent shader leaks

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7891 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoUniforms : fixed clearValues to not assign references.
remy.bouquet@gmail.com [Thu, 21 Jul 2011 15:22:45 +0000 (15:22 +0000)]
Uniforms : fixed clearValues to not assign references.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7890 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- fix nifty project library
normen667 [Thu, 21 Jul 2011 15:19:52 +0000 (15:19 +0000)]
- fix nifty project library

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7889 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAndroid: added some more logging to the surface creation
kimxilxyong [Thu, 21 Jul 2011 09:19:50 +0000 (09:19 +0000)]
Android: added some more logging to the surface creation

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7888 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoChanges to animations storing (not yet used in the selected blender file) and small...
Kaelthas_Spellsinger@o2.pl [Wed, 20 Jul 2011 13:54:42 +0000 (13:54 +0000)]
Changes to animations storing (not yet used in the selected blender file) and small refactoring.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7886 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- fix to HingeJoint (native bullet), thanks to @makeshift
normen667 [Wed, 20 Jul 2011 11:40:42 +0000 (11:40 +0000)]
- fix to HingeJoint (native bullet), thanks to @makeshift

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7885 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoFix to armature modifier loading.
Kaelthas_Spellsinger@o2.pl [Tue, 19 Jul 2011 12:11:43 +0000 (12:11 +0000)]
Fix to armature modifier loading.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7884 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoreduced terrain save j3o file size
brentowens [Tue, 19 Jul 2011 00:00:50 +0000 (00:00 +0000)]
reduced terrain save j3o file size

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7883 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoImprovements to blender manual tester.
Kaelthas_Spellsinger@o2.pl [Mon, 18 Jul 2011 19:56:39 +0000 (19:56 +0000)]
Improvements to blender manual tester.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7882 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agofixed terrain camera controller to use the changes to AbstractCameraController
brentowens [Mon, 18 Jul 2011 16:42:43 +0000 (16:42 +0000)]
fixed terrain camera controller to use the changes to AbstractCameraController

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7881 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * System.load() will still be called on natives even if the file already exists
shadowislord [Mon, 18 Jul 2011 16:27:32 +0000 (16:27 +0000)]
 * System.load() will still be called on natives even if the file already exists

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7880 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoPssmRenderer :
remy.bouquet@gmail.com [Mon, 18 Jul 2011 16:12:41 +0000 (16:12 +0000)]
PssmRenderer :
- added a flag flushQueues to prevent the PssmRenderer to flush the shadow queues. This allow to have several PssmRenderer on one scene to have shadows cast by several light sources.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7879 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Disable point sprite if not rendering a point mesh. May prevent ATI driver crashes
shadowislord [Mon, 18 Jul 2011 14:26:26 +0000 (14:26 +0000)]
 * Disable point sprite if not rendering a point mesh. May prevent ATI driver crashes

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7878 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Another ATI driver hack, now for framebuffers. Based on http://www.opengl.org...
shadowislord [Sun, 17 Jul 2011 23:57:17 +0000 (23:57 +0000)]
 * Another ATI driver hack, now for framebuffers. Based on opengl.org/wiki/Common_Mistakes#Automatic_mipmap_generation

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7877 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Removed glTexEnv(GL_COORD_REPLACE, ...) call because it is not needed when using...
shadowislord [Sun, 17 Jul 2011 23:52:20 +0000 (23:52 +0000)]
 * Removed glTexEnv(GL_COORD_REPLACE, ...) call because it is not needed when using shader

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7876 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Enable point sprite mode only for first texture unit. May prevent ATI driver crashes
shadowislord [Sun, 17 Jul 2011 23:38:54 +0000 (23:38 +0000)]
 * Enable point sprite mode only for first texture unit. May prevent ATI driver crashes

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7875 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoMade the methods called from the audio thread final because
PSpeed42@gmail.com [Sun, 17 Jul 2011 21:55:29 +0000 (21:55 +0000)]
Made the methods called from the audio thread final because
no good can come from overriding them.  Also made those
variables volatile so that other threads are guaranteed to
see the right values.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7874 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAdded an AudioContext to hold the thread local audio
PSpeed42@gmail.com [Sun, 17 Jul 2011 21:24:11 +0000 (21:24 +0000)]
Added an AudioContext to hold the thread local audio
renderer as set by the application update().  a) this
ensures that the audio node must be updated on the render
thread like everything else, b) it means that audio node
doesn't need to juggle its own reference to AudioRenderer
since from the right thread it can always get at it.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7873 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- fix NiftyGUI library references
normen667 [Sun, 17 Jul 2011 17:59:38 +0000 (17:59 +0000)]
- fix NiftyGUI library references

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7872 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoSDK :
remy.bouquet@gmail.com [Sun, 17 Jul 2011 10:11:58 +0000 (10:11 +0000)]
SDK :
- Fixed a NPE in the select tool when user was selectiong nothing

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7871 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoSDK :
remy.bouquet@gmail.com [Sun, 17 Jul 2011 10:11:16 +0000 (10:11 +0000)]
SDK :
- added toggle Orthographic / Perspective view button in the scene composer accessible through keyboard shortcuts
- fixed some focus issues

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7870 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Now added "asset name requirements" to FileLocator to prevent Windows -> Linux...
shadowislord [Sun, 17 Jul 2011 05:27:55 +0000 (05:27 +0000)]
 * Now added "asset name requirements" to FileLocator to prevent Windows -> Linux porting issues

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7869 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Added case-sensitivity and other "asset name requirements" to ClasspathLocator...
shadowislord [Sun, 17 Jul 2011 05:20:38 +0000 (05:20 +0000)]
 * Added case-sensitivity and other "asset name requirements" to ClasspathLocator to prevent Windows -> Linux porting issues

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7868 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Nifty 1.3 release
shadowislord [Sun, 17 Jul 2011 04:55:21 +0000 (04:55 +0000)]
 * Nifty 1.3 release

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7867 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Natives will now get extracted only if they were actually updated (last modified...
shadowislord [Sun, 17 Jul 2011 04:35:26 +0000 (04:35 +0000)]
 * Natives will now get extracted only if they were actually updated (last modified date changed)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7866 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Fixed NullPointerException when loading old materials that used wireframe.j3md
ShadowIsLord@gmail.com [Sat, 16 Jul 2011 17:14:47 +0000 (17:14 +0000)]
 * Fixed NullPointerException when loading old materials that used wireframe.j3md

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7865 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAndroid: fixed excessive logging in audio renderer
kimxilxyong [Sat, 16 Jul 2011 15:18:32 +0000 (15:18 +0000)]
Android: fixed excessive logging in audio renderer

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7864 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago* select and move tools added to sdk
brentowens [Fri, 15 Jul 2011 17:20:39 +0000 (17:20 +0000)]
* select and move tools added to sdk
* ability to easily add other tools to scene composer
* changed camera controller to handle more types of mouse events
* much refactoring of sceneComposerToolController

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7863 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoWaterFilter : tracked down missing ".0" in the shaders
remy.bouquet@gmail.com [Fri, 15 Jul 2011 16:01:37 +0000 (16:01 +0000)]
WaterFilter : tracked down missing ".0" in the shaders

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7862 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoSDK, Filter Editor
remy.bouquet@gmail.com [Fri, 15 Jul 2011 15:16:42 +0000 (15:16 +0000)]
SDK, Filter Editor
- Added a wizard for choosing Bloom mode when creating a BloomFilter
- Changing the filter's name in the properties panel now also change it's name in the Filter Explorer

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7861 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoMade the math classes (most of them) java.io.Serializable
PSpeed42@gmail.com [Fri, 15 Jul 2011 00:23:21 +0000 (00:23 +0000)]
Made the math classes (most of them) java.io.Serializable
since it's harmless and makes these math classes more useful
as general data structures.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7860 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoReturn the base color for BitmapText.getColor() because
PSpeed42@gmail.com [Thu, 14 Jul 2011 11:23:04 +0000 (11:23 +0000)]
Return the base color for BitmapText.getColor() because
other things make less sense... though no answer is
exactly "right".

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7859 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAndroid: added ConfigType.LEGACY
kimxilxyong [Wed, 13 Jul 2011 10:32:00 +0000 (10:32 +0000)]
Android: added ConfigType.LEGACY

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7858 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoModified to use the new SafeArrayList for children and controls.
PSpeed42@gmail.com [Wed, 13 Jul 2011 08:01:39 +0000 (08:01 +0000)]
Modified to use the new SafeArrayList for children and controls.
This means it is possible for a control to modify its own
node hierarchy in a way that might have caused random skipping
at best and index out of bounds exceptions at worse.
Also, users can iterate over children and detach them at the
same time using standard for each constructs.
Performance is the same for me though I'd expected it to be
at least slightly faster given that most inner loops now use
direct array access.  My scenes must not exploit this much.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7857 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAdded a custom array-based List class that buffers modifications
PSpeed42@gmail.com [Wed, 13 Jul 2011 07:55:34 +0000 (07:55 +0000)]
Added a custom array-based List class that buffers modifications
in such a way that the list can be modified while being iterated.
Furthermore, it exposes the raw array "snapshot" for iteration
simplifying some code elsewhere.
I've left comments in the code as to some beneficial mods that
could be made for the target use-cases.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7856 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Fixed syntax error in ModifierHelper
shadowislord [Wed, 13 Jul 2011 00:30:57 +0000 (00:30 +0000)]
 * Fixed syntax error in ModifierHelper
 * Other minor fixes

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7855 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoFixed an event ordering issue. The server now only
PSpeed42@gmail.com [Tue, 12 Jul 2011 20:07:11 +0000 (20:07 +0000)]
Fixed an event ordering issue.  The server now only
first the connection added event after sending the
connect confirmation to the client.  This prevents
a resource deadlock if the connection listener
tries to send a message to the client and the
client tries to send a response back... since the
client won't have been fully initialized yet.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7854 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoMoving loading object animation modifier to ModifierHelper class.
Kaelthas_Spellsinger@o2.pl [Tue, 12 Jul 2011 14:47:32 +0000 (14:47 +0000)]
Moving loading object animation modifier to ModifierHelper class.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7852 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAndroid: Allow custom app instantiation
kimxilxyong [Tue, 12 Jul 2011 09:52:35 +0000 (09:52 +0000)]
Android: Allow custom app instantiation

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7851 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAndroid: Fixed a race condition in OGLESContext which sometimes called initialize...
kimxilxyong [Tue, 12 Jul 2011 09:25:36 +0000 (09:25 +0000)]
Android: Fixed a race condition in OGLESContext which sometimes called initialize() more than once, added screen resolution setting and invert mouse x to harness

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7850 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoupdate: removed tileLoaded from TerrainGridListener, one should use tileAttached...
anthyon@gmail.com [Mon, 11 Jul 2011 09:54:03 +0000 (09:54 +0000)]
update: removed tileLoaded from TerrainGridListener, one should use tileAttached and tileDetached instead.
updated the tests as well

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7849 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Reverted normen's confusion
shadowislord [Sun, 10 Jul 2011 20:23:00 +0000 (20:23 +0000)]
 * Reverted normen's confusion
 * TGA loader now properly fails on grayscale formats

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7848 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- revert ByteBuffer changes for native bullet objects (not asset data!)
normen667 [Sun, 10 Jul 2011 19:29:08 +0000 (19:29 +0000)]
- revert ByteBuffer changes for native bullet objects (not asset data!)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7847 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Removed evil code
shadowislord [Sat, 9 Jul 2011 20:08:22 +0000 (20:08 +0000)]
 * Removed evil code

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7846 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Replaced all usages of ByteBuffer.allocateDirect() with BufferUtils.create***Buffe...
shadowislord [Sat, 9 Jul 2011 20:02:39 +0000 (20:02 +0000)]
 * Replaced all usages of ByteBuffer.allocateDirect() with BufferUtils.create***Buffer() so that memory can be tracked

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7845 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agofixed but with normals not updating in terrain
brentowens [Fri, 8 Jul 2011 15:10:25 +0000 (15:10 +0000)]
fixed but with normals not updating in terrain

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7844 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoFixed grammar in the installer wizard; Added description of jMP to the description...
skye.book [Fri, 8 Jul 2011 13:22:15 +0000 (13:22 +0000)]
Fixed grammar in the installer wizard; Added description of jMP to the description field

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7843 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agochanged TerrainGrid methods to protected access
brentowens [Fri, 8 Jul 2011 00:11:44 +0000 (00:11 +0000)]
changed TerrainGrid methods to protected access

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7842 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agopulled ImageBasedHeightmap height color calculation out so it can be customized by...
brentowens [Fri, 8 Jul 2011 00:07:08 +0000 (00:07 +0000)]
pulled ImageBasedHeightmap height color calculation out so it can be customized by subClasses

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7841 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoFix: extended TerrainGridListener with ozonegrif's extension
anthyon@gmail.com [Thu, 7 Jul 2011 21:29:45 +0000 (21:29 +0000)]
Fix: extended TerrainGridListener with ozonegrif's extension
this allows physics to be handled by the user rather than manipulating in the grid
see tests for details

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7840 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoFix to properties storing (bad casting removed).
Kaelthas_Spellsinger@o2.pl [Thu, 7 Jul 2011 19:40:40 +0000 (19:40 +0000)]
Fix to properties storing (bad casting removed).

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7839 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoFix to loading properties. They are now assigned to Spatial and not only to Geometry.
Kaelthas_Spellsinger@o2.pl [Thu, 7 Jul 2011 18:29:11 +0000 (18:29 +0000)]
Fix to loading properties. They are now assigned to Spatial and not only to Geometry.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7838 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoFix: I left a useless parameter in test
anthyon@gmail.com [Thu, 7 Jul 2011 15:23:36 +0000 (15:23 +0000)]
Fix: I left a useless parameter in test

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7837 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoFix: the new way to add physics to terrainGrid is to use the listener interface,...
anthyon@gmail.com [Thu, 7 Jul 2011 15:02:08 +0000 (15:02 +0000)]
Fix: the new way to add physics to terrainGrid is to use the listener interface, see updated tests
new heightmaps are provided for TerrainGridTest

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7836 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agofixed -1 offset in TerrainGrid
brentowens [Thu, 7 Jul 2011 05:41:27 +0000 (05:41 +0000)]
fixed -1 offset in TerrainGrid

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7835 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago* fixed lod bug in TerrainGrid
brentowens [Wed, 6 Jul 2011 20:12:44 +0000 (20:12 +0000)]
* fixed lod bug in TerrainGrid
* flipped the grid orientation to match the Quad's orientation
* removed blocking call to loading thread

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7833 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago* added an UpdateControl so you can easily enqueue tasks into jme's update loop
brentowens [Wed, 6 Jul 2011 04:07:43 +0000 (04:07 +0000)]
* added an UpdateControl so you can easily enqueue tasks into jme's update loop

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7832 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Fixed syntax errors and crashes with shadow processor and filters
shadowislord [Wed, 6 Jul 2011 01:40:42 +0000 (01:40 +0000)]
 * Fixed syntax errors and crashes with shadow processor and filters

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7831 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agofixed AbstractHeightMap bounds check, thanks ozonegrif
brentowens [Tue, 5 Jul 2011 23:49:53 +0000 (23:49 +0000)]
fixed AbstractHeightMap bounds check, thanks ozonegrif

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7830 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAndroid: added mouseEventsInvertY option to Harness
kimxilxyong [Tue, 5 Jul 2011 20:20:01 +0000 (20:20 +0000)]
Android: added mouseEventsInvertY option to Harness

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7827 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago* javadoc
brentowens [Tue, 5 Jul 2011 19:42:37 +0000 (19:42 +0000)]
* javadoc

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7826 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago* fixed terrainGrid NPE on executor
brentowens [Tue, 5 Jul 2011 16:28:12 +0000 (16:28 +0000)]
* fixed terrainGrid NPE on executor

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7825 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago* simplified terrain tests, only passing in single camera
brentowens [Tue, 5 Jul 2011 16:03:54 +0000 (16:03 +0000)]
* simplified terrain tests, only passing in single camera

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7824 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago* delayed creation of TerrainQuad executorService unless absolutely needed
brentowens [Tue, 5 Jul 2011 15:56:32 +0000 (15:56 +0000)]
* delayed creation of TerrainQuad executorService unless absolutely needed

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7823 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Added stereo 3D to AppSettings
ShadowIsLord@gmail.com [Tue, 5 Jul 2011 14:14:11 +0000 (14:14 +0000)]
 * Added stereo 3D to AppSettings

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7822 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Minor shader formatting
shadowislord [Tue, 5 Jul 2011 03:47:29 +0000 (03:47 +0000)]
 * Minor shader formatting
 * Particles now have proper glow
 * Fixed bug where references to static variables would stay in ParticleEmitter and particleInfluencer, causing havoc
 * Fixed warning in InputManager when using ScreenshotAppState
 * TestEverything now uses TangentBinormalGenerator, since before there was no tangents for the floor

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7821 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agopart 2, renaming
brentowens [Mon, 4 Jul 2011 23:55:45 +0000 (23:55 +0000)]
part 2, renaming

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7820 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoremoved unused geomap classes, replaced with single GeoMap class (part 1 of 2 part...
brentowens [Mon, 4 Jul 2011 23:40:38 +0000 (23:40 +0000)]
removed unused geomap classes, replaced with single GeoMap class (part 1 of 2 part commit, blasted netbeans)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7819 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoremoved redundant RawArrayHeightMap
brentowens [Mon, 4 Jul 2011 22:55:05 +0000 (22:55 +0000)]
removed redundant RawArrayHeightMap

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7818 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoSDK - Added code check for TempVars release
remy.bouquet@gmail.com [Mon, 4 Jul 2011 20:49:44 +0000 (20:49 +0000)]
SDK - Added code check for TempVars release

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7817 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- remove false AssetData setExtension from FilterDataObject
normen667 [Mon, 4 Jul 2011 15:49:10 +0000 (15:49 +0000)]
- remove false AssetData setExtension from FilterDataObject

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7816 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- show global assetpack license in single items properties if no license is specified...
normen667 [Sun, 3 Jul 2011 22:53:49 +0000 (22:53 +0000)]
- show global assetpack license in single items properties if no license is specified for that item

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7815 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoSDK - Filter Editor :
remy.bouquet@gmail.com [Sun, 3 Jul 2011 14:37:07 +0000 (14:37 +0000)]
SDK - Filter Editor :
- Filters can now be reordered by drag and drop

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7814 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Fix BillboardControl "Spatial was not updated before rendering" crash
shadowislord [Sun, 3 Jul 2011 00:09:21 +0000 (00:09 +0000)]
 * Fix BillboardControl "Spatial was not updated before rendering" crash
 * Add F5 key to hide FPS/stats

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7813 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Fix NullPointerException in MaterialHelper
shadowislord [Sat, 2 Jul 2011 22:20:22 +0000 (22:20 +0000)]
 * Fix NullPointerException in MaterialHelper

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7812 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoSDK - Filter Editor :
remy.bouquet@gmail.com [Sat, 2 Jul 2011 15:38:27 +0000 (15:38 +0000)]
SDK - Filter Editor :
- Fixed Delete menu
- Filters can now be reordered by rightclick on the node> move up, move down

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7811 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- fix texture repeat in MaterialExtensionLoader
normen667 [Sat, 2 Jul 2011 14:28:10 +0000 (14:28 +0000)]
- fix texture repeat in MaterialExtensionLoader

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7810 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- fix AddToProject adding to scenecomposer too
normen667 [Sat, 2 Jul 2011 14:01:31 +0000 (14:01 +0000)]
- fix AddToProject adding to scenecomposer too

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7809 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- add project selection in AssetPack "add to project" for unclear situations
normen667 [Sat, 2 Jul 2011 13:31:28 +0000 (13:31 +0000)]
- add project selection in AssetPack "add to project" for unclear situations

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7808 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- fix polyoffset in "create j3m" generated files
normen667 [Sat, 2 Jul 2011 12:32:09 +0000 (12:32 +0000)]
- fix polyoffset in "create j3m" generated files

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7807 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoSDK - Filter Editor :
remy.bouquet@gmail.com [Sat, 2 Jul 2011 07:59:21 +0000 (07:59 +0000)]
SDK - Filter Editor :
- Added a disable/enable filter item  in the context menu in the filter explorer (default action)
- Changed filter icon and created a propper package for filter related icons
- Filter icon now switch from enabled to disabled

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7805 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoSDK : Fixed unused import
remy.bouquet@gmail.com [Sat, 2 Jul 2011 06:38:42 +0000 (06:38 +0000)]
SDK : Fixed unused import

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7804 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- improve message to "Add to project" about usage
normen667 [Sat, 2 Jul 2011 00:28:19 +0000 (00:28 +0000)]
- improve message to "Add to project" about usage

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7802 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- add message to "Add to project" about usage
normen667 [Sat, 2 Jul 2011 00:01:42 +0000 (00:01 +0000)]
- add message to "Add to project" about usage

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7801 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- fix add to project
normen667 [Fri, 1 Jul 2011 23:49:52 +0000 (23:49 +0000)]
- fix add to project

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7800 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- add option to add assetpack item as model
normen667 [Fri, 1 Jul 2011 23:11:19 +0000 (23:11 +0000)]
- add option to add assetpack item as model

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7799 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- add support for parsing worldforge content to AssetPack projects
normen667 [Fri, 1 Jul 2011 22:07:45 +0000 (22:07 +0000)]
- add support for parsing worldforge content to AssetPack projects
- add support for selectable material per asset in AssetPacks
- add option for cleaning up assets in AssetPack projects

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7798 75d07b2b-3a1a-0410-a2c5-0572b91ccdca