9
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 4 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed some "typedef" to "alias" because typedef was unnecessarily
jjr
More... over 19 years ago
GLFW README fixes
jjr
More... over 19 years ago
Documentation for DerelictGLFW -- WIP
jjr
More... over 19 years ago
FIX: glfw source rearranged while bug hunting. May go back to its
jjr
More... over 19 years ago
Correct glu.d: libGLU.so -> libGLU.so
jjr
More... over 19 years ago
[DerelictGL] More... over 19 years ago
[DerelictGL] More... over 19 years ago
Fix gl.d -- mispelled import.
jjr
More... over 19 years ago
* each package now has a new load function that accepts the name of a shared library as a parameter so that users can override the default library names that Derelict uses to load. More... over 19 years ago
[DerelictGL] More... over 19 years ago
[DerelictGL] More... over 19 years ago
[DerelictGL] More... over 19 years ago
[DerelictGL] More... over 19 years ago
[DerelictGL] More... over 19 years ago
* initial commit of DerelictGLFW (thanks to Johm Reimer) More... over 19 years ago
[DerelictAL] More... over 19 years ago
* Initial commit of DerelictSDLNet More... over 19 years ago
Removed DerelictPY More... over 19 years ago
[SDLMixer] More... over 19 years ago
* [DerelictSDL] removed loader.o from the object list in the linux makefile - it doesn't belong there More... over 19 years ago
* initial commit of DerelictSDLttf - code from Sebastian Beschke (thanks Sebastian!) More... over 19 years ago
* added the obj directory back into the tree after I accidentally deleted it in the last commit. More... over 19 years ago
[DerelictSDL] More... over 19 years ago
[DerelictPY] More... over 19 years ago
[DerelictPY] More... over 19 years ago
[DerelictPy] More... over 19 years ago
[DerelictPY] More... over 19 years ago
[DerelictSDL] More... over 19 years ago
dmd 0.108 broke compilation of DerelictGL and DerelictSDL. A couple of unsigned constants were being initialized with negative values, and dmd now requires a cast in such cases. This has been corrected. More... over 19 years ago
[DerelictPY] More... over 19 years ago