OSDN Git Service

mikumikustudio/MikuMikuStudio.git
12 years agoFixing a bug that caused NPE to be thrown when no actions where applied to armature.
Kaelthas_Spellsinger@o2.pl [Wed, 5 Oct 2011 05:56:12 +0000 (05:56 +0000)]
Fixing a bug that caused NPE to be thrown when no actions where applied to armature.

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

12 years ago- fix detaching of tools node in scenecomposer
normen667 [Wed, 5 Oct 2011 02:29:13 +0000 (02:29 +0000)]
- fix detaching of tools node in scenecomposer

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

12 years ago * Fix compile error
shadowislord [Wed, 5 Oct 2011 01:51:04 +0000 (01:51 +0000)]
 * Fix compile error

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

12 years ago * Fix nifty lib
shadowislord [Wed, 5 Oct 2011 01:42:21 +0000 (01:42 +0000)]
 * Fix nifty lib

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

12 years agonifty-1.3.1-SNAPSHOT included (without the versionnumber)
void65536@googlemail.com [Wed, 5 Oct 2011 00:57:34 +0000 (00:57 +0000)]
nifty-1.3.1-SNAPSHOT included (without the versionnumber)

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

12 years ago- add nifty-default-controls javadoc references
normen667 [Wed, 5 Oct 2011 00:54:58 +0000 (00:54 +0000)]
- add nifty-default-controls javadoc references

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

12 years ago- change nifty javadoc jar name in build script update-sdk target
normen667 [Wed, 5 Oct 2011 00:48:13 +0000 (00:48 +0000)]
- change nifty javadoc jar name in build script update-sdk target

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

12 years agoSDK:
normen667 [Wed, 5 Oct 2011 00:47:10 +0000 (00:47 +0000)]
SDK:
- remove versions in nifty library names

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

12 years ago- update lwjgl to latest nightly
normen667 [Tue, 4 Oct 2011 23:34:00 +0000 (23:34 +0000)]
- update lwjgl to latest nightly

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

12 years agoMoving 3D textures shaders to blender packages.
Kaelthas_Spellsinger@o2.pl [Tue, 4 Oct 2011 17:18:12 +0000 (17:18 +0000)]
Moving 3D textures shaders to blender packages.

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

12 years ago- delete obsolete library description
normen667 [Tue, 4 Oct 2011 14:32:17 +0000 (14:32 +0000)]
- delete obsolete library description

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

12 years ago- move android library to "Project Engine" plugin so updates in the core library...
normen667 [Tue, 4 Oct 2011 14:29:56 +0000 (14:29 +0000)]
- move android library to "Project Engine" plugin so updates in the core library are properly distributed

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

12 years ago- use new way to integrate panel in SDK
normen667 [Tue, 4 Oct 2011 12:50:50 +0000 (12:50 +0000)]
- use new way to integrate panel in SDK

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

12 years ago- add backengineered PaintMode.java ;)
normen667 [Tue, 4 Oct 2011 12:35:48 +0000 (12:35 +0000)]
- add backengineered PaintMode.java ;)

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

12 years ago * Moved checkFrameBufferError() to part that sets up framebuffer. Can prevent odd...
shadowislord [Tue, 4 Oct 2011 04:30:48 +0000 (04:30 +0000)]
 * Moved checkFrameBufferError() to part that sets up framebuffer. Can prevent odd crashes on some systems before any framebuffer is active.
 * AWT Panels
    - Added automatic throttling to update loop if none of the panels are visible to the user (e.g. covered by another tab)
    - Fixed NPE that could occur when an AwtPanel becomes invisible
    - Called reshape() on all viewports to which an AwtPanel is attached when the panel is resized
    - Fixed inverted mouse coordinates

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

12 years ago- update lwjgl to latest nightly for jme3 and applet deployment
normen667 [Mon, 3 Oct 2011 22:54:38 +0000 (22:54 +0000)]
- update lwjgl to latest nightly for jme3 and applet deployment

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

12 years ago- update .deb packaging section of build script
normen667 [Mon, 3 Oct 2011 16:34:00 +0000 (16:34 +0000)]
- update .deb packaging section of build script

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

12 years ago- fix invisible gui node in new swing panel
normen667 [Mon, 3 Oct 2011 16:04:57 +0000 (16:04 +0000)]
- fix invisible gui node in new swing panel

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

12 years ago- expand jme3 engine toc in SDK manual by default
normen667 [Mon, 3 Oct 2011 15:59:02 +0000 (15:59 +0000)]
- expand jme3 engine toc in SDK manual by default

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

12 years ago- make awt package public in jme3 libraries plugin
normen667 [Mon, 3 Oct 2011 12:34:53 +0000 (12:34 +0000)]
- make awt package public in jme3 libraries plugin

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

12 years ago- Use new AWT lightweight panel in SDK (should fix linux issues, freezes and more)
normen667 [Mon, 3 Oct 2011 12:27:05 +0000 (12:27 +0000)]
- Use new AWT lightweight panel in SDK (should fix linux issues, freezes and more)

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

12 years ago * AwtKeyInput now synchronized properly between OGL and EDT threads
shadowislord [Mon, 3 Oct 2011 05:05:24 +0000 (05:05 +0000)]
 * AwtKeyInput now synchronized properly between OGL and EDT threads
 * AwtMouseInput will no longer generate events with no mouse movement
 * Fixed issue where settings specified on AwtPanelsContext were not copied properly to the offscreen context
 * Significant performance improvements in AwtPanel system
  - Use of proper locking to prevent deadlocks
  - Optimized BufferStrategy by using a single, accelerated front buffer
  - Removed pbuffer.makeCurrent() which was not necessary and used many CPU cycles

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

12 years ago * Specular color is now black by default
shadowislord [Sun, 2 Oct 2011 19:15:38 +0000 (19:15 +0000)]
 * Specular color is now black by default

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

12 years agosdk javahelp: Removed three outdated help files (updated versions exist already in...
rootli [Sun, 2 Oct 2011 19:04:39 +0000 (19:04 +0000)]
sdk javahelp: Removed three outdated help files (updated versions exist already in different paths).

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

12 years agosdk javahelp: Removed deprecated spidermonkey directory; Added missing ".html" to...
rootli [Sun, 2 Oct 2011 18:56:56 +0000 (18:56 +0000)]
sdk javahelp: Removed deprecated spidermonkey directory; Added missing ".html" to some items in wiki-map, Added MotionPath and Save&Load documentation.

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

12 years agoFixes to textures merging.
Kaelthas_Spellsinger@o2.pl [Sun, 2 Oct 2011 10:53:48 +0000 (10:53 +0000)]
Fixes to textures merging.
Adding logs to the image loading method.

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

12 years ago * Fix MTL issue where "Tr 0" could cause model to be invisible even though illum...
shadowislord [Sun, 2 Oct 2011 05:40:19 +0000 (05:40 +0000)]
 * Fix MTL issue where "Tr 0" could cause model to be invisible even though illum index specifies that it shouldn't use transparency

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

12 years ago * Fix for "Internal error wrong operand type built in unary operator function. Type...
ShadowIsLord@gmail.com [Sun, 2 Oct 2011 04:42:11 +0000 (04:42 +0000)]
 * Fix for "Internal error wrong operand type built in unary operator function. Type: in sampler2DMS" if multisample is not being used (old ATI driver bug)

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

12 years agoIncreasing the default generated textures size (they import in reasonable time yet...
Kaelthas_Spellsinger@o2.pl [Sat, 1 Oct 2011 12:29:27 +0000 (12:29 +0000)]
Increasing the default generated textures size (they import in reasonable time yet and are of better quality).

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

12 years agoSupport for generated textures merging.
Kaelthas_Spellsinger@o2.pl [Sat, 1 Oct 2011 12:27:41 +0000 (12:27 +0000)]
Support for generated textures merging.
Optimizations in textures loading when multiple textures are applied.
Fixes in pixel blending.

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

12 years ago * Initial commit for light-weight jME3 AWT panels
shadowislord [Sat, 1 Oct 2011 04:23:52 +0000 (04:23 +0000)]
 * Initial commit for light-weight jME3 AWT panels

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

12 years ago * Fix inside view for Dome shape
shadowislord [Sat, 1 Oct 2011 00:45:35 +0000 (00:45 +0000)]
 * Fix inside view for Dome shape

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

12 years ago * Fix message "WARNING: Cannot locate native library: libbulletjme"
shadowislord [Sat, 1 Oct 2011 00:36:42 +0000 (00:36 +0000)]
 * Fix message "WARNING: Cannot locate native library: libbulletjme"

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

12 years ago * Deleted useless com.jme3.renderer.layer package
shadowislord [Fri, 30 Sep 2011 04:26:46 +0000 (04:26 +0000)]
 * Deleted useless com.jme3.renderer.layer package

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

12 years ago * Deleted useless com.jme3.video package
shadowislord [Fri, 30 Sep 2011 04:26:14 +0000 (04:26 +0000)]
 * Deleted useless com.jme3.video package

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

12 years ago * Eclipse classpath no longer includes .svn folders
shadowislord [Fri, 30 Sep 2011 04:24:36 +0000 (04:24 +0000)]
 * Eclipse classpath no longer includes .svn folders
 * Updated android.jar to 2.3
 * Add support for changing fullscreen mode in AndroidHarness
 * VBO now used by default for Android versions > 2.2
 * Fix wrong setting array type uniforms in android (e.g. Vector3Array)
 * Improved efficiency of setVertexAttrib in android by not creating iterator each time
 * Added method ParticleEmitter.killParticle()
 * Deleted useless com.jme3.renderer.layer package
 * Fix documentation of AppSettings.setCustomRenderer()
 * Fix SkyFactory on android (again!)
 * Deleted useless com.jme3.video package
 * Add KeyNames to get names of keyboard keys

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

12 years agoSetter for generated texture depth added.
Kaelthas_Spellsinger@o2.pl [Thu, 29 Sep 2011 15:26:48 +0000 (15:26 +0000)]
Setter for generated texture depth added.

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

12 years ago * Headless context will no longer initialize audio renderer
shadowislord [Wed, 28 Sep 2011 01:34:13 +0000 (01:34 +0000)]
  * Headless context will no longer initialize audio renderer

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

12 years agofixed terrain scale bug
brentowens [Tue, 27 Sep 2011 22:34:42 +0000 (22:34 +0000)]
fixed terrain scale bug

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

12 years agoupdated HelloTerrain for LOD API changes
brentowens [Tue, 27 Sep 2011 15:36:31 +0000 (15:36 +0000)]
updated HelloTerrain for LOD API changes

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

12 years ago * Fix NPE in SkyFactory when used on android
shadowislord [Tue, 27 Sep 2011 02:05:03 +0000 (02:05 +0000)]
 * Fix NPE in SkyFactory when used on android

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

12 years ago * Prevent linux crash if OpenAL cannot be loaded
shadowislord [Tue, 27 Sep 2011 01:13:16 +0000 (01:13 +0000)]
 * Prevent linux crash if OpenAL cannot be loaded

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

12 years agoModified terrain node listeners to handle removed terrain. Fixed an issue with action...
brentowens [Mon, 26 Sep 2011 15:39:27 +0000 (15:39 +0000)]
Modified terrain node listeners to handle removed terrain. Fixed an issue with actions spamming the save cookie with modified changes.

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

12 years agoAdded new wiki help pages to help toc, removed old ones, updated some.
rootli [Mon, 26 Sep 2011 12:20:13 +0000 (12:20 +0000)]
Added new wiki help pages to help toc, removed old ones, updated some.

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

12 years ago- fix error in toc of SDK help
normen667 [Mon, 26 Sep 2011 11:40:50 +0000 (11:40 +0000)]
- fix error in toc of SDK help

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

12 years ago- remove toc typo in SDK help
normen667 [Mon, 26 Sep 2011 11:10:00 +0000 (11:10 +0000)]
- remove toc typo in SDK help

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

12 years agoTests for loading bone and object animation from blender added.
Kaelthas_Spellsinger@o2.pl [Sun, 25 Sep 2011 22:22:07 +0000 (22:22 +0000)]
Tests for loading bone and object animation from blender added.

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

12 years agoAutomatic loading of both bone and object animations (no need to specify animations...
Kaelthas_Spellsinger@o2.pl [Sun, 25 Sep 2011 22:19:31 +0000 (22:19 +0000)]
loading of both bone and object animations (no need to specify animations in blender key any more).

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

12 years agoTrack length getter added.
Kaelthas_Spellsinger@o2.pl [Sun, 25 Sep 2011 21:12:29 +0000 (21:12 +0000)]
Track length getter added.

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

12 years agoRefactoring to constraints. Implementation now not dependant on the animation type.
Kaelthas_Spellsinger@o2.pl [Sun, 25 Sep 2011 20:44:02 +0000 (20:44 +0000)]
Refactoring to constraints. Implementation now not dependant on the animation type.
Removing deprecated animation classes.

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

12 years agoAnimations refactoring.
Kaelthas_Spellsinger@o2.pl [Sun, 25 Sep 2011 20:30:22 +0000 (20:30 +0000)]
Animations refactoring.
- Track is a generic interface now
- all kinds of tracks implement Track<T>
- Animation is the only animation class that should be used now (other classes like BoneAnimation or SpatialAnimation are deprecated now)
- Pose and PoseTrack are made Cloneable to easier clone the tracks and Animation
- one update to OgreLoader (using Animation instead of BoneAnimation)
- one update to tests

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

12 years agoUpdated jme3test.helloworld: Used best practices, simplified, removed deprecations...
rootli [Sun, 25 Sep 2011 19:01:34 +0000 (19:01 +0000)]
Updated jme3test.helloworld: Used best practices, simplified, removed deprecations, added javadoc, added TerrainCollision.

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

12 years ago- revert change in build.xml
normen667 [Sun, 25 Sep 2011 03:27:30 +0000 (03:27 +0000)]
- revert change in build.xml

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

12 years ago- remove old javahelp file
normen667 [Sun, 25 Sep 2011 02:18:14 +0000 (02:18 +0000)]
- remove old javahelp file

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

12 years ago- remove old blenderloader.jar
normen667 [Sun, 25 Sep 2011 01:27:07 +0000 (01:27 +0000)]
- remove old blenderloader.jar

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

12 years ago- thin out jmp distribution
normen667 [Sun, 25 Sep 2011 01:23:52 +0000 (01:23 +0000)]
- thin out jmp distribution

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

12 years ago- exclude swing editor from jmp by default
normen667 [Sun, 25 Sep 2011 00:40:30 +0000 (00:40 +0000)]
- exclude swing editor from jmp by default

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

12 years ago- remove spidermonkey page from javahelp
normen667 [Sun, 25 Sep 2011 00:04:39 +0000 (00:04 +0000)]
- remove spidermonkey page from javahelp

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

12 years ago- change SDK help TOC ordering
normen667 [Sat, 24 Sep 2011 22:36:56 +0000 (22:36 +0000)]
- change SDK help TOC ordering

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

12 years ago- add wiki page about filters to SDK help
normen667 [Sat, 24 Sep 2011 21:51:01 +0000 (21:51 +0000)]
- add wiki page about filters to SDK help

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

12 years ago- exclude .blend files from jME3 project distribution by default
normen667 [Sat, 24 Sep 2011 21:00:45 +0000 (21:00 +0000)]
- exclude .blend files from jME3 project distribution by default

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

12 years ago * Fixed Lighting.frag compile error when using vertex lighting
shadowislord [Sat, 24 Sep 2011 18:00:14 +0000 (18:00 +0000)]
 * Fixed Lighting.frag compile error when using vertex lighting

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

12 years ago- commit update in SDK build.xml
normen667 [Sat, 24 Sep 2011 12:57:42 +0000 (12:57 +0000)]
- commit update in SDK build.xml

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

12 years ago- update SDK help TOC, remove old spidermonkey tutorials
normen667 [Sat, 24 Sep 2011 12:54:04 +0000 (12:54 +0000)]
- update SDK help TOC, remove old spidermonkey tutorials

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

12 years ago- add wiki page about blender loader to SDK help
normen667 [Sat, 24 Sep 2011 12:37:08 +0000 (12:37 +0000)]
- add wiki page about blender loader to SDK help

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

12 years ago'copyFrom' method added to Camera.
Kaelthas_Spellsinger@o2.pl [Sat, 24 Sep 2011 10:25:27 +0000 (10:25 +0000)]
'copyFrom' method added to Camera.

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

12 years agoRemoving the deprecated packages and old version of the
PSpeed42@gmail.com [Sat, 24 Sep 2011 09:16:54 +0000 (09:16 +0000)]
Removing the deprecated packages and old version of the
networking layer.  Note: because some messages were removed
from Serializer's auto-registration this version is not
binary-compatible with the last.  So you must upgrade your
client and server at the same time.

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

12 years agoRemoving deprecated references.
PSpeed42@gmail.com [Sat, 24 Sep 2011 09:15:15 +0000 (09:15 +0000)]
Removing deprecated references.

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

12 years agoRemoving deprecated networking code.
PSpeed42@gmail.com [Sat, 24 Sep 2011 09:14:34 +0000 (09:14 +0000)]
Removing deprecated networking code.

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

12 years ago * Always close InputStream in WAVLoader
shadowislord [Sat, 24 Sep 2011 00:50:13 +0000 (00:50 +0000)]
 * Always close InputStream in WAVLoader
 * Fix use of deprecated classes/methods in android tests
 * Fix bugs with joysticks often generating events for both the negative and positive side of axis
 * Camera.clone() properly clones the gui bounding
 * Camera.setParallelProjection() updates the camera's projection matrix instead of keeping old values
 * LwjglOffscreenBuffer obeys by framerate setting and sets renderable property as needed

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

12 years ago- add jme3.android HelpCtx to android deployment window so the correct help page...
normen667 [Fri, 23 Sep 2011 23:01:23 +0000 (23:01 +0000)]
- add jme3.android HelpCtx to android deployment window so the correct help page appears

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

12 years ago- add android wiki page to SDK help
normen667 [Fri, 23 Sep 2011 21:36:52 +0000 (21:36 +0000)]
- add android wiki page to SDK help

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

12 years ago- fix TOC item in SDK help
normen667 [Fri, 23 Sep 2011 21:32:29 +0000 (21:32 +0000)]
- fix TOC item in SDK help

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

12 years ago- add some SDK plugin development help links
normen667 [Fri, 23 Sep 2011 13:46:33 +0000 (13:46 +0000)]
- add some SDK plugin development help links

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

12 years ago- fix some SDK help links
normen667 [Fri, 23 Sep 2011 13:44:51 +0000 (13:44 +0000)]
- fix some SDK help links

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

12 years ago- add some new wiki pages to SDK help
normen667 [Fri, 23 Sep 2011 13:42:16 +0000 (13:42 +0000)]
- add some new wiki pages to SDK help

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

12 years ago- fix misleading AssetPack wizard text
normen667 [Fri, 23 Sep 2011 13:05:50 +0000 (13:05 +0000)]
- fix misleading AssetPack wizard text

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

12 years agoterrain editor node listener changes
brentowens [Fri, 23 Sep 2011 06:02:25 +0000 (06:02 +0000)]
terrain editor node listener changes

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

12 years agofixed some terrain editor texture table refresh bugs when terrain is added/deleted
brentowens [Fri, 23 Sep 2011 01:36:10 +0000 (01:36 +0000)]
fixed some terrain editor texture table refresh bugs when terrain is added/deleted

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

12 years agoJmeDistanceLodCalculator now fires property change
brentowens [Fri, 23 Sep 2011 01:02:59 +0000 (01:02 +0000)]
JmeDistanceLodCalculator now fires property change

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

12 years ago- update lwjgl to latest nightly
normen667 [Thu, 22 Sep 2011 20:20:01 +0000 (20:20 +0000)]
- update lwjgl to latest nightly

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

12 years agoFix a bug with animation when Y axis was UP.
Kaelthas_Spellsinger@o2.pl [Thu, 22 Sep 2011 14:58:51 +0000 (14:58 +0000)]
Fix a bug with animation when Y axis was UP.

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

12 years ago * Spatial.setLocal***() methods no longer set world transform since it will be updat...
ShadowIsLord@gmail.com [Thu, 22 Sep 2011 00:55:59 +0000 (00:55 +0000)]
 * Spatial.setLocal***() methods no longer set world transform since it will be updated later on

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

12 years agoFix to attaching objects to the scene's node.
Kaelthas_Spellsinger@o2.pl [Wed, 21 Sep 2011 15:18:28 +0000 (15:18 +0000)]
Fix to attaching objects to the scene's node.

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

12 years agoSpatial animation support added.
Kaelthas_Spellsinger@o2.pl [Wed, 21 Sep 2011 11:34:10 +0000 (11:34 +0000)]
Spatial animation support added.

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

12 years agoBlender Loader : Added a check to avoid crash when a vertex has more than 4 bones...
remy.bouquet@gmail.com [Tue, 20 Sep 2011 16:26:29 +0000 (16:26 +0000)]
Blender Loader : Added a check to avoid crash when a vertex has more than 4 bones weight.
As Marcin state in a comment this limitation has no sense for blender as it was an Ogre format limitation. We'll need to fix that

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

12 years agoBlender Loader : implemented fixUpAxis for meshes
remy.bouquet@gmail.com [Tue, 20 Sep 2011 16:23:20 +0000 (16:23 +0000)]
Blender Loader : implemented fixUpAxis for meshes

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

12 years agoOGLES renderer : gl error now appear after the shader code output when a shader fail...
remy.bouquet@gmail.com [Sun, 18 Sep 2011 14:21:07 +0000 (14:21 +0000)]
OGLES renderer : gl error now appear after the shader code output when a shader fail to compile (like in LWJGL renderer)

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

12 years ago- Fix OgreXMLDataObject loadAsset
normen667 [Sat, 17 Sep 2011 12:10:26 +0000 (12:10 +0000)]
- Fix OgreXMLDataObject loadAsset

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

12 years ago- Fix Advanced OgreXML import crashing without material file
normen667 [Sat, 17 Sep 2011 11:54:24 +0000 (11:54 +0000)]
- Fix Advanced OgreXML import crashing without material file
- Show warning when no material file is found for OgreXML/Scene files
- Convert File.mesh.xml to File.j3o instead of File.mesh.j3o

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

12 years ago- fix HDRRenderer on OSX
normen667 [Fri, 16 Sep 2011 23:16:12 +0000 (23:16 +0000)]
- fix HDRRenderer on OSX

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

12 years ago- fix some int * float errors in Parallax.glsllib, still crashing on mac due to lines...
normen667 [Fri, 16 Sep 2011 22:22:07 +0000 (22:22 +0000)]
- fix some int * float errors in Parallax.glsllib, still crashing on mac due to lines 39/42
com.jme3.renderer.RendererException: compile error in:ShaderSource[name=Common/MatDefs/Light/Lighting.frag, defines, type=Fragment] error:ERROR: 0:45: Call to undeclared function 'texture2DLod'

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

12 years ago- update to lwjgl 2.8.0 nightly (fixing Linux OpenAL)
normen667 [Fri, 16 Sep 2011 13:30:44 +0000 (13:30 +0000)]
- update to lwjgl 2.8.0 nightly (fixing Linux OpenAL)

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

12 years agoMade the static utility methods static. "D'oh!"
PSpeed42@gmail.com [Fri, 16 Sep 2011 09:02:13 +0000 (09:02 +0000)]
Made the static utility methods static. "D'oh!"

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

12 years agoAdded GammaCorrectionFilter contributed by phate666
remy.bouquet@gmail.com [Fri, 16 Sep 2011 08:56:59 +0000 (08:56 +0000)]
Added GammaCorrectionFilter contributed by phate666

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

12 years agoNPE check in logger if type is null
brentowens [Fri, 16 Sep 2011 00:02:54 +0000 (00:02 +0000)]
NPE check in logger if type is null

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

12 years ago* fixed error in terrain paint action with changes to png format
brentowens [Tue, 13 Sep 2011 22:41:54 +0000 (22:41 +0000)]
* fixed error in terrain paint action with changes to png format
* scene explorer and composer will enable terrain lod control by adding camera in

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

12 years agoBlender loading logic refactoring:
Kaelthas_Spellsinger@o2.pl [Tue, 13 Sep 2011 21:22:00 +0000 (21:22 +0000)]
Blender loading logic refactoring:
- JmeConverter replaced by AbstractBlenderLoader
- scene loading implemented (now all objects are attached to the scene node)

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

12 years agoAdding the MeshContext that will help with mesh modifications in a future.
Kaelthas_Spellsinger@o2.pl [Tue, 13 Sep 2011 19:56:53 +0000 (19:56 +0000)]
Adding the MeshContext that will help with mesh modifications in a future.

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

12 years agoadded JmeTerrainLodControl objects for the SDK
brentowens [Tue, 13 Sep 2011 03:22:15 +0000 (03:22 +0000)]
added JmeTerrainLodControl objects for the SDK

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