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-08-15
Updated layer calculation: animations are now hidden properly by background e...
Nicola Mettifogo
2008-08-15
Made coordinates and frame number protected into Zone and Animation, and chan...
Nicola Mettifogo
2008-08-14
Some variable renamed to make more sense.
Nicola Mettifogo
2008-06-30
Small cleanup/shuffling of Gfx code.
Nicola Mettifogo
2008-06-29
Merged the three render lists (for animations, doors and objects) into a sing...
Nicola Mettifogo
2008-05-10
Extracted script parsing code to its own class.
Nicola Mettifogo
2008-05-05
- Moved some members from the engine class to Location, since they belong there.
Nicola Mettifogo
2008-04-06
Replaced custom ManagedList with Common::SharedPtr.
Nicola Mettifogo
2008-02-09
Added new debug command to dump scripts execution status.
Nicola Mettifogo
2008-02-06
Added experimental debug feature: variables influencing the rendering that ca...
Nicola Mettifogo
2008-02-05
Added new debug command to show global game flags.
Nicola Mettifogo
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