OSDN Git Service

mikumikustudio/MikuMikuStudio.git
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

13 years ago* SDK:cleaned up some unused controller methods
brentowens [Fri, 1 Jul 2011 18:15:52 +0000 (18:15 +0000)]
* SDK:cleaned up some unused controller methods
* SDK:fixed alpha image save issue

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

13 years agofixed a bug with normals in TerrainLighting material
brentowens [Fri, 1 Jul 2011 17:53:21 +0000 (17:53 +0000)]
fixed a bug with normals in TerrainLighting material

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

13 years ago * Fix shader compile error in Sky.frag
shadowislord [Fri, 1 Jul 2011 17:09:00 +0000 (17:09 +0000)]
 * Fix shader compile error in Sky.frag
 * Fix shader compile error in PostShadowPSSM.vert

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

13 years ago * Fix lighting "early cull" issue for terrain lighting shader as well
shadowislord [Fri, 1 Jul 2011 17:01:00 +0000 (17:01 +0000)]
 * Fix lighting "early cull" issue for terrain lighting shader as well

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

13 years ago- fix texture flip bug in MaterialExtensions
normen667 [Fri, 1 Jul 2011 01:43:01 +0000 (01:43 +0000)]
- fix texture flip bug in MaterialExtensions

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

13 years ago * Applied abies fix to Sky rotation
shadowislord [Fri, 1 Jul 2011 00:33:39 +0000 (00:33 +0000)]
 * Applied abies fix to Sky rotation
 * Blender importer now puts transparent materials in the transparent queue bucket
 * Blender importer creates RGBA8 textures as a result of blending
 * Blender importer - all textures are now mipmapped by default
 * Lighting shader now supports lightmap
 * Fixed GLSL 1.5 warnings
 * Ogre3D materials now use glow color as emissive color
 * MaterialLoader will now only load first texture unit instead of last
 * All XML loaders are now namespace aware by default so that android can properly load XML

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

13 years agoAndroid: Fixed deadlock in AndroidHarness.onDestroy() and added screenOrientation
kimxilxyong [Thu, 30 Jun 2011 18:24:31 +0000 (18:24 +0000)]
Android: Fixed deadlock in AndroidHarness.onDestroy() and added screenOrientation

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

13 years ago- use OgreMaterialKey in ogre mesh and scene loader so one can add MaterialExtensionS...
normen667 [Thu, 30 Jun 2011 15:09:19 +0000 (15:09 +0000)]
- use OgreMaterialKey in ogre mesh and scene loader so one can add MaterialExtensionSets via an AssetEventListener

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

13 years agoRigiBodyControl is applied to subquads instead of the whole terrain
anthyon@gmail.com [Thu, 30 Jun 2011 14:29:48 +0000 (14:29 +0000)]
RigiBodyControl is applied to subquads instead of the whole terrain

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

13 years ago- fix codeless wizard
normen667 [Thu, 30 Jun 2011 13:16:36 +0000 (13:16 +0000)]
- fix codeless wizard

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

13 years agovariable assignment for RawArrayHeightMap serialization
brentowens [Thu, 30 Jun 2011 01:03:32 +0000 (01:03 +0000)]
variable assignment for RawArrayHeightMap serialization

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

13 years agoAdded RawArrayHeightMap courtesy of OzoneGrif
brentowens [Wed, 29 Jun 2011 22:09:29 +0000 (22:09 +0000)]
Added RawArrayHeightMap courtesy of OzoneGrif

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

13 years ago* added the LOD control to terrain in the editor
brentowens [Wed, 29 Jun 2011 21:57:46 +0000 (21:57 +0000)]
* added the LOD control to terrain in the editor
* increased terrain default scale
* fixed a bug in the paint tool when terrain scale was not 1

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

13 years agoSDK : Filter editor now properly remove previous fpp when loading a new file
remy.bouquet@gmail.com [Wed, 29 Jun 2011 21:56:35 +0000 (21:56 +0000)]
SDK : Filter editor now properly remove previous fpp when loading a new file

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

13 years ago* Cleaned up and simplified the Terrain API.
brentowens [Wed, 29 Jun 2011 21:56:20 +0000 (21:56 +0000)]
* Cleaned up and simplified the Terrain API.
* Removed dependence on TerrainQuad for TerrainLodControl
* Comments, general cleanup

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

13 years agoFilterPostProcessor : better init of the filter stack in the read method
remy.bouquet@gmail.com [Wed, 29 Jun 2011 21:45:58 +0000 (21:45 +0000)]
FilterPostProcessor : better init of the filter stack in the read method

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

13 years agoSkeletonControl : added a call to super.setSpatial in setSpatial
remy.bouquet@gmail.com [Wed, 29 Jun 2011 20:55:38 +0000 (20:55 +0000)]
SkeletonControl : added a call to super.setSpatial in setSpatial

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

13 years agoonly generate public member javadoc
normen667 [Wed, 29 Jun 2011 13:57:01 +0000 (13:57 +0000)]
only generate public member javadoc

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

13 years agofix javadoc generation
normen667 [Wed, 29 Jun 2011 13:56:12 +0000 (13:56 +0000)]
fix javadoc generation

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

13 years agoAndroid: Fixed bug in AndroidHarness if appClass can not be found
kimxilxyong [Wed, 29 Jun 2011 07:29:16 +0000 (07:29 +0000)]
Android: Fixed bug in AndroidHarness if appClass can not be found

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

13 years agoFix: fixed, white terrain effect according to the forum
anthyon@gmail.com [Wed, 29 Jun 2011 06:20:37 +0000 (06:20 +0000)]
Fix: fixed, white terrain effect according to the forum

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

13 years agoFix: calculating localTranslation after gridChange
anthyon@gmail.com [Wed, 29 Jun 2011 06:19:00 +0000 (06:19 +0000)]
Fix: calculating localTranslation after gridChange

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

13 years agogit-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7775 75d07b2b-3a1a-0410...
normen667 [Wed, 29 Jun 2011 01:29:24 +0000 (01:29 +0000)]
git-svn-id: jmonkeyengine.googlecode.com/svn/trunk@7775 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoSDK:
normen667 [Wed, 29 Jun 2011 01:04:14 +0000 (01:04 +0000)]
SDK:
- cleanup some packages, move some classes
- better names for some classes

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

13 years agoSDK:
normen667 [Wed, 29 Jun 2011 00:46:49 +0000 (00:46 +0000)]
SDK:
- cleanup some packages, move some classes
- better names for some classes

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

13 years agoSDK:
normen667 [Wed, 29 Jun 2011 00:43:06 +0000 (00:43 +0000)]
SDK:
- cleanup some packages, move some classes
- better names for some classes

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

13 years agoSDK:
normen667 [Wed, 29 Jun 2011 00:42:59 +0000 (00:42 +0000)]
SDK:
- cleanup some packages, move some classes
- better names for some classes

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

13 years ago- add eclipse style ninja attack "please select project folder" message to jMP startup
normen667 [Tue, 28 Jun 2011 23:04:02 +0000 (23:04 +0000)]
- add eclipse style ninja attack "please select project folder" message to jMP startup

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

13 years ago- add generic control support
normen667 [Tue, 28 Jun 2011 22:05:44 +0000 (22:05 +0000)]
- add generic control support

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

13 years ago- move normal j3o conversion up in menu
normen667 [Tue, 28 Jun 2011 21:15:40 +0000 (21:15 +0000)]
- move normal j3o conversion up in menu

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

13 years agoWater filter, removed a sneaky System.out
remy.bouquet@gmail.com [Tue, 28 Jun 2011 21:15:15 +0000 (21:15 +0000)]
Water filter, removed a sneaky System.out

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

13 years ago- add 800x600 to nifty preview
normen667 [Tue, 28 Jun 2011 20:58:07 +0000 (20:58 +0000)]
- add 800x600 to nifty preview

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

13 years agoSerializable water filter
remy.bouquet@gmail.com [Tue, 28 Jun 2011 20:45:40 +0000 (20:45 +0000)]
Serializable water filter

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

13 years agoSDK Filter editor :
remy.bouquet@gmail.com [Tue, 28 Jun 2011 19:33:24 +0000 (19:33 +0000)]
SDK Filter editor :
- dynamic properties introspection for all filters
- added support for SSAOFilter

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

13 years agoAndroid: Added positional audio and let the user control the overall media volume
kimxilxyong [Tue, 28 Jun 2011 18:43:36 +0000 (18:43 +0000)]
Android: Added positional audio and let the user control the overall media volume

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

13 years agoSDK : used reflection to determine what attributes to use in the filter editor
remy.bouquet@gmail.com [Tue, 28 Jun 2011 16:44:23 +0000 (16:44 +0000)]
SDK : used reflection to determine what attributes to use in the filter editor

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

13 years agoRemoved Annotations for filters
remy.bouquet@gmail.com [Tue, 28 Jun 2011 16:43:28 +0000 (16:43 +0000)]
Removed Annotations for filters

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

13 years ago* support for new terrain texture limit
brentowens [Tue, 28 Jun 2011 00:11:59 +0000 (00:11 +0000)]
* support for new terrain texture limit
* better threading

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

13 years agoincreased terrain diffuse texture limit to 12, including normals
brentowens [Tue, 28 Jun 2011 00:10:13 +0000 (00:10 +0000)]
increased terrain diffuse texture limit to 12, including normals

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

13 years agoSdk
remy.bouquet@gmail.com [Mon, 27 Jun 2011 21:40:05 +0000 (21:40 +0000)]
Sdk
- added support for the water filter in the filter editor
- added a Vector2f property editor

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

13 years agoengine
remy.bouquet@gmail.com [Mon, 27 Jun 2011 21:38:26 +0000 (21:38 +0000)]
engine
- created a FilterParmeter annotation to use reflection (java.util.reflection) to display filter's properties in the editor
- using WaterFilter() empty constructor will now use the first scene of the viewport as the reflection scene (the water reflection), and use the direction of the first directional light found in this scene.

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

13 years agoFix: calculating localTranslation after gridChange
anthyon@gmail.com [Mon, 27 Jun 2011 19:11:50 +0000 (19:11 +0000)]
Fix: calculating localTranslation after gridChange

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

13 years agoAndroid: Bugfix Using PixelFormat.RGBA_8888 instead of PixelFormat.RGB_888
kimxilxyong [Mon, 27 Jun 2011 09:42:39 +0000 (09:42 +0000)]
Android: Bugfix Using PixelFormat.RGBA_8888 instead of PixelFormat.RGB_888

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

13 years agoAndroid: Added setNamespaceAware(true) to ogre xml loader if running on android
kimxilxyong [Mon, 27 Jun 2011 06:00:42 +0000 (06:00 +0000)]
Android: Added setNamespaceAware(true) to ogre xml loader if running on android

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

13 years agoAndroid: Added streaming music to AndroidAudioRenderer
kimxilxyong [Mon, 27 Jun 2011 05:52:27 +0000 (05:52 +0000)]
Android: Added streaming music to AndroidAudioRenderer

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

13 years ago * Better TempVars benchmark
shadowislord [Sun, 26 Jun 2011 22:45:49 +0000 (22:45 +0000)]
 * Better TempVars benchmark

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

13 years ago * Fix ArrayIndexOutOfBoundsException in TempVars
shadowislord [Sun, 26 Jun 2011 21:17:45 +0000 (21:17 +0000)]
 * Fix ArrayIndexOutOfBoundsException in TempVars
 * Rename project name in ANT script to "jMonkeyEngine3"

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

13 years ago- disable planet in welcome screen
normen667 [Sun, 26 Jun 2011 20:56:48 +0000 (20:56 +0000)]
- disable planet in welcome screen

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

13 years agoA method to find property in subproperties added.
Kaelthas_Spellsinger@o2.pl [Sun, 26 Jun 2011 19:39:47 +0000 (19:39 +0000)]
A method to find property in subproperties added.

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

13 years ago- add lwjgl 2.7.1 svn build with canvas fix
normen667 [Sun, 26 Jun 2011 16:49:34 +0000 (16:49 +0000)]
- add lwjgl 2.7.1 svn build with canvas fix

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

13 years ago- remove helpset from blender plugin completely
normen667 [Sun, 26 Jun 2011 15:42:56 +0000 (15:42 +0000)]
- remove helpset from blender plugin completely

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

13 years ago- remove helpset from blender plugin completely
normen667 [Sun, 26 Jun 2011 15:42:51 +0000 (15:42 +0000)]
- remove helpset from blender plugin completely

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

13 years ago- fix some more warnings
normen667 [Sun, 26 Jun 2011 13:04:49 +0000 (13:04 +0000)]
- fix some more warnings
- fix undo for cloneable values

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

13 years ago- fix some warnings and deprecations
normen667 [Sun, 26 Jun 2011 12:43:48 +0000 (12:43 +0000)]
- fix some warnings and deprecations

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

13 years ago- fix enabled parameter xD
normen667 [Sun, 26 Jun 2011 12:31:13 +0000 (12:31 +0000)]
- fix enabled parameter xD

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

13 years ago- fix name parameter
normen667 [Sun, 26 Jun 2011 12:28:05 +0000 (12:28 +0000)]
- fix name parameter

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

13 years ago- add global name and enabled parameters for filters
normen667 [Sun, 26 Jun 2011 12:24:32 +0000 (12:24 +0000)]
- add global name and enabled parameters for filters

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

13 years ago- make filter packages public in core plugin
normen667 [Sun, 26 Jun 2011 09:59:15 +0000 (09:59 +0000)]
- make filter packages public in core plugin

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

13 years ago- remove unsettable crosshatch parameters
normen667 [Sun, 26 Jun 2011 09:56:33 +0000 (09:56 +0000)]
- remove unsettable crosshatch parameters

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

13 years agoFix: calculating localTranslation after gridChange
anthyon@gmail.com [Sun, 26 Jun 2011 08:27:50 +0000 (08:27 +0000)]
Fix: calculating localTranslation after gridChange

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

13 years ago- remove extra blender help
normen667 [Sun, 26 Jun 2011 01:21:50 +0000 (01:21 +0000)]
- remove extra blender help

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

13 years ago * XMLImporter can now read version numbers from XML J3O
shadowislord [Sat, 25 Jun 2011 23:49:18 +0000 (23:49 +0000)]
 * XMLImporter can now read version numbers from XML J3O

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

13 years ago- fix some deprecations and warnings
normen667 [Sat, 25 Jun 2011 23:47:20 +0000 (23:47 +0000)]
- fix some deprecations and warnings
- fix jmp internal manual

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

13 years ago * XMLImporter can now read directly from file
shadowislord [Sat, 25 Jun 2011 23:26:48 +0000 (23:26 +0000)]
 * 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: http://jmonkeyengine.googlecode.com/svn/trunk@7734 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoTextures test asset updated.
Kaelthas_Spellsinger@o2.pl [Sat, 25 Jun 2011 22:10:23 +0000 (22:10 +0000)]
Textures test asset updated.

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

13 years agoStoring texture path as its name.
Kaelthas_Spellsinger@o2.pl [Sat, 25 Jun 2011 21:19:08 +0000 (21:19 +0000)]
Storing texture path as its name.

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

13 years ago * Accidently commited this file .. now reverted to proper version
shadowislord [Sat, 25 Jun 2011 19:29:01 +0000 (19:29 +0000)]
 * Accidently commited this file .. now reverted to proper version

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