aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-04Allow symlinks to directories for FS;es with D_TYPE support.Eugene Sandulenko
2006-04-04Symlinks are also valid filesEugene Sandulenko
2006-04-04Fix crash for a case when game path is set incorrectlyEugene Sandulenko
2006-04-04Add inventory array differences in FF and minor cleanupTravis Howell
2006-04-04Rename variable in FSList::sort() to avoid conflict with system definesTravis Howell
2006-04-04TypoMax Horn
2006-04-04Fix freddicove detection.Eugene Sandulenko
2006-04-04Initialize uninitialized variable.Eugene Sandulenko
2006-04-04Removed extra exclamation marks in warning() calls as well.Eugene Sandulenko
2006-04-04Since our debug() adds an exclamation mark at the message end, removeEugene Sandulenko
2006-04-04Fix md5 for German IHNMEugene Sandulenko
2006-04-04Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h insteadMax Horn
2006-04-04Small updates to intiate variable and member visibility.Lars Persson
2006-04-04Added const qualifierMax Horn
2006-04-04Paranoia change: catch invalid 'method' value in generateDetectNameMax Horn
2006-04-04Use iterator API to iterate over all entries in the file listMax Horn
2006-04-04Some more FS code cleanupMax Horn
2006-04-04Possible bug in the Symbian FS code?Max Horn
2006-04-04oopsMax Horn
2006-04-04Removing more pseudo copy constructors in favor of the standard copy construc...Max Horn
2006-04-04Rewrote sort code to use iterators (means it can be used with any container n...Max Horn
2006-04-04We don't need wchar_t -> removing this to improve portabilityMax Horn
2006-04-04Remove SCUMMVM_USE_LONG_INT from DC port.Marcus Comstedt
2006-04-04Completed disassembly of the Lure pathfinding codePaul Gilbert
2006-04-04o_printStr() always uses box1 for FFTravis Howell
2006-04-04_noRightClick got reversed in setVerb for FFTravis Howell
2006-04-04Add skipSpeech difference in FFTravis Howell
2006-04-04Add verb codes differences in FFTravis Howell
2006-04-04Added stub for FF right-clicking.Torbjörn Andersson
2006-04-04Adjust clear/restore window for FFTravis Howell
2006-04-04More work on oracle in FFTravis Howell
2006-04-04Work around glitchy drawing of the Oracle icon, after discussing with Kirben.Torbjörn Andersson
2006-04-04Remove debug left overTravis Howell
2006-04-04More work on oracle in FFTravis Howell
2006-04-03Added comment on why we use getcwd in POSIXFilesystemNode at allMax Horn
2006-04-03Fix AbstractFilesystemNode::wrap to not call (indirectly) getRoot, just to th...Max Horn
2006-04-03Various changes to POSIXFilesystemNode:Max Horn
2006-04-03Add initial support for oracle icons in FFTravis Howell
2006-04-03Removing outdated and obsolete commentMax Horn
2006-04-03Since GF_HE_CURSORLESS is gone now, we can remove this special case for 'lost'Max Horn
2006-04-03GF_HE_CURSORLESS feature flag not required, since HE games always set a defau...Travis Howell
2006-04-03Added variant string for some HE gamesMax Horn
2006-04-03Merged d_draw.cpp and rdwin.cpp (what little remained of them) into screen.cpp.Torbjörn Andersson
2006-04-02cleanupMax Horn
2006-04-02Set gDebugLevel in a single unified spot, instead of two different placesMax Horn
2006-04-02Treat 'targes' like the other command line 'commands'Max Horn
2006-04-02Move handling of --list-targets and --list-games to a later point (after plug...Max Horn
2006-04-02Process the command line args before passing them to GUI::Actions::init (so t...Max Horn
2006-04-02To detect specific games, you want to look at the gameid, not the targetname ...Max Horn
2006-04-02Compute the value GameDetector::_gameid *immediately* after _targetName has b...Max Horn