Age | Commit message (Expand) | Author |
2006-04-04 | Small updates to intiate variable and member visibility. | Lars Persson |
2006-04-04 | Added const qualifier | Max Horn |
2006-04-04 | Paranoia change: catch invalid 'method' value in generateDetectName | Max Horn |
2006-04-04 | Use iterator API to iterate over all entries in the file list | Max Horn |
2006-04-04 | Some more FS code cleanup | Max Horn |
2006-04-04 | Possible bug in the Symbian FS code? | Max Horn |
2006-04-04 | oops | Max Horn |
2006-04-04 | Removing more pseudo copy constructors in favor of the standard copy construc... | Max Horn |
2006-04-04 | Rewrote sort code to use iterators (means it can be used with any container n... | Max Horn |
2006-04-04 | We don't need wchar_t -> removing this to improve portability | Max Horn |
2006-04-04 | Remove SCUMMVM_USE_LONG_INT from DC port. | Marcus Comstedt |
2006-04-04 | Completed disassembly of the Lure pathfinding code | Paul Gilbert |
2006-04-04 | o_printStr() always uses box1 for FF | Travis Howell |
2006-04-04 | _noRightClick got reversed in setVerb for FF | Travis Howell |
2006-04-04 | Add skipSpeech difference in FF | Travis Howell |
2006-04-04 | Add verb codes differences in FF | Travis Howell |
2006-04-04 | Added stub for FF right-clicking. | Torbjörn Andersson |
2006-04-04 | Adjust clear/restore window for FF | Travis Howell |
2006-04-04 | More work on oracle in FF | Travis Howell |
2006-04-04 | Work around glitchy drawing of the Oracle icon, after discussing with Kirben. | Torbjörn Andersson |
2006-04-04 | Remove debug left over | Travis Howell |
2006-04-04 | More work on oracle in FF | Travis Howell |
2006-04-03 | Added comment on why we use getcwd in POSIXFilesystemNode at all | Max Horn |
2006-04-03 | Fix AbstractFilesystemNode::wrap to not call (indirectly) getRoot, just to th... | Max Horn |
2006-04-03 | Various changes to POSIXFilesystemNode: | Max Horn |
2006-04-03 | Add initial support for oracle icons in FF | Travis Howell |
2006-04-03 | Removing outdated and obsolete comment | Max Horn |
2006-04-03 | Since GF_HE_CURSORLESS is gone now, we can remove this special case for 'lost' | Max Horn |
2006-04-03 | GF_HE_CURSORLESS feature flag not required, since HE games always set a defau... | Travis Howell |
2006-04-03 | Added variant string for some HE games | Max Horn |
2006-04-03 | Merged d_draw.cpp and rdwin.cpp (what little remained of them) into screen.cpp. | Torbjörn Andersson |
2006-04-02 | cleanup | Max Horn |
2006-04-02 | Set gDebugLevel in a single unified spot, instead of two different places | Max Horn |
2006-04-02 | Treat 'targes' like the other command line 'commands' | Max Horn |
2006-04-02 | Move handling of --list-targets and --list-games to a later point (after plug... | Max Horn |
2006-04-02 | Process the command line args before passing them to GUI::Actions::init (so t... | Max Horn |
2006-04-02 | To detect specific games, you want to look at the gameid, not the targetname ... | Max Horn |
2006-04-02 | Compute the value GameDetector::_gameid *immediately* after _targetName has b... | Max Horn |
2006-04-02 | Fixed '-f BAR' command line argument style (as opposed to '-fBAR' and '-foo=B... | Max Horn |
2006-04-02 | Use the new command line parsing code to handle --config and --debugflags, too | Max Horn |
2006-04-02 | Split GameDetector::parseCommandLine into a static parseCommandLine method wh... | Max Horn |
2006-04-02 | Don't try to copy str to _talkBuffer if str is pointing to _talkBuffer. Apart | Torbjörn Andersson |
2006-04-02 | Added missing backslash, oops | Max Horn |
2006-04-02 | - The command line parser now doesn't work in reverse order anymore. | Max Horn |
2006-04-02 | Backends now are also responsile for deiniting properly. In particular, moved... | Max Horn |
2006-04-02 | With this change, backends are now responsible for instantiating their OSyste... | Max Horn |
2006-04-02 | Fix console output been redirected under win32 build, due to main changes. Re... | Travis Howell |
2006-04-02 | Fixing the X11 & NULL backends by adding main() | Max Horn |
2006-04-02 | Only include gui/launcher.h if it is used; cleanup | Max Horn |
2006-04-02 | Move gDebugLevel to common/util.cpp (where most other debug() related stuff a... | Max Horn |