Commit Graph

1421 Commits (6240a51173f53359a0d5ee897c7b9efeae257a22)

Author SHA1 Message Date
sha..rd 0372a5ed6d * Add lighting support to OpenGL1 renderer 13 years ago
voi..om 52d1aaaaf2 Nifty RenderDeviceJme Bugfix: When we cache BitmapText instances to speed up text rendering we need to make sure that we take the font and the color into account as well! When we cache BitmapText instances only using the actual "text" it is possible that the exact same text - when it is rendered in different fonts - will be used from the cache (and then using the wrong font!) This has now been fixed. 13 years ago
sha..rd 5feebef7c5 * AwtMouseInput event queue is now synchronized like it should be 13 years ago
nor..67 ab3b305ca5 - update lwjgl to 2.8.0-stable 13 years ago
nor..67 c79968463d - fix Animation loading by using arraycopy.. 13 years ago
rem..om cf89d515ef - Reduced the number of instantiated variable on a collision check 13 years ago
rem..om 1afea87e89 - fixed javadoc on ChaseCam 13 years ago
rem..om cad42dae3c - Changed some javadoc on ChaseCam again 13 years ago
rem..om 7a5905d7f8 - Changed some javadoc on ChaseCam 13 years ago
rem..om 7c4f085174 Added a way to clear all waypoitns at once on a motion path 13 years ago
Kae..pl 4cde46bee5 Attaching an empty to its parent. 13 years ago
nor..67 0a4beae534 - make change to libraries so library plugin gets version bumped 13 years ago
Kae..pl 984bab2ae9 Removing fix up axis checking for mesh vertices. 13 years ago
Kae..pl 952081b192 Fixing a bug that caused NPE to be thrown when no actions where applied to armature. 13 years ago
sha..rd a236c7d03b * Fix compile error 13 years ago
sha..rd 8a247c8da4 * Fix nifty lib 13 years ago
voi..om bcf9c7806b nifty-1.3.1-SNAPSHOT included (without the versionnumber) 13 years ago
nor..67 4a8b8da4ca - add nifty-default-controls javadoc references 13 years ago
nor..67 d1ce7246c8 - change nifty javadoc jar name in build script update-sdk target 13 years ago
nor..67 b830d910d3 - update lwjgl to latest nightly 13 years ago
Kae..pl 7492410485 Moving 3D textures shaders to blender packages. 13 years ago
nor..67 c3b39f420a - move android library to "Project Engine" plugin so updates in the core library are properly distributed 13 years ago
nor..67 6df9eaf033 - add backengineered PaintMode.java ;) 13 years ago
sha..rd e3bff6d62a * Moved checkFrameBufferError() to part that sets up framebuffer. Can prevent odd crashes on some systems before any framebuffer is active. 13 years ago
nor..67 a9f2df066a - update lwjgl to latest nightly for jme3 and applet deployment 13 years ago
sha..rd fa92c00a20 * AwtKeyInput now synchronized properly between OGL and EDT threads 13 years ago
sha..rd dcb71def31 * Specular color is now black by default 13 years ago
Kae..pl 3969d34a03 Fixes to textures merging. 13 years ago
sha..rd 97a9b4ee00 * Fix MTL issue where "Tr 0" could cause model to be invisible even though illum index specifies that it shouldn't use transparency 13 years ago
Sha..om d38b469de6 * Fix for "Internal error wrong operand type built in unary operator function. Type: in sampler2DMS" if multisample is not being used (old ATI driver bug) 13 years ago
Kae..pl fd3c84ccce Increasing the default generated textures size (they import in reasonable time yet and are of better quality). 13 years ago
Kae..pl 846b569552 Support for generated textures merging. 13 years ago
sha..rd a28d0d8baf * Initial commit for light-weight jME3 AWT panels 13 years ago
sha..rd 5d5e0082a7 * Fix inside view for Dome shape 13 years ago
sha..rd adf65d648a * Fix message "WARNING: Cannot locate native library: libbulletjme" 13 years ago
sha..rd c7ebfc9b77 * Deleted useless com.jme3.renderer.layer package 13 years ago
sha..rd b1e46de5ee * Deleted useless com.jme3.video package 13 years ago
sha..rd 3f95a0ca2f * Eclipse classpath no longer includes .svn folders 13 years ago
Kae..pl ff3336679d Setter for generated texture depth added. 13 years ago
sha..rd 73f073c794 * Headless context will no longer initialize audio renderer 13 years ago
bre..ns ca628fe5d6 fixed terrain scale bug 13 years ago
bre..ns 210e4ad17b updated HelloTerrain for LOD API changes 13 years ago
sha..rd c81a1a4d3e * Fix NPE in SkyFactory when used on android 13 years ago
sha..rd caaf407546 * Prevent linux crash if OpenAL cannot be loaded 13 years ago
Kae..pl 780da5e581 Tests for loading bone and object animation from blender added. 13 years ago
Kae..pl 0b274b3c1b Automatic loading of both bone and object animations (no need to specify animations in blender key any more). 13 years ago
Kae..pl ce259299e2 Track length getter added. 13 years ago
Kae..pl 6c341850d2 Refactoring to constraints. Implementation now not dependant on the animation type. 13 years ago
Kae..pl c773395ace Animations refactoring. 13 years ago
roo..li 7967cc1c33 Updated jme3test.helloworld: Used best practices, simplified, removed deprecations, added javadoc, added TerrainCollision. 13 years ago