scummvm/engines/parallaction
Nicola Mettifogo 301e9d73d1 * Rebased Parallaction_br to inherit from Parallaction instead of Parallaction_ns
* Same as above for CommandExec_br and ProgramExec_br
This should finally kill most issues with destruction, at the cost of some code duplication.

svn-id: r38877
2009-02-25 09:15:53 +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 Rewrote the sarcophagus puzzle in Nippon Safes, since I finally understood how it was implemented in the original! 2009-02-23 11:55:25 +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 Moved AdvancedDetector from common/ to engines/ 2009-01-29 22:13:01 +00:00
dialogue.cpp Fixed broken condition check for displaying dialogue balloons. 2009-01-06 06:13:45 +00:00
disk_br.cpp Renamed Archive::openFile to createReadStreamForMember 2009-01-23 04:45:44 +00:00
disk_ns.cpp Renamed Archive::openFile to createReadStreamForMember 2009-01-23 04:45:44 +00:00
disk.h Extended PathBuffer to support BRA. 2009-01-07 08:16:18 +00:00
exec_br.cpp * Rebased Parallaction_br to inherit from Parallaction instead of Parallaction_ns 2009-02-25 09:15:53 +00:00
exec_ns.cpp Updated all for(;;) loops to use prefix increment on iterators. 2009-02-25 08:53:58 +00:00
exec.h * Rebased Parallaction_br to inherit from Parallaction instead of Parallaction_ns 2009-02-25 09:15:53 +00:00
font.cpp Set correct font for dialogues in BRA Amiga. 2008-07-31 11:29:37 +00:00
gfxbase.cpp Fixed support for walking zones in BRA: 2009-02-03 10:42:27 +00:00
graphics.cpp Updated all for(;;) loops to use prefix increment on iterators. 2009-02-25 08:53:58 +00:00
graphics.h Fixed support for walking zones in BRA: 2009-02-03 10:42:27 +00:00
gui_br.cpp Moved more GfxObj management to Gfx object. 2008-12-21 15:42:47 +00:00
gui_ns.cpp Fix for bug #1864270. Music now goes on after the the credits have been displayed in the Amiga demo version of Nippon Safes. 2009-02-21 05:19:35 +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 Added preliminary code for following walker support in BRA. 2009-02-24 09:18:20 +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 Changed interface to walk code, to better handle the differences between games. Moreover: 2009-02-24 08:42:46 +00:00
objects.h Implemented follower support, except that: 2009-02-24 11:20:45 +00:00
parallaction_br.cpp * Rebased Parallaction_br to inherit from Parallaction instead of Parallaction_ns 2009-02-25 09:15:53 +00:00
parallaction_ns.cpp Updated all for(;;) loops to use prefix increment on iterators. 2009-02-25 08:53:58 +00:00
parallaction.cpp Updated all for(;;) loops to use prefix increment on iterators. 2009-02-25 08:53:58 +00:00
parallaction.h * Rebased Parallaction_br to inherit from Parallaction instead of Parallaction_ns 2009-02-25 09:15:53 +00:00
parser_br.cpp Updated all for(;;) loops to use prefix increment on iterators. 2009-02-25 08:53:58 +00:00
parser_ns.cpp Cleanup. 2009-02-23 12:17:25 +00:00
parser.cpp Dropped the script preprocessor introduced to fix the broken scripts. The parser has evolved in the meantime and can deal with it accordingly. 2009-01-03 14:03:12 +00:00
parser.h Changed interface to walk code, to better handle the differences between games. Moreover: 2009-02-24 08:42:46 +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.cpp Implemented pauseEngineIntern, and fixed music volume handling in SoundMan. 2009-01-06 16:21:23 +00:00
sound.h Implemented pauseEngineIntern, and fixed music volume handling in SoundMan. 2009-01-06 16:21:23 +00:00
staticres.cpp Moved mouse cursor loading/handling to Input class. 2008-08-30 10:27:20 +00:00
walk.cpp Updated all for(;;) loops to use prefix increment on iterators. 2009-02-25 08:53:58 +00:00
walk.h Implemented follower support, except that: 2009-02-24 11:20:45 +00:00