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
/
parallaction_ns.cpp
Age
Commit message (
Expand
)
Author
2007-09-23
Moved most of inventory-related code inside classes Inventory and InventoryRe...
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-16
Revised debug levels and added many debug strings for parsers.
Nicola Mettifogo
2007-09-02
Simplified global label management and added subtitles for BRA.
Nicola Mettifogo
2007-09-02
fixed some warnings
Max Horn
2007-09-02
Cleanup: removed unneeded references to engine (_vm).
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-25
Added an abstract base class for representing multiple-frames for animations....
Nicola Mettifogo
2007-08-24
First step in restructuring engine code:
Nicola Mettifogo
2007-08-14
Partially reverting commit 28568, so now engine is back in charge for parsing...
Nicola Mettifogo
2007-08-12
Added preliminary support for loading locations in BRA:
Nicola Mettifogo
2007-08-12
Pushed menu handling into Parallaction_ns.
Nicola Mettifogo
2007-08-11
Added partial cursor support for Big Red Adventure. Small adjustments to gene...
Nicola Mettifogo
2007-08-11
Moved cursor handling from Gfx to engine subclasses.
Nicola Mettifogo
2007-08-11
Moved core font management from Gfx to engine. Gfx still retains features rel...
Nicola Mettifogo
2007-07-29
Cleanup.
Nicola Mettifogo
2007-07-29
Removed debug code.
Nicola Mettifogo
2007-07-29
Fixed some warnings
Max Horn
2007-07-29
Made current callable routines members of Parallaction_ns, and moved them to ...
Nicola Mettifogo
2007-07-29
- Added parser strings for Big Red Adventure
Nicola Mettifogo
2007-07-29
Removed direct references to callable functions (opcodes). They are now only ...
Nicola Mettifogo
2007-07-29
Moved specialized initialization code into subclasses.
Nicola Mettifogo