aboutsummaryrefslogtreecommitdiff
path: root/gui/EventRecorder.cpp
AgeCommit message (Collapse)Author
2016-03-25EVENTRECORDER: Fix incorrect check which prevented records from replayEugene Sandulenko
2014-12-05GUI: remove not used constPawel Kolodziejski
2014-02-18GUI: Make GPL headers consistent in themselves.Johannes Schickel
2013-09-09RECORDER: Fix warningEugene Sandulenko
2013-08-08GUI: Use Domain::const_iterator in EventRecorder code when possible.Johannes Schickel
2013-08-03GUI: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03GUI: Prefer getBasePtr instead of direct Surface::pixels access.Johannes Schickel
2013-07-18Merge pull request #353 from clone2727/eventrec_timer_fixEugene Sandulenko
ALL: Don't use EventRecorder at all when not compiled in
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-07-14RECORDER: Fix CID 1046888. Wrong check.Eugene Sandulenko
2013-07-14RECORDER: Rename class variable in accoudance with our code style.Eugene Sandulenko
2013-07-14RECORDER: Fix CID 1046884. Uninitialized class variables.Eugene Sandulenko
2013-07-06ALL: Don't use EventRecorder at all when not compiled inMatthew Hoops
2013-07-04GUI: 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-17RECORDER: Implement Events RecorderEugene Sandulenko