Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-10 | Revert "COMMON: Change way the Singleton instances are instantiated" | Eugene Sandulenko | |
This reverts commit eefa72afa1978a9dea10f5b1833fcc8f58a3468e. With this patch ConfigManager is broken. | |||
2017-07-10 | COMMON: Change way the Singleton instances are instantiated | Thierry Crozat | |
This fixes tons of warnings with clang from a recent xcode version on macOS (and possibly other systems) complaining that an instantiation of _singleton is required but no definition is available. | |||
2016-03-25 | EVENTRECORDER: Fix incorrect check which prevented records from replay | Eugene Sandulenko | |
2014-12-05 | GUI: remove not used const | Pawel Kolodziejski | |
2014-02-18 | GUI: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-09-09 | RECORDER: Fix warning | Eugene Sandulenko | |
2013-08-08 | GUI: Use Domain::const_iterator in EventRecorder code when possible. | Johannes Schickel | |
2013-08-03 | GUI: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | GUI: Prefer getBasePtr instead of direct Surface::pixels access. | Johannes Schickel | |
2013-07-18 | Merge pull request #353 from clone2727/eventrec_timer_fix | Eugene Sandulenko | |
ALL: Don't use EventRecorder at all when not compiled in | |||
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse | |
2013-07-14 | RECORDER: Fix CID 1046888. Wrong check. | Eugene Sandulenko | |
2013-07-14 | RECORDER: Rename class variable in accoudance with our code style. | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046884. Uninitialized class variables. | Eugene Sandulenko | |
2013-07-06 | ALL: Don't use EventRecorder at all when not compiled in | Matthew Hoops | |
2013-07-04 | GUI: Cleanup EventRecorder::getSurface. | Johannes Schickel | |
Formerly the function created a SDL_Surface by hand. Instead now it uses SDL_CreateRGBSurface (which is used in the SDL backend anyway and yields the same results). This should fix PS3 port compilation. | |||
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko | |