scummvm/engines/parallaction
Nicola Mettifogo 884b753c73 Added dialogue text rendering for BRA.
svn-id: r33402
2008-07-29 09:44:05 +00:00
..
balloons.cpp Added dialogue text rendering for BRA. 2008-07-29 09:44:05 +00:00
callables_br.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
callables_ns.cpp * Merged old input management flags into a single mouse status variable. 2008-07-25 02:37:55 +00:00
debug.cpp Small cleanup/shuffling of Gfx code. 2008-06-30 01:36:50 +00:00
debug.h Added new debug command to dump scripts execution status. 2008-02-09 22:07:51 +00:00
detection.cpp Add basic support for running Amiga and PC demos of BRA. 2008-07-28 07:20:55 +00:00
dialogue.cpp * Fixed positioning of balloons and faces in BRA (dos, at least). 2008-07-29 03:14:35 +00:00
disk_br.cpp Mask files don't always exist in Amiga version of BRA, in paricular NULL.msk. 2008-07-29 04:06:10 +00:00
disk_ns.cpp Some unneeded references slipped in with the last commit. 2008-07-28 05:21:11 +00:00
disk.h Add basic support for running Amiga and PC demos of BRA. 2008-07-28 07:20:55 +00:00
exec_br.cpp Implemented opcodes for picking up/dropping/opening/closing items. 2008-07-28 11:48:04 +00:00
exec_ns.cpp * Fixed positioning of balloons and faces in BRA (dos, at least). 2008-07-29 03:14:35 +00:00
exec.h Some instrumentation for script debugging. 2008-07-28 08:25:06 +00:00
font.cpp Added support for text in BRA DOS demo. 2008-07-28 08:25:52 +00:00
gfxbase.cpp Added dialogue text rendering for BRA. 2008-07-29 09:44:05 +00:00
graphics.cpp Added dialogue text rendering for BRA. 2008-07-29 09:44:05 +00:00
graphics.h Added dialogue text rendering for BRA. 2008-07-29 09:44:05 +00:00
gui_br.cpp Made character visible in BRA. 2008-07-25 08:27:44 +00:00
gui_ns.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.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 Enforcing use of nullZonePtr only for nulling out pointers, as it is useless for comparisons. 2008-07-28 23:21:03 +00:00
input.h * Merged old input management flags into a single mouse status variable. 2008-07-25 02:37:55 +00:00
inventory.cpp Inventory is now properly rendered. Item selection is not yet working. 2008-07-28 06:06:35 +00:00
inventory.h Inventory is now properly rendered. Item selection is not yet working. 2008-07-28 06:06:35 +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 Added a post processing step to runScripts, so that Animation can be validated after buggy scripts have been executed. 2008-07-28 08:56:37 +00:00
objects.h Preliminary code for traps. 2008-07-28 09:00:00 +00:00
parallaction_br.cpp Yet another hack to deal with labels... Must rethink this crap from scratch. 2008-07-28 14:23:49 +00:00
parallaction_ns.cpp Pick up/drop/open/close actions are now available in game. 2008-07-28 11:50:36 +00:00
parallaction.cpp Pick up/drop/open/close actions are now available in game. 2008-07-28 11:50:36 +00:00
parallaction.h Pick up/drop/open/close actions are now available in game. 2008-07-28 11:50:36 +00:00
parser_br.cpp Tiny readability aid for parser code. 2008-07-28 11:47:03 +00:00
parser_ns.cpp Tiny readability aid for parser code. 2008-07-28 11:47:03 +00:00
parser.cpp PARA: Fixed some memory leaks 2008-06-03 18:24:54 +00:00
parser.h Tiny readability aid for parser code. 2008-07-28 11:47:03 +00:00
saveload.cpp Replaced custom ManagedList with Common::SharedPtr. 2008-04-06 05:40:02 +00:00
sound.cpp Fixed leak in sound code by explicitly deleting the midi driver. 2008-07-11 12:55:08 +00:00
sound.h Replaced custom ManagedList with Common::SharedPtr. 2008-04-06 05:40:02 +00:00
staticres.cpp Sorted static mouse arrow bitmap, so it doesn't have to be 'decoded' on the fly. This saves a headache on re-entry. 2008-06-02 13:12:07 +00:00
walk.cpp Enforcing use of nullZonePtr only for nulling out pointers, as it is useless for comparisons. 2008-07-28 23:21:03 +00:00
walk.h Added rudimental support for location changes when walking through doors. The best part of this commit is that Doug now stops in a normal position. 2008-07-27 10:37:54 +00:00