scummvm/engines/parallaction
2009-07-09 13:17:46 +00:00
..
balloons.cpp Cleanup of Balloon and Dialogue code: 2009-04-06 17:21:23 +00:00
callables_br.cpp The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +00:00
callables_ns.cpp Removed useless references to the global _vm. 2009-04-06 17:31:22 +00:00
debug.cpp Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +00:00
debug.h Improved debug output when listing animations. 2009-02-28 06:21:24 +00:00
detection.cpp Added game GUI options to advancedDetector and updated all engines 2009-06-06 17:56:41 +00:00
dialogue.cpp Removed useless references to the global _vm. 2009-04-06 17:31:22 +00:00
disk_br.cpp * Moved the updated IFF code from Parallaction to common/ 2009-06-12 08:51:05 +00:00
disk_ns.cpp * Moved the updated IFF code from Parallaction to common/ 2009-06-12 08:51:05 +00:00
disk.cpp * Moved the updated IFF code from Parallaction to common/ 2009-06-12 08:51:05 +00:00
disk.h * Moved the updated IFF code from Parallaction to common/ 2009-06-12 08:51:05 +00:00
exec_br.cpp The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +00:00
exec_ns.cpp Merged CommandData into Command. 2009-03-29 10:18:09 +00:00
exec.cpp Commands now evaluate their reference Zone at runtime, thus handling of forward references in the parser is no more needed. 2009-03-29 12:41:00 +00:00
exec.h Implemented all variants of IF script instruction. Program class has been changed to store an Array of instruction instead of a List, so that references to instructions are integers. 2009-03-23 11:38:09 +00:00
font.cpp Correct label font used by Amiga version of BRA. 2009-03-23 10:07:22 +00:00
gfxbase.cpp * Final version of the IFF parsing code. 2009-06-12 05:03:18 +00:00
graphics.cpp Fix pallete for label font in the Amiga version of BRA. 2009-03-23 12:30:47 +00:00
graphics.h Added in-game menu for BRA. Load/save is not supported yet. 2009-04-28 12:25:41 +00:00
gui_br.cpp The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +00:00
gui_ns.cpp Moved Nippon Safes specific code from Parallaction to Parallaction_ns and adapted client code. 2009-04-03 16:32:47 +00:00
gui.cpp The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +00:00
gui.h
input.cpp Added in-game menu for BRA. Load/save is not supported yet. 2009-04-28 12:25:41 +00:00
input.h Added mouse cursor to BRA Amiga. To be perfected. 2009-03-16 00:03:22 +00:00
inventory.cpp Made BRA demos start again by partially reverting commit 39773. Multiple inventory support must be done somehow differently. 2009-05-21 08:06:15 +00:00
inventory.h Added basic multiple inventory support. This will be used for the GIVE and SWAP commands. 2009-03-31 15:45:44 +00:00
module.mk * Moved the updated IFF code from Parallaction to common/ 2009-06-12 08:51:05 +00:00
objects.cpp Refactoring. 2009-04-29 16:59:10 +00:00
objects.h Refactoring. 2009-04-29 16:59:10 +00:00
parallaction_br.cpp Made BRA demos start again by partially reverting commit 39773. Multiple inventory support must be done somehow differently. 2009-05-21 08:06:15 +00:00
parallaction_ns.cpp Added in-game menu for BRA. Load/save is not supported yet. 2009-04-28 12:25:41 +00:00
parallaction.cpp Added in-game menu for BRA. Load/save is not supported yet. 2009-04-28 12:25:41 +00:00
parallaction.h Made BRA demos start again by partially reverting commit 39773. Multiple inventory support must be done somehow differently. 2009-05-21 08:06:15 +00:00
parser_br.cpp The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +00:00
parser_ns.cpp Moved Nippon Safes specific code from Parallaction to Parallaction_ns and adapted client code. 2009-04-03 16:32:47 +00:00
parser.cpp Pushed down dependencies from parser.h 2009-03-23 17:42:08 +00:00
parser.h Moved background and character loading code from LocationParser_br to the engine for BRA. 2009-04-03 17:09:12 +00:00
saveload.cpp Changed SaveFileManager methods to take Common::String params (instead of char pointers) 2009-05-29 14:38:22 +00:00
saveload.h * Refactored existing save/load code to ease extension 2009-04-29 05:30:58 +00:00
sound_br.cpp Cleanup of sound code. 2009-06-12 07:55:44 +00:00
sound_ns.cpp Cleanup of sound code. 2009-06-12 07:55:44 +00:00
sound.h Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming changes to the MSVC project files (sound/iff.* produces iff.obj, which clashes with iff.obj from graphics/iff.*) 2009-07-09 13:17:46 +00:00
staticres.cpp Added declaration for Amiga BRA callables. 2009-03-29 14:03:11 +00:00
walk.cpp Merged GetData, HearData, SpeakData, PathData, ExamineData, MergeData into TypeData struct. This simplifies life a bit especially in the parsers. 2009-03-23 20:41:54 +00:00
walk.h Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +00:00