scummvm/engines/parallaction
Nicola Mettifogo 4e6e57eb53 adjusted wrong comment
svn-id: r25670
2007-02-18 08:45:22 +00:00
..
animation.cpp Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +00:00
archive.cpp Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +00:00
callables.cpp Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +00:00
commands.cpp Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +00:00
commands.h Initial import of Parallaction engine 2007-01-14 21:29:12 +00:00
debug.cpp Initial import of Parallaction engine 2007-01-14 21:29:12 +00:00
defs.h More skip_whitespace -> Common::ltrim(). For real now. 2007-02-14 00:36:06 +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 Initial import of Parallaction engine 2007-01-14 21:29:12 +00:00
graphics.cpp fixed regression bug causing labels not to be aligned properly when near the right border 2007-02-17 21:19:55 +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 Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +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 adjusted wrong comment 2007-02-18 08:45:22 +00:00
location.cpp Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +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 Initial import of Parallaction engine 2007-01-14 21:29:12 +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 Changed spaces to tabs again. 2007-02-17 16:06:34 +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 Initial import of Parallaction engine 2007-01-14 21:29:12 +00:00
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 Some indentation and format changes. Mostly replacing spaces with tabs. 2007-02-17 15:37:49 +00:00
zone.h changed handling of zone labels to match original engine 2007-02-04 08:12:33 +00:00