scummvm/engines/parallaction
2009-03-15 09:29:25 +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 * 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
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 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 Fix loading objects in the Amiga version of BRA. 2009-03-15 09:29:25 +00:00
disk_ns.cpp Fix loading objects in the Amiga version of BRA. 2009-03-15 09:29:25 +00:00
disk.h Fix loading objects in the Amiga version of BRA. 2009-03-15 09:29:25 +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 Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +00:00
font.cpp Set correct font for dialogues in BRA Amiga. 2008-07-31 11:29:37 +00:00
gfxbase.cpp Added missing initializations. 2009-03-15 04:29:26 +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 Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +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 * 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
input.cpp Added missing initializations. 2009-03-15 04:29:26 +00:00
input.h Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +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 midi support to BRA. So far music starts, but related script commands haven't been implemented yet. 2009-03-14 17:02:28 +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 Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +00:00
parallaction_br.cpp Fix loading objects in the Amiga version of BRA. 2009-03-15 09:29:25 +00:00
parallaction_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
parallaction.cpp Fixed building on 64-bit architectures. 2009-03-14 15:34:28 +00:00
parallaction.h Added midi support to BRA. So far music starts, but related script commands haven't been implemented yet. 2009-03-14 17:02:28 +00:00
parser_br.cpp Added midi support to BRA. So far music starts, but related script commands haven't been implemented yet. 2009-03-14 17:02:28 +00:00
parser_ns.cpp Fixed building on 64-bit architectures. 2009-03-14 15:34:28 +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 Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +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 Ooops, actually set _mixer. 2009-03-15 06:23:16 +00:00
sound_ns.cpp Fixed building on 64-bit architectures. 2009-03-14 15:34:28 +00:00
sound.h Ooops, actually set _mixer. 2009-03-15 06:23:16 +00:00
staticres.cpp Moved mouse cursor loading/handling to Input class. 2008-08-30 10:27:20 +00:00
walk.cpp Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +00:00
walk.h Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +00:00