Historia zmian

Autor SHA1 Wiadomość Data
  Brandon DeRosier 1bb3ee089a Change duplicated docstring in FlyByCamera.unregisterInput 10 lat temu
  Daniel Johansson d48a1bb998 Removed native library jemalloc.dll for LWJGL3 as this will not be needed until 3.0.0b and after. 10 lat temu
  Kirill Vainer 9f130a9cb3 Merge pull request #366 from MeFisto94/Issue46 10 lat temu
  MeFisto94 7d07cedc4c Fixed Issue #46 : The MaterialViewer will now simply ignore not available textures instead of crashing 10 lat temu
  Kirill Vainer 3412c0cf2b Merge pull request #361 from Dokthar/bullet_RigidBody 10 lat temu
  Dokthar 06d6f08616 GImpactCollisionShape : fix for #188, added a call to updateBound() in native jni binding, just after creating the shape, (native createShape() method) 10 lat temu
  kaelthas 953a301d5e Bugfix: fixed a bug that caused importer to crash when the author of the 10 lat temu
  kaelthas f1a0125dc2 Bugfix: fixed a bug that caused subdivision surface modifier to crash if 10 lat temu
  Daniel Johansson 14349695a9 The LWJGL 3 renderer was missing a call to GLContext.createFromCurrent(), sorted now. 10 lat temu
  Daniel Johansson 5da9fa6bc2 Changed the default app title in AppSettings to use the full name string from JmeVersion. This way no more manual changing of this will be needed for future versions. This also closes #320 which highlighted this issue. Thanks @8Keep. 10 lat temu
  Daniel Johansson 109c5e80cf Fixed #316 where some post processing effects were not working when using OPENGL_3 renderer due to an error in the fragment shader. 10 lat temu
  Daniel Johansson f470637361 Fixed a build issue regarding lwjgl 3.x by now using 3.0.0a for longer stability as 3.0.0b-SNAPSHOT is a moving target and APIs are changing constantly. 10 lat temu
  Kirill Vainer ed2c998f39 Merge pull request #340 from Kendanware/issue314 10 lat temu
  Kirill Vainer e4f3c06b1d ListMap: create unit test 10 lat temu
  Kirill Vainer 01227d31b0 Lighting: fix colorramp feature 10 lat temu
  Kirill Vainer 4a37a8f851 FXAA: quality regression fix 10 lat temu
  Kirill Vainer 4fef16ee9f GLRenderer: fix incorrect gl3 check 10 lat temu
  Kirill Vainer cba39fa0ff GLRenderer: make the class final 10 lat temu
  Kirill Vainer 62186362a8 GLDebugOutputHandler: dump stack on debug messages 10 lat temu
  Kirill Vainer aa54947ff3 GLRenderer: cleanup to shadow compare mode 10 lat temu
  Kirill Vainer efe600c38d GLRenderer: put max anisotropy into limits map 10 lat temu
  Kirill Vainer d269839efb FastMath: faster nearestPowerOfTwo and unit test 10 lat temu
  Kirill Vainer 4e6b4d885c Merge pull request #345 from Georgeto/patch_negscalebb 10 lat temu
  Julien Gouesse 5f77ff021b Fixes the NullPointerException in the demos when using JoglNewtDisplay 10 lat temu
  Julien Gouesse 9f56a45d56 Adds some options into AppSettings for JogAmp's JOGL and JOAL 10 lat temu
  Julien Gouesse daa18429d1 Removes the old JOGL renderer and uses the new unified renderer as it works correctly now 10 lat temu
  Julien Gouesse e3a45755c6 The JOGL backend doesn't need null-terminated strings for the attributes and the uniforms 10 lat temu
  Georg 495e0cf6d5 Fixed wrong BoundingBox transformation, when using negative scaling values 10 lat temu
  Daniel Johansson c375974a9a Fixed a compiler error where glfw input classes wanted to use the old LwjglTimer class. 10 lat temu
  Daniel Johansson 30cdca7ad7 Native library loading is back to the way it used to be with the addition of LWJGL 3.x libraries added with a different key. 10 lat temu