A complete 3D game development suite written purely in Java.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sha..rd
0d0454f248
* Canvas is now using pbuffer workaround, allowing renderer to acquire renderer capabilities even if the canvas is not visible yet.
...
* Handling of context destruction is now handled individually for displays and canvases.
For canvas, this allows it to destroy the pbuffer in addition to the display.
* VertexBuffer now has better detection for data size changes, might prevent GL errors in certain cases. NOTE: VertexBuffer.updateData() is generally more stable than VertexBuffer.setUpdateNeeded(). Refrain from using setUpdateNeeded() .. its an internal call anyway. Using it directly could cause GL errors.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7374 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 years ago
..
android
move jme3 to trunk
14 years ago
core
* Canvas is now using pbuffer workaround, allowing renderer to acquire renderer capabilities even if the canvas is not visible yet.
14 years ago
core-data
* Fix issue 179, shadows and HDR don't work together (thanks spencers)
14 years ago
core-plugins/com/ jme3
* @SuppressWarnings("fallthrough") to prevent warnings
14 years ago
desktop/com/ jme3
* Remove messed up logging setup
14 years ago
desktop-fx/com/ jme3
* Removed all deprecated classes, methods, and fields
14 years ago
games/jme3game/ cubefield
- remove defect golem game
14 years ago
jbullet/com/jme3/ bullet
- RagdollControl is now called KinematicRagdollControl
14 years ago
jheora/com/jme3/ video
* Removed all deprecated classes, methods, and fields
14 years ago
jogg/com/jme3/audio/ plugins
* Better toString() methods for Image and Texture
14 years ago
jogl/com/ jme3
move jme3 to trunk
14 years ago
jogl2/com/ jme3
move jme3 to trunk
14 years ago
lwjgl-oal/com/jme3/audio/ lwjgl
* Removed all deprecated classes, methods, and fields
14 years ago
lwjgl-ogl/com/ jme3
* Canvas is now using pbuffer workaround, allowing renderer to acquire renderer capabilities even if the canvas is not visible yet.
14 years ago
networking/com/jme3/ network
Make client-side background threads daemon.
14 years ago
niftygui
* Fixed bug in RenderImageJme Texture constructor that would not take into account width/height
14 years ago
ogre/com/jme3/scene/plugins/ ogre
* Fix syntax error in TestOgreAnim
14 years ago
pack/com/jme3/asset/ pack
move jme3 to trunk
14 years ago
terrain
* Removed all deprecated classes, methods, and fields
14 years ago
test/ jme3test
Made ragdollTest silent again
14 years ago
test-data
- WIP Sinbad standing up model
14 years ago
tools/ jme3tools
* Removed all deprecated classes, methods, and fields
14 years ago
xml/com/jme3/export/ xml
move jme3 to trunk
14 years ago