Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

jMonkeyEngine

jMonkeyEngine is a modern developer-friendly game engine written primarily in Java. Its minimalistic and code first approach makes it perfect for developers who want the support of a game engine while retaining full control over their code
Collective - Host: opensource - https://opencollective.com/jmonkeyengine - Website: https://jmonkeyengine.org/ - Code: https://github.com/jMonkeyEngine

* Fix issue 179, shadows and HDR don't work together (thanks spencers)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7304 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - b06652b6a87c647cec0813c4a6c1835fd95fda81 authored over 13 years ago by sha..rd <[email protected]>
Fixed a hack in Bone class for the ragdoll, so Kirill can sleep again.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7303 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 609d9759652f880eb6cccbf62f9e4f5a92fc3c06 authored over 13 years ago by rem..om <[email protected]>
Fixed double TempVars locking in skeleton and bone when computing skinning matrices, thanks to cyuczieekc

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7301 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 6c2eba12ec04280f893f5031c920644be8fe9bcc authored over 13 years ago by rem..om <[email protected]>
* Added TestSoftwareMouse

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7299 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - d66a02eafce5e243ae32cbd95efb8afdc520992a authored over 13 years ago by sha..rd <[email protected]>
* Fixed IllegalArgumentException in Camera.setGuiBounding

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7298 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 4698e13644bbda92439ed26653c9aaa21a45ec42 authored over 13 years ago by sha..rd <[email protected]>
* Fix syntax error in TestOgreAnim

* Ogre3D MaterialLoader now properly loads materials exported from blender2ogre (Blender 2.57)

...

github.com/jMonkeyEngine/jmonkeyengine - b72930994959927e8d2c6c94bbc550b11e6b033c authored over 13 years ago by sha..rd <[email protected]>
* Fixed yet another bug with transforms, this time in Spatial.worldToLocal

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7296 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - e6b11e8013104a0f6a93b88aa770c500803e5eb5 authored over 13 years ago by sha..rd <[email protected]>
- add cpptasks to antlibs

- add build script for native bullet binaries
- add documentation for building native bullet stat...

github.com/jMonkeyEngine/jmonkeyengine - 8e6b51dac1b47d590cedc140b7a12ccdd02b96e6 authored over 13 years ago by nor..67 <[email protected]>
* Changed depth function back to GL_LEQUAL

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7293 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 4ff31a6fab2908acdc6b137604bf8a0734231761 authored over 13 years ago by sha..rd <[email protected]>
* CrossHatch filter should now properly compile on ATI

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7292 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - edd5aaaeb587e090b19ee6c36cccd0417d135096 authored over 13 years ago by sha..rd <[email protected]>
* Fixed issue where scene graphs with non-uniform scales would give incorrect result

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7291 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - a06ce4ebcd124d286ab572a0ea69424adae5e9cb authored over 13 years ago by sha..rd <[email protected]>
* Animated models won't be updated unless they are in the camera frustum ... Hopefully this won't break anything

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7290 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - bfe772dd7195da4c96abb56cea7ffa1a0d278bdf authored over 13 years ago by sha..rd <[email protected]>
* Actually fixed the setSpatial(null) bug now ..

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7289 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 1ace200526d09cc3eeed0ff349e4a8366f8bd4de authored over 13 years ago by sha..rd <[email protected]>
* Fix syntax error in TerrainLodControl

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7288 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - d96912e90062176c3ad3d11d3109dd6b0531d1d7 authored over 13 years ago by sha..rd <[email protected]>
* Removed deprecated methods from AnimControl

* Fixed bug where AnimControl would crash on setSpatial(null)
* Mesh will deserialize lod level...

github.com/jMonkeyEngine/jmonkeyengine - 8aa7468370d8b48f13b41fc8b59867c79ce8c4bd authored over 13 years ago by sha..rd <[email protected]>
RenderState support for two sided Stencil Buffer operations (in order to support Shadow Volumes in the future)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7286 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 9cc223c507542a21b8206c462ead35ee4a7dc1b3 authored over 13 years ago by jos..om <[email protected]>
- add logging for adding and removing of objects to PhysicsSpace

- rename PhysicsJoint.getConstraint() to getObjectId() preparing for native bullet

git-svn-id: h...

github.com/jMonkeyEngine/jmonkeyengine - 53f5df5a3f2c1a8d8683df05871df627c67d3b93 authored over 13 years ago by nor..67 <[email protected]>
- fix netbeans update centers

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7283 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 89330d23b4c663e4d7a891edd66805316e93de2b authored over 13 years ago by nor..67 <[email protected]>
- fix netbeans update centers

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7283 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/sdk - 6db6b3b5736644e07b65c3e2fdb98720000e810e authored over 13 years ago by nor..67 <[email protected]>
- update netbeans update center locations to 7.0 version

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7282 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/sdk - 7a7e3889cd7ef06e3db1e1352bc9da698e40a298 authored over 13 years ago by nor..67 <[email protected]>
- update netbeans update center locations to 7.0 version

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7282 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - eb636e9755a1ef397b61120c867a7d9f40f3c48d authored over 13 years ago by nor..67 <[email protected]>
- improve vehicle ai a bit

github.com/jMonkeyEngine/monkeyzone - e847519f51c5a5eb2e54d5c9643881c5c5802b36 authored over 13 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- remove system.out.println

github.com/jMonkeyEngine/monkeyzone - 7d43c464866b21840d72d1565abf17feeb4b94bd authored over 13 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
* The OpenGL2 renderer now actually scales non-power-of-2 textures instead of throwing out a useless warning

* Nifty GUI now supports the rescaling of textures by storing the resolution beforehand

git-svn...

github.com/jMonkeyEngine/jmonkeyengine - ed7789b7a6150ccca3fd910d350e07f6d324db27 authored over 13 years ago by sha..rd <[email protected]>
* Added Renderer.invalidateState() to reset the render context

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7280 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 7d6167c0dc3481edc662525afcfcf04465d81618 authored over 13 years ago by sha..rd <[email protected]>
- improve autonomous vehicle a bit

github.com/jMonkeyEngine/monkeyzone - c3addec31b58b8d1a14fe773c9981f4c32192036 authored over 13 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
* LwjglRenderer will throw an exception when attempting to set null shader

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7279 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 8019ba2a53d88f98c1a6bfeff304537b800dcdd3 authored over 13 years ago by sha..rd <[email protected]>
* Fix compile error

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7278 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 5ffa3927eab703319f41c40a969d87c0b940f48c authored over 13 years ago by sha..rd <[email protected]>
- clean client and server connection listeners

github.com/jMonkeyEngine/monkeyzone - 0bc2f145a6c45405ef4afa1e9eb6af5048ef1b24 authored over 13 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
* Removed deprecated AnimControl constructor

* Moved bind pose generation to Mesh away from Ogre loader as its a fairly common operation for ...

github.com/jMonkeyEngine/jmonkeyengine - e9e64c7cb712381ffbdb94c0a12ac455223a3688 authored over 13 years ago by sha..rd <[email protected]>
Proper fix for the bug where JME's quaternion wasn't

being serialized automatically.
When a class is final and in the field of a class that
is registe...

github.com/jMonkeyEngine/jmonkeyengine - 2bc6e27200fa93ff47bc4d3401b5f8e24b427dce authored over 13 years ago by PSp..om <[email protected]>
- make enter command only press key when near vehicle

github.com/jMonkeyEngine/monkeyzone - e81e751b9fbae9245133b69ac528d23372c9679e authored over 13 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- use Ferrari as Buggy is broken somehow

- add "Enter" command, make your Ogre enter the Ferrari and watch the vehicle steering AI fail mi...

github.com/jMonkeyEngine/monkeyzone - cd8193858733b254c0dae4a1e1f8845aeb5de391 authored over 13 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- added LightNode

- used tempVars to avoid Vector3f and Quaternion instancing in update method of CameraControl.

g...

github.com/jMonkeyEngine/jmonkeyengine - 75fa331345f1fddffc16dd15dc60ac2c2a8608f7 authored over 13 years ago by rem..om <[email protected]>
* 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: htt...

github.com/jMonkeyEngine/jmonkeyengine - e990b2582281a6592ff36fada4dd7173f91d2d8d authored over 13 years ago by sha..rd <[email protected]>
* nifty examples jar much smaller now

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

github.com/jMonkeyEngine/jmonkeyengine - 8e7d609682ef002417ab4ad3bb1819afe63fba07 authored over 13 years ago by sha..rd <[email protected]>
* Remove messed up logging setup

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

github.com/jMonkeyEngine/jmonkeyengine - 0d49c41b38a2aeddd4a7380d334aafc1f2569648 authored over 13 years ago by sha..rd <[email protected]>
* Fixed compile error in nifty

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

github.com/jMonkeyEngine/jmonkeyengine - 9b9fb940a6db84e0d8f406911e1a1da48f95099f authored over 13 years ago by sha..rd <[email protected]>
* Updated to latest version of Nifty GUI 1.3

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

github.com/jMonkeyEngine/jmonkeyengine - 6ed32b479ca9d20cf78412aab9b84c65e6bf567d authored over 13 years ago by sha..rd <[email protected]>
- hide hudson update target in build.xml

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

github.com/jMonkeyEngine/jmonkeyengine - 3e34002525160c8b210a821c81bc48634ee9c246 authored over 13 years ago by nor..67 <[email protected]>
* Added Camera.lookAtDirection()

* Added docs for Camera.containsGui()

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trun...

github.com/jMonkeyEngine/jmonkeyengine - 9088d6230d302fab73a865c5ac75b502afcf1430 authored over 13 years ago by sha..rd <[email protected]>
- 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: https://jmonkeyengine.googlecode.com/svn/trunk@7267 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 1203073bd9dc2b4936c72e96010b089fe9ac7321 authored over 13 years ago by nor..67 <[email protected]>
* Camera.setDirection() now deprecated since it doesn't do the thing most people expect it

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

github.com/jMonkeyEngine/jmonkeyengine - 67dd48aae7b8b21566e0735f2285fe0ddbcf2725 authored over 13 years ago by sha..rd <[email protected]>
* Moved Screenshots to Desktop Source Package since it uses BufferedImage

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

github.com/jMonkeyEngine/jmonkeyengine - f2f6246e43d9a0a11c8b7dca26ee703b4c367dd5 authored over 13 years ago by sha..rd <[email protected]>
* Call timer.reset() when gaining focus to fix "object speedup after alt-tab" issue

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

github.com/jMonkeyEngine/jmonkeyengine - 8fb97f1a3a488af82184d4d1ac27c0eb62cbbc97 authored over 13 years ago by sha..rd <[email protected]>
* Fixed bug with Spatial.localToWorld() and Spatial.worldToLocal() not using checkDoTransformUpdate()

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

github.com/jMonkeyEngine/jmonkeyengine - 190767e7be3a497113a5524c79f704c136e845bc authored over 13 years ago by sha..rd <[email protected]>
- re-enable download of current platform version from jmonkeyengine.com

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

github.com/jMonkeyEngine/jmonkeyengine - 23867c866d780eda02d79e73625b248ffeda3eb2 authored over 13 years ago by nor..67 <[email protected]>
Ragdoll, some enhancements

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

github.com/jMonkeyEngine/jmonkeyengine - cdba72d2b7dec61e818567bc2c319794b208211e authored over 13 years ago by rem..om <[email protected]>
Moved some exception handling to terminate connections

that throw low level exceptions. The specific case I
saw for this was "An existing connection wa...

github.com/jMonkeyEngine/jmonkeyengine - d0a5ce55b94c1804f49c1f6189399dd7e3bb7422 authored over 13 years ago by PSp..om <[email protected]>
Reuse one big buffer per thread and copy the outbound

smaller buffers. Way faster and way cheaper overall.

git-svn-id: https://jmonkeyengine.googlec...

github.com/jMonkeyEngine/jmonkeyengine - 90738203619ba74029cb8310e225394457ded43d authored over 13 years ago by PSp..om <[email protected]>
Name the executor threads based on something that might

be useful to someone debugging thread dumps. ;)

git-svn-id: https://jmonkeyengine.googlecode.co...

github.com/jMonkeyEngine/jmonkeyengine - 85b4eea8d750f360216b97a3b0ed987cc551e883 authored over 13 years ago by PSp..om <[email protected]>
Modified the DefaultClient (really its ConnectionAdapters)

to send their outbound data on a background thread.

git-svn-id: https://jmonkeyengine.googlecod...

github.com/jMonkeyEngine/jmonkeyengine - 7d6d513fa5f5a129a0ebe883b8a52b68fac6235d authored over 13 years ago by PSp..om <[email protected]>
Modified the toString() for UdpEndpoint to include

the address instead of the socket... since they all share
the same socket anyway and the datagram...

github.com/jMonkeyEngine/jmonkeyengine - e298a4357e4ea26f3a813de72ce0971d63d593b6 authored over 13 years ago by PSp..om <[email protected]>
Fixed a case where an exception would kill the kernel

adapter thread. Also improved the details of the error
logging.

git-svn-id: https://jmonkeyeng...

github.com/jMonkeyEngine/jmonkeyengine - 5225599ee248f4814c1b3e59961125be60845db2 authored over 13 years ago by PSp..om <[email protected]>
Fixed a typo in the com.jme3.bullet.control.ragdoll package and refactored the change

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

github.com/jMonkeyEngine/jmonkeyengine - bfd49c43e362c629e9c5c19a35a7291ab706938c authored over 13 years ago by rem..om <[email protected]>
- enable target

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

github.com/jMonkeyEngine/jmonkeyengine - c70164566877c6dd52e6953ea9ef86e87460d3b7 authored over 13 years ago by nor..67 <[email protected]>
- create separate hudson platform install target, copying the file instead of downloading from googlecode

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

github.com/jMonkeyEngine/jmonkeyengine - 5d906279429583ef9752b24979d7e3d9e7c6a873 authored over 13 years ago by nor..67 <[email protected]>
- add googlecode ant library

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

github.com/jMonkeyEngine/jmonkeyengine - 45ae22e356e8a22d5ac9609131e762e9e151ddd4 authored over 13 years ago by nor..67 <[email protected]>
- add googlecode ant library

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

github.com/jMonkeyEngine/sdk - 969364094ffe8764778c89bd9f854af7d21999d4 authored over 13 years ago by nor..67 <[email protected]>
- improve ragdoll test

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

github.com/jMonkeyEngine/jmonkeyengine - bfdffb1ffb5569baadcc2c53f17cbc8eff3adc6e authored over 13 years ago by nor..67 <[email protected]>
- ChaseCamera's attributes are now protected

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

github.com/jMonkeyEngine/jmonkeyengine - 0539f1971a03e9ba678f2aea109449669ceeb3fa authored over 13 years ago by rem..om <[email protected]>
- Ragdolled model position now updates when ragdoll has control

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

github.com/jMonkeyEngine/jmonkeyengine - 9b5aa824fdcc93ff4fa0c4b3e63708e4dd9a73ad authored over 13 years ago by rem..om <[email protected]>
- RagdollControl now supports initial transformation of the model

- Scaling the model after the ragdoll init does not work yet

git-svn-id: https://jmonkeyengine.g...

github.com/jMonkeyEngine/jmonkeyengine - 382467635461ffd5d60d734c21d3b75a0895d862 authored over 13 years ago by rem..om <[email protected]>
ChaseCamera : added a setUpVector method.

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

github.com/jMonkeyEngine/jmonkeyengine - 062861beea0643c49c3877906cde832507ee8bf3 authored over 13 years ago by rem..om <[email protected]>
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 lay...

github.com/jMonkeyEngine/jmonkeyengine - 593d9bf35a8c0ea3789136224480a1ac320b853e authored over 13 years ago by PSp..om <[email protected]>
Tightened up the DefaultServer connection close code

to make sure that the connection closed change event
only goes out once.
Added some additional lo...

github.com/jMonkeyEngine/jmonkeyengine - 1f1c2ac15b99f11e41082b529ef35f9f3f7da469 authored over 13 years ago by PSp..om <[email protected]>
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...

github.com/jMonkeyEngine/jmonkeyengine - 189a787d364eeb4cb260311fae86dfd9f1520f34 authored over 13 years ago by PSp..om <[email protected]>
Turned the magic input mapping strings into constants to

make it easier to unbind them if desired.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/...

github.com/jMonkeyEngine/jmonkeyengine - 255fe9f9c96c33296052619b11bac3036ba1805e authored over 13 years ago by PSp..om <[email protected]>
* @SuppressWarnings("fallthrough") to prevent warnings

* Fixed rest of the warnings

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7241 75...

github.com/jMonkeyEngine/jmonkeyengine - d729da9e78c3cd3941c18e08c82ca91b0ec935f8 authored over 13 years ago by sha..rd <[email protected]>
* Removed many deprecated methods and classes

* Fixed various small issues detected by code analyzer

git-svn-id: https://jmonkeyengine.google...

github.com/jMonkeyEngine/jmonkeyengine - 7dd3d52e9ecfd51ef6a5ba5605ad7e8fdd1e13e6 authored over 13 years ago by sha..rd <[email protected]>
* Fixed some luminance/alpha formats failing due to missing break statement under switch

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

github.com/jMonkeyEngine/jmonkeyengine - 0d8a4b8dd42674d14c64e76bcb7d20bbfaf192d1 authored over 13 years ago by sha..rd <[email protected]>
* Better toString() methods for Image and Texture

* OGGLoader no longer fails if file length less than number of expected samples

git-svn-id: htt...

github.com/jMonkeyEngine/jmonkeyengine - efb9792c95a644b9bc5ef65996aff5e6dff0fb63 authored over 13 years ago by sha..rd <[email protected]>
Ragdoll :

- New test with sinbad
- Added bone selection for building the collision shapes
- Moved Radoll cl...

github.com/jMonkeyEngine/jmonkeyengine - 3378222dfa535f9e15690fcd79ad992169f8f0a3 authored over 13 years ago by rem..om <[email protected]>
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/possi...

github.com/jMonkeyEngine/jmonkeyengine - 14e4b79170e8b5bb0caf0dd5990c978d57b8f64e authored over 13 years ago by rem..om <[email protected]>
- fix dependency issues

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

github.com/jMonkeyEngine/jmonkeyengine - 7d09cafa7198b7f3187b04b91864c7fc7670e394 authored over 13 years ago by nor..67 <[email protected]>
- fix dependency issues

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

github.com/jMonkeyEngine/sdk - 3a2efc78e05ee23275b55ed8428a8fb628e1d6d8 authored over 13 years ago by nor..67 <[email protected]>
- make remys life easier

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

github.com/jMonkeyEngine/jmonkeyengine - e22c3f0349cc11190bdd79d118fd659fd29f8048 authored over 13 years ago by nor..67 <[email protected]>
- move ragdoll classes to separate package

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

github.com/jMonkeyEngine/jmonkeyengine - c5efd0b06e6008c5aedd37a847a84e4b08eaa76e authored over 13 years ago by nor..67 <[email protected]>
- RagdollControl now has automagic joint setup via RagdollPreset and HumanoidRagdollPreset

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

github.com/jMonkeyEngine/jmonkeyengine - 1f286f424fedcb58c9a57a1879229d48a82a3d34 authored over 13 years ago by rem..om <[email protected]>
* Updated Particle.j3md so it works on pre GLSL 1.2 graphics cards

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

github.com/jMonkeyEngine/jmonkeyengine - 3b9cf4cd35eed981c2269276330d8e238a11baa7 authored over 13 years ago by sha..rd <[email protected]>
- set kinematic mode to ragdoll parts when control is disabled

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

github.com/jMonkeyEngine/jmonkeyengine - 666a800ecdfb6165938bc6a15148b5525f09d42f authored over 13 years ago by nor..67 <[email protected]>
- enable animation for ragdoll test

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

github.com/jMonkeyEngine/jmonkeyengine - 75d0c560bf8dd72dc1757253b230250a1665578d authored over 13 years ago by nor..67 <[email protected]>
* 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 st...

github.com/jMonkeyEngine/jmonkeyengine - 7f7fc50ab51e05eacb77342d1a41ff3db2061482 authored over 13 years ago by sha..rd <[email protected]>
* Added support for up to 8 texture coordinates

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

github.com/jMonkeyEngine/jmonkeyengine - 2979a26984402bdc072ba09b5766576b0e8560dc authored over 13 years ago by sha..rd <[email protected]>
* 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 visib...

github.com/jMonkeyEngine/jmonkeyengine - 53da7c4de4a77b68dd012dbc7eecbaee2e161f4e authored over 13 years ago by sha..rd <[email protected]>
- RagdollControl now uses SixDofJoints instead of ConeJoints.

- Ragdoll joints are now fully tweakable by user
- Changed controls in TestBoneRagdoll : keep lef...

github.com/jMonkeyEngine/jmonkeyengine - 6417263674066c298a1e664d70bd8d2b33d8d78d authored over 13 years ago by rem..om <[email protected]>
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...

github.com/jMonkeyEngine/jmonkeyengine - c5ac1c8bfef856971869afb8079281cdaa2a24c9 authored over 13 years ago by PSp..om <[email protected]>
Fixed NPE in setBoneAttachement in SkeletonControl.

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

github.com/jMonkeyEngine/jmonkeyengine - 77acf77428e759e8725ae0f27997e4e544dcd70d authored over 13 years ago by rem..om <[email protected]>
Reduced the scope of the synchronized block to something

more reasonable (rather than essentially encompassing the
entire application if you build your ap...

github.com/jMonkeyEngine/jmonkeyengine - f9c321e6e976ee796af2902539b668ff1e76cdf4 authored over 13 years ago by PSp..om <[email protected]>
Fixed the few uncheck warnings that I could... suppressed

the rest. Added an UnsupportedOperationException to
SerializableSerializer so that it doesn't s...

github.com/jMonkeyEngine/jmonkeyengine - 0f1b05b405e4cd3e974312dfa73dc92f56e1afe1 authored over 13 years ago by PSp..om <[email protected]>
At least fixing the type-check warnings in the code I added.

Serializer is a little harder...

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@721...

github.com/jMonkeyEngine/jmonkeyengine - 49f65bd7aa7ab8c1ef641e06c8dbe0958ddca8ed authored over 13 years ago by PSp..om <[email protected]>
Improved the exception handling when objects fail

to instantiate.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7217 75d07b2b-3a1a-0...

github.com/jMonkeyEngine/jmonkeyengine - 4deb4d46e7b2ccda2ec8ffa984ef3174a33c1366 authored over 13 years ago by PSp..om <[email protected]>
- throw error on dynamic mesh collision shape

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

github.com/jMonkeyEngine/jmonkeyengine - c036d36c9668def1c99b598f16517e74e7abf1b0 authored over 13 years ago by nor..67 <[email protected]>
- fix SceneExplorer OptimizeGeometry entry

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

github.com/jMonkeyEngine/jmonkeyengine - eef7e8299b97ae0b70d69cfeec06991c50e0d975 authored over 13 years ago by nor..67 <[email protected]>
- fix SceneExplorer OptimizeGeometry entry

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

github.com/jMonkeyEngine/sdk - 4d51926d441c89be0bb79aba59dbc04c73691fd3 authored over 13 years ago by nor..67 <[email protected]>
- simplify GeometryBatchFactory.optimize() by expecting a Node as parameter

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

github.com/jMonkeyEngine/jmonkeyengine - dd749a699b14c0302b08b5d52c959762786e3d66 authored over 13 years ago by nor..67 <[email protected]>
- add JavaDoc to GeometryBatchFactory

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

github.com/jMonkeyEngine/jmonkeyengine - 0dacbb77e1be58ab92b9cb38417d6f515b37ba3a authored over 13 years ago by nor..67 <[email protected]>
- make GeometryBatchFactory.optimize() replace the optimized spatial

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

github.com/jMonkeyEngine/jmonkeyengine - 345986fb70864c9135972534632ba69d77d61993 authored over 13 years ago by nor..67 <[email protected]>
* Add check for GL_ARB_texture_multisample before setting up the texture to see if its supported

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

github.com/jMonkeyEngine/jmonkeyengine - 7c7afb677f27290e98a225d6eb676f3a607a5f13 authored over 13 years ago by sha..rd <[email protected]>
- use googlecode download for svn ant build

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

github.com/jMonkeyEngine/jmonkeyengine - 04445d245883d6ff9428dc28d1350303ea4d8309 authored over 13 years ago by nor..67 <[email protected]>