Home
last modified time | relevance | path

Searched refs:RivenConsole (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/
H A Dconsole.cpp376 RivenConsole::RivenConsole(MohawkEngine_Riven *vm) : GUI::Debugger(), _vm(vm) { in RivenConsole() function in Mohawk::RivenConsole
398 RivenConsole::~RivenConsole() { in ~RivenConsole()
415 bool RivenConsole::Cmd_CurCard(int argc, const char **argv) { in Cmd_CurCard()
421 bool RivenConsole::Cmd_Var(int argc, const char **argv) { in Cmd_Var()
453 bool RivenConsole::Cmd_PlaySLST(int argc, const char **argv) { in Cmd_PlaySLST()
475 bool RivenConsole::Cmd_CurStack(int argc, const char **argv) { in Cmd_CurStack()
506 bool RivenConsole::Cmd_Hotspots(int argc, const char **argv) { in Cmd_Hotspots()
528 bool RivenConsole::Cmd_ZipMode(int argc, const char **argv) { in Cmd_ZipMode()
538 bool RivenConsole::Cmd_DumpCard(int argc, const char **argv) { in Cmd_DumpCard()
644 bool RivenConsole::Cmd_GetRMAP(int argc, const char **argv) { in Cmd_GetRMAP()
[all …]
H A Dconsole.h67 class RivenConsole : public GUI::Debugger {
69 explicit RivenConsole(MohawkEngine_Riven *vm);
70 ~RivenConsole() override;
H A Driven.h41 class RivenConsole; variable
118 RivenConsole *_console;
H A Driven.cpp137 _console = new RivenConsole(this); in run()
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/
H A Dconsole.cpp377 RivenConsole::RivenConsole(MohawkEngine_Riven *vm) : GUI::Debugger(), _vm(vm) { in RivenConsole() function in Mohawk::RivenConsole
399 RivenConsole::~RivenConsole() { in ~RivenConsole()
416 bool RivenConsole::Cmd_CurCard(int argc, const char **argv) { in Cmd_CurCard()
422 bool RivenConsole::Cmd_Var(int argc, const char **argv) { in Cmd_Var()
454 bool RivenConsole::Cmd_PlaySLST(int argc, const char **argv) { in Cmd_PlaySLST()
476 bool RivenConsole::Cmd_CurStack(int argc, const char **argv) { in Cmd_CurStack()
507 bool RivenConsole::Cmd_Hotspots(int argc, const char **argv) { in Cmd_Hotspots()
529 bool RivenConsole::Cmd_ZipMode(int argc, const char **argv) { in Cmd_ZipMode()
539 bool RivenConsole::Cmd_DumpCard(int argc, const char **argv) { in Cmd_DumpCard()
645 bool RivenConsole::Cmd_GetRMAP(int argc, const char **argv) { in Cmd_GetRMAP()
[all …]
H A Dconsole.h67 class RivenConsole : public GUI::Debugger {
69 explicit RivenConsole(MohawkEngine_Riven *vm);
70 ~RivenConsole() override;
H A Driven.h50 class RivenConsole; variable
H A Driven.cpp132 setDebugger(new RivenConsole(this)); in run()