Age | Commit message (Expand) | Author |
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 |
2006-04-02 | Moved AmigaOS 'magic cookie' to sdl.cpp, as it is port specific (porter says ... | Max Horn |
2006-04-02 | Removed built-in endian/alignment verifier (it's original purpose is mostly g... | Max Horn |
2006-04-02 | ps2_fopen uses getGameDataPath -- added FIXME comment that explain how it pro... | Max Horn |
2006-04-02 | Moved the Win/Symbian specific stdout/stderr redirect code from base/main.cpp... | Max Horn |
2006-04-02 | - changed standard inactive dialog effect to dim with 30% instead of luminance | Johannes Schickel |
2006-04-02 | Moved all debug functions to from main.cpp to util.cpp | Max Horn |
2006-04-02 | - moves some code in ThemeNew.cpp (calcGradient and calcAlpha to the bottom) | Johannes Schickel |
2006-04-02 | Removing undocumented Allegro/Qtopia port stuff -- if anybody is working on e... | Max Horn |
2006-04-02 | Fully and officially renamed our main function to scummvm_main, thus making | Max Horn |
2006-04-01 | Update gameDataPath() calls in engine, to fix compile | Travis Howell |
2006-04-01 | Typo | Max Horn |
2006-04-01 | Switch ConfigManager to use HashMap (seems to work fine over here, but an old... | Max Horn |
2006-04-01 | Simplified loading of startup.inf | Torbjörn Andersson |
2006-04-01 | Properly use registerDefault to set the default value for autosave_period | Max Horn |
2006-04-01 | Guard against too many entries in resource.inf, since there has been a TODO | Torbjörn Andersson |
2006-04-01 | Moved File::resetDefaultDirectories from Engine destructor to runGame (since ... | Max Horn |