Commit Graph
25 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Adrian Frühwirth c7f3416daa JANITORIAL: Remove trailing whitespace 2018-05-20 23:40:20 +02:00
Paul Gilbert 47f6c2e9b9 Merge pull request #1010 from dreammaster/debugger_params
GUI: Support double quoted debugger parameters
2017-09-24 12:18:15 -04:00
Paul Gilbert b5408d7245 TITANIC: Fix specifying end frame in movie debugger command 2017-09-06 07:50:18 -04:00
Paul Gilbert 1ecb27e6cc TITANIC: Simplify sound command now that # character is allowed 2017-09-05 19:38:56 -04:00
Paul Gilbert f9bec828de TITANIC: Support full view specification in debugger room command 2017-09-04 10:15:53 -04:00
Paul Gilbert 72b033ca2d TITANIC: Added frame debugger command for setting objects' movie frames 2017-08-26 17:58:31 -04:00
David Fioramonti c96b01b82e TITANIC: Reduce header includes for titanic.h
I reduced the header includes a lot in Titanic.h and forward
declared when I could. Titanic.h was including a lot and
a lot of functions that were including it were not using its
API. This will help make it more clear which implementation
files are using which class since they will just need to include
which ones they need.

I also moved the debug related items in Titanic.h into the debugger
header.

I also reordered several of the the header includes to be local to
global.
2017-08-24 04:06:54 -07:00
Paul Gilbert aef786fcc3 TITANIC: Hook in the original game's secret cheat room
You can either use a special Ctrl-C key combination, or use the
'cheat' command in the debugger
2017-08-07 21:10:24 -04:00
Paul Gilbert 87d32c23c0 TITANIC: Extra code in movie debugger command to aid reverse AVI testing 2017-07-20 21:21:20 -04:00
Paul Gilbert 6044ba16ce TITANIC: Added sound command to debugger 2017-07-06 11:07:55 -04:00
Paul Gilbert 61db7190a3 TITANIC: Clarify dirty rect methods in CGameManager 2017-01-14 18:19:12 -05:00
Eugene Sandulenko dead4aa014 JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
Paul Gilbert 07316afaa4 TITANIC: Add movie command to the debugger 2016-10-05 22:44:14 -04:00
Paul Gilbert 33737ea2dc TITANIC: Convert many static_casts to dynamic_cast 2016-09-01 19:10:36 -04:00
Paul Gilbert 6f063c4703 TITANIC: Fleshing out CGameObject and CPetControl methods 2016-07-15 19:25:09 -04:00
Paul Gilbert 5316951ba6 TITANIC: Fix item debugger command to immediately show PET inventory 2016-07-10 16:11:27 -04:00
Paul Gilbert fc33bc4182 TITANIC: Fix showing PET immediately when turned on via debugger 2016-07-10 16:11:23 -04:00
Paul Gilbert 46a30255b0 TITANIC: Seperate PET classes setup and reset methods 2016-07-10 16:11:21 -04:00
Paul Gilbert a11e677494 TITANIC: Added item debugger command 2016-07-10 16:11:20 -04:00
Paul Gilbert fee937c6ef TITANIC: Debugger command to turn PET on or off 2016-03-29 23:08:37 -04:00
Paul Gilbert fd78a874cc TITANIC: Added current location display to debugger room command 2016-03-24 13:27:04 -04:00
Paul Gilbert dbd8ab0f1c TITANIC: Implement view change logic 2016-03-19 20:56:29 -04:00
Paul Gilbert 39a4db06fa TITANIC: Add room number to debugger rooms listing 2016-03-17 22:32:39 -04:00
Paul Gilbert 13a8e5f822 TITANIC: Implement debugger with dump and room commands 2016-03-17 22:29:16 -04:00