Eugene Sandulenko
0fb6f31d4e
EVENTRECORDER: Fix incorrect check which prevented records from replay
2016-03-25 16:30:12 +01:00
Pawel Kolodziejski
be489328dd
GUI: remove not used const
2014-12-05 19:37:45 +01:00
Johannes Schickel
f5dfe6725a
GUI: Make GPL headers consistent in themselves.
2014-02-18 02:39:35 +01:00
Eugene Sandulenko
4c2dc5fb3f
RECORDER: Fix warning
2013-09-09 00:46:03 +03:00
Johannes Schickel
11eb168582
GUI: Use Domain::const_iterator in EventRecorder code when possible.
2013-08-08 03:12:02 +02:00
Johannes Schickel
b1bd9322a1
GUI: Take advantage of Surface::getPixels.
2013-08-03 04:02:50 +02:00
Johannes Schickel
103e926c07
GUI: Prefer getBasePtr instead of direct Surface::pixels access.
2013-08-03 04:02:48 +02:00
Eugene Sandulenko
2c812ade01
Merge pull request #353 from clone2727/eventrec_timer_fix
...
ALL: Don't use EventRecorder at all when not compiled in
2013-07-18 08:15:28 -07:00
Sven Hesse
989ea7cb56
JANITORIAL: Remove trailing whitespace
2013-07-14 19:01:47 +02:00
Eugene Sandulenko
e3a11085a9
RECORDER: Fix CID 1046888. Wrong check.
2013-07-14 19:20:06 +03:00
Eugene Sandulenko
977038e847
RECORDER: Rename class variable in accoudance with our code style.
2013-07-14 19:16:01 +03:00
Eugene Sandulenko
c1397788f2
RECORDER: Fix CID 1046884. Uninitialized class variables.
2013-07-14 19:14:00 +03:00
Matthew Hoops
4a7e4e5b22
ALL: Don't use EventRecorder at all when not compiled in
2013-07-06 23:54:45 -04:00
Johannes Schickel
8d6aa77769
GUI: Cleanup EventRecorder::getSurface.
...
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-07-04 15:43:17 +02:00
Eugene Sandulenko
f59512c47e
RECORDER: Implement Events Recorder
2013-05-17 00:18:09 +03:00