OSDN Git Service

mikumikustudio/MikuMikuStudio.git
13 years ago- added LightNode
remy.bouquet@gmail.com [Wed, 20 Apr 2011 17:21:08 +0000 (17:21 +0000)]
- added LightNode
- used tempVars to avoid Vector3f and Quaternion instancing in update method of CameraControl.

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

13 years ago * TestNiftyGui now uses jme3test/niftygui/hellojme.xml and acts as a ScreenController
shadowislord [Wed, 20 Apr 2011 16:52:38 +0000 (16:52 +0000)]
 * TestNiftyGui now uses jme3test/niftygui/hellojme.xml and acts as a ScreenController
 * Added TestNiftyExamples that runs the all/intro.xml in the nifty examples jar

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

13 years ago * nifty examples jar much smaller now
shadowislord [Wed, 20 Apr 2011 16:47:56 +0000 (16:47 +0000)]
 * nifty examples jar much smaller now

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

13 years ago * Remove messed up logging setup
shadowislord [Wed, 20 Apr 2011 16:35:10 +0000 (16:35 +0000)]
 * Remove messed up logging setup

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

13 years ago * Fixed compile error in nifty
shadowislord [Wed, 20 Apr 2011 16:06:54 +0000 (16:06 +0000)]
 * Fixed compile error in nifty

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

13 years ago * Updated to latest version of Nifty GUI 1.3
shadowislord [Wed, 20 Apr 2011 15:35:34 +0000 (15:35 +0000)]
 * Updated to latest version of Nifty GUI 1.3

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

13 years ago- hide hudson update target in build.xml
normen667 [Wed, 20 Apr 2011 15:12:52 +0000 (15:12 +0000)]
- hide hudson update target in build.xml

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

13 years ago * Added Camera.lookAtDirection()
shadowislord [Wed, 20 Apr 2011 14:00:43 +0000 (14:00 +0000)]
 * Added Camera.lookAtDirection()
 * Added docs for Camera.containsGui()

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

13 years ago- make SM Serializer only display warning instead of throwing an Exception when the...
normen667 [Wed, 20 Apr 2011 13:58:26 +0000 (13:58 +0000)]
- make SM Serializer only display warning instead of throwing an Exception when the class has not been registered, internally supported classes like jME math primitives were not accepted anymore

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

13 years ago * Camera.setDirection() now deprecated since it doesn't do the thing most people...
shadowislord [Wed, 20 Apr 2011 13:53:16 +0000 (13:53 +0000)]
 * Camera.setDirection() now deprecated since it doesn't do the thing most people expect it

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

13 years ago * Moved Screenshots to Desktop Source Package since it uses BufferedImage
shadowislord [Wed, 20 Apr 2011 01:08:25 +0000 (01:08 +0000)]
 * Moved Screenshots to Desktop Source Package since it uses BufferedImage

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

13 years ago * Call timer.reset() when gaining focus to fix "object speedup after alt-tab" issue
shadowislord [Wed, 20 Apr 2011 00:39:51 +0000 (00:39 +0000)]
 * Call timer.reset() when gaining focus to fix "object speedup after alt-tab" issue

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

13 years ago * Fixed bug with Spatial.localToWorld() and Spatial.worldToLocal() not using checkDo...
shadowislord [Wed, 20 Apr 2011 00:18:32 +0000 (00:18 +0000)]
 * Fixed bug with Spatial.localToWorld() and Spatial.worldToLocal() not using checkDoTransformUpdate()

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

13 years ago- re-enable download of current platform version from jmonkeyengine.com
normen667 [Tue, 19 Apr 2011 20:03:49 +0000 (20:03 +0000)]
- re-enable download of current platform version from jmonkeyengine.com

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

13 years agoRagdoll, some enhancements
remy.bouquet@gmail.com [Mon, 18 Apr 2011 21:47:09 +0000 (21:47 +0000)]
Ragdoll, some enhancements

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

13 years agoMoved some exception handling to terminate connections
PSpeed42@gmail.com [Mon, 18 Apr 2011 17:27:11 +0000 (17:27 +0000)]
Moved some exception handling to terminate connections
that throw low level exceptions.  The specific case I
saw for this was "An existing connection was forcibly
closed by the remote host" IOException.  Without this
new handling, SM continually tried to send the connection
its data.

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

13 years agoReuse one big buffer per thread and copy the outbound
PSpeed42@gmail.com [Mon, 18 Apr 2011 05:56:52 +0000 (05:56 +0000)]
Reuse one big buffer per thread and copy the outbound
smaller buffers.  Way faster and way cheaper overall.

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

13 years agoName the executor threads based on something that might
PSpeed42@gmail.com [Mon, 18 Apr 2011 03:48:41 +0000 (03:48 +0000)]
Name the executor threads based on something that might
be useful to someone debugging thread dumps. ;)

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

13 years agoModified the DefaultClient (really its ConnectionAdapters)
PSpeed42@gmail.com [Mon, 18 Apr 2011 03:17:18 +0000 (03:17 +0000)]
Modified the DefaultClient (really its ConnectionAdapters)
to send their outbound data on a background thread.

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

13 years agoModified the toString() for UdpEndpoint to include
PSpeed42@gmail.com [Sun, 17 Apr 2011 21:14:41 +0000 (21:14 +0000)]
Modified the toString() for UdpEndpoint to include
the address instead of the socket... since they all share
the same socket anyway and the datagram sockets don't
have useful toString()s.

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

13 years agoFixed a case where an exception would kill the kernel
PSpeed42@gmail.com [Sun, 17 Apr 2011 21:04:09 +0000 (21:04 +0000)]
Fixed a case where an exception would kill the kernel
adapter thread.  Also improved the details of the error
logging.

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

13 years agoFixed a typo in the com.jme3.bullet.control.ragdoll package and refactored the change
remy.bouquet@gmail.com [Sun, 17 Apr 2011 20:57:29 +0000 (20:57 +0000)]
Fixed a typo in the com.jme3.bullet.control.ragdoll package and refactored the change

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

13 years ago- enable target
normen667 [Sun, 17 Apr 2011 19:23:51 +0000 (19:23 +0000)]
- enable target

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

13 years ago- create separate hudson platform install target, copying the file instead of downloa...
normen667 [Sun, 17 Apr 2011 19:23:19 +0000 (19:23 +0000)]
- create separate hudson platform install target, copying the file instead of downloading from googlecode

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

13 years ago- add googlecode ant library
normen667 [Sun, 17 Apr 2011 16:08:40 +0000 (16:08 +0000)]
- add googlecode ant library

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

13 years ago- improve ragdoll test
normen667 [Sun, 17 Apr 2011 11:52:28 +0000 (11:52 +0000)]
- improve ragdoll test

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

13 years ago- ChaseCamera's attributes are now protected
remy.bouquet@gmail.com [Sun, 17 Apr 2011 08:18:04 +0000 (08:18 +0000)]
- ChaseCamera's attributes are now protected

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

13 years ago- Ragdolled model position now updates when ragdoll has control
remy.bouquet@gmail.com [Sat, 16 Apr 2011 15:36:38 +0000 (15:36 +0000)]
- Ragdolled model position now updates when ragdoll has control

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

13 years ago- RagdollControl now supports initial transformation of the model
remy.bouquet@gmail.com [Sat, 16 Apr 2011 08:56:02 +0000 (08:56 +0000)]
- RagdollControl now supports initial transformation of the model
- Scaling the model after the ragdoll init does not work yet

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

13 years agoChaseCamera : added a setUpVector method.
remy.bouquet@gmail.com [Sat, 16 Apr 2011 07:45:26 +0000 (07:45 +0000)]
ChaseCamera : added a setUpVector method.

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

13 years agoUDP-based kernel now does its writes on a background
PSpeed42@gmail.com [Sat, 16 Apr 2011 03:51:43 +0000 (03:51 +0000)]
UDP-based kernel now does its writes on a background
thread.  Most of the time UDP packets go right out
but not always... depending on the network layer it can
take a couple of milliseconds.  And that's alot when
you're blasting packets out to a dozen users 20 times
a second.

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

13 years agoTightened up the DefaultServer connection close code
PSpeed42@gmail.com [Sat, 16 Apr 2011 01:54:51 +0000 (01:54 +0000)]
Tightened up the DefaultServer connection close code
to make sure that the connection closed change event
only goes out once.
Added some additional logging to the endpoint closings.

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

13 years agoAdded some warning for some odd state issues that can happen
PSpeed42@gmail.com [Sat, 16 Apr 2011 00:13:25 +0000 (00:13 +0000)]
Added some warning for some odd state issues that can happen
in real life.
Fixed a subtle bug with the UDP endpoints where they weren't
getting propery closed.  This manifested as the endpoints
still getting broadcasts even after Server no longer knew
about them.

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

13 years agoTurned the magic input mapping strings into constants to
PSpeed42@gmail.com [Thu, 14 Apr 2011 03:43:02 +0000 (03:43 +0000)]
Turned the magic input mapping strings into constants to
make it easier to unbind them if desired.

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

13 years ago * @SuppressWarnings("fallthrough") to prevent warnings
shadowislord [Thu, 14 Apr 2011 03:37:05 +0000 (03:37 +0000)]
 * @SuppressWarnings("fallthrough") to prevent warnings
 * Fixed rest of the warnings

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

13 years ago * Removed many deprecated methods and classes
shadowislord [Thu, 14 Apr 2011 03:19:11 +0000 (03:19 +0000)]
 * Removed many deprecated methods and classes
 * Fixed various small issues detected by code analyzer

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

13 years ago * Fixed some luminance/alpha formats failing due to missing break statement under...
shadowislord [Wed, 13 Apr 2011 22:43:15 +0000 (22:43 +0000)]
 * Fixed some luminance/alpha formats failing due to missing break statement under switch

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

13 years ago * Better toString() methods for Image and Texture
shadowislord [Wed, 13 Apr 2011 04:55:43 +0000 (04:55 +0000)]
 * Better toString() methods for Image and Texture
 * OGGLoader no longer fails if file length less than number of expected samples

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

13 years agoRagdoll :
remy.bouquet@gmail.com [Tue, 12 Apr 2011 12:35:10 +0000 (12:35 +0000)]
Ragdoll :
- New test with sinbad
- Added bone selection for building the collision shapes
- Moved Radoll classes to proper package

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

13 years agoChanged Camera.setViewPort(float,float,float,float) to not call onViewPortChage 4...
remy.bouquet@gmail.com [Tue, 12 Apr 2011 11:29:56 +0000 (11:29 +0000)]
Changed Camera.setViewPort(float,float,float,float) to not call onViewPortChage 4 times.
thanks to Lutherion http://jmonkeyengine.org/groups/development-discussion-jme3/forum/topic/possible-bug-with-viewport-on-camera/#post-124630

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

13 years ago- fix dependency issues
normen667 [Mon, 11 Apr 2011 23:43:15 +0000 (23:43 +0000)]
- fix dependency issues

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

13 years ago- make remys life easier
normen667 [Mon, 11 Apr 2011 21:40:39 +0000 (21:40 +0000)]
- make remys life easier

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

13 years ago- move ragdoll classes to separate package
normen667 [Mon, 11 Apr 2011 21:35:23 +0000 (21:35 +0000)]
- move ragdoll classes to separate package

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

13 years ago- RagdollControl now has automagic joint setup via RagdollPreset and HumanoidRagdollP...
remy.bouquet@gmail.com [Mon, 11 Apr 2011 19:18:47 +0000 (19:18 +0000)]
- RagdollControl now has automagic joint setup via RagdollPreset and HumanoidRagdollPreset

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

13 years ago * Updated Particle.j3md so it works on pre GLSL 1.2 graphics cards
shadowislord [Mon, 11 Apr 2011 19:11:02 +0000 (19:11 +0000)]
 * Updated Particle.j3md so it works on pre GLSL 1.2 graphics cards

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

13 years ago- set kinematic mode to ragdoll parts when control is disabled
normen667 [Mon, 11 Apr 2011 12:31:33 +0000 (12:31 +0000)]
- set kinematic mode to ragdoll parts when control is disabled

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

13 years ago- enable animation for ragdoll test
normen667 [Mon, 11 Apr 2011 12:24:08 +0000 (12:24 +0000)]
- enable animation for ragdoll test

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

13 years ago * Increased buffering for streaming audio from ~250 ms to 1000 ms.
shadowislord [Mon, 11 Apr 2011 00:57:18 +0000 (00:57 +0000)]
 * Increased buffering for streaming audio from ~250 ms to 1000 ms.
 * Reduced audio thread update from 100 fps to 20 fps (why was it 100 anyway??)

Result: Music stuttering dramatically reduced.

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

13 years ago * Added support for up to 8 texture coordinates
shadowislord [Sun, 10 Apr 2011 21:15:33 +0000 (21:15 +0000)]
 * Added support for up to 8 texture coordinates

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

13 years ago * Added CCD threshold to BoneRagdoll test so that balls collide more often
shadowislord [Sun, 10 Apr 2011 21:03:55 +0000 (21:03 +0000)]
 * Added CCD threshold to BoneRagdoll test so that balls collide more often
 * Reduced BoneRagdoll constraints to PI/8
 * Added an ambient light so the ragdoll is more visible
 * Fixed bug with Unshaded.j3md failing with glow map

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

13 years ago- RagdollControl now uses SixDofJoints instead of ConeJoints.
remy.bouquet@gmail.com [Sun, 10 Apr 2011 16:07:26 +0000 (16:07 +0000)]
- RagdollControl now uses SixDofJoints instead of ConeJoints.
- Ragdoll joints are now fully tweakable by user
- Changed controls in TestBoneRagdoll : keep left click pressed longer to throw bigger bullets.

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

13 years agoModified to throw an exception if the class of the object
PSpeed42@gmail.com [Sat, 9 Apr 2011 08:07:25 +0000 (08:07 +0000)]
Modified to throw an exception if the class of the object
being written hasn't been registered yet and does not
have an explicit ID set.  The old way would try to send
it anyway and then it would fail to get received on the
other end.
A setStrictRegistration(false) method can be used to get the
old behavior if needed.

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

13 years agoFixed NPE in setBoneAttachement in SkeletonControl.
remy.bouquet@gmail.com [Fri, 8 Apr 2011 20:54:53 +0000 (20:54 +0000)]
Fixed NPE in setBoneAttachement in SkeletonControl.

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

13 years agoReduced the scope of the synchronized block to something
PSpeed42@gmail.com [Fri, 8 Apr 2011 03:55:57 +0000 (03:55 +0000)]
Reduced the scope of the synchronized block to something
more reasonable (rather than essentially encompassing the
entire application if you build your app around AppStates)
but the realy benefit is now the app states can add/remove
other app states without random oddness happening.
...and it's ever so slightly more efficient now, too.

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

13 years agoFixed the few uncheck warnings that I could... suppressed
PSpeed42@gmail.com [Fri, 8 Apr 2011 02:55:21 +0000 (02:55 +0000)]
Fixed the few uncheck warnings that I could... suppressed
the rest.  Added an UnsupportedOperationException to
SerializableSerializer so that it doesn't silently fail
to do anything at all.

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

13 years agoAt least fixing the type-check warnings in the code I added.
PSpeed42@gmail.com [Fri, 8 Apr 2011 02:01:52 +0000 (02:01 +0000)]
At least fixing the type-check warnings in the code I added.
Serializer is a little harder...

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

13 years agoImproved the exception handling when objects fail
PSpeed42@gmail.com [Thu, 7 Apr 2011 22:40:53 +0000 (22:40 +0000)]
Improved the exception handling when objects fail
to instantiate.

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

13 years ago- throw error on dynamic mesh collision shape
normen667 [Thu, 7 Apr 2011 17:41:47 +0000 (17:41 +0000)]
- throw error on dynamic mesh collision shape

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

13 years ago- fix SceneExplorer OptimizeGeometry entry
normen667 [Thu, 7 Apr 2011 12:07:19 +0000 (12:07 +0000)]
- fix SceneExplorer OptimizeGeometry entry

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

13 years ago- simplify GeometryBatchFactory.optimize() by expecting a Node as parameter
normen667 [Thu, 7 Apr 2011 12:05:04 +0000 (12:05 +0000)]
- simplify GeometryBatchFactory.optimize() by expecting a Node as parameter

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

13 years ago- add JavaDoc to GeometryBatchFactory
normen667 [Thu, 7 Apr 2011 11:48:28 +0000 (11:48 +0000)]
- add JavaDoc to GeometryBatchFactory

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

13 years ago- make GeometryBatchFactory.optimize() replace the optimized spatial
normen667 [Thu, 7 Apr 2011 11:41:59 +0000 (11:41 +0000)]
- make GeometryBatchFactory.optimize() replace the optimized spatial

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

13 years ago * Add check for GL_ARB_texture_multisample before setting up the texture to see...
shadowislord [Wed, 6 Apr 2011 22:51:41 +0000 (22:51 +0000)]
 * Add check for GL_ARB_texture_multisample before setting up the texture to see if its supported

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

13 years ago- use googlecode download for svn ant build
normen667 [Wed, 6 Apr 2011 22:39:16 +0000 (22:39 +0000)]
- use googlecode download for svn ant build

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

13 years ago * Replaced Beep.ogg with a better one
shadowislord [Wed, 6 Apr 2011 20:40:29 +0000 (20:40 +0000)]
 * Replaced Beep.ogg with a better one

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

13 years ago * Deleted beach terrain model
shadowislord [Wed, 6 Apr 2011 20:39:18 +0000 (20:39 +0000)]
 * Deleted beach terrain model

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

13 years ago * SceneLoader will no longer crash on missing material
shadowislord [Wed, 6 Apr 2011 20:33:21 +0000 (20:33 +0000)]
 * SceneLoader will no longer crash on missing material
 * Compressed ManyLights texture

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

13 years ago * Compressed buggy textures
shadowislord [Wed, 6 Apr 2011 20:27:48 +0000 (20:27 +0000)]
 * Compressed buggy textures

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

13 years ago * Deleted useless TestYCoCgDds test and related textures
shadowislord [Wed, 6 Apr 2011 20:06:04 +0000 (20:06 +0000)]
 * Deleted useless TestYCoCgDds test and related textures
 * Actually replaced tree textures this time. Not compressing the leaves texture because it leads to artifacts.

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

13 years ago * More errors sent to Application.handleError()
shadowislord [Wed, 6 Apr 2011 19:58:16 +0000 (19:58 +0000)]
 * More errors sent to Application.handleError()
 * Application.handleError now stops by default to prevent process from lingering on
 * Made sleeps in LwjglCanvas slightly longer to prevent hogging 100% cpu
 * Renamed elephant skeletonxml to skeleton.xml
 * Compressed HoverTank textures and removed high-res versions
 * Compressed Tree textures

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

13 years agoan only add one terrain to the scene now in jmp
brentowens [Wed, 6 Apr 2011 17:07:12 +0000 (17:07 +0000)]
an only add one terrain to the scene now in jmp

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

13 years ago * Got rid of ADPCM stuff that didn't even work
shadowislord [Wed, 6 Apr 2011 03:22:51 +0000 (03:22 +0000)]
 * Got rid of ADPCM stuff that didn't even work
 * Fixed bug in WAVLoader causing it to fail if the file had extra bytes at the end

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

13 years ago- update MaterialEditor to use getValueAsString()
normen667 [Wed, 6 Apr 2011 02:56:57 +0000 (02:56 +0000)]
- update MaterialEditor to use getValueAsString()

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

13 years ago * Added MatParam.getValueAsString() to print out the material param value as it...
shadowislord [Wed, 6 Apr 2011 02:49:15 +0000 (02:49 +0000)]
 * Added MatParam.getValueAsString() to print out the material param value as it would appear in a J3M file.

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

13 years ago * Fixed bug with OGG audio having incorrect length
shadowislord [Wed, 6 Apr 2011 02:06:29 +0000 (02:06 +0000)]
 * Fixed bug with OGG audio having incorrect length

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

13 years ago * Fixed bug with WAV audio getting truncated on import
shadowislord [Wed, 6 Apr 2011 01:23:35 +0000 (01:23 +0000)]
 * Fixed bug with WAV audio getting truncated on import

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

13 years ago- add suppress warnings for Spatial.getUserData()
normen667 [Tue, 5 Apr 2011 23:13:02 +0000 (23:13 +0000)]
- add suppress warnings for Spatial.getUserData()

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

13 years ago- remove VehicleCreator from windows menu
normen667 [Tue, 5 Apr 2011 23:08:55 +0000 (23:08 +0000)]
- remove VehicleCreator from windows menu
- on double-click open j3os in SceneComposer instead of viewing them

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

13 years ago- some cleanups in Material Editor
normen667 [Tue, 5 Apr 2011 22:43:20 +0000 (22:43 +0000)]
- some cleanups in Material Editor
- add new wiki pages
- improve "development" section in manual

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

13 years ago- use paul's awesome generics magic in Spatial.getUserData
normen667 [Tue, 5 Apr 2011 20:08:55 +0000 (20:08 +0000)]
- use paul's awesome generics magic in Spatial.getUserData

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

13 years ago- account for flipped textures in material->j3m creation
normen667 [Tue, 5 Apr 2011 14:54:50 +0000 (14:54 +0000)]
- account for flipped textures in material->j3m creation

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

13 years ago- fix Color and Texture2D values in j3m creation using regex
normen667 [Tue, 5 Apr 2011 11:40:03 +0000 (11:40 +0000)]
- fix Color and Texture2D values in j3m creation using regex
- load and apply created j3m material to model when created

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

13 years agoFixed ogreComplexAnim scale
remy.bouquet@gmail.com [Tue, 5 Apr 2011 05:26:25 +0000 (05:26 +0000)]
Fixed ogreComplexAnim scale

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

13 years agoRagdoll :
remy.bouquet@gmail.com [Tue, 5 Apr 2011 05:21:08 +0000 (05:21 +0000)]
Ragdoll :
 - forgot the RagdollControl....doh

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

13 years ago * Made sync system deprecated
shadowislord [Tue, 5 Apr 2011 02:28:49 +0000 (02:28 +0000)]
 * Made sync system deprecated

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

13 years ago- add "last selected" available via SceneExplorer
normen667 [Tue, 5 Apr 2011 01:00:20 +0000 (01:00 +0000)]
- add "last selected" available via SceneExplorer
- add API for external variable type editors
- first version of "create j3m" function for materials (WIP - parameter values are only toString() versions atm)

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

13 years agoRagdoll :
remy.bouquet@gmail.com [Mon, 4 Apr 2011 22:11:28 +0000 (22:11 +0000)]
Ragdoll :
 - added ragdollCollisionListener
 - Switch between animControl and ragDollControl
 - TestBoneRagdoll : Shoot with left click, reset Oto with spacebar. Added bullet time on first impact :D have fun!

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

13 years agoLolilol the ragdoll
remy.bouquet@gmail.com [Mon, 4 Apr 2011 19:02:12 +0000 (19:02 +0000)]
Lolilol the ragdoll

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

13 years ago- show correct material j3m in SceneExplorer
normen667 [Mon, 4 Apr 2011 17:05:27 +0000 (17:05 +0000)]
- show correct material j3m in SceneExplorer

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

13 years ago- change tool wizard actions to use AWT-safe org.openide.Node instead of spatial
normen667 [Mon, 4 Apr 2011 15:56:04 +0000 (15:56 +0000)]
- change tool wizard actions to use AWT-safe org.openide.Node instead of spatial

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

13 years ago- serialize light&camera name
normen667 [Mon, 4 Apr 2011 13:09:53 +0000 (13:09 +0000)]
- serialize light&camera name

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

13 years ago- add name to camera and light (not being part of the scenegraph is no reason to...
normen667 [Mon, 4 Apr 2011 13:00:12 +0000 (13:00 +0000)]
- add name to camera and light (not being part of the scenegraph is no reason to be nameless)

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

13 years agoModified serializer to throw an exception if it tries
PSpeed42@gmail.com [Mon, 4 Apr 2011 01:01:17 +0000 (01:01 +0000)]
Modified serializer to throw an exception if it tries
to read from a buffer and doesn't understand what class
it's reading.  Error messages... it's the little things
that matter.

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

13 years ago- use JmeFormatter in jMP output window
normen667 [Sun, 3 Apr 2011 22:37:48 +0000 (22:37 +0000)]
- use JmeFormatter in jMP output window

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

13 years ago- fix logging to only replace logger for jme3 packages
normen667 [Sun, 3 Apr 2011 22:34:50 +0000 (22:34 +0000)]
- fix logging to only replace logger for jme3 packages

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

13 years ago * Added new renderer capability: NonPowerOfTwoTextures
shadowislord [Sun, 3 Apr 2011 21:45:29 +0000 (21:45 +0000)]
 * Added new renderer capability: NonPowerOfTwoTextures
 * LwjglRenderer will show warnings when NPOT textures are used and the graphics card doesn't support them
 * LwjglGL1Renderer will scale textures to POT sizes if NPOT is not supported
 * Enable simple logging

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

13 years ago- refresh parent and created folder after model import
normen667 [Sun, 3 Apr 2011 21:43:24 +0000 (21:43 +0000)]
- refresh parent and created folder after model import

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

13 years ago * J3O files will now automatically load J3M files if they were loaded via assetManag...
shadowislord [Sun, 3 Apr 2011 21:04:47 +0000 (21:04 +0000)]
 * J3O files will now automatically load J3M files if they were loaded via assetManager.loadMaterial()

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

13 years ago * TextureKey.equals() now takes into account flip Y flag
shadowislord [Sun, 3 Apr 2011 19:54:26 +0000 (19:54 +0000)]
 * TextureKey.equals() now takes into account flip Y flag

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

13 years ago- remove updateModelBounds() call from BasicGame template
normen667 [Sun, 3 Apr 2011 15:36:53 +0000 (15:36 +0000)]
- remove updateModelBounds() call from BasicGame template

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