aboutsummaryrefslogtreecommitdiff
path: root/base
AgeCommit message (Expand)Author
2008-02-03Revised Engine plugin API to only provide a single func which returns a MetaE...Max Horn
2008-02-03Migration code for users updating to the 1.1.3 iPhone firmware, which has a d...Oystein Eftevaag
2008-02-01Moved enum PluginError from base/plugins.h to common/error.hMax Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-10Revert accidental commits in rev 30372Max Horn
2008-01-10Removed obsolete FIXMEMax Horn
2007-12-28Bumping version to 0.12.0svnEugene Sandulenko
2007-11-13Initial commit of the iPhone/iPod Touch backendOystein Eftevaag
2007-10-29added 'igor' engine for the game 'Igor: Objective Uikokahonia'Gregory Montoir
2007-10-28Implement FR #1775044: "set extrapath from commandline"Eugene Sandulenko
2007-09-24Patch #1800767: "Sort the list of engines"Eugene Sandulenko
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Code formatting fixesMax Horn
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...Max Horn
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...Max Horn
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
2007-08-05Merged fsnode with trunk: r27971:28460David Corrales
2007-07-17added engine stubs code for Drascula gamePaweł Kołodziejski
2007-07-08Merged the FSNode branch with trunk r27681:27969David Corrales
2007-07-01Patch #1595026: engine init/shutdown OSystem methodsMax Horn
2007-06-23Merged the FSNode branch with trunk r27031:27680David Corrales
2007-06-16Fixed several TODO's concerning path validation.David Corrales
2007-06-15BASE code: renamed detectMain to detectPlugin and updated some comments for c...Max Horn
2007-06-15Added some doxygen comments to (Plain)GameDescriptor, and added a findPlainGa...Max Horn
2007-06-12add DATA_PATH to directory search list when starting gameWillem Jan Palenstijn
2007-06-11Fix for bug #1719463: "DETECTOR: Launching undefined target adds launcher entry"Eugene Sandulenko
2007-06-05Trunk becomes 0.11.0svnEugene Sandulenko
2007-06-05Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-27Reverted r26922.Johannes Schickel
2007-05-27Patch #1726251: Reject long commandline parameters that lack the optionMax Horn
2007-05-26Fix wrong error message as pointed out by jvprat. I.e. ./scummvm -g produced:Eugene Sandulenko
2007-05-26replace "normal" graphics scaler with "1x" in the --help text.Joost Peters
2007-05-22Simpilified Singleton implementation and usage.Johannes Schickel
2007-04-27Added the cruise engine to the list of plugins in plugins.cppFilippos Karapetis
2007-04-18Fixed bug #1701842, after discussing with Fingolfin.Torbjörn Andersson
2007-03-03Allow PC Engine version of Loom to at least start up.Travis Howell
2007-03-02Do not use addDefaultDirectoryRecursive to add 'path', rather use the non-rec...Max Horn
2007-02-06Make extra information generated by launcher consistent with what we haveEugene Sandulenko
2007-02-04Don't add '.' to the search dirs as a last fallback. Fixes bug #1597208Max Horn
2007-02-03Change s_appName from Common::String to const char * on all platformsMax Horn
2007-01-28Always set gameid & description in a GameDescriptor (somewhat more future pro...Max Horn
2007-01-28Fix regression which prevented to run games specified only in command lineEugene Sandulenko
2007-01-28Reintroduced non-static gameid() and description(), by popular(?) demand.Marcus Comstedt
2007-01-27Made gameid() and description() const.Marcus Comstedt
2007-01-24Fix for bug #1586640: SDL: Joystick/Joypad doesnt work with 0.9.0Max Horn
2007-01-21Fix crash in GameDescriptor::updateDescMax Horn
2007-01-21Don't mkdir the default savepath whenever we startup; rather, mkdir (on Unix/...Max Horn