scummvm/engines/parallaction
2007-05-01 15:39:40 +00:00
..
animation.cpp - Moved Zone and Animation to List<>. 2007-04-11 20:01:06 +00:00
archive.cpp 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
callables.cpp 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
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 - fixed RLEStream 2007-04-03 21:11:43 +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 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
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 Fonts have been taking care of them being proportional for some time now, so it's time to remove old flags. 2007-04-23 21:19:09 +00:00
graphics.h Fonts have been taking care of them being proportional for some time now, so it's time to remove old flags. 2007-04-23 21:19:09 +00:00
intro.cpp Changed abs() to ABS() 2007-04-28 04:29:05 +00:00
inventory.cpp - moved walk code to List<> 2007-04-09 10:03:15 +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 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
menu.cpp Refactored music code for dos version and added music to Amiga versions. 2007-04-27 20:06:42 +00:00
menu.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
module.mk Fix compilation 2007-04-16 20:26:43 +00:00
music.cpp 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
music.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
parallaction.cpp Refactored music code for dos version and added music to Amiga versions. 2007-04-27 20:06:42 +00:00
parallaction.h Refactored music code for dos version and added music to Amiga versions. 2007-04-27 20:06:42 +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
staticres.cpp Some fixes for font management: 2007-04-23 17:22:47 +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 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
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