scummvm/engines/parallaction
2007-02-19 09:31:43 +00:00
..
animation.cpp new special debug levels 2007-02-18 09:33:53 +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 Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +00:00
commands.h replaced magic number with kFlagsVisited where needed 2007-02-18 10:56:45 +00:00
debug.cpp
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 Changed spaces to tabs again. 2007-02-17 16:06:34 +00:00
disk.h
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
loadsave.cpp fixed broken savegames with duplicate items 2007-02-18 10:57:11 +00:00
location.cpp fixed engine bug preventing savegames from being consistent with the actual game status. The workaround code comes from BRA. 2007-02-19 09:31:43 +00:00
menu.cpp Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +00:00
menu.h
module.mk
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
parallaction.cpp change in debug level 2007-02-18 10:31:29 +00:00
parallaction.h Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +00:00
parser.cpp Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +00:00
parser.h
staticres.cpp Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +00:00
table.cpp More skip_whitespace -> Common::ltrim(). For real now. 2007-02-14 00:36:06 +00:00
walk.cpp Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +00:00
zone.cpp fixed regression bug preventing user from interacting with many items, notably not allowing combining items from the inventory 2007-02-19 09:25:11 +00:00
zone.h changed handling of zone labels to match original engine 2007-02-04 08:12:33 +00:00