scummvm/engines/parallaction
2007-09-11 09:20:39 +00:00
..
callables_br.cpp Added callables stubs for Big Red Adventure. 2007-07-29 18:49:24 +00:00
callables_ns.cpp Oops oops. This fixes the bug fix. 2007-08-14 19:57:20 +00:00
debug.cpp Jobs are now members of the engine and are handled with a table, instead of being external functions. 2007-09-02 15:17:41 +00:00
debug.h Added new debugger commands. 2007-05-13 12:38:29 +00:00
defs.h Moved SaveLoadChooser class to saveload.cpp and adjusted dependencies. 2007-07-07 19:42:06 +00:00
detection.cpp Fix linking errors. 2007-08-13 10:12:07 +00:00
dialogue.cpp 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
disk_br.cpp 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
disk_ns.cpp 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
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 More support for subtitles in BRA. 2007-09-02 19:00:22 +00:00
exec_ns.cpp Simplified global label management and added subtitles for BRA. 2007-09-02 18:34:11 +00:00
font.cpp First step in restructuring engine code: 2007-08-24 20:14:51 +00:00
graphics.cpp Simplified global label management and added subtitles for BRA. 2007-09-02 18:34:11 +00:00
graphics.h Simplified global label management and added subtitles for BRA. 2007-09-02 18:34:11 +00:00
inventory.cpp Cleanup: removed unneeded references to engine (_vm). 2007-09-02 15:27:25 +00:00
inventory.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
menu.cpp Moved core font management from Gfx to engine. Gfx still retains features related to displaying text on screen. 2007-08-11 17:25:57 +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 Simplified global label management and added subtitles for BRA. 2007-09-02 18:34:11 +00:00
objects.h Simplified global label management and added subtitles for BRA. 2007-09-02 18:34:11 +00:00
parallaction_br.cpp More support for subtitles in BRA. 2007-09-02 19:00:22 +00:00
parallaction_ns.cpp Simplified global label management and added subtitles for BRA. 2007-09-02 18:34:11 +00:00
parallaction.cpp Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME comments; and some other related cleanup 2007-09-11 09:20:39 +00:00
parallaction.h More support for subtitles in BRA. 2007-09-02 19:00:22 +00:00
parser_br.cpp More support for subtitles in BRA. 2007-09-02 19:00:22 +00:00
parser_ns.cpp Enforced use of character's feet coordinates throughout the walk code. 2007-08-28 14:30:17 +00:00
parser.cpp First step in restructuring engine code: 2007-08-24 20:14:51 +00:00
parser.h First step in restructuring engine code: 2007-08-24 20:14:51 +00:00
saveload.cpp Pushed current save/load code from Parallaction down to Parallaction_ns. 2007-08-31 18:34:46 +00:00
sound.cpp Fixed bug #1777058. 2007-08-19 19:05:41 +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 Lots of source code formatting corrections 2007-09-10 13:17:20 +00:00
walk.cpp Cleanup: removed unneeded references to engine (_vm). 2007-09-02 15:27:25 +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