Age | Commit message (Expand) | Author |
2003-05-16 | Reset sounds on room load | Jamieson Christian |
2003-05-14 | always draw walkboxes into virtScreen 0 | Max Horn |
2003-05-14 | handle EOF (Ctrl-D) a little bit better | Max Horn |
2003-05-14 | added box drawing code from the old debugger to the new debugger (and cleaned... | Max Horn |
2003-05-13 | make it possible to use stdio for the debugger, instead of the console dialog... | Max Horn |
2003-05-13 | NUM_ACTORS -> _numActors (for consistency) | Max Horn |
2003-05-10 | renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH... | Max Horn |
2003-05-08 | init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[... | Max Horn |
2003-05-06 | Fix a bug with PalmOS | Chris Apers |
2003-05-05 | patch #732518 loom learn drafts debugger command by erik | Jonathan Gray |
2003-05-03 | Patch #731613: debugger tab-completion (thanks, Willem!) | Max Horn |
2003-04-30 | Patch #730309: DEBUGGER: Command to list Loom drafts | Max Horn |
2003-04-28 | pedantic checks | Max Horn |
2003-04-25 | close console after we run a script | Jonathan Gray |
2003-04-25 | add importres and script starting functionality to the debugger | Jonathan Gray |
2003-04-23 | hmm | Jonathan Gray |
2003-04-23 | add script command to debugger and convert old printscripts function to new d... | Jonathan Gray |
2003-04-22 | Add somewhat hacky 'restart' command to debugger. Still needs work :) | James Brown |
2003-04-20 | Dump Scumm error() to debugger | James Brown |
2003-04-20 | work around strange problem that breaks fbpack when _showStack is a bool... | Jonathan Gray |
2003-04-20 | add stack tracing option to debugger | Jonathan Gray |
2003-04-20 | add script hex dumping option to debugger | Jonathan Gray |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |
2003-03-06 | and more cleanup | Paweł Kołodziejski |
2003-03-02 | add commands to debugger, objects prints a table of local objects, object num... | Jonathan Gray |
2003-01-26 | LCA03 sync: Modified version of the untrap patch, debugger | James Brown |
2003-01-18 | fixed compilation under VC6 | Paweł Kołodziejski |
2003-01-18 | add help command to debugger to list commands and vars, we should probably ha... | Jonathan Gray |
2003-01-18 | Fix shadowed variable in debugger, change bundle compression tables to be dyn... | James Brown |
2003-01-18 | add the view/set debug level command 'level' from the old debugger | Jonathan Gray |
2003-01-18 | add bounds check for debugger costume switcher | Jonathan Gray |
2003-01-18 | add ability to change actor costume via the debugger | Jonathan Gray |
2003-01-07 | Skeleton for actor debugger commands - current command is useful for states w... | James Brown |
2002-12-30 | added two debugger commands | Max Horn |
2002-12-28 | Add Save/Load game commands to Debugger | James Brown |
2002-12-28 | Fix NewGui for higher resolutions (eg, CMI) | James Brown |
2002-12-20 | Add room command to debugger | James Brown |
2002-12-16 | indentation fixes; added a constructor (after all the debugger is a global va... | Max Horn |
2002-12-16 | use the indention/formatting we agreed one. BTW function names should start l... | Max Horn |
2002-12-16 | New debugger core. Doesn't really have anything implemented yet, but is far m... | James Brown |