Commit Graph
9 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh ee57380de7 ENGINES: JANITORIAL: Remove 'virtual' when override is specified 2021-11-14 14:32:04 +02:00
Paul Gilbert 701396361c AGS: Import of fresh codebase 2021-06-13 21:08:44 -07:00
Thierry Crozat 5104b23bad AGS: Add debug console command to enable or disable script dump
This allows to only dump script for a targetted portion of
gameplay rather than dump for the whole time the engine is
running (script dump can be very verbose ;-) ).
2021-04-14 23:54:48 +01:00
Thierry Crozat 0472efb1d2 AGS: Fix typos in function names 2021-03-15 13:21:11 +00:00
Thierry Crozat e80a56c8a3 AGS: One more attempt to fix compilation with uint32_t 2021-03-15 01:43:55 +00:00
Thierry Crozat 860ea35847 AGS: Try to fix compilation error with undefined uint32_t 2021-03-15 01:37:31 +00:00
Thierry Crozat eb47ab4a5b AGS: Add debug commands to get sprite info and dump sprite 2021-03-15 00:56:01 +00:00
Thierry Crozat 8de62d8182 AGS: Add custom debug console commands
Currently two commands are supported, one to list the AGS
DebugManager group verbosity levels, and one to change
those. This allows to enable and disable debug output.
2021-03-15 00:56:01 +00:00