scummvm/engines/parallaction
2009-03-05 20:37:53 +00:00
..
balloons.cpp Fixed crashes and leaks when quitting BRA from menu and splash screen. 2009-02-26 09:12:29 +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 The engine has now to build the drawing list for the graphic department, instead of setting visibility flags; the new field _prog has been added to GfxObj to help sorting the list. 2009-02-27 08:56:19 +00:00
debug.cpp Improved debug output when listing animations. 2009-02-28 06:21:24 +00:00
debug.h Improved debug output when listing animations. 2009-02-28 06:21:24 +00:00
detection.cpp Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match the meaning of the returned string, as discussed some time ago in scummvm-devel 2009-03-05 12:04:58 +00:00
dialogue.cpp Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointers instead. 2009-02-26 10:44:01 +00:00
disk_br.cpp Renamed Archive::openFile to createReadStreamForMember 2009-01-23 04:45:44 +00:00
disk_ns.cpp Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as well as our unit tests, ouch) handled SEEK_END incorrectly (using -offset instead of offset), contrary to what the docs said and what fseek does. Hopefully I found and fixed all affected parts, but still watch out for regressions 2009-03-05 20:37:53 +00:00
disk.h Extended PathBuffer to support BRA. 2009-01-07 08:16:18 +00:00
exec_br.cpp Marked PUT, PRINT and WAIT commands as not used in the scripts of BRA (thus they won't be implemented). 2009-03-02 15:31:07 +00:00
exec_ns.cpp Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exec.h. 2009-02-26 06:16:35 +00:00
exec.cpp Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointers instead. 2009-02-26 10:44:01 +00:00
exec.h Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointers instead. 2009-02-26 10:44:01 +00:00
font.cpp Set correct font for dialogues in BRA Amiga. 2008-07-31 11:29:37 +00:00
gfxbase.cpp The engine has now to build the drawing list for the graphic department, instead of setting visibility flags; the new field _prog has been added to GfxObj to help sorting the list. 2009-02-27 08:56:19 +00:00
graphics.cpp The engine has now to build the drawing list for the graphic department, instead of setting visibility flags; the new field _prog has been added to GfxObj to help sorting the list. 2009-02-27 08:56:19 +00:00
graphics.h The engine has now to build the drawing list for the graphic department, instead of setting visibility flags; the new field _prog has been added to GfxObj to help sorting the list. 2009-02-27 08:56:19 +00:00
gui_br.cpp Fixed crashes and leaks when quitting BRA from menu and splash screen. 2009-02-26 09:12:29 +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 Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointers instead. 2009-02-26 10:44:01 +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 Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exec.h. 2009-02-26 06:16:35 +00:00
objects.cpp Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointers instead. 2009-02-26 10:44:01 +00:00
objects.h Initialize and save zones flags and follower position when a location switch occurs. 2009-03-02 08:36:42 +00:00
parallaction_br.cpp Initialize and save zones flags and follower position when a location switch occurs. 2009-03-02 08:36:42 +00:00
parallaction_ns.cpp changeLocation now uses the internal variable _newLocationName instead of an input parameter. 2009-02-26 14:42:03 +00:00
parallaction.cpp Fixed selection of zone and animation for removal in BRA. This enables the follower animation to follow the main character across location switches. 2009-03-02 08:44:30 +00:00
parallaction.h Fixed selection of zone and animation for removal in BRA. This enables the follower animation to follow the main character across location switches. 2009-03-02 08:44:30 +00:00
parser_br.cpp Initialize and save zones flags and follower position when a location switch occurs. 2009-03-02 08:36:42 +00:00
parser_ns.cpp The engine has now to build the drawing list for the graphic department, instead of setting visibility flags; the new field _prog has been added to GfxObj to help sorting the list. 2009-02-27 08:56:19 +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 Initialize and save zones flags and follower position when a location switch occurs. 2009-03-02 08:36:42 +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 Enabled walking delay for follower animation. 2009-03-02 09:16:03 +00:00
walk.h Merged walk code for NS, and simplified handling. 2009-02-26 09:42:08 +00:00