aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-04-02Fixed '-f BAR' command line argument style (as opposed to '-fBAR' and '-foo=B...Max Horn
2006-04-02Use the new command line parsing code to handle --config and --debugflags, tooMax Horn
2006-04-02Split GameDetector::parseCommandLine into a static parseCommandLine method wh...Max Horn
2006-04-02Don't try to copy str to _talkBuffer if str is pointing to _talkBuffer. ApartTorbjörn Andersson
2006-04-02Added missing backslash, oopsMax Horn
2006-04-02- The command line parser now doesn't work in reverse order anymore.Max Horn
2006-04-02Backends now are also responsile for deiniting properly. In particular, moved...Max Horn
2006-04-02With this change, backends are now responsible for instantiating their OSyste...Max Horn
2006-04-02Fix console output been redirected under win32 build, due to main changes. Re...Travis Howell
2006-04-02Fixing the X11 & NULL backends by adding main()Max Horn
2006-04-02Only include gui/launcher.h if it is used; cleanupMax Horn
2006-04-02Move gDebugLevel to common/util.cpp (where most other debug() related stuff a...Max Horn
2006-04-02Moved AmigaOS 'magic cookie' to sdl.cpp, as it is port specific (porter says ...Max Horn
2006-04-02Removed built-in endian/alignment verifier (it's original purpose is mostly g...Max Horn
2006-04-02ps2_fopen uses getGameDataPath -- added FIXME comment that explain how it pro...Max Horn
2006-04-02Moved 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 luminanceJohannes Schickel
2006-04-02Moved all debug functions to from main.cpp to util.cppMax Horn
2006-04-02- moves some code in ThemeNew.cpp (calcGradient and calcAlpha to the bottom)Johannes Schickel
2006-04-02Removing undocumented Allegro/Qtopia port stuff -- if anybody is working on e...Max Horn
2006-04-02Fully and officially renamed our main function to scummvm_main, thus makingMax Horn