scummvm/engines/parallaction
2008-06-01 14:05:39 +00:00
..
callables_br.cpp
callables_ns.cpp * Cleanup of input code. 2008-05-15 01:18:26 +00:00
debug.cpp Extracted script parsing code to its own class. 2008-05-10 11:11:03 +00:00
debug.h Added new debug command to dump scripts execution status. 2008-02-09 22:07:51 +00:00
detection.cpp Allow static and dynamic plugins to be used at the same time 2008-05-06 03:00:26 +00:00
dialogue.cpp - Moved input code to its own class. 2008-05-14 14:34:01 +00:00
disk_br.cpp Partly fixed loading of bitmaps in BRA Amiga. Bitmaps are still broken, but less than before. 2008-05-04 15:06:47 +00:00
disk_ns.cpp cleanup 2008-03-28 08:30:42 +00:00
disk.h Cleanup of background loading for BRA. 2008-04-17 09:30:04 +00:00
exec_br.cpp Got rid of the static arrays for initialization of parsers and exec opcodes, to make returning to launcher easier. The code has been borrowed by Kyra, after suggestion by LordHoto. 2008-06-01 14:05:39 +00:00
exec_ns.cpp Got rid of the static arrays for initialization of parsers and exec opcodes, to make returning to launcher easier. The code has been borrowed by Kyra, after suggestion by LordHoto. 2008-06-01 14:05:39 +00:00
font.cpp Add very basic support for Amiga version of BRA. 2008-04-06 07:05:56 +00:00
gfxbase.cpp Implemented scroll command and added a couple more debug variables. 2008-02-07 12:49:46 +00:00
graphics.cpp - Moved input code to its own class. 2008-05-14 14:34:01 +00:00
graphics.h Replaced custom ManagedList with Common::SharedPtr. 2008-04-06 05:40:02 +00:00
gui_br.cpp - Moved input code to its own class. 2008-05-14 14:34:01 +00:00
gui_ns.cpp * Cleanup of input code. 2008-05-15 01:18:26 +00:00
input.cpp * Cleanup of input code. 2008-05-15 01:18:26 +00:00
input.h * Cleanup of input code. 2008-05-15 01:18:26 +00:00
inventory.cpp - Moved input code to its own class. 2008-05-14 14:34:01 +00:00
inventory.h Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
module.mk Oops. Forgot to update module.mk. 2008-05-14 14:34:42 +00:00
objects.cpp Tiny cleanup to ease extraction of the program parser code. 2008-05-09 01:42:25 +00:00
objects.h Tiny cleanup to ease extraction of the program parser code. 2008-05-09 01:42:25 +00:00
parallaction_br.cpp - Moved input code to its own class. 2008-05-14 14:34:01 +00:00
parallaction_ns.cpp * Cleanup of input code. 2008-05-15 01:18:26 +00:00
parallaction.cpp * Cleanup of input code. 2008-05-15 01:18:26 +00:00
parallaction.h * Cleanup of input code. 2008-05-15 01:18:26 +00:00
parser_br.cpp Got rid of the static arrays for initialization of parsers and exec opcodes, to make returning to launcher easier. The code has been borrowed by Kyra, after suggestion by LordHoto. 2008-06-01 14:05:39 +00:00
parser_ns.cpp Got rid of the static arrays for initialization of parsers and exec opcodes, to make returning to launcher easier. The code has been borrowed by Kyra, after suggestion by LordHoto. 2008-06-01 14:05:39 +00:00
parser.cpp Cleanup of parsing code. 2008-05-11 08:55:16 +00:00
parser.h Got rid of the static arrays for initialization of parsers and exec opcodes, to make returning to launcher easier. The code has been borrowed by Kyra, after suggestion by LordHoto. 2008-06-01 14:05:39 +00:00
saveload.cpp Replaced custom ManagedList with Common::SharedPtr. 2008-04-06 05:40:02 +00:00
sound.cpp Indent with tabs instead of spaces. 2008-01-06 20:42:28 +00:00
sound.h Replaced custom ManagedList with Common::SharedPtr. 2008-04-06 05:40:02 +00:00
staticres.cpp Extracted script parsing code to its own class. 2008-05-10 11:11:03 +00:00
walk.cpp - Moved some members from the engine class to Location, since they belong there. 2008-05-05 11:02:40 +00:00
walk.h Fixed usage of SharedPtr, so that reference counting is proper and there are no more objects that need constructors at global level (helps PalmOS). 2008-04-17 09:32:57 +00:00