scummvm/engines/parallaction
2008-12-24 09:53:00 +00:00
..
balloons.cpp Simplified destructions of Balloon objects. 2008-12-24 09:51:07 +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 Simplified destructions of Balloon objects. 2008-12-24 09:51:07 +00:00
debug.cpp Reduced code duplication when manipulating Animations, and cleanup. 2008-12-17 11:15:47 +00:00
debug.h Weeded out some more unused code, and some restructuring. 2008-12-15 07:15:29 +00:00
detection.cpp - The GMM save dialog is now working for all engines which support the appropriate features 2008-11-09 16:13:34 +00:00
dialogue.cpp Moved more GfxObj management to Gfx object. 2008-12-21 15:42:47 +00:00
disk_br.cpp Initialised variables to silence lots of valgrind's warnings. 2008-12-12 04:52:37 +00:00
disk_ns.cpp Removed references to _vm from the engine itself. 2008-12-14 10:32:26 +00:00
disk.h Removed references to _vm from the engine itself. 2008-12-14 10:32:26 +00:00
exec_br.cpp Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues in scrollable locations are a bit messed up for the moment. 2008-12-06 04:51:04 +00:00
exec_ns.cpp Reduced code duplication when manipulating Animations, and cleanup. 2008-12-17 11:15:47 +00:00
exec.h Removed references to _vm from the engine itself. 2008-12-14 10:32:26 +00:00
font.cpp Set correct font for dialogues in BRA Amiga. 2008-07-31 11:29:37 +00:00
gfxbase.cpp Moved more GfxObj management to Gfx object. 2008-12-21 15:42:47 +00:00
graphics.cpp Fixed display of location background when changing from a scrollable to a non-scrollable one. 2008-12-24 09:53:00 +00:00
graphics.h Simplified destructions of Balloon objects. 2008-12-24 09:51:07 +00:00
gui_br.cpp Moved more GfxObj management to Gfx object. 2008-12-21 15:42:47 +00:00
gui_ns.cpp Removed some unused code. 2008-12-14 10:08: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
input.cpp Missing break statement caused many broken warning messages. 2008-12-07 12:47:14 +00:00
input.h Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues in scrollable locations are a bit messed up for the moment. 2008-12-06 04:51:04 +00:00
inventory.cpp Moved more GfxObj management to Gfx object. 2008-12-21 15:42:47 +00:00
inventory.h * Added flexible verb configuration for both NS and BRA. 2008-07-29 10:22:50 +00:00
module.mk 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
objects.cpp Reduced code duplication when manipulating Animations, and cleanup. 2008-12-17 11:15:47 +00:00
objects.h Moved mask creation/handling to Gfx. 2008-12-20 08:15:09 +00:00
parallaction_br.cpp Moved more GfxObj management to Gfx object. 2008-12-21 15:42:47 +00:00
parallaction_ns.cpp Moved more GfxObj management to Gfx object. 2008-12-21 15:42:47 +00:00
parallaction.cpp Fixed display of location background when changing from a scrollable to a non-scrollable one. 2008-12-24 09:53:00 +00:00
parallaction.h Moved more GfxObj management to Gfx object. 2008-12-21 15:42:47 +00:00
parser_br.cpp Moved mask creation/handling to Gfx. 2008-12-20 08:15:09 +00:00
parser_ns.cpp Added a stub to dialogue parser, so that dialogue lines controlled by counters are displayed. 2008-12-21 15:41:41 +00:00
parser.cpp Made readLineIntern() return a zero-length string when no printable text is read out of a script. This makes life easier for the parser, and also makes the introduction fully viewable. 2008-12-04 09:33:37 +00:00
parser.h Moved more GfxObj management to Gfx object. 2008-12-21 15:42:47 +00:00
saveload.cpp Replaced remaining usages of readLine_OLD with readLine. 2008-12-03 12:23:50 +00:00
saveload.h Removed extra semicolon detected by salty-horse pesky compiler. 2008-08-31 08:27:40 +00:00
sound.cpp Fixed leak (unreleased stream of music data). 2008-11-04 13:57:29 +00:00
sound.h Removed reference to Common::File in music code, and small cleanup. 2008-10-29 08:16:13 +00:00
staticres.cpp Moved mouse cursor loading/handling to Input class. 2008-08-30 10:27:20 +00:00
walk.cpp Reduced code duplication when manipulating Animations, and cleanup. 2008-12-17 11:15:47 +00:00
walk.h Reduced code duplication when manipulating Animations, and cleanup. 2008-12-17 11:15:47 +00:00