scummvm/engines/parallaction
2007-04-07 10:02:59 +00:00
..
animation.cpp Turned free___() routines into proper destructors for Zone, Animation and Program, and added memo comments for porting the engine to Common::List<>. 2007-04-07 09:31:24 +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 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
commands.cpp Added new class Table, and updated Disk accordingly. Tables can be populated after their creation or wrapped around existing arrays. Thus, the old functions (initTable, freeTable and searchTable) have been removed. 2007-03-24 21:18:08 +00:00
commands.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
debug.cpp - fixed RLEStream 2007-04-03 21:11:43 +00:00
defs.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
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 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
disk.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
disk.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
graphics.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
graphics.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
intro.cpp made Animation a subclass of Zone (finally!) 2007-03-19 21:49:41 +00:00
inventory.cpp - implemented destructor for Cnv, thus removing calls to Gfx::freeCnv() 2007-03-29 18:34:31 +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 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
menu.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
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 broken build 2007-03-02 22:55:46 +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 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
parallaction.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
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 Turned free___() routines into proper destructors for Zone, Animation and Program, and added memo comments for porting the engine to Common::List<>. 2007-04-07 09:31:24 +00:00
staticres.cpp Added new class Table, and updated Disk accordingly. Tables can be populated after their creation or wrapped around existing arrays. Thus, the old functions (initTable, freeTable and searchTable) have been removed. 2007-03-24 21:18:08 +00:00
walk.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
walk.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
zone.cpp Turned free___() routines into proper destructors for Zone, Animation and Program, and added memo comments for porting the engine to Common::List<>. 2007-04-07 09:31:24 +00:00
zone.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