Commit graph

13 commits

Author SHA1 Message Date
Paul Gilbert
b87318805f SHERLOCK: Add debugger command to alter game flags 2016-09-15 18:43:39 -04:00
Torbjörn Andersson
ce2ba7ddc7 SHERLOCK: Add "listfiles" debugger command
To make it easier to use the "dumpfile" command. There is little-
to-no sanity checking in this one...
2015-08-30 06:41:30 +02:00
Torbjörn Andersson
e734bb5078 SHERLOCK: Rework the "song" debugger command
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-08-29 18:09:54 +02:00
Paul Gilbert
10c96babbc SHERLOCK: Debugger locations command to show all locations on the map 2015-07-13 20:17:02 -04:00
Paul Gilbert
6c03654980 SHERLOCK: Split up Debugger class for both games 2015-07-12 22:30:32 -04:00
Filippos Karapetis
0f8f40c111 SHERLOCK: Implement the "dumpfile" debugger command
This can help us debug resources bundled within LIB files
2015-06-07 20:51:44 +03:00
Martin Kiewitz
97813f89ec SHERLOCK: rework 3DO audio, add AIFC file support
- 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-06 22:50:36 +02:00
Torbjörn Andersson
405914d655 SHERLOCK: Add "song" debugger command
It could be more user-friendly, but should work well enough for now.
2015-06-03 22:12:53 +02:00
Martin Kiewitz
b7506019a6 SHERLOCK: 3DO movie player,thx clone2727 for video 2015-06-03 13:11:09 +02:00
Paul Gilbert
1df183ffcb SHERLOCK: Move method comments from cpp to headers 2015-05-19 07:37:55 -04:00
Willem Jan Palenstijn
902b791165 SHERLOCK: Make copyright headers consistent 2015-05-09 18:06:05 +02:00
Paul Gilbert
4950deaf33 SHERLOCK: Cleanup for Debugger class 2015-05-09 09:24:22 -04:00
Paul Gilbert
1452c18ffb SHERLOCK: Added events manager and debugger classes 2015-03-15 18:42:24 -04:00