sha..rd
d729da9e78
* @SuppressWarnings("fallthrough") to prevent warnings
...
* Fixed rest of the warnings
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7241 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
7dd3d52e9e
* Removed many deprecated methods and classes
...
* Fixed various small issues detected by code analyzer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7240 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
0d8a4b8dd4
* 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-0572b91ccdca
14 years ago
sha..rd
efb9792c95
* Better toString() methods for Image and Texture
...
* OGGLoader no longer fails if file length less than number of expected samples
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7237 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
3378222dfa
Ragdoll :
...
- New test with sinbad
- Added bone selection for building the collision shapes
- Moved Radoll classes to proper package
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7236 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
14e4b79170
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: https://jmonkeyengine.googlecode.com/svn/trunk@7235 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
7d09cafa71
- fix dependency issues
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7233 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
e22c3f0349
- make remys life easier
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7232 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
c5efd0b06e
- move ragdoll classes to separate package
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7231 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
1f286f424f
- RagdollControl now has automagic joint setup via RagdollPreset and HumanoidRagdollPreset
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7230 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
3b9cf4cd35
* 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-0572b91ccdca
14 years ago
nor..67
666a800ecd
- set kinematic mode to ragdoll parts when control is disabled
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7228 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
75d0c560bf
- enable animation for ragdoll test
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7227 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
7f7fc50ab5
* 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: https://jmonkeyengine.googlecode.com/svn/trunk@7226 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
2979a26984
* Added support for up to 8 texture coordinates
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7225 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
53da7c4de4
* 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: https://jmonkeyengine.googlecode.com/svn/trunk@7224 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
6417263674
- 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: https://jmonkeyengine.googlecode.com/svn/trunk@7223 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
c5ac1c8bfe
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: https://jmonkeyengine.googlecode.com/svn/trunk@7222 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
77acf77428
Fixed NPE in setBoneAttachement in SkeletonControl.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7221 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
f9c321e6e9
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: https://jmonkeyengine.googlecode.com/svn/trunk@7220 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
0f1b05b405
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: https://jmonkeyengine.googlecode.com/svn/trunk@7219 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
49f65bd7aa
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@7218 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
PSp..om
4deb4d46e7
Improved the exception handling when objects fail
...
to instantiate.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7217 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
c036d36c96
- throw error on dynamic mesh collision shape
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7216 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
eef7e8299b
- fix SceneExplorer OptimizeGeometry entry
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7215 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
dd749a699b
- simplify GeometryBatchFactory.optimize() by expecting a Node as parameter
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7214 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
0dacbb77e1
- add JavaDoc to GeometryBatchFactory
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7213 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
345986fb70
- make GeometryBatchFactory.optimize() replace the optimized spatial
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7212 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
7c7afb677f
* 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-0572b91ccdca
14 years ago
nor..67
04445d2458
- use googlecode download for svn ant build
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7209 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
adfead7ee3
* Replaced Beep.ogg with a better one
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7208 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
2f7e51cef2
* Deleted beach terrain model
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7207 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
2effd8cc25
* SceneLoader will no longer crash on missing material
...
* Compressed ManyLights texture
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7206 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
36c51e12c6
* Compressed buggy textures
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7205 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
643eebb4bd
* 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: https://jmonkeyengine.googlecode.com/svn/trunk@7204 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
3778400635
* 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: https://jmonkeyengine.googlecode.com/svn/trunk@7203 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
bre..ns
d5c2a14602
an only add one terrain to the scene now in jmp
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7202 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
6c776e7bb3
* 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: https://jmonkeyengine.googlecode.com/svn/trunk@7201 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
a724165a33
- update MaterialEditor to use getValueAsString()
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7200 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
ff344c6a96
* Added MatParam.getValueAsString() to print out the material param value as it would appear in a J3M file.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7199 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
bb238c3c99
* Fixed bug with OGG audio having incorrect length
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7198 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
sha..rd
c3b060be6d
* Fixed bug with WAV audio getting truncated on import
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7197 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
b24b3f78d4
- add suppress warnings for Spatial.getUserData()
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7196 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
554a088ef1
- remove VehicleCreator from windows menu
...
- on double-click open j3os in SceneComposer instead of viewing them
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7195 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
0e6e586c05
- some cleanups in Material Editor
...
- add new wiki pages
- improve "development" section in manual
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7194 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
6407e5617d
- use paul's awesome generics magic in Spatial.getUserData
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7193 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
5c21723435
- account for flipped textures in material->j3m creation
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7192 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
nor..67
93308146ea
- fix Color and Texture2D values in j3m creation using regex
...
- load and apply created j3m material to model when created
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7191 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
23e17164da
Fixed ogreComplexAnim scale
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7190 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
rem..om
9c996bfc6d
Ragdoll :
...
- forgot the RagdollControl....doh
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7189 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago