index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gui
/
EventRecorder.cpp
Age
Commit message (
Expand
)
Author
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
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
2013-05-17
RECORDER: Implement Events Recorder
Eugene Sandulenko