Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵ | Max Horn | |
'typedef Common::String String;' name aliases svn-id: r34302 | |||
2008-08-16 | Added documentation to the README, also added --list-saves to the ↵ | Christopher Page | |
HELP_STRING in commandline.cpp svn-id: r33922 | |||
2008-08-05 | Committed my patch #2026097 ("ALSA: Try both 65:0 and 17:0 by default"), with a | Torbjörn Andersson | |
slight modification to the README changes. (I don't know how to interpret all the output from aconnect, so I'm only documenting "the most important bit".) svn-id: r33648 | |||
2008-08-04 | Moved ConfMan.registerDefault calls for savepath to DefaultSaveFileManager ↵ | Max Horn | |
(eventually, should be pushed into backends/platform/ code) svn-id: r33614 | |||
2008-07-29 | Changed output of --test-detector: multiple hits with same gameid now only ↵ | Max Horn | |
are a warning, not a failure svn-id: r33387 | |||
2008-07-27 | Fixed the Symbian default savepath, but adding the needed \ at the end and ↵ | Lars Persson | |
now as a string. svn-id: r33347 | |||
2008-07-27 | Fixed the Symbian default savepath, but adding the needed \ at the end. | Lars Persson | |
svn-id: r33345 | |||
2008-05-26 | Fixed some code formatting thanks to LordHoto | Jordi Vilalta Prat | |
svn-id: r32275 | |||
2008-05-23 | Use default save game class | Chris Apers | |
svn-id: r32227 | |||
2008-05-13 | - Added operator-> to Plugin subclasses so they don't have to reimplement ↵ | Jordi Vilalta Prat | |
the PluginObject subclass interfaces (thanks to Fingolfin for suggesting it) - Added the PluginSubclass template to help creating Plugin subclasses svn-id: r32082 | |||
2008-05-12 | - Added an engine plugin manager and moved engine specific functionality into it | Jordi Vilalta Prat | |
- base/plugins.* reorganization svn-id: r32045 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-02-15 | Removed unused #include | Max Horn | |
svn-id: r30870 | |||
2008-02-04 | Commited updated version of my own patch #1868402: Basic savestate plugin API | Max Horn | |
svn-id: r30786 | |||
2008-02-03 | Migration code for users updating to the 1.1.3 iPhone firmware, which has a ↵ | Oystein Eftevaag | |
different directory structure and permission setup svn-id: r30761 | |||
2008-01-10 | Removed obsolete FIXME | Max Horn | |
svn-id: r30372 | |||
2007-11-13 | Initial commit of the iPhone/iPod Touch backend | Oystein Eftevaag | |
svn-id: r29488 | |||
2007-10-28 | Implement FR #1775044: "set extrapath from commandline" | Eugene Sandulenko | |
svn-id: r29280 | |||
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko | |
svn-id: r28968 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-18 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-06-23 | Merged the FSNode branch with trunk r27031:27680 | David Corrales | |
svn-id: r27681 | |||
2007-06-16 | Fixed several TODO's concerning path validation. | David Corrales | |
svn-id: r27472 | |||
2007-06-11 | Fix for bug #1719463: "DETECTOR: Launching undefined target adds launcher entry" | Eugene Sandulenko | |
svn-id: r27352 | |||
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode ↵ | David Corrales | |
implementations. Also exposed the new methods (exists, isReadable and isWritable) in FilesystemNode. svn-id: r27113 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-27 | Patch #1726251: Reject long commandline parameters that lack the option | Max Horn | |
svn-id: r26961 | |||
2007-05-26 | Fix wrong error message as pointed out by jvprat. I.e. ./scummvm -g produced: | Eugene Sandulenko | |
"Option '(null)' requires an argument" svn-id: r26941 | |||
2007-05-26 | replace "normal" graphics scaler with "1x" in the --help text. | Joost Peters | |
"normal" is not documented in the README and is apparently some legacy option, the SDL backend source implies that using "normal" mode would use a 1x scaler, but using it seems no different from the default "2x" scaler, so this option is basically useless, even though parseCommandLine() still accepts both "normal" and "default" (which seems completely undocumented)... argh! svn-id: r26936 | |||
2007-03-03 | Allow PC Engine version of Loom to at least start up. | Travis Howell | |
svn-id: r25951 | |||
2007-02-03 | Change s_appName from Common::String to const char * on all platforms | Max Horn | |
svn-id: r25354 | |||
2007-01-28 | Always set gameid & description in a GameDescriptor (somewhat more future ↵ | Max Horn | |
proof fix for the recent regression caused by the changes to gameid() / description() ) svn-id: r25242 | |||
2007-01-28 | Fix regression which prevented to run games specified only in command line | Eugene Sandulenko | |
and not in config file. svn-id: r25240 | |||
2007-01-24 | Fix for bug #1586640: SDL: Joystick/Joypad doesnt work with 0.9.0 | Max Horn | |
svn-id: r25161 | |||
2007-01-21 | Don't mkdir the default savepath whenever we startup; rather, mkdir (on ↵ | Max Horn | |
Unix/Symbian, at least) the savedir just before we need it, i.e. just before saving. Fixes bug #1504398 svn-id: r25150 | |||
2007-01-21 | Make use of HashMap::getVal/setVal, and some cleanup | Max Horn | |
svn-id: r25138 | |||
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko | |
return StringMap instead of fixed list of parameters. This adds great flexibility. Current patch should not alter any functionality, i.e. if there are regressions, submit a report. Phase 2 will benefit from these changes and will come later. svn-id: r25134 | |||
2006-10-07 | Whitespaces. | Johannes Schickel | |
svn-id: r24179 | |||
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵ | Max Horn | |
the linker dependency graph). Porters will have to update project files svn-id: r23974 | |||
2006-07-31 | * Added copyright string to all engine plugins | Max Horn | |
* Modified about dialog to list all available plugins with their resp. copyright * Modified about dialog credits to show the GPL last (like movie end credits do with their legal text, too) svn-id: r23645 | |||
2006-07-22 | Fixed DO_OPTION_OPT so that the '=' is no longer required in long options. (The | Torbjörn Andersson | |
value is, as the name implies, optional.) This fixes bug #1526483. svn-id: r23561 | |||
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn | |
Rationale: backend implementations belong to backends/, but portable APIs meant to be used by high level code is for common / sound / graphics / ... (compare also with backends/midi vs. sound/mididrv.h) svn-id: r23274 | |||
2006-06-14 | Added --themepath option, and documented (very briefly) the --gui-theme option. | Torbjörn Andersson | |
svn-id: r23108 | |||
2006-06-01 | Fixed problem when building and debugging using Symbian Emulator. | Lars Persson | |
svn-id: r22820 | |||
2006-05-31 | Only do warning for path create failure and not error as it can be set ↵ | Lars Persson | |
within scummvm. svn-id: r22797 | |||
2006-05-23 | Compile fix for GP32 and PalmOS. GP32 port still doesn't work since when GUI ↵ | Won Star | |
code changed... svn-id: r22583 | |||
2006-05-18 | --force-1x-overlay is no more. Remove leftovers. | Eugene Sandulenko | |
svn-id: r22519 | |||
2006-05-13 | fix VS2005 compilation warnings | Andrew Kurushin | |
svn-id: r22431 | |||
2006-05-09 | - Updated MSVC8 project files | Eugene Sandulenko | |
- Renamed base/options.cpp to base/commandLine.cpp because of conflict with gui/options.cpp which sit in same directory in MSVC builds - Moved AudioCDManager singleton declaration outside of Audio namespace - Fixed numerous MSVC warning of potentially uninitialized variables and int <-> bool conversions. svn-id: r22397 |