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
/
common
/
EventRecorder.cpp
Age
Commit message (
Expand
)
Author
2011-08-14
RECORDER: Lower I/O in recorder
Eugene Sandulenko
2011-08-09
RECORDER: Defer mutex deletion to destructor.
Johannes Schickel
2011-08-09
RECORDER: Implement time compensation for playback
Eugene Sandulenko
2011-08-08
RECORDER: Give name to recoder priority. Added middle button storing.
Eugene Sandulenko
2011-08-08
RECORDER: Restore event recorder functionality.
Eugene Sandulenko
2011-08-08
RECORDER: Add some debug output
Eugene Sandulenko
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-08-06
COMMON: Change param type of processDelayMillis to fix build.
Alyssa Milburn
2011-08-06
RECORDER: Added stub for delayMillis() processing
Eugene Sandulenko
2011-06-30
ALL: Require DECLARE_SINGLETON to be used in the Common namepsace
Ori Avtalion
2011-05-17
COMMON: Registers RandomSources in constructor with the event recorder
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-03-29
COMMON: Unbreak EventRecorder a little
dhewg
2011-03-29
JANITORIAL: Remove/comment unused vars
dhewg
2010-11-19
COMMON: Cleanup EventRecorder
Max Horn
2010-11-16
COMMON: Simplify DECLARE_SINGLETON macro
Max Horn
2010-03-18
COMMON: Move Common::RandomSource to common/random.*
Max Horn
2010-03-13
Fix our DECLARE_SINGLETON macro to conform to the C++ specs.
Johannes Schickel
2010-01-03
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
Torbjörn Andersson
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
2009-08-19
Initialize EventRecorder to passthrough mode in the constructor.
Johannes Schickel
2009-07-25
Move the event recorder to its own class (EventRecoder inside common/EventRec...
Johannes Schickel