aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-27- moving KyraEngine_v3 declaration to newly added kyra3.hJohannes Schickel
2006-07-27Workaround for bug #1498221 ("KYRA1: Glitches when meeting Zanthia").Johannes Schickel
2006-07-26Make the midi player threadsafe (this should fix bug #1506583 "KYRA1: Crash o...Johannes Schickel
2006-07-26Fade out the music when using the Kyra 3 menu to exit. (The original does, andTorbjörn Andersson
2006-07-26End the Kyra 3 menu screen if _quitFlag is set.Torbjörn Andersson
2006-07-26hotfix for bug #1519449 (scaling/crash issue) (backport)Kostas Nakos
2006-07-26fix bug 1521718 (dpad mouse emulation) (backport)Kostas Nakos
2006-07-26Removed unnecessary #includeTorbjörn Andersson
2006-07-26Skips scroll down sequence then the user wishes to skip the intro.Johannes Schickel
2006-07-26Nicer quit handling in the intro sequences.Johannes Schickel
2006-07-25Add support for looping the kyra3 main menu.Johannes Schickel
2006-07-25Check uppercase and lowercase, when confirming quit in Simon the Sorcerer 1/2Travis Howell
2006-07-24Fix bug #1496523 - MM: Weird Ed appears backwards at doorTravis Howell
2006-07-24Documenting Common::File a bit.Johannes Schickel
2006-07-24Fix bug #1527630 - ZAK FM-TOWNS: Actor (Caponian) picks wrong lineTravis Howell
2006-07-23Use #include "..." instead of #include <...> for pack-start.h and pack-end.hTorbjörn Andersson
2006-07-23Changed __lure_res_h__ to LURE_RES_H etc for consistency.Torbjörn Andersson
2006-07-23Changed SAGA_ACTOR_H__ to SAGA_ACTOR_H etc for consistency.Torbjörn Andersson
2006-07-23String class usage cleanupMax Horn
2006-07-23Removed GCC_PACK that must have been re-added by accident.Torbjörn Andersson
2006-07-23Added extra hotspot flags bytes needed for asking Ratpouch for an object, and...Paul Gilbert
2006-07-23Initial commit of tool to create lure.dat filePaul Gilbert
2006-07-23Add kyra skip intro key (backport).Kostas Nakos
2006-07-23The GUI now uses the cursor palette for all themes. Therefore, it shouldn't beTorbjörn Andersson
2006-07-23Initialise the screen before creating the music driver. The MT-32 driver wantsTorbjörn Andersson
2006-07-23Warn if copyRectToScreen() is called before _screen is created, since it'sTorbjörn Andersson
2006-07-23No need for packing SaveInfoSection and ThumbnailHeader anymore.Johannes Schickel
2006-07-22Clear the active domain when (re)opening the launcher dialog. This fixes bugTorbjörn Andersson
2006-07-22Adding unit test for struct packingMax Horn
2006-07-22Fix struct packing issues (macros are not resolve in #pragma params, at least...Max Horn
2006-07-22Added some warnings if md5_file is used on an illegal FilesystemNode.Johannes Schickel
2006-07-22Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -d...Johannes Schickel
2006-07-22Part of the FreeMiNT patchMax Horn
2006-07-22Hardcoding header size of the Thumbnail and of the Info section of scumm games.Johannes Schickel
2006-07-22Fixing compiler warnings under amd64.Johannes Schickel
2006-07-22Removing '/' at pathsnames of calls to "File::addDefaultDirectory" since it c...Johannes Schickel
2006-07-22Using FilesystemNode::name instead of FilesystemNode::displayName in the file...Johannes Schickel
2006-07-22Fixed DO_OPTION_OPT so that the '=' is no longer required in long options. (TheTorbjörn Andersson
2006-07-22Return false for directories on md5_file with a FSNode as param.Johannes Schickel
2006-07-22- let md5_file accept a FilesystemNode too Johannes Schickel
2006-07-22Using FilesystemNode::name instead of FilesystemNode::displayName in all game...Johannes Schickel
2006-07-22Using FilesystemNode::name instead of FilesystemNode::displayName in the swor...Johannes Schickel
2006-07-22Using FilesystemNode::name instead of FilesystemNode::displayName in the swor...Johannes Schickel
2006-07-22Using FilesystemNode::name instead of FilesystemNode::displayName in the Gobl...Johannes Schickel
2006-07-22Changes usage of FilesystemNode::name to FilesystemNode::displayName in the d...Johannes Schickel
2006-07-22Added FilesystemNode::name methodMax Horn
2006-07-22Speed increase for DS port - uses cache ram to store SIN_TABLE. Other versio...Neil Millstone
2006-07-22Cleanup.Torbjörn Andersson
2006-07-22Changing usage of FSNode::displayName to FSNode::pathJohannes Schickel
2006-07-21o Proper ScummVM copyrightsEugene Sandulenko