scummvm/engines/parallaction
Nicola Mettifogo 01812f0830 Fixed several free/delete mismatches.
svn-id: r39736
2009-03-29 12:11:10 +00:00
..
balloons.cpp Set the right colors for dialogue text in BRA Amiga. 2009-03-21 18:00:41 +00:00
callables_br.cpp Disabled lip syncing code in BRA, since I couldn't find any scripts actually using it. Some warnings have been added as a sentinel. 2008-08-15 03:36:01 +00:00
callables_ns.cpp Pushed down dependencies from parser.h 2009-03-23 17:42:08 +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 Change the detection of Amiga versions of BRA, to a required data file (request.win). 2009-03-28 06:45:22 +00:00
dialogue.cpp * Pushed evaluation of 'following question' from dialogue parsing to dialogue execution. 2009-03-24 08:20:08 +00:00
disk_br.cpp Fixed several free/delete mismatches. 2009-03-29 12:11:10 +00:00
disk_ns.cpp Fixed several free/delete mismatches. 2009-03-29 12:11:10 +00:00
disk.h Changed Disk code to provide SeekableReadStream's to sound routines as well. 2009-03-22 15:25:55 +00:00
exec_br.cpp Merged CommandData into Command. 2009-03-29 10:18:09 +00:00
exec_ns.cpp Merged CommandData into Command. 2009-03-29 10:18:09 +00:00
exec.cpp 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
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 Fully implemented scrolling. 2009-03-23 00:56:05 +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 Fully implemented scrolling. 2009-03-23 00:56:05 +00:00
gui_br.cpp Set main menu text height to the actual font height. 2009-03-29 12:10:17 +00:00
gui_ns.cpp * Added a generic sound manager that hides engine-specific managers and allows accessing them through a simplified command/parameter interface. 2009-03-14 15:09:31 +00:00
gui.cpp Converted BRA to work with the new menu approach. It is not yet well plugged-in as in NS, but it suffices for the moment. 2008-07-25 06:35:02 +00:00
gui.h Converted BRA to work with the new menu approach. It is not yet well plugged-in as in NS, but it suffices for the moment. 2008-07-25 06:35:02 +00:00
iff.cpp Fixed several free/delete mismatches. 2009-03-29 12:11:10 +00:00
iff.h Added simple IFF type verification to the parser. 2009-03-22 15:30:42 +00:00
input.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
input.h Added mouse cursor to BRA Amiga. To be perfected. 2009-03-16 00:03:22 +00:00
inventory.cpp Fix loading objects in the Amiga version of BRA. 2009-03-15 09:29:25 +00:00
inventory.h * Added flexible verb configuration for both NS and BRA. 2008-07-29 10:22:50 +00:00
module.mk Added more flexible IFF parser and ILBM decoder. 2009-03-20 20:37:06 +00:00
objects.cpp Merged CommandData into Command. 2009-03-29 10:18:09 +00:00
objects.h Merged CommandData into Command. 2009-03-29 10:18:09 +00:00
parallaction_br.cpp Added initialization for _index and _locationIndex in Zone objects. 2009-03-28 14:17:17 +00:00
parallaction_ns.cpp Pushed down dependencies from parser.h 2009-03-23 17:42:08 +00:00
parallaction.cpp Add sound effects support for PC version of BRA. 2009-03-28 09:56:39 +00:00
parallaction.h Pushed down dependencies from parser.h 2009-03-23 17:42:08 +00:00
parser_br.cpp Merged CommandData into Command. 2009-03-29 10:18:09 +00:00
parser_ns.cpp Merged CommandData into Command. 2009-03-29 10:18:09 +00:00
parser.cpp Pushed down dependencies from parser.h 2009-03-23 17:42:08 +00:00
parser.h Removed paranoia check. 2009-03-24 09:01:44 +00:00
saveload.cpp GUI: Added Widget::setVisible convenience wrapper 2008-12-27 14:36:28 +00:00
saveload.h Removed extra semicolon detected by salty-horse pesky compiler. 2008-08-31 08:27:40 +00:00
sound_br.cpp Add sound effects support for Amiga demo of BRA. 2009-03-28 10:06:43 +00:00
sound_ns.cpp Add sound effects support for PC version of BRA. 2009-03-28 09:56:39 +00:00
sound.h Add sound effects support for PC version of BRA. 2009-03-28 09:56:39 +00:00
staticres.cpp Fixed most palette issues in BRA Amiga. 2009-03-16 09:11:51 +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