IrrlichtBAW Versions Save

Build A World fork of Irrlicht

v0.2.3

6 years ago
  1. Improvement on glSyncFences
  2. Removed PolygonOffset
  3. Implemented certain ISceneNode s blocking or skipping rendering depending on a glFence *4) removed core::string
  4. Simplified creating Auxillary contexts (no longer need user-specified linear thread-context IDs) *6) removed of irrlicht types like s8,u8,c8 etc.
  5. Fixed the getCPUMhz function to work on Linux (irr 1.8.x doesn't have that)
  6. Various stack-smashing bugs found with stack-protector-all
  7. Full memory leak and address protection analysis performed, finding two leak bugs in COpenGLDriver and OBJ loader
  8. Thread-Safe debug Object Tracker, which can register objects (not only allocated from the heap, but also unreleased GL handles etc.) and unwind the stack using libunwind giving the location from which the lost resource (leak) originates
  9. Introduced additional 3rd party tools, such as xx256Hash (super-fast non-crypto-secure hash) and UTF8 to WString conversion library.
  • indicates partially-done things

v0.2.2

7 years ago