scummvm/engines/parallaction
Nicola Mettifogo 19e9161a20 Oops. Some debug code was committed.
svn-id: r29061
2007-09-23 20:23:49 +00:00
..
callables_br.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
callables_ns.cpp Refactored a lot of Character-related code and put it into the Character class. 2007-09-22 18:45:43 +00:00
debug.cpp Refactored a lot of Character-related code and put it into the Character class. 2007-09-22 18:45:43 +00:00
debug.h Added new debugger commands. 2007-05-13 12:38:29 +00:00
defs.h Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
detection.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
dialogue.cpp Refactored a lot of Character-related code and put it into the Character class. 2007-09-22 18:45:43 +00:00
disk_br.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
disk_ns.cpp Refactored a lot of Character-related code and put it into the Character class. 2007-09-22 18:45:43 +00:00
disk.h Added an abstract base class for representing multiple-frames for animations. Changed user code to rely on the new interface. Cnv has been turned into an implementation of the new interface, and it is now known as a concrete class only to Disk and Font code for Nippon Safes. 2007-08-25 20:34:10 +00:00
exec_br.cpp Added copyright notice to existing files. 2007-09-19 20:01:42 +00:00
exec_ns.cpp Oops. Some debug code was committed. 2007-09-23 20:23:49 +00:00
font.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
graphics.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
graphics.h Simplified global label management and added subtitles for BRA. 2007-09-02 18:34:11 +00:00
inventory.cpp Oops. Some debug code was committed. 2007-09-23 20:23:49 +00:00
inventory.h Moved most of inventory-related code inside classes Inventory and InventoryRenderer. Shift is not completed, as new code doesn't handle selections yet (falling back to existent code). 2007-09-23 20:17:50 +00:00
menu.cpp Moved most of inventory-related code inside classes Inventory and InventoryRenderer. Shift is not completed, as new code doesn't handle selections yet (falling back to existent code). 2007-09-23 20:17:50 +00:00
menu.h Refactored selectCharacter so that menu code doesn't need auxiliary buffer kBit2 anymore. 2007-07-15 16:04:34 +00:00
module.mk Added implementation for most parser and exec opcodes in BRA. 2007-08-25 20:37:41 +00:00
objects.cpp Modified patch #1738058: "Action recorder". 2007-09-19 13:55:05 +00:00
objects.h * moved Table handling to objects.cpp 2007-09-17 18:22:52 +00:00
parallaction_br.cpp Moved most of inventory-related code inside classes Inventory and InventoryRenderer. Shift is not completed, as new code doesn't handle selections yet (falling back to existent code). 2007-09-23 20:17:50 +00:00
parallaction_ns.cpp Moved most of inventory-related code inside classes Inventory and InventoryRenderer. Shift is not completed, as new code doesn't handle selections yet (falling back to existent code). 2007-09-23 20:17:50 +00:00
parallaction.cpp Moved most of inventory-related code inside classes Inventory and InventoryRenderer. Shift is not completed, as new code doesn't handle selections yet (falling back to existent code). 2007-09-23 20:17:50 +00:00
parallaction.h Moved most of inventory-related code inside classes Inventory and InventoryRenderer. Shift is not completed, as new code doesn't handle selections yet (falling back to existent code). 2007-09-23 20:17:50 +00:00
parser_br.cpp Refactored a lot of Character-related code and put it into the Character class. 2007-09-22 18:45:43 +00:00
parser_ns.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
parser.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
parser.h First step in restructuring engine code: 2007-08-24 20:14:51 +00:00
saveload.cpp Moved most of inventory-related code inside classes Inventory and InventoryRenderer. Shift is not completed, as new code doesn't handle selections yet (falling back to existent code). 2007-09-23 20:17:50 +00:00
sound.cpp Refactored a lot of Character-related code and put it into the Character class. 2007-09-22 18:45:43 +00:00
sound.h Added dummy SoundMan to help with integration of Big Red Adventure. 2007-07-29 14:23:26 +00:00
staticres.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
walk.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
walk.h MaskBuffer and PathBuffer are now correctly freed before they are deallocated, and so is background Surface. 2007-08-07 14:53:58 +00:00