aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-15MADS: Some bugfixes to the debug consoleFilippos Karapetis
2014-05-15MADS: Some refactoring in scene group 7Strangerke
2014-05-15GUI: Add usage for "debuglevel" command output in Debugger base class.D G Turner
2014-05-15MADS: Implement Scene 612Strangerke
2014-05-14MADS: Implement scene 611Strangerke
2014-05-14MADS: Replace some magic values of the monkey statusFilippos Karapetis
2014-05-14MADS: Implemented sound player for scene group 2Paul Gilbert
2014-05-14FULLPIPE: Pushed noisy debug message deeperEugene Sandulenko
2014-05-14FULLPIPE: Added more debug outputEugene Sandulenko
2014-05-14FULLPIPE: Fix bug in global_messageHandler3() which prevented mouse handlingEugene Sandulenko
2014-05-14FULLPIPE: Fix bug in Scene::getPictureObjectById()Eugene Sandulenko
2014-05-14FULLPIPE: Fix indentEugene Sandulenko
2014-05-14FULLPIPE: Fix mistypo in FullpipeEngine::stopAllSounds() which lead to crashEugene Sandulenko
2014-05-14FULLPIPE: Fix crash in Movement destructorEugene Sandulenko
2014-05-13GUI: Clarify "debuglevel" command output in Debugger base class.D G Turner
This should make it clear that -1 is used for disable.
2014-05-13MADS: Implement scene 610Strangerke
2014-05-13SCUMM: Remove "level" command from debugger. Replaced by "debuglevel".D G Turner
This required a small amount of extra code changes to ensure that _debugMode is kept in sync when the debugger is used to change the level.
2014-05-13FULLPIPE: Fixes to MovGraph::doWalkTo()Eugene Sandulenko
2014-05-12MADS: Hook in the section 1 sound playerPaul Gilbert
2014-05-13MADS: Implement scene 609Strangerke
2014-05-12MADS: Implement scene 608Strangerke
2014-05-11MADS: Fix dialog colors for PictureDialog classPaul Gilbert
2014-05-11MADS: Dialog positioning and UI shading fix for picture dialogPaul Gilbert
2014-05-11MADS: Implement the dialog textNoun methodPaul Gilbert
2014-05-12FULLPIPE: More work on MovGraph::doWalkTo()Eugene Sandulenko
2014-05-11MADS: Fix hiding the status text when doing actionsPaul Gilbert
2014-05-12GUI: Minor further fixes to "debuglevel" command in Debugger base class.D G Turner
2014-05-12AGOS: Add image dumping to file enable by debugflag.D G Turner
This previously required a code change and recompile to enable. It can now be enabled or disabled at runtime using the "image_dump" debug flag.
2014-05-12MADS: Implement scene 620Strangerke
2014-05-11MADS: Refactoring of dialog classes, more implementation of PictureDialogPaul Gilbert
2014-05-11MADS: Implement scene 607Strangerke
2014-05-11MADS: Implement scene 605Strangerke
2014-05-11MADS: Implement scene 604Strangerke
2014-05-11AGOS: Switch VGA script debug output to debug flag, rather than level 5.D G Turner
This is now set by --debugflags=vga_script rather than -d 5, though it will still require a debug level greater than 0.
2014-05-11AGOS: Change "script" debugflag to "subroutine" as more accurate.D G Turner
This flag is used to enable dumping of subroutine scripts at start.
2014-05-11AGOS: Switch script debugging to debug flag, rather than level 4.D G Turner
This is now set by --debugflags=script rather than -d 4, though it will still require a debug level greater than 0.
2014-05-11AGOS: Remove leftover unused _debugMode variable.D G Turner
2014-05-11AGOS: Switch VGA opcode debugging to debug flag, rather than level 3.D G Turner
This is now set by --debugflags=vga_opcode rather than -d 3, though it will still require a debug level greater than 0.
2014-05-11AGOS: Switch opcode debugging to a debug flag, rather than level 2 hack.D G Turner
This is now set by --debugflags=opcode rather than -d 2, though it will still require a debug level greater than 0.
2014-05-11MADS: Implement scene 603Strangerke
2014-05-11FULLPIPE: Further work on MovGraph::doWalkTo()Eugene Sandulenko
2014-05-10MADS: Fix restoring palette after showing picture dialogPaul Gilbert
2014-05-11MADS: Implement scene 602Strangerke
2014-05-10FULLPIPE: Silence GCC warningsTorbjörn Andersson
2014-05-10MADS: Implement scene 601Strangerke
2014-05-10PARALLACTION: Remove leftover "debugLevel" command prototype.D G Turner
2014-05-10AGOS: Remove redundant "level" command from debugger.D G Turner
The base class "debuglevel" command now provides the same functionality.
2014-05-10GUI: Add "debuglevel" command to Debugger base class.D G Turner
This allows the debug level to be changed at runtime from the debug console.
2014-05-10MADS: Implement scene 511Strangerke
2014-05-10MADS: Start implementing scene 701Filippos Karapetis