Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-04 | Allow symlinks to directories for FS;es with D_TYPE support. | Eugene Sandulenko | |
svn-id: r21616 | |||
2006-04-04 | Symlinks are also valid files | Eugene Sandulenko | |
svn-id: r21615 | |||
2006-04-04 | Fix crash for a case when game path is set incorrectly | Eugene Sandulenko | |
svn-id: r21614 | |||
2006-04-04 | Add inventory array differences in FF and minor cleanup | Travis Howell | |
svn-id: r21613 | |||
2006-04-04 | Rename variable in FSList::sort() to avoid conflict with system defines | Travis Howell | |
svn-id: r21612 | |||
2006-04-04 | Typo | Max Horn | |
svn-id: r21611 | |||
2006-04-04 | Fix freddicove detection. | Eugene Sandulenko | |
svn-id: r21610 | |||
2006-04-04 | Initialize uninitialized variable. | Eugene Sandulenko | |
svn-id: r21609 | |||
2006-04-04 | Removed extra exclamation marks in warning() calls as well. | Eugene Sandulenko | |
svn-id: r21608 | |||
2006-04-04 | Since our debug() adds an exclamation mark at the message end, remove | Eugene Sandulenko | |
it in several calls to avoid duplication!!11! svn-id: r21607 | |||
2006-04-04 | Fix md5 for German IHNM | Eugene Sandulenko | |
svn-id: r21606 | |||
2006-04-04 | Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead | Max Horn | |
svn-id: r21605 | |||
2006-04-04 | Small updates to intiate variable and member visibility. | Lars Persson | |
svn-id: r21604 | |||
2006-04-04 | Added const qualifier | Max Horn | |
svn-id: r21603 | |||
2006-04-04 | Paranoia change: catch invalid 'method' value in generateDetectName | Max Horn | |
svn-id: r21602 | |||
2006-04-04 | Use iterator API to iterate over all entries in the file list | Max Horn | |
svn-id: r21601 | |||
2006-04-04 | Some more FS code cleanup | Max Horn | |
svn-id: r21600 | |||
2006-04-04 | Possible bug in the Symbian FS code? | Max Horn | |
svn-id: r21599 | |||
2006-04-04 | oops | Max Horn | |
svn-id: r21598 | |||
2006-04-04 | Removing 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-04 | Rewrote 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-04 | We don't need wchar_t -> removing this to improve portability | Max Horn | |
svn-id: r21595 | |||
2006-04-04 | Remove SCUMMVM_USE_LONG_INT from DC port. | Marcus Comstedt | |
svn-id: r21594 | |||
2006-04-04 | Completed disassembly of the Lure pathfinding code | Paul Gilbert | |
svn-id: r21593 | |||
2006-04-04 | o_printStr() always uses box1 for FF | Travis Howell | |
svn-id: r21592 | |||
2006-04-04 | _noRightClick got reversed in setVerb for FF | Travis Howell | |
svn-id: r21591 | |||
2006-04-04 | Add skipSpeech difference in FF | Travis Howell | |
svn-id: r21590 | |||
2006-04-04 | Add verb codes differences in FF | Travis Howell | |
svn-id: r21589 | |||
2006-04-04 | Added stub for FF right-clicking. | Torbjörn Andersson | |
svn-id: r21588 | |||
2006-04-04 | Adjust clear/restore window for FF | Travis Howell | |
svn-id: r21587 | |||
2006-04-04 | More work on oracle in FF | Travis Howell | |
svn-id: r21586 | |||
2006-04-04 | Work 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-04 | Remove debug left over | Travis Howell | |
svn-id: r21584 | |||
2006-04-04 | More work on oracle in FF | Travis Howell | |
svn-id: r21583 | |||
2006-04-03 | Added comment on why we use getcwd in POSIXFilesystemNode at all | Max Horn | |
svn-id: r21582 | |||
2006-04-03 | Fix 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-03 | Various 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-03 | Add initial support for oracle icons in FF | Travis Howell | |
svn-id: r21579 | |||
2006-04-03 | Removing outdated and obsolete comment | Max Horn | |
svn-id: r21578 | |||
2006-04-03 | Since GF_HE_CURSORLESS is gone now, we can remove this special case for 'lost' | Max Horn | |
svn-id: r21577 | |||
2006-04-03 | GF_HE_CURSORLESS feature flag not required, since HE games always set a ↵ | Travis Howell | |
default cursor too. svn-id: r21576 | |||
2006-04-03 | Added variant string for some HE games | Max Horn | |
svn-id: r21574 | |||
2006-04-03 | Merged d_draw.cpp and rdwin.cpp (what little remained of them) into screen.cpp. | Torbjörn Andersson | |
svn-id: r21573 | |||
2006-04-02 | cleanup | Max Horn | |
svn-id: r21572 | |||
2006-04-02 | Set gDebugLevel in a single unified spot, instead of two different places | Max Horn | |
svn-id: r21571 | |||
2006-04-02 | Treat 'targes' like the other command line 'commands' | Max Horn | |
svn-id: r21570 | |||
2006-04-02 | Move 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-02 | Process the command line args before passing them to GUI::Actions::init (so ↵ | Max Horn | |
that _targetName & _gameid are set) svn-id: r21568 | |||
2006-04-02 | To 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-02 | Compute the value GameDetector::_gameid *immediately* after _targetName has ↵ | Max Horn | |
been set (this ensures that both are always in sync) svn-id: r21566 |