aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/debugger.h
AgeCommit message (Collapse)Author
2016-09-15SHERLOCK: Add debugger command to alter game flagsPaul Gilbert
2015-08-30SHERLOCK: Add "listfiles" debugger commandTorbjörn Andersson
To make it easier to use the "dumpfile" command. There is little- to-no sanity checking in this one...
2015-08-29SHERLOCK: Rework the "song" debugger commandTorbjörn Andersson
Instead of taking a room number (which didn't work in Rose Tattoo), it now takes a song name. To see which songs are available, use the "songs" command. Note that this is still only works for Serrated Scalpel, since I haven't implemented getting a list of available songs for Rose Tattoo. I need to study the resource manager a bit first...
2015-07-13SHERLOCK: Debugger locations command to show all locations on the mapPaul Gilbert
2015-07-12SHERLOCK: Split up Debugger class for both gamesPaul Gilbert
2015-06-07SHERLOCK: Implement the "dumpfile" debugger commandFilippos Karapetis
This can help us debug resources bundled within LIB files
2015-06-06SHERLOCK: rework 3DO audio, add AIFC file supportMartin Kiewitz
- rework 3DO audio decoders to decode into buffer only - 3DO audio decoders also use streams without separate size arg now - add support for ADP4 + SDX2 inside AIFC files - add debug command "3do_playaudio" to play AIFC files - remove audio flags and replace with stereo bool
2015-06-03SHERLOCK: Add "song" debugger commandTorbjörn Andersson
It could be more user-friendly, but should work well enough for now.
2015-06-03SHERLOCK: 3DO movie player,thx clone2727 for videoMartin Kiewitz
2015-05-19SHERLOCK: Move method comments from cpp to headersPaul Gilbert
2015-05-09SHERLOCK: Make copyright headers consistentWillem Jan Palenstijn
2015-05-09SHERLOCK: Cleanup for Debugger classPaul Gilbert
2015-03-15SHERLOCK: Added events manager and debugger classesPaul Gilbert