aboutsummaryrefslogtreecommitdiff
path: root/base
AgeCommit message (Expand)Author
2006-04-12Commiting Fingolfins patch to remove gamedetector usage.Lars Persson
2006-04-11Fixed crash with PalmOS ARM version : global objects are allocated but constr...Chris Apers
2006-04-08Modified the REGISTER_PLUGIN macro so that it allows (and requires) a trailin...Max Horn
2006-04-08Moved version vars from base/main.cpp to base/version.cpp; thus now version.o...Max Horn
2006-04-05Recursive current directory has a big overhead since it can point toEugene Sandulenko
2006-04-04Fix crash for a case when game path is set incorrectlyEugene Sandulenko
2006-04-04Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h insteadMax Horn
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-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-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-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-02Moved the Win/Symbian specific stdout/stderr redirect code from base/main.cpp...Max Horn
2006-04-02Moved all debug functions to from main.cpp to util.cppMax Horn
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
2006-04-01Update gameDataPath() calls in engine, to fix compileTravis Howell
2006-04-01Properly use registerDefault to set the default value for autosave_periodMax Horn
2006-04-01Moved File::resetDefaultDirectories from Engine destructor to runGame (since ...Max Horn
2006-04-01Removed yet another superfluous addDefaultDirectory call, and removed the unu...Max Horn
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2006-03-26Implement feature request #1393200: "target_md5 even for command line"Eugene Sandulenko
2006-03-25- Revert my last change with moving addDefaultDirectory() from TheneNew.cppEugene Sandulenko
2006-03-25- Move AddDefaultDirectory() calls in somon engine to constructorEugene Sandulenko
2006-03-25- Implemented case insensitive file reading. Left old system as a fallbackEugene Sandulenko
2006-03-14Positioned logo properly, added different version number rendering andEugene Sandulenko
2006-03-09Added new method DetectedGame::updateDesc, to ease generation of uniform desc...Max Horn
2006-03-09- Renamed GameSettings to PlainGameDescriptorMax Horn
2006-03-09- added new toDetectedGame() template function (analog to toGameSettings)Max Horn
2006-03-08Added alternate DetectedGame constructor, to make it possible to add games to...Max Horn
2006-03-04WIP of maemo portEugene Sandulenko
2006-02-25Small loop adjustment to compile for VC6Lars Persson
2006-02-23fixed error for msvc7, it didn't find func without Common namespacePaweł Kołodziejski
2006-02-22Added CINE plugin to PluginManager::loadPlugins() sectionGregory Montoir
2006-02-18- Merged GameDetector::detectGame() into GameDetector::detectMain()Max Horn
2006-02-18- renamed PLUGIN_getSupportedGames to PLUGIN_gameIDList for consistencyMax Horn
2006-02-18Grammar fixMax Horn
2006-02-18- Removed the 'features' field from GameSettingsMax Horn