Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-13 | Initial commit of the iPhone/iPod Touch backend | Oystein Eftevaag | |
svn-id: r29488 | |||
2007-10-29 | added 'igor' engine for the game 'Igor: Objective Uikokahonia' | Gregory Montoir | |
svn-id: r29318 | |||
2007-10-28 | Implement FR #1775044: "set extrapath from commandline" | Eugene Sandulenko | |
svn-id: r29280 | |||
2007-09-24 | Patch #1800767: "Sort the list of engines" | Eugene Sandulenko | |
svn-id: r29089 | |||
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-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break ↵ | Max Horn | |
compilation on some ports) svn-id: r28944 | |||
2007-09-11 | Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ↵ | Max Horn | |
comments; and some other related cleanup svn-id: r28890 | |||
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers | |
svn-id: r28803 | |||
2007-08-05 | Merged fsnode with trunk: r27971:28460 | David Corrales | |
svn-id: r28462 | |||
2007-07-17 | added engine stubs code for Drascula game | Paweł Kołodziejski | |
svn-id: r28130 | |||
2007-07-08 | Merged the FSNode branch with trunk r27681:27969 | David Corrales | |
svn-id: r27970 | |||
2007-07-01 | Patch #1595026: engine init/shutdown OSystem methods | Max Horn | |
svn-id: r27838 | |||
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-15 | BASE code: renamed detectMain to detectPlugin and updated some comments for ↵ | Max Horn | |
clarity; added some TODO/FIXME comments; added a dialog that's shown if the user tries to start a game for which no plugin feels responsible svn-id: r27423 | |||
2007-06-15 | Added some doxygen comments to (Plain)GameDescriptor, and added a ↵ | Max Horn | |
findPlainGameDescriptor convenience function svn-id: r27422 | |||
2007-06-12 | add DATA_PATH to directory search list when starting game | Willem Jan Palenstijn | |
svn-id: r27381 | |||
2007-06-11 | Fix for bug #1719463: "DETECTOR: Launching undefined target adds launcher entry" | Eugene Sandulenko | |
svn-id: r27352 | |||
2007-06-05 | Trunk becomes 0.11.0svn | Eugene Sandulenko | |
svn-id: r27116 | |||
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 | Reverted r26922. | Johannes Schickel | |
svn-id: r26967 | |||
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-05-22 | Simpilified Singleton implementation and usage. | Johannes Schickel | |
svn-id: r26922 | |||
2007-04-27 | Added the cruise engine to the list of plugins in plugins.cpp | Filippos Karapetis | |
svn-id: r26607 | |||
2007-04-18 | Fixed bug #1701842, after discussing with Fingolfin. | Torbjörn Andersson | |
svn-id: r26545 | |||
2007-03-03 | Allow PC Engine version of Loom to at least start up. | Travis Howell | |
svn-id: r25951 | |||
2007-03-02 | Do not use addDefaultDirectoryRecursive to add 'path', rather use the ↵ | Max Horn | |
non-recurseive addDefaultDirectory (see also bug #1672098) svn-id: r25922 | |||
2007-02-06 | Make extra information generated by launcher consistent with what we have | Eugene Sandulenko | |
in our md5 list, preferred target and Wiki. svn-id: r25398 | |||
2007-02-04 | Don't add '.' to the search dirs as a last fallback. Fixes bug #1597208 | Max Horn | |
svn-id: r25382 | |||
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-28 | Reintroduced non-static gameid() and description(), by popular(?) demand. | Marcus Comstedt | |
svn-id: r25239 | |||
2007-01-27 | Made gameid() and description() const. | Marcus Comstedt | |
svn-id: r25234 | |||
2007-01-24 | Fix for bug #1586640: SDL: Joystick/Joypad doesnt work with 0.9.0 | Max Horn | |
svn-id: r25161 | |||
2007-01-21 | Fix crash in GameDescriptor::updateDesc | Max Horn | |
svn-id: r25153 | |||
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-21 | Added game.cpp file with some funcs/methods declared in game.h | Max Horn | |
svn-id: r25137 | |||
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 | |||
2007-01-14 | Initial import of Parallaction engine | Eugene Sandulenko | |
svn-id: r25083 | |||
2006-12-28 | Fix previous commit by anotherguest | Max Horn | |
svn-id: r24942 | |||
2006-12-28 | Updated makefiles to support touche and agos naming properly | Lars Persson | |
svn-id: r24941 | |||
2006-12-19 | * Change the GameList typedef to a proper class with an additional | Max Horn | |
constructor which takes a PlainGameDescriptor 'list' * Replaced real_ADVANCED_DETECTOR_GAMEID_LIST by this new constructor * Removed ADVANCED_DETECTOR_GAMEID_LIST and ADVANCED_DETECTOR_FIND_GAMEID * Some minor cleanup svn-id: r24893 | |||
2006-11-13 | Patch #1595319: "Enable the command line --debugflags before engine.init()" | Eugene Sandulenko | |
svn-id: r24705 |