aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/debug.cpp
AgeCommit message (Expand)Author
2008-01-08Added a proper _name member to Zone, instead of using the label text.Nicola Mettifogo
2008-01-06Indent with tabs instead of spaces.Torbjörn Andersson
2007-11-14* centralized kEngineChangeLocation flag handlingNicola Mettifogo
2007-11-01Added new debug command.Nicola Mettifogo
2007-10-19Fixed formatting of debug command output.Nicola Mettifogo
2007-10-19Added new debugger command 'localflags' and changed Table object to provide d...Nicola Mettifogo
2007-09-22Refactored a lot of Character-related code and put it into the Character class.Nicola Mettifogo
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-02Jobs are now members of the engine and are handled with a table, instead of b...Nicola Mettifogo
2007-08-13Changed Table to return 0 instead of -1 when lookup fails. Lookup already yie...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-13cleanupNicola Mettifogo
2007-05-13Added new debugger commands.Nicola Mettifogo
2007-05-12New debug strings and levels.Nicola Mettifogo
2007-05-06Added embryonic debugger, and some adjustments to make basic commands work.Nicola Mettifogo
2007-04-03- fixed RLEStreamNicola Mettifogo
2007-03-04replaced memAlloc/memFree with standard malloc/freeNicola Mettifogo
2007-01-14Initial import of Parallaction engineEugene Sandulenko