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
2020-01-04
GUI: Introduce dynamic layouts
Bastien Bouclet
2019-11-03
BASE: Change the command line interface to use engine-qualified game names
Bastien Bouclet
2019-11-03
ENGINES: Change targets to have an 'engine ID'
Bastien Bouclet
2019-09-14
EVENTRECORDER: Fix GCC Compiler Warnings
D G Turner
2018-05-10
ENGINES: Change MetaEngine::findGame to return a plain game descriptor
Bastien Bouclet
2018-03-12
GUI: Remove the ThemeItem draw queues
Bastien Bouclet
2017-12-03
BASE: Remove bad casts between incompatible Plugin types
Colin Snover
2017-11-19
EVENTS: Rename synthetic to kbdRepeat
Bastien Bouclet
2017-07-10
Revert "COMMON: Change way the Singleton instances are instantiated"
Eugene Sandulenko
2017-07-10
COMMON: Change way the Singleton instances are instantiated
Thierry Crozat
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