| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-28 | Various changes suggested by cppcheck | Tillmann Karras | |
| - remove unused variables - reduce the scope where it makes sense - correct limits (did you know that strcat()'s last parameter does not include the \0 that is always added?) - set some free()'d pointers to NULL | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-17 | Second and final pass of clearing out tabs. | Lioncash | |
| 2014-02-13 | Turn loops into range-based form | Tillmann Karras | |
| and some things suggested by cppcheck and compiler warnings. | |||
| 2014-02-13 | Fix IniFile to use string& instead of char* | Matthew Parlane | |
| Also removes .c_str() usages where found. | |||
| 2014-01-20 | Move GLInterface.h into GLInterface directory | Scott Moreau | |
| 2014-01-17 | [GLExtensions] Remove a bunch of unneeded headers. Fix Linux+EGL compiling. ↵ | Ryan Houdek | |
| Move include to glx.h around to work around it including global GL/gl.h | |||
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
