scummvm/engines/parallaction
2007-02-20 09:52:07 +00:00
..
animation.cpp cleanup and small fixes 2007-02-20 09:17:28 +00:00
archive.cpp Bad hack to make thsi engine run on PalmOS 2007-02-18 14:00:55 +00:00
callables.cpp found and commented gross hack in the original engine 2007-02-18 10:32:15 +00:00
commands.cpp first step in parser simplification 2007-02-19 22:34:00 +00:00
commands.h replaced magic number with kFlagsVisited where needed 2007-02-18 10:56:45 +00:00
debug.cpp Initial import of Parallaction engine 2007-01-14 21:29:12 +00:00
defs.h fixes last broken commit 2007-02-18 09:29:54 +00:00
detection.cpp Changed detectBestMatchingGame to return a pointer to a ADGameDescription (or a subclass of it); added a (currently fake) fallback callback entry in ADParams 2007-02-13 23:37:44 +00:00
dialogue.cpp first step in parser simplification 2007-02-19 22:34:00 +00:00
disk.h Initial import of Parallaction engine 2007-01-14 21:29:12 +00:00
graphics.cpp more big-endianness fixes 2007-02-18 09:26:20 +00:00
graphics.h changed mapChar to use unsigned (byte) instead of char, to avoid possible sign issues 2007-02-17 20:54:25 +00:00
intro.cpp Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +00:00
inventory.cpp enforced use of MAKE_INVENTORY_ID 2007-02-18 09:36:47 +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 changed parseComment to use Script stream instead of file 2007-02-20 09:52:07 +00:00
menu.cpp Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +00:00
menu.h Initial import of Parallaction engine 2007-01-14 21:29:12 +00:00
module.mk Fix compilation 2007-02-19 13:46:44 +00:00
music.cpp changed multiplexed uint32 to const void* to avoid errors on 64 bits systems 2007-02-07 20:28:59 +00:00
music.h Initial import of Parallaction engine 2007-01-14 21:29:12 +00:00
parallaction.cpp cleanup and small fixes 2007-02-20 09:17:28 +00:00
parallaction.h changed parseComment to use Script stream instead of file 2007-02-20 09:52:07 +00:00
parser.cpp changed parseComment to use Script stream instead of file 2007-02-20 09:52:07 +00:00
parser.h cleanup and small fixes 2007-02-20 09:17:28 +00:00
saveload.cpp renamed file to follow common convention 2007-02-19 12:54:58 +00:00
staticres.cpp Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +00:00
walk.cpp Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +00:00
zone.cpp changed parseComment to use Script stream instead of file 2007-02-20 09:52:07 +00:00
zone.h changed handling of zone labels to match original engine 2007-02-04 08:12:33 +00:00