9
I Use This!
Inactive

Commits : Listings

Analyzed 23 days ago. based on code collected 24 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add missing function binding for glfwSetCursorEnterCallback More... over 11 years ago
Updated package.json with the physfs info. More... over 11 years ago
Build script changes & new PhysFS binding. More... over 11 years ago
Build script changes. More... over 11 years ago
Wrong function signature for glPopAttrib. More... over 11 years ago
Fixed an issue with SDL2 that was causing crashes. More... over 11 years ago
DerelictGLFW3: added missing param to key callback. More... over 11 years ago
Typo in the last commit. More... over 11 years ago
When loading deprecated GL functions, the imaging subset of GL 1.2 should only be loaded when the driver supports GL_ARB_imaging. More... over 11 years ago
Errors in DerelictGL3's deprecatedConstants.d. More... over 11 years ago
Put the contributors URL back int the authors field of package.json. More... over 11 years ago
Replaced the link in the authors field with a comment -- it may be causing a failure to register that package with the DUB registry. More... over 11 years ago
Added link to the gitbub contributors page in the authors array in package.json. More... over 11 years ago
Merge pull request #126 from s-ludwig/master More... over 11 years ago
Add package.json to be usable as a DUB package. More... over 11 years ago
Updated the SDL2_mixer binding to the 2.0 release candidate & corrected some minor errors. More... over 11 years ago
Removed the SDL2 caveat from the readme. More... over 11 years ago
Removed download links for glfw3 and sdl2 dlls from the readme, since binaries are now provided by each project. More... over 11 years ago
Updated the glfw3 binding to the new glfw 3.0.0 release. More... over 11 years ago
Corrected library names for SDL2_image on Posix. More... over 11 years ago
Updated the SDL2_image binding to the latest release candidate. More... over 11 years ago
A few incorrect function signatures in sfml2. More... over 11 years ago
Removed rdmd instructions from the readme. More... over 11 years ago
Merge pull request #122 from NCrashed/master More... over 11 years ago
Replaced const Type* with const(Type)* More... over 11 years ago
Changed immutable to const in some functions. Making them immutable wasn't good idea, because user code must have his all variables immutable or cast everywhere to immutable. More... over 11 years ago
Added support for 9.3 More... over 11 years ago
Merge pull request #121 from mat8913/master More... over 11 years ago
Fix build on gdc More... over 11 years ago
More glfw3 updates. More... over 11 years ago