aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/console.cpp
AgeCommit message (Expand)Author
2019-10-14AGI: Fix Missing Default Switch CasesD G Turner
2017-02-23AGI: Clean up VM opcode handlingMartin Kiewitz
2016-02-16AGI: Added console command to disable automatic savesMartin Kiewitz
2016-02-04AGI: Add verbose flags to debug command screenobjMartin Kiewitz
2016-02-02AGI: Fix formatting.Johannes Schickel
2016-02-01AGI: Rename _game.lognum to _game.curLogicNrMartin Kiewitz
2016-01-31AGI: getflag/setflag/etc. cleanupMartin Kiewitz
2016-01-29AGI: remove commented out code in console.cppMartin Kiewitz
2016-01-29AGI: graphics rewrite + cleanupMartin Kiewitz
2015-12-06AGI: Remove unused variableTorbjörn Andersson
2015-11-23AGI: add new debug command "version"Martin Kiewitz
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-02-18AGI: Make GPL headers consistent in themselves.Johannes Schickel
2012-11-06AGI: Some cleanup of the debug consoleFilippos Karapetis
2011-08-15AGI: Cleanup PreAGI console codeMatthew Hoops
2011-08-15AGI: Make Mickey inherit from PreAgiEngineMatthew Hoops
2011-08-15AGI: Make Winnie inherit from PreAgiEngineMatthew Hoops
2011-08-13AGI: Refactor interpreter core (somewhat akin to SCI)Jussi Pitkanen
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
2010-10-26AGI: Replace report() macro by debug() / warning()Max Horn
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-06-15AGI: add optional parameter to 'room' debug console command.Eugene Sandulenko
2010-06-15AGI: debugger. Improved usage output, added safeguards to runopcode commandEugene Sandulenko
2010-01-21Silenced some cppcheck warnings.Torbjörn Andersson
2010-01-03Reduce header dependencies for AGI engine.Eugene Sandulenko
2009-06-06CleanupEugene Sandulenko
2009-06-06Implement debug commands "room" and "bt"Eugene Sandulenko
2009-06-06Whitespace fixes and C++ commentsEugene Sandulenko
2008-01-09Added a debug command, did some cleanupFilippos Karapetis
2008-01-09Cleanup of the debugger commands, added some more commands, removed now obsol...Filippos Karapetis
2008-01-09Added a debug console for Mickey's Space AdventuresFilippos Karapetis
2007-10-13Add a debug console in Winnie (patch by clone2727)Filippos Karapetis
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-10Fixed error handling: we count the command itself in argc, and returning falseTorbjörn Andersson
2007-01-16Remove #include "agi/text.h"; fixes build. Pointyhat to aquadran.David Symonds
2007-01-16Formating names in source codePaweł Kołodziejski
2006-12-19Added AdvancedDetection to AGI engine. Only added KQ1 for testingStuart George
2006-12-06first phase of objectisation of agi enginePaweł Kołodziejski
2006-09-16Overhaul of the debugger codeMax Horn
2006-05-24Fixed warning.Torbjörn Andersson
2006-05-24converted to scummvm console stylePaweł Kołodziejski
2006-05-24Fixed most - not all - GCC warnings.Torbjörn Andersson
2006-05-24removed defines USE_PCM_SOUND, AGDS_SUPPORT, USE_HIRESPaweł Kołodziejski
2006-05-24include mouse support alwaysPaweł Kołodziejski
2006-05-23imported AGI enginePaweł Kołodziejski