0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 4 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated project settings More... over 20 years ago
test cases (fog density, texture mipmamp, callDefultSttings) , cook_book and readme file added More... over 20 years ago
rest of test cases added More... over 20 years ago
added parts of the testsuite More... over 20 years ago
fixed line clipping bug More... almost 21 years ago
fixed klVec3::getInvLength() not to crash if the length is zero. fixed glArrayElement() fixed glXXXPointer to correctly handle the stride parameter (only worked correctly with stride=0) More... almost 21 years ago
added Application::onShutDown() method. it is better to overload this method than Application::shutDown() itself, since the application behaves badly if the original (base-class) implementation is not called too. More... almost 21 years ago
updated console to use proportional fonts too. More... almost 21 years ago
just to test write More... almost 21 years ago
Added support for proportional-width (non-monospace) fonts More... almost 21 years ago
Replaced wrong sqrt() implementation (the old code calculated 1/sqrt)... The error was not apparent, as the function is called for values almost equal one only. More... almost 21 years ago
added support for glBindTexture(GL_TEXTURE_2D, 0); --> renders as if glDisable(GL_TEXTURE_2D); was called More... almost 21 years ago
fixed sqrt(): for a==0, it should return 0 instead of 0x7fffffff More... almost 21 years ago
fixed caleb texture (vertical flip) added gluOrtho2d fixed bug when nearplane is -farplane (as with gluOrtho2d) renamed VC6 all 3 "simple" test project files into simple_generic, simple_windows, simple_windows2 More... almost 21 years ago
removed obsolete file More... almost 21 years ago
embellished Symbian version More... almost 21 years ago
enabled emulator-builds again More... almost 21 years ago
fixed inverse operator to handle negative values reliable More... almost 21 years ago
added getWindow() method (allows the same EGL initialization code for Windows and Symbian) More... almost 21 years ago
added minimal Symbian documentation More... almost 21 years ago
directory structure updated More... almost 21 years ago
bugfixes and cleanup after testing, added package file More... almost 21 years ago
fixed bug in initialization code More... almost 21 years ago
appended KlimtDemoApp More... almost 21 years ago
cleanup, added neutral package file More... almost 21 years ago
removed writable static data More... almost 21 years ago
BUTTON_A now terminates application, fixed number of vertices determination More... almost 21 years ago
added .APP version of KlimtDemo again + neutral SIS-package file More... almost 21 years ago
fixed PocketHAL compatibility issues More... almost 21 years ago
reflected build file modifications More... almost 21 years ago