OSDN Git Service

mikumikustudio/MikuMikuStudio.git
13 years ago * Compressed down Rocky textures
shadowislord [Mon, 13 Jun 2011 04:17:43 +0000 (04:17 +0000)]
 * Compressed down Rocky textures

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

13 years ago * New nifty gui version
shadowislord [Mon, 13 Jun 2011 04:05:49 +0000 (04:05 +0000)]
 * New nifty gui version

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

13 years ago * New version of nifty * Added simple package.html for some of the jME3 packages
shadowislord [Mon, 13 Jun 2011 04:04:57 +0000 (04:04 +0000)]
 * New version of nifty * Added simple package.html for some of the jME3 packages
 * Additional javadocs for com.jme3.renderer
 * Removed Camera.setDirection()
 * ImageBasedHeightMapGrid now uses AssetManager to find heightmaps

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

13 years ago * Javadocs for com.jme3.renderer
shadowislord [Mon, 13 Jun 2011 01:31:51 +0000 (01:31 +0000)]
 * Javadocs for com.jme3.renderer

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

13 years ago * Fixed crash in TestDepthOfField
shadowislord [Sun, 12 Jun 2011 23:15:03 +0000 (23:15 +0000)]
 * Fixed crash in TestDepthOfField
 * Moved Remy's render state hack to filter processor where it belongs

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

13 years agoInput stream closing in blender input stream.
Kaelthas_Spellsinger@o2.pl [Sun, 12 Jun 2011 23:02:02 +0000 (23:02 +0000)]
Input stream closing in blender input stream.

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

13 years agoSmall fix to name fetching from structure.
Kaelthas_Spellsinger@o2.pl [Sun, 12 Jun 2011 23:01:19 +0000 (23:01 +0000)]
Small fix to name fetching from structure.

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

13 years agoWater Filter : removed textureOffset from glsl 1.0 shader
remy.bouquet@gmail.com [Sun, 12 Jun 2011 21:11:33 +0000 (21:11 +0000)]
Water Filter : removed textureOffset from glsl 1.0 shader

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

13 years agoWater Filter : underwater shader
remy.bouquet@gmail.com [Sun, 12 Jun 2011 19:49:13 +0000 (19:49 +0000)]
Water Filter : underwater shader

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

13 years ago- fix old material use
normen667 [Sun, 12 Jun 2011 13:26:01 +0000 (13:26 +0000)]
- fix old material use

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

13 years ago- remove default "update drivers" message from jMP error screen on startup
normen667 [Sun, 12 Jun 2011 12:50:09 +0000 (12:50 +0000)]
- remove default "update drivers" message from jMP error screen on startup

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

13 years ago- fix material error
normen667 [Sun, 12 Jun 2011 11:25:34 +0000 (11:25 +0000)]
- fix material error

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

13 years agoIntroduced a new Namer class, so the heightmap tiles' names can be generated independ...
anthyon@gmail.com [Sun, 12 Jun 2011 09:49:50 +0000 (09:49 +0000)]
Introduced a new Namer class, so the heightmap tiles' names can be generated independent from the terrain system.

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

13 years agoAndroid: Added proper OpenGL ES version detection and a best EGL Config Chooser
kimxilxyong [Sun, 12 Jun 2011 09:26:22 +0000 (09:26 +0000)]
Android: Added proper OpenGL ES version detection and a best EGL Config Chooser

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

13 years ago * Small javadoc fixes
shadowislord [Sun, 12 Jun 2011 05:17:41 +0000 (05:17 +0000)]
 * Small javadoc fixes
 * Formatting for com.jme3.effect package
 * Formatting for blender importer and networking tests
 * All networking tests ported to new SpiderMonkey
 * Removed all mentions of java.util.Serializable
 * RMI now works under new SpiderMonkey

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

13 years ago * Javadocs for com.jme3.material
shadowislord [Sun, 12 Jun 2011 04:19:16 +0000 (04:19 +0000)]
 * Javadocs for com.jme3.material
 * Formatted the blender loader files according to NetBeans
 * Removed any "I" prefixes on interfaces
 * Small javadoc fixes

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

13 years ago * SimpleTextured, SolidColor, VertexColor, and WireColor are now obsolete. Using...
shadowislord [Sun, 12 Jun 2011 02:35:19 +0000 (02:35 +0000)]
 * SimpleTextured, SolidColor, VertexColor, and WireColor are now obsolete. Using those materials will crash your application.
 * Additional javadocs for Material
 * Added TestMusicStreaming

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

13 years ago * Fixed issue with MatParamTexture loading in J3O files
shadowislord [Sat, 11 Jun 2011 23:56:40 +0000 (23:56 +0000)]
 * Fixed issue with MatParamTexture loading in J3O files

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

13 years ago * Moved MatParamTexture out of the Material class (might break loading of old j3o...
shadowislord [Sat, 11 Jun 2011 23:53:55 +0000 (23:53 +0000)]
 * Moved MatParamTexture out of the Material class (might break loading of old j3o models ..)
 * Renamed BinaryClassLoader to SavableClassFinder and put it into core
 * SavableClassFinder now can remap class names, it is used to load old J3O files with particles in them by remapping the old shape names to the new names.
 * Moved the particle emitter control into an inner class so nobody fools around with it
 * Loading of old particle emitters now works
 * Fixed issue with input not responding
 * Fixed some small javadoc mistakes in RenderState
 * Javadocs for com.jme3.material (not done)
 * AbstractControl will now throw exception when an already-attached control is added to another spatial
 * All tests should now use non-deprecated ParticleEmitter.setGravity method

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

13 years ago * Fix some formatting issues in com.jme3.animation package.html
shadowislord [Sat, 11 Jun 2011 22:31:39 +0000 (22:31 +0000)]
 * Fix some formatting issues in com.jme3.animation package.html

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

13 years ago * Javadocs for com.jme3.input
shadowislord [Sat, 11 Jun 2011 22:30:46 +0000 (22:30 +0000)]
 * Javadocs for com.jme3.input

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

13 years ago * Javadocs for com.jme3.effect
shadowislord [Sat, 11 Jun 2011 22:30:21 +0000 (22:30 +0000)]
 * Javadocs for com.jme3.effect

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

13 years ago * Javadocs for com.jme3.light
shadowislord [Sat, 11 Jun 2011 22:26:58 +0000 (22:26 +0000)]
 * Javadocs for com.jme3.light

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

13 years ago- fix emitter compile error
normen667 [Sat, 11 Jun 2011 21:04:41 +0000 (21:04 +0000)]
- fix emitter compile error

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

13 years ago- fix emitter compile error
normen667 [Sat, 11 Jun 2011 20:57:43 +0000 (20:57 +0000)]
- fix emitter compile error

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

13 years ago * RenderState.copyMergedTo() now properly combines stencil state
shadowislord [Sat, 11 Jun 2011 18:02:57 +0000 (18:02 +0000)]
 * RenderState.copyMergedTo() now properly combines stencil state

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

13 years ago * Deleted StencilFunction and replaced it with TestFunction (in case it will be...
shadowislord [Sat, 11 Jun 2011 17:56:53 +0000 (17:56 +0000)]
 * Deleted StencilFunction and replaced it with TestFunction (in case it will be used in more than one place)
 * RenderContext.reset() now properly resets stencil render state.
 * Added full javadoc to RenderState

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

13 years ago * Fixed eclipse project by adding missing entries to classpath file
shadowislord [Sat, 11 Jun 2011 16:20:37 +0000 (16:20 +0000)]
 * Fixed eclipse project by adding missing entries to classpath file

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

13 years agoGeometryBatchFactory now retain original Lod informations thanks to Rickard
remy.bouquet@gmail.com [Sat, 11 Jun 2011 08:49:37 +0000 (08:49 +0000)]
GeometryBatchFactory now retain original Lod informations thanks to Rickard
see post : http://jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/lods-for-geometrybatchfactory/

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

13 years agoAndroid: Added pressure to touch event and allow standard jme images as cube maps
kimxilxyong [Sat, 11 Jun 2011 06:51:14 +0000 (06:51 +0000)]
Android: Added pressure to touch event and allow standard jme images as cube maps

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

13 years agoAndroid: added pressure to TouchEvent, fixed trigger handling
kimxilxyong [Sat, 11 Jun 2011 06:47:50 +0000 (06:47 +0000)]
Android: added pressure to TouchEvent, fixed trigger handling

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

13 years agobugfix: terrainQuads were translated using a constant 2, now it uses localScale isntead
anthyon@gmail.com [Sat, 11 Jun 2011 06:34:45 +0000 (06:34 +0000)]
bugfix: terrainQuads were translated using a constant 2, now it uses localScale isntead

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

13 years ago * Fixed issue where Ogre3D models with more than 4 bones per vertex would crash
shadowislord [Sat, 11 Jun 2011 04:55:03 +0000 (04:55 +0000)]
 * Fixed issue where Ogre3D models with more than 4 bones per vertex would crash

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

13 years ago * Fixed crash in TestNiftyGui by moving hellojme.xml to test-data
shadowislord [Sat, 11 Jun 2011 02:33:30 +0000 (02:33 +0000)]
 * Fixed crash in TestNiftyGui by moving hellojme.xml to test-data

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

13 years ago * Fixed crash in TestNiftyGui by moving hellojme.xml to test-data
shadowislord [Sat, 11 Jun 2011 02:32:32 +0000 (02:32 +0000)]
 * Fixed crash in TestNiftyGui by moving hellojme.xml to test-data

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

13 years ago- fix jme3 library properties
normen667 [Sat, 11 Jun 2011 00:23:35 +0000 (00:23 +0000)]
- fix jme3 library properties

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

13 years agoImplementation changes in texture blending methods.
Kaelthas_Spellsinger@o2.pl [Fri, 10 Jun 2011 22:56:38 +0000 (22:56 +0000)]
Implementation changes in texture blending methods.
Prepared for more texture types support (and should be more readable for developers now :) ).

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

13 years agobugfix: heightmap.setHeightScale is set from grid's heightscale instead of constant...
anthyon@gmail.com [Fri, 10 Jun 2011 21:21:21 +0000 (21:21 +0000)]
bugfix: heightmap.setHeightScale is set from grid's heightscale instead of constant 256f

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

13 years ago- fix emitter shape compile errors
normen667 [Fri, 10 Jun 2011 18:36:07 +0000 (18:36 +0000)]
- fix emitter shape compile errors

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

13 years agoMoving emitter shapes to a separate package.
Kaelthas_Spellsinger@o2.pl [Fri, 10 Jun 2011 17:03:29 +0000 (17:03 +0000)]
Moving emitter shapes to a separate package.

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

13 years agoWaterFilter reflection is now correctly rendered when the up axis of the cam is not Y
remy.bouquet@gmail.com [Fri, 10 Jun 2011 16:32:32 +0000 (16:32 +0000)]
WaterFilter reflection is now correctly rendered when the up axis of the cam is not Y

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

13 years agoJavadocs added and removed unused methods.
Kaelthas_Spellsinger@o2.pl [Fri, 10 Jun 2011 16:25:04 +0000 (16:25 +0000)]
Javadocs added and removed unused methods.

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

13 years agoSupport for Newtonian Physics in particles importing.
Kaelthas_Spellsinger@o2.pl [Fri, 10 Jun 2011 16:21:08 +0000 (16:21 +0000)]
Support for Newtonian Physics in particles importing.

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

13 years agoChanges to particles system:
Kaelthas_Spellsinger@o2.pl [Fri, 10 Jun 2011 16:16:23 +0000 (16:16 +0000)]
Changes to particles system:
1. Improvement in cooperation with mesh-shaped emitters.
2. Added particle influencers that calculate initial velocity.

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

13 years agofixed bug in abstractHeightmap.smooth, thanks to ozonegrif
brentowens [Thu, 9 Jun 2011 20:26:36 +0000 (20:26 +0000)]
fixed bug in abstractHeightmap.smooth, thanks to ozonegrif

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

13 years agoSupport for BGR8 and RGBA8 texture formats added (credits to madlion for finding...
Kaelthas_Spellsinger@o2.pl [Thu, 9 Jun 2011 05:55:50 +0000 (05:55 +0000)]
Support for BGR8 and RGBA8 texture formats added (credits to madlion for finding that :) ).

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

13 years ago- change native bullet classpath to not include jbullet classes
normen667 [Wed, 8 Jun 2011 23:22:26 +0000 (23:22 +0000)]
- change native bullet classpath to not include jbullet classes

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

13 years agofixed a bug in AbstractHeightmap.flatten
brentowens [Wed, 8 Jun 2011 22:55:24 +0000 (22:55 +0000)]
fixed a bug in AbstractHeightmap.flatten

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

13 years ago- add support to add external ClassLoaders to BinaryImporter for loading classes
normen667 [Wed, 8 Jun 2011 21:49:35 +0000 (21:49 +0000)]
- add support to add external ClassLoaders to BinaryImporter for loading classes

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

13 years agocurve : fixed wrong index buffer allocation
remy.bouquet@gmail.com [Wed, 8 Jun 2011 20:49:12 +0000 (20:49 +0000)]
curve : fixed wrong  index buffer allocation

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

13 years agoSupport to loading specified layers of the scene added.
Kaelthas_Spellsinger@o2.pl [Wed, 8 Jun 2011 20:30:44 +0000 (20:30 +0000)]
Support to loading specified layers of the scene added.

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

13 years agoInitial import of blender loader test classes and assets.
Kaelthas_Spellsinger@o2.pl [Wed, 8 Jun 2011 18:53:46 +0000 (18:53 +0000)]
Initial import of blender loader test classes and assets.

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

13 years ago- move blender loader to jMP default bundle
normen667 [Tue, 7 Jun 2011 12:00:36 +0000 (12:00 +0000)]
- move blender loader to jMP default bundle
- add some branding things and new splash screen to jmp

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

13 years ago- add blender loader
normen667 [Tue, 7 Jun 2011 11:43:34 +0000 (11:43 +0000)]
- add blender loader

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

13 years ago * Fix spelling error in Unshaded material Seperate => Separate, hopefully no-one...
shadowislord [Tue, 7 Jun 2011 01:48:35 +0000 (01:48 +0000)]
 * Fix spelling error in Unshaded material Seperate => Separate, hopefully no-one was using it as otherwise it would break a lot of things

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

13 years agobuild fix, added onTouchEvent(com.jme3.input.event.TouchEvent)
kimxilxyong [Sun, 5 Jun 2011 08:06:46 +0000 (08:06 +0000)]
build fix, added onTouchEvent(com.jme3.input.event.TouchEvent)

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

13 years agoAndroid: getTouchInput() interface add
kimxilxyong [Sat, 4 Jun 2011 20:34:43 +0000 (20:34 +0000)]
Android: getTouchInput() interface add

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

13 years agoAndroid: getTouchInput() interface add
kimxilxyong [Sat, 4 Jun 2011 20:34:20 +0000 (20:34 +0000)]
Android: getTouchInput() interface add

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

13 years agoAndroid: getTouchInput() interface add
kimxilxyong [Sat, 4 Jun 2011 20:33:55 +0000 (20:33 +0000)]
Android: getTouchInput() interface add

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

13 years agoTouch event core files integration
kimxilxyong [Sat, 4 Jun 2011 20:31:09 +0000 (20:31 +0000)]
Touch event core files integration

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

13 years agoAndroid: preparation of android tree for jme input integration
kimxilxyong [Sat, 4 Jun 2011 20:28:36 +0000 (20:28 +0000)]
Android: preparation of android tree for jme input integration

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

13 years ago- add noise library (grid terrain) to library sets
normen667 [Fri, 3 Jun 2011 09:39:51 +0000 (09:39 +0000)]
- add noise library (grid terrain) to library sets

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

13 years agoConverted the raw input listener loop to use a
PSpeed42@gmail.com [Thu, 2 Jun 2011 07:23:54 +0000 (07:23 +0000)]
Converted the raw input listener loop to use a
cached array copy of the raw input listener list.
This prevents the whole thing from blowing up if
a RawInputListener is removed as the result of a
raw input event.  It's also ever so slightly faster.

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

13 years agoAdded a terrain material that uses height and slope information to map textures inste...
anthyon@gmail.com [Tue, 31 May 2011 17:14:39 +0000 (17:14 +0000)]
Added a terrain material that uses height and slope information to map textures instead of alphamap.

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

13 years ago- fix test data link
normen667 [Tue, 31 May 2011 12:56:49 +0000 (12:56 +0000)]
- fix test data link

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

13 years agoTranslucentBucket :
remy.bouquet@gmail.com [Tue, 31 May 2011 06:51:51 +0000 (06:51 +0000)]
TranslucentBucket :
- Added a translucent bucket that is rendered after the processors (usefull for shadows)
- For filters, rendering this bucket is a bit particular, so you can use the TranslucentBucketFilter to render the translucent bucket in the middle of the fillter stack (doc is comming up in the wiki)
- renamed Filter's preRender method to postQueue for consistancy with processors
- added translucent objects in TestPostWater, added a fire (particles) in test transparent shadows

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

13 years agoFixed shader compilation failure when using glow map and unshaded material
remy.bouquet@gmail.com [Tue, 31 May 2011 06:30:14 +0000 (06:30 +0000)]
Fixed shader compilation failure when using glow map and unshaded material

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

13 years agoFixed NPE in KinematicRagdollControl when removing the ragdoll from the scene (thanks...
remy.bouquet@gmail.com [Tue, 31 May 2011 06:11:19 +0000 (06:11 +0000)]
Fixed NPE in KinematicRagdollControl when removing the ragdoll from the scene (thanks Teique)

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

13 years ago * Fix colors reference issue in MTL loader
shadowislord [Mon, 30 May 2011 18:04:02 +0000 (18:04 +0000)]
 * Fix colors reference issue in MTL loader

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

13 years agoAndroid: Fixed race-condition on GLSurfaceView destroy, fixed MouseEvents for flyCam...
kimxilxyong [Sun, 29 May 2011 20:55:28 +0000 (20:55 +0000)]
Android: Fixed race-condition on GLSurfaceView destroy, fixed MouseEvents for flyCam rotation bug

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

13 years agoAndroid: added support for cube maps, Sky works now, use AndroidSkyFactory
kimxilxyong [Sun, 29 May 2011 17:46:25 +0000 (17:46 +0000)]
Android: added support for cube maps, Sky works now, use AndroidSkyFactory

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

13 years agoAdded a terrain material that uses height and slope information to map textures inste...
anthyon@gmail.com [Sun, 29 May 2011 09:30:47 +0000 (09:30 +0000)]
Added a terrain material that uses height and slope information to map textures instead of alphamap.

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

13 years agoAdded my own noise library as jar (noise-0.0.1-SNAPSHOT.jar), hope I didn't break...
anthyon@gmail.com [Sat, 28 May 2011 18:48:27 +0000 (18:48 +0000)]
Added my own noise library as jar (noise-0.0.1-SNAPSHOT.jar), hope I didn't break any build stuff
TerrainGridTest is running smooth now using 257x257 sized TerrainQuads with fractal based heightmaps calculated on the fly.

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

13 years ago- update netbeans project libraries
normen667 [Thu, 26 May 2011 21:23:03 +0000 (21:23 +0000)]
- update netbeans project libraries

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

13 years agoClient will log the exception that causes it to disconnect
PSpeed42@gmail.com [Wed, 25 May 2011 20:33:59 +0000 (20:33 +0000)]
Client will log the exception that causes it to disconnect
just in case the caller has not registered any listeners.

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

13 years ago- fix bug in character.setJumpSpeed (thanks to lyfox)
normen667 [Wed, 25 May 2011 18:54:25 +0000 (18:54 +0000)]
- fix bug in character.setJumpSpeed (thanks to lyfox)

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

13 years ago- merge control changes to native bullet
normen667 [Tue, 24 May 2011 17:03:08 +0000 (17:03 +0000)]
- merge control changes to native bullet

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

13 years agoAndroid: Fixed app lifecycle. If you leave your activity with the back key the app...
kimxilxyong [Tue, 24 May 2011 14:57:50 +0000 (14:57 +0000)]
Android: Fixed app lifecycle. If you leave your activity with the back key the app will be destroyed, if you use the home key the app gets frozen in the background. You can return to it and it will be in the same state as when you left it.

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

13 years ago* Added hack to allow loading of non-spec-compliant dotScene files from Blender 2.57
ShadowIsLord [Sun, 22 May 2011 23:52:31 +0000 (23:52 +0000)]
* Added hack to allow loading of non-spec-compliant dotScene files from Blender 2.57

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

13 years ago * Converted terrain textures to JPG to reduce filesize
ShadowIsLord [Sun, 22 May 2011 17:46:14 +0000 (17:46 +0000)]
 * Converted terrain textures to JPG to reduce filesize
 * Updated to latest nifty gui
 * Music player now uses duration property
 * TestSerialization ported to new SM

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

13 years ago * Added new constructor for AudioNode that accepts stream-cache parameter
ShadowIsLord [Sun, 22 May 2011 17:17:52 +0000 (17:17 +0000)]
 * Added new constructor for AudioNode that accepts stream-cache parameter

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

13 years ago * Fixed crash when changing number of samples/bpp and then calling app.restart()
ShadowIsLord [Sun, 22 May 2011 17:02:46 +0000 (17:02 +0000)]
 * Fixed crash when changing number of samples/bpp and then calling app.restart()

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

13 years agoSettingDialog :
remy.bouquet@gmail.com [Sun, 22 May 2011 08:39:39 +0000 (08:39 +0000)]
SettingDialog :
- Image url does not need an additionnal "/" at the start of the path (still work with it though). It to be consistent with the paths used for the asset manager.
- If the image is not found an AssetNotFound exception is thrown.

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

13 years ago * OGG loader now supports stream-cache feature
ShadowIsLord [Sun, 22 May 2011 01:21:02 +0000 (01:21 +0000)]
 * OGG loader now supports stream-cache feature

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

13 years ago * Mesh.getTriangle() now supports 32bit index buffers and no index buffers
ShadowIsLord [Sun, 22 May 2011 01:19:40 +0000 (01:19 +0000)]
 * Mesh.getTriangle() now supports 32bit index buffers and no index buffers
 * Fix small logging issue in InputManager
 * Added stream-cache feature to streaming audio
 * Additional javadoc

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

13 years ago* OBJ loader will warn you if you're using lit meshes without normals
ShadowIsLord [Sun, 22 May 2011 00:28:34 +0000 (00:28 +0000)]
* OBJ loader will warn you if you're using lit meshes without normals

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

13 years ago * MTL loader now supports Blender shadeless materials
ShadowIsLord [Sun, 22 May 2011 00:25:20 +0000 (00:25 +0000)]
 * MTL loader now supports Blender shadeless materials

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

13 years agoKinematicRagdollControl now correctly apply inverse world transforms of the parent...
remy.bouquet@gmail.com [Fri, 20 May 2011 19:17:51 +0000 (19:17 +0000)]
KinematicRagdollControl now correctly apply inverse world transforms of the parent of the model

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

13 years agoAdded shape emitters that uste the meshes' shapes to emit particles (used by Blender...
Kaelthas_Spellsinger@o2.pl [Thu, 19 May 2011 20:30:08 +0000 (20:30 +0000)]
Added shape emitters that uste the meshes' shapes to emit particles (used by Blender Loader).

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

13 years ago * Deprecated AndroidApplication in favor of AndroidHarness
ShadowIsLord@gmail.com [Thu, 19 May 2011 17:10:38 +0000 (17:10 +0000)]
 * Deprecated AndroidApplication in favor of AndroidHarness

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

13 years agoAndroidHarness integration
kimxilxyong [Wed, 18 May 2011 19:12:25 +0000 (19:12 +0000)]
AndroidHarness integration

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

13 years ago- fix PhysicsSpace.removeAll() cast bug
normen667 [Tue, 17 May 2011 13:42:17 +0000 (13:42 +0000)]
- fix PhysicsSpace.removeAll() cast bug

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

13 years agoSort of fixed a streaming related memory leak. Well,
PSpeed42@gmail.com [Mon, 16 May 2011 22:59:49 +0000 (22:59 +0000)]
Sort of fixed a streaming related memory leak.  Well,
streams won't leak anymore but the buffered case
technically will if you create them and drop them because
that's a different level of fix.
Also made the deleteAudioData synchronized since it can
be called from another thread pretty trivially.
And fixed a race condition that caused an IndexOutOfBounds
exception if you happen to try adjusting an AudioNode's
parameters right as it was finishing playing.

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

13 years agoBillboardControl :
remy.bouquet@gmail.com [Mon, 16 May 2011 17:35:09 +0000 (17:35 +0000)]
BillboardControl :
- applied a patch from Abies to fix align to axis behaviour.
http://jmonkeyengine.org/groups/graphics/forum/topic/billboard-control-having-issues-when-parent-node-is-being-rotated/#post-127586

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

13 years agoCamera :
remy.bouquet@gmail.com [Mon, 16 May 2011 17:13:52 +0000 (17:13 +0000)]
Camera :
- fixed worldPlane init to avoid NPE when camera is loaded from a saved file.

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

13 years agoKinematicRagdollControl :
remy.bouquet@gmail.com [Mon, 16 May 2011 16:46:10 +0000 (16:46 +0000)]
KinematicRagdollControl :
- added support for getting RigidBodies associated with each bone

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

13 years agosrc/android patchset: changes AndroidAssetManager, AndroidInput, OGLESContext, JmeSys...
kimxilxyong [Sun, 15 May 2011 19:17:34 +0000 (19:17 +0000)]
src/android patchset: changes AndroidAssetManager, AndroidInput, OGLESContext, JmeSystem, TextureLoader

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

13 years agosrc/android patchset: changes AndroidAssetManager, AndroidInput, OGLESContext, JmeSys...
kimxilxyong [Sun, 15 May 2011 19:14:53 +0000 (19:14 +0000)]
src/android patchset: changes AndroidAssetManager, AndroidInput, OGLESContext, JmeSystem, TextureLoader

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

13 years agoKinematicRagdollControl :
remy.bouquet@gmail.com [Sun, 15 May 2011 16:08:56 +0000 (16:08 +0000)]
KinematicRagdollControl :
- Added possibility to tweak ccd motion threshold for the ragdoll, or for specific bones.
- Added possibility to tweak ccd swept sphereradius for the ragdoll, or for specific bones.

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

13 years agoAnimations :
remy.bouquet@gmail.com [Sun, 15 May 2011 15:46:39 +0000 (15:46 +0000)]
Animations :
- Created a nlerp function in quaternion (thanks to Lyzards)
- Used it for rotation interpolation when blending animations (fixed the testAnimBlendBug thanks again to Lyzard)
see related post http://jmonkeyengine.org/groups/graphics/forum/topic/ogrexml-model-and-animation-blending/?topic_page=2&num=15#post-127813

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