aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/debugger.h
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-13MADS: Add debugger commands for playing text and anim cutscenesPaul Gilbert
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-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-10MADS: Added an item command to the debuggerPaul Gilbert
2014-04-05MADS: Add debugger command to display quotesStrangerke
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