index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
mads
/
debugger.cpp
Age
Commit message (
Collapse
)
Author
2015-10-22
MADS: Phantom: Expand the existing camera adjustment logic for V2 games
Filippos 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-09
MADS: Make GPL header consistent with what we normally use.
Johannes Schickel
2014-10-15
MADS: Move all the anim and text view code into a common class
Filippos Karapetis
The animation and text players are more or less common among all MADS games
2014-10-15
MADS: Bugfix for the text view debugger command
Filippos Karapetis
2014-10-13
MADS: Add debugger commands for playing text and anim cutscenes
Paul Gilbert
2014-07-23
MADS: Add support for FAB decompression in the dump_file command
Filippos Karapetis
2014-05-28
MADS: Janitorial - Trim more trailing whitespace
Sven Hesse
2014-05-27
ALL: Make Debugger command function names conform to our guidelines.
Johannes Schickel
2014-05-27
ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.
Johannes Schickel
2014-05-27
ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.
Johannes Schickel
2014-05-20
MADS: Add a debug command to show messages
Filippos Karapetis
2014-05-20
MADS: Add more debugger commands for items
Filippos Karapetis
2014-05-20
MADS: Add debugger commands for the game vocab
Filippos Karapetis
2014-05-15
MADS: Some bugfixes to the debug console
Filippos Karapetis
2014-05-08
MADS: Remove trailing whitespace
Filippos Karapetis
2014-04-27
MADS: Implement the audio player
Filippos 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-27
MADS: Show the current scene when using "scene" without params
Filippos Karapetis
2014-04-10
MADS: Added an item command to the debugger
Paul Gilbert
2014-04-05
MADS: Add debugger command to display quotes
Strangerke
2014-03-29
MADS: Minor renamings and added display of walk nodes to debugger
Paul Gilbert
2014-03-23
MADS: Added extra debugger commands
Paul Gilbert
2014-03-03
MADS: Implemented extra message and dirty area classes
Paul Gilbert
2014-02-22
MADS: Implemented more logic for dialog display
Paul Gilbert