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
/
parallaction
/
debug.cpp
Age
Commit message (
Expand
)
Author
2008-01-28
Removed all job routines. Stubs have been left for future reference in the co...
Nicola Mettifogo
2008-01-28
All interactive objects are now drawn in the framebuffer instead of using the...
Nicola Mettifogo
2008-01-08
Added a proper _name member to Zone, instead of using the label text.
Nicola Mettifogo
2008-01-06
Indent with tabs instead of spaces.
Torbjörn Andersson
2007-11-14
* centralized kEngineChangeLocation flag handling
Nicola Mettifogo
2007-11-01
Added new debug command.
Nicola Mettifogo
2007-10-19
Fixed formatting of debug command output.
Nicola Mettifogo
2007-10-19
Added new debugger command 'localflags' and changed Table object to provide d...
Nicola Mettifogo
2007-09-22
Refactored a lot of Character-related code and put it into the Character class.
Nicola Mettifogo
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-02
Jobs are now members of the engine and are handled with a table, instead of b...
Nicola Mettifogo
2007-08-13
Changed Table to return 0 instead of -1 when lookup fails. Lookup already yie...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-13
cleanup
Nicola Mettifogo
2007-05-13
Added new debugger commands.
Nicola Mettifogo
2007-05-12
New debug strings and levels.
Nicola Mettifogo
2007-05-06
Added embryonic debugger, and some adjustments to make basic commands work.
Nicola Mettifogo
2007-04-03
- fixed RLEStream
Nicola Mettifogo
2007-03-04
replaced memAlloc/memFree with standard malloc/free
Nicola Mettifogo
2007-01-14
Initial import of Parallaction engine
Eugene Sandulenko