aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-04Allow symlinks to directories for FS;es with D_TYPE support.Eugene Sandulenko
svn-id: r21616
2006-04-04Symlinks are also valid filesEugene Sandulenko
svn-id: r21615
2006-04-04Fix crash for a case when game path is set incorrectlyEugene Sandulenko
svn-id: r21614
2006-04-04Add inventory array differences in FF and minor cleanupTravis Howell
svn-id: r21613
2006-04-04Rename variable in FSList::sort() to avoid conflict with system definesTravis Howell
svn-id: r21612
2006-04-04TypoMax Horn
svn-id: r21611
2006-04-04Fix freddicove detection.Eugene Sandulenko
svn-id: r21610
2006-04-04Initialize uninitialized variable.Eugene Sandulenko
svn-id: r21609
2006-04-04Removed extra exclamation marks in warning() calls as well.Eugene Sandulenko
svn-id: r21608
2006-04-04Since our debug() adds an exclamation mark at the message end, removeEugene Sandulenko
it in several calls to avoid duplication!!11! svn-id: r21607
2006-04-04Fix md5 for German IHNMEugene Sandulenko
svn-id: r21606
2006-04-04Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h insteadMax Horn
svn-id: r21605
2006-04-04Small updates to intiate variable and member visibility.Lars Persson
svn-id: r21604
2006-04-04Added const qualifierMax Horn
svn-id: r21603
2006-04-04Paranoia change: catch invalid 'method' value in generateDetectNameMax Horn
svn-id: r21602
2006-04-04Use iterator API to iterate over all entries in the file listMax Horn
svn-id: r21601
2006-04-04Some more FS code cleanupMax Horn
svn-id: r21600
2006-04-04Possible bug in the Symbian FS code?Max Horn
svn-id: r21599
2006-04-04oopsMax Horn
svn-id: r21598
2006-04-04Removing more pseudo copy constructors in favor of the standard copy ↵Max Horn
constructor (gee, everybody is copying my bad code, it seems ;-) svn-id: r21597
2006-04-04Rewrote sort code to use iterators (means it can be used with any container ↵Max Horn
now, in theory at least) svn-id: r21596
2006-04-04We don't need wchar_t -> removing this to improve portabilityMax Horn
svn-id: r21595
2006-04-04Remove SCUMMVM_USE_LONG_INT from DC port.Marcus Comstedt
svn-id: r21594
2006-04-04Completed disassembly of the Lure pathfinding codePaul Gilbert
svn-id: r21593
2006-04-04o_printStr() always uses box1 for FFTravis Howell
svn-id: r21592
2006-04-04_noRightClick got reversed in setVerb for FFTravis Howell
svn-id: r21591
2006-04-04Add skipSpeech difference in FFTravis Howell
svn-id: r21590
2006-04-04Add verb codes differences in FFTravis Howell
svn-id: r21589
2006-04-04Added stub for FF right-clicking.Torbjörn Andersson
svn-id: r21588
2006-04-04Adjust clear/restore window for FFTravis Howell
svn-id: r21587
2006-04-04More work on oracle in FFTravis Howell
svn-id: r21586
2006-04-04Work around glitchy drawing of the Oracle icon, after discussing with Kirben.Torbjörn Andersson
But it's still unclear *why* the first 16 bytes should be skipped; hence the Big Scary Comment (tm). svn-id: r21585
2006-04-04Remove debug left overTravis Howell
svn-id: r21584
2006-04-04More work on oracle in FFTravis Howell
svn-id: r21583
2006-04-03Added comment on why we use getcwd in POSIXFilesystemNode at allMax Horn
svn-id: r21582
2006-04-03Fix AbstractFilesystemNode::wrap to not call (indirectly) getRoot, just to ↵Max Horn
throw away the result immediately again (which (a) caused a slowdown and (b) a leak, both fixed now) svn-id: r21581
2006-04-03Various changes to POSIXFilesystemNode:Max Horn
- Removed pseudo copy constructor, use the automatically generated one instead. - Do not always call stat() whenever creating a POSIXFilesystemNode from a path. - Use lastPathComponent in POSIXFilesystemNode(path) constructor. - Some further cleanup. svn-id: r21580
2006-04-03Add initial support for oracle icons in FFTravis Howell
svn-id: r21579
2006-04-03Removing outdated and obsolete commentMax Horn
svn-id: r21578
2006-04-03Since GF_HE_CURSORLESS is gone now, we can remove this special case for 'lost'Max Horn
svn-id: r21577
2006-04-03GF_HE_CURSORLESS feature flag not required, since HE games always set a ↵Travis Howell
default cursor too. svn-id: r21576
2006-04-03Added variant string for some HE gamesMax Horn
svn-id: r21574
2006-04-03Merged d_draw.cpp and rdwin.cpp (what little remained of them) into screen.cpp.Torbjörn Andersson
svn-id: r21573
2006-04-02cleanupMax Horn
svn-id: r21572
2006-04-02Set gDebugLevel in a single unified spot, instead of two different placesMax Horn
svn-id: r21571
2006-04-02Treat 'targes' like the other command line 'commands'Max Horn
svn-id: r21570
2006-04-02Move handling of --list-targets and --list-games to a later point (after ↵Max Horn
plugin & config file loading), to make them work properly again. svn-id: r21569
2006-04-02Process the command line args before passing them to GUI::Actions::init (so ↵Max Horn
that _targetName & _gameid are set) svn-id: r21568
2006-04-02To detect specific games, you want to look at the gameid, not the targetname ↵Max Horn
(which can take on arbitrary values) svn-id: r21567
2006-04-02Compute the value GameDetector::_gameid *immediately* after _targetName has ↵Max Horn
been set (this ensures that both are always in sync) svn-id: r21566