0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Mar 08, 2025 — Mar 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... about 22 years ago
Added passing jstruct to every single function. Should improve performance. More... about 22 years ago
*** empty log message *** More... about 22 years ago
Moved jstruct into class to prevent so many native calls to aquire pointer. More... about 22 years ago
Wrapper functions! They return with a vengence. More... over 22 years ago
Removed wrapper methods. Theres no need for these. More... over 22 years ago
Removed wrapper methods. Theres no need for these. More... over 22 years ago
Removed wrapper methods. Theres no need for these. More... over 22 years ago
Removed wrapper methods. Theres no need for these. More... over 22 years ago
First version. More... over 22 years ago
First version. More... over 22 years ago
*** empty log message *** More... over 22 years ago
Added GLEW headers back into the project. Version conflicts were causing too many problems. More... over 22 years ago
Moved all OpenGL related material into new package called "jigl". More... over 22 years ago
Fixup for new glew. More... over 22 years ago
Updated version of glew. More... over 22 years ago
Fixed struct bug. More... over 22 years ago
The static import was incorrect. More... over 22 years ago
Some command line fixes. More... over 22 years ago
Added stripping of shared libraries to bring thier size down. I was unable to find any parameter for dllwrap to strip these those I just have strip called afterwards. More... over 22 years ago
Updated for linux More... over 22 years ago
First trial of replacing the horrible Ant build with GNU makefile. More... over 22 years ago
Fixed issue where GL shared library was not loading since it was located in a static block. The static block was not executing since all functions in the GL package are static. To use this class now, a user must first call init(). More... over 22 years ago
*** empty log message *** More... over 22 years ago
New Implemntation. More... over 22 years ago
New implementation. A bug fix related to AudioStream. More... over 22 years ago
Removed SDL_CloseAudio(). User should call AudioDevice.close() instead. More... over 22 years ago
*** empty log message *** More... over 22 years ago
Fixed some naming conventions for shared libs. Added creation of debug libs when libs are created. More... over 22 years ago
Fixed nasty (stupid) bug with init() trying to instatiant GLEW in the old gl package. More... over 22 years ago