scummvm/engines/parallaction
2007-05-12 19:33:00 +00:00
..
animation.cpp New debug strings and levels. 2007-05-12 19:29:20 +00:00
archive.cpp New debug strings and levels. 2007-05-12 19:29:20 +00:00
callables.cpp Some cheap cleanup. 2007-05-06 09:31:45 +00:00
commands.cpp - moved walk code to List<> 2007-04-09 10:03:15 +00:00
commands.h - Moved Zone and Animation to List<>. 2007-04-11 20:01:06 +00:00
debug.cpp New debug strings and levels. 2007-05-12 19:29:20 +00:00
debug.h Added embryonic debugger, and some adjustments to make basic commands work. 2007-05-06 08:52:27 +00:00
defs.h Refactored music code for dos version and added music to Amiga versions. 2007-04-27 20:06:42 +00:00
detection.cpp Added GF_DEMO flag and ability to load the correct location at start. 2007-04-01 12:42:30 +00:00
dialogue.cpp Now handling fonts with brand-new Font hierarchy. Amiga font have been implemented for dialogues/descriptions, but not for labels yet. 2007-04-16 20:16:18 +00:00
disk.cpp New debug strings and levels. 2007-05-12 19:29:20 +00:00
disk.h Implemented a IFF (Interchange File Format) parser and added subclasses to parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code. 2007-05-01 15:39:40 +00:00
font.cpp Fixed VS2005 warning 2007-04-23 18:28:14 +00:00
graphics.cpp Fixed sketch glitches in the introduction. 2007-05-06 14:45:20 +00:00
graphics.h Fixed sketch glitches in the introduction. 2007-05-06 14:45:20 +00:00
intro.cpp Fixed sketch glitches in the introduction. 2007-05-06 14:45:20 +00:00
inventory.cpp Added embryonic debugger, and some adjustments to make basic commands work. 2007-05-06 08:52:27 +00:00
inventory.h fixed regression bug caused by ZoneTypeData being declared as a struct instead of an union. Should have taken care of this when the switch was actually made... 2007-02-17 10:58:54 +00:00
location.cpp Fixed crashes when changing location in the introduction and removed useless code from the original engine. 2007-05-12 19:33:00 +00:00
menu.cpp Menu handling simplification. 2007-05-06 09:59:05 +00:00
menu.h Menu handling simplification. 2007-05-06 09:59:05 +00:00
module.mk Changed some filenames to adhere to standard. 2007-05-01 16:18:40 +00:00
parallaction.cpp Fixed crashes when changing location in the introduction and removed useless code from the original engine. 2007-05-12 19:33:00 +00:00
parallaction.h Added Audio debug level and fixed a bug when freeing music streams. 2007-05-12 12:56:35 +00:00
parser.cpp - added a new archive member variable to Disk, to decouple resource archives from location archives 2007-04-03 22:03:21 +00:00
parser.h Reduced dependency between project files, and prepared defs.h for deletion as soon as List<>'s usage is implemented. 2007-04-07 10:02:59 +00:00
saveload.cpp - Moved Zone and Animation to List<>. 2007-04-11 20:01:06 +00:00
sound.cpp Added Audio debug level and fixed a bug when freeing music streams. 2007-05-12 12:56:35 +00:00
sound.h Changed some filenames to adhere to standard. 2007-05-01 16:18:40 +00:00
staticres.cpp Fixed script command lookup table. 2007-05-12 12:58:04 +00:00
walk.cpp Fixed paths. (Short comment for big achievement). 2007-04-23 21:31:03 +00:00
walk.h Fixed walking bug: random nodes aren't inserted in the walk path anymore. 2007-04-23 17:07:09 +00:00
zone.cpp Added embryonic debugger, and some adjustments to make basic commands work. 2007-05-06 08:52:27 +00:00
zone.h Implemented a IFF (Interchange File Format) parser and added subclasses to parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code. 2007-05-01 15:39:40 +00:00