37
I Use This!
Activity Not Available

News

Posted over 2 years ago by Michael Zeilfelder
Add comment in path.h that the corresponding functions for path are in coreutil.h
Posted over 2 years ago by Michael Zeilfelder
Add some stuff which is defined-out by default to doxygen documentation.
Posted over 2 years ago by Michael Zeilfelder
Fix include guard in leakHunter.h
Posted over 2 years ago by Michael Zeilfelder
Closing this as I could never reproduce it, but there have been 2 fixes in trunk since then which possibly have caused this. So maybe fixed, maybe not... but I also haven't gotten any further feedback in the forum, so nothing more I can do about it.
Posted over 2 years ago by Michael Zeilfelder
QT + Irrlicht crash
Posted over 2 years ago by Michael Zeilfelder
Embedding irrlicht window on X11
Posted over 2 years ago by Michael Zeilfelder
Thank you for a really excellent bug report and sorry it took so many years until I looked into it. The fix is in svn trunk r6237 and will be in Irrlicht 1.9. This got broken in Irrlicht 1.6. Reason it was changed was that with Irrlicht 1.5 we ... [More] rendered to a child-window inside the given external window instead of directly rendering to the given window. With this patch it's now back to rendering into a child-window when SIrrlichtCreationParameters::IgnoreInput is set to false. When it's true it still... [Less]
Posted over 2 years ago by Michael Zeilfelder
SIrrlichtCreationParameters::IgnoreInput set to false works again on X11.
Posted over 2 years ago by Michael Zeilfelder
No longer include sys/sysctl.h on other platforms than OSX.
Posted over 2 years ago by Michael Zeilfelder
Remove commented out code.