Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-02 | POSIX: Use XDG specification for default save path. | Johannes Schickel | |
This is what the XDG Base Directory Specification suggests to use. We still use ~/.scummvm as default path in case the directory exists. This tackles an aspect of bug #6036 "POSIX: Use XDG dirs instead of HOME". | |||
2014-02-18 | POSIX: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-05-25 | SAMSUNGTV: change default path | Pawel Kolodziejski | |
2011-05-25 | BUILD: Rename UNIX #define to POSIX | Max Horn | |
2011-05-24 | SAMSUNGTV: changed paths | Pawel Kolodziejski | |
2011-05-23 | BACKENDS: Move SCUMMVM_SAVEPATH env var handling to POSIX savefile manager | Max Horn | |
2011-05-23 | SAMSUNGTV: update port | Pawel Kolodziejski | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-08 | IRIX: Fix compilation | Joost Peters | |
2011-05-02 | ALL: Mark printf and various other symbols as forbidden | Max Horn | |
Right now, a few places in the frontend code still use printf and consorts. We mark the affected files with a FIXME for now, and add a dedicated exception for each. To be fixed! Also tweak FORBIDDEN_SYMBOL_REPLACEMENT to hopefully really always enforce a compiler error | |||
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2010-11-29 | BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs | Max Horn | |
svn-id: r54573 | |||
2009-11-09 | added support for samsung tv | Paweł Kołodziejski | |
svn-id: r45777 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-11-06 | Merged SFMError into Common::Error, added some new error codes; revised some ↵ | Max Horn | |
error handling in DefaultSaveManager svn-id: r34915 | |||
2008-11-03 | * turned DefaultSaveFileManager::checkPath into a virtual method | Max Horn | |
* add a subclass of DefaultSaveFileManager for UNIX, POSIXSaveFileManager, which overloads checkPath * switched SDL backend to use POSIXSaveFileManager if UNIX is #defined svn-id: r34872 |