scummvm/engines/parallaction
2007-04-23 21:31:03 +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 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
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 - Moved Zone and Animation to List<>. 2007-04-11 20:01:06 +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 Improvements on background masking in Amiga versions (not yet perfect, though), 2007-04-23 21:16:13 +00:00
disk.h Simplified loading of background resources for Amiga. 2007-04-23 17:07:47 +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 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
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 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
menu.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
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 wrapped active location data into a new structure 2007-03-11 14:14:08 +00:00
music.h Add support for MIDI music. THough the music is not yet heard since 2007-02-21 21:42:37 +00:00
parallaction.cpp - Fonts are now preloaded at start. 2007-04-15 20:57:56 +00:00
parallaction.h - Moved Zone and Animation to List<>. 2007-04-11 20:01:06 +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 Amiga halfbrite mode in palette code, though usage is limited to displayItemComment() for the moment. 2007-04-21 12:51:40 +00:00
zone.h Fixed some memory leaks. 2007-04-15 08:32:28 +00:00