| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2014-07-26 | FPSCounter: Initialize members. | Jules Blok | |
| 2014-07-18 | FPSCounter: Remove redundant destructor. | Jules Blok | |
| 2014-07-16 | Turn the FPSCounter namespace into a class. | Jules Blok | |
| 2014-07-10 | FPSCounter: Flush the logs every second and close them when the renderer is ↵ | Jules Blok | |
| shut down. | |||
| 2014-07-09 | FPSCounter: Change format string to match value. | Jules Blok | |
| 2014-07-09 | Replace "Log FPS to file" by the "Log render time to file" feature. | Jules Blok | |
| 2014-07-09 | FPSCounter: Use a Timer for the FPS update time. | Jules Blok | |
| 2014-07-09 | FPSCounter: Add "Log render time to file" feature. | Jules Blok | |
| Allows for a more accurate performance measurement. | |||
| 2014-07-02 | FPS counter cleanup | Lioncash | |
| - Isolate it into it's own namespace - Shorten function names, the namespace self-documents. - Just use the std I/O, we can just write directly to the stream for logging. | |||
| 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 | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
