Author Topic: Version 1.23 has been released!  (Read 4688 times)

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Version 1.23 has been released!
« on: May 29, 2011, 10:29:28 pm »
Some tweaks and fixes...

Changes can be found here: http://www.jpct.net/changes.html

Have fun!

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Version 1.23 has been released!
« Reply #1 on: May 29, 2011, 10:32:13 pm »
The Android version has been updated to 1.23 as well. The changes differ a little from the desktop version, here they are:

Quote
Corrected logging output of vertex count of compiled objects. Fixed a sorting issue for transparent objects. Added a SkyBox class to the util-package. Fixed blitting when modifying the near clipping plane.
Added new a log level: Debug. I've moved some log output to debug level, so that it's not shown in the default setting of the Logger anymore. Added support for LIBGDX. If you drop LIBGDX into the classpath, jPCT-AE can make
use of it's accelerated buffer copying when updating animated objects. Improved ellipsoid collision detection performance by a factor of 2.5 and decreased garbage created by these methods.
Decreased garbage created by spherical collision detection methods as well as by calcMinDistance. Fixed fog disappering when changing the renderer. Minor performance tweaks. Added a glDebugLevel switch to Config to enable some
debug output similar to the (faulty) GLDebugHelper in Android. Changed behaviour so that setting Config.maxTextureLayers actually has a real meaning now. Fixed a flaw in setting up the lights when mixing lit and unlit objects.

Offline AGP

  • quad
  • ******
  • Posts: 1726
    • View Profile
Re: Version 1.23 has been released!
« Reply #2 on: June 02, 2011, 09:12:09 am »
Awesome, Egon. Thank you very much.