aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/debugger.cpp
AgeCommit message (Collapse)Author
2015-10-22MADS: Phantom: Expand the existing camera adjustment logic for V2 gamesFilippos Karapetis
This fixes all of the scenes that expand over the screen (e.g. 101, 104, 109 in Phantom, as well as the several scenes in the Dragonsphere intro). Also added a new debugger command, "set_camera", which sets the scene camera to specific coordinates
2015-05-09MADS: Make GPL header consistent with what we normally use.Johannes Schickel
2014-10-15MADS: Move all the anim and text view code into a common classFilippos Karapetis
The animation and text players are more or less common among all MADS games
2014-10-15MADS: Bugfix for the text view debugger commandFilippos Karapetis
2014-10-13MADS: Add debugger commands for playing text and anim cutscenesPaul Gilbert
2014-07-23MADS: Add support for FAB decompression in the dump_file commandFilippos Karapetis
2014-05-28MADS: Janitorial - Trim more trailing whitespaceSven Hesse
2014-05-27ALL: Make Debugger command function names conform to our guidelines.Johannes Schickel
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-05-20MADS: Add a debug command to show messagesFilippos Karapetis
2014-05-20MADS: Add more debugger commands for itemsFilippos Karapetis
2014-05-20MADS: Add debugger commands for the game vocabFilippos Karapetis
2014-05-15MADS: Some bugfixes to the debug consoleFilippos Karapetis
2014-05-08MADS: Remove trailing whitespaceFilippos Karapetis
2014-04-27MADS: Implement the audio playerFilippos Karapetis
This is used for all digital samples, plus voices in talkie versions. Currently, it's only hooked to the "play_audio" debugger command
2014-04-27MADS: Show the current scene when using "scene" without paramsFilippos Karapetis
2014-04-10MADS: Added an item command to the debuggerPaul Gilbert
2014-04-05MADS: Add debugger command to display quotesStrangerke
2014-03-29MADS: Minor renamings and added display of walk nodes to debuggerPaul Gilbert
2014-03-23MADS: Added extra debugger commandsPaul Gilbert
2014-03-03MADS: Implemented extra message and dirty area classesPaul Gilbert
2014-02-22MADS: Implemented more logic for dialog displayPaul Gilbert