Commit Graph

544 Commits (c02b24da12b93331034b6d2ad8fd2d6b033cc094)

Author SHA1 Message Date
sha..rd fb11b4b3ed * Fixed exception in SkyFactory 14 years ago
rem..om 083333ac6e - Fixed viewPort positioning and scaling for ortho cam and added multiple gui viewports to TestMultiViews 14 years ago
sha..rd 6b537307fd * Deprecated ViewPort.setClearEnabled, since we have separate clear flags for each channel in the framebuffer 14 years ago
nor..67 8406f0058e Kirill: Better fix for mac issue 14 years ago
Sha..om 5d4c279467 * Removed argument check in Mesh.setBuffer() since now its done in VertexBuffer.setupData() 14 years ago
Sha..om b56c700023 * Added null checks in setupData() 14 years ago
sha..rd 344efe544a * Added check in SkyFactory to ensure the images can be used in a cubemap 14 years ago
sha..rd 52e3da57f8 * Added check in Mesh.setBuffer() for components argument to be between 1 and 4 14 years ago
sha..rd 1a3823b6aa * Set AppSettings.setRenderer() to LWJGL_OpenGL_ANY to choose renderer based on capabilities of video card. 14 years ago
sha..rd 3ed2824cc3 * Sorting ID now reset properly when shader or texture changed 14 years ago
sha..rd 0d0454f248 * Canvas is now using pbuffer workaround, allowing renderer to acquire renderer capabilities even if the canvas is not visible yet. 14 years ago
sha..rd dcf3f3c061 * Fixed bug in RenderImageJme Texture constructor that would not take into account width/height 14 years ago
nor..67 f6757c73fc - add empty constructore to AudioNode to reenable serialization (temp fix) 14 years ago
Sha..om d6df196a2a * J3O embedded textures now supported. All textures without a TextureKey set will have their image data directly saved in the J3O file. 14 years ago
sha..rd f640e5de21 * Added javadoc to AudioNode 14 years ago
sha..rd 6196de22f7 * Removed all deprecated classes, methods, and fields 14 years ago
sha..rd 33dac750d7 * Fix for jMonkeyPlatform "100% CPU usage" bug 14 years ago
rem..om 609d975965 Fixed a hack in Bone class for the ragdoll, so Kirill can sleep again. 14 years ago
rem..om 6c2eba12ec Fixed double TempVars locking in skeleton and bone when computing skinning matrices, thanks to cyuczieekc 14 years ago
sha..rd 4698e13644 * Fixed IllegalArgumentException in Camera.setGuiBounding 14 years ago
sha..rd e6b11e8013 * Fixed yet another bug with transforms, this time in Spatial.worldToLocal 14 years ago
sha..rd a06ce4ebcd * Fixed issue where scene graphs with non-uniform scales would give incorrect result 14 years ago
sha..rd bfe772dd71 * Animated models won't be updated unless they are in the camera frustum ... Hopefully this won't break anything 14 years ago
sha..rd 1ace200526 * Actually fixed the setSpatial(null) bug now .. 14 years ago
sha..rd 8aa7468370 * Removed deprecated methods from AnimControl 14 years ago
jos..om 9cc223c507 RenderState support for two sided Stencil Buffer operations (in order to support Shadow Volumes in the future) 14 years ago
sha..rd 7d6167c0dc * Added Renderer.invalidateState() to reset the render context 14 years ago
sha..rd e9e64c7cb7 * Removed deprecated AnimControl constructor 14 years ago
rem..om 75fa331345 - added LightNode 14 years ago
sha..rd 9088d6230d * Added Camera.lookAtDirection() 14 years ago
sha..rd 67dd48aae7 * Camera.setDirection() now deprecated since it doesn't do the thing most people expect it 14 years ago
sha..rd f2f6246e43 * Moved Screenshots to Desktop Source Package since it uses BufferedImage 14 years ago
sha..rd 190767e7be * Fixed bug with Spatial.localToWorld() and Spatial.worldToLocal() not using checkDoTransformUpdate() 14 years ago
rem..om 0539f1971a - ChaseCamera's attributes are now protected 14 years ago
rem..om 062861beea ChaseCamera : added a setUpVector method. 14 years ago
PSp..om 255fe9f9c9 Turned the magic input mapping strings into constants to 14 years ago
sha..rd d729da9e78 * @SuppressWarnings("fallthrough") to prevent warnings 14 years ago
sha..rd 7dd3d52e9e * Removed many deprecated methods and classes 14 years ago
sha..rd efb9792c95 * Better toString() methods for Image and Texture 14 years ago
rem..om 3378222dfa Ragdoll : 14 years ago
rem..om 14e4b79170 Changed Camera.setViewPort(float,float,float,float) to not call onViewPortChage 4 times. 14 years ago
sha..rd 7f7fc50ab5 * Increased buffering for streaming audio from ~250 ms to 1000 ms. 14 years ago
sha..rd 2979a26984 * Added support for up to 8 texture coordinates 14 years ago
rem..om 77acf77428 Fixed NPE in setBoneAttachement in SkeletonControl. 14 years ago
PSp..om f9c321e6e9 Reduced the scope of the synchronized block to something 14 years ago
sha..rd 3778400635 * More errors sent to Application.handleError() 14 years ago
sha..rd 6c776e7bb3 * Got rid of ADPCM stuff that didn't even work 14 years ago
sha..rd ff344c6a96 * Added MatParam.getValueAsString() to print out the material param value as it would appear in a J3M file. 14 years ago
sha..rd c3b060be6d * Fixed bug with WAV audio getting truncated on import 14 years ago
nor..67 b24b3f78d4 - add suppress warnings for Spatial.getUserData() 14 years ago