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
/
engines
/
wintermute
/
debugger.cpp
Age
Commit message (
Expand
)
Author
2016-03-01
WINTERMUTE: Pass valid arguments to getLines
Tobia Tesan
2016-03-01
WINTERMUTE: Add Watch functionality
Tobia Tesan
2016-03-01
WINTERMUTE: Add print and set commands to debugger
Tobia Tesan
2016-03-01
WINTERMUTE: Add source functionality in debugger
Tobia Tesan
2016-03-01
WINTERMUTE: Add DebuggerController
Tobia Tesan
2015-01-21
JANITORIAL: Remove unnecessary semicolons
Torbjörn Andersson
2014-05-27
ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.
Johannes Schickel
2014-05-27
ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.
Johannes Schickel
2014-02-18
WINTERMUTE: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-07-14
JANITORIAL: Remove trailing whitespace
Sven Hesse
2013-04-17
WINTERMUTE: Privatize more members of BaseGame.
Einar Johan Trøan Sømåen
2013-03-30
WINTERMUTE: Add a console command, "dump_file", to dump resource files to disk
Filippos Karapetis
2013-01-23
WINTERMUTE: Add the possibility of enabling/disabling FPS from Debugger.
Einar Johan Trøan Sømåen
2013-01-23
WINTERMUTE: Add in debugger-console, enabled by Ctrl-d
Einar Johan Trøan Sømåen