Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-07 | WINCE: Add FIXME for timer code (maintainer notified) | Max Horn | |
2011-06-07 | WII: Use OSystem's 'slots' for timer/savefile manager | Max Horn | |
2011-06-07 | PSP: Use OSystem's 'slots' for timer/savefile manager | Max Horn | |
2011-06-07 | PS2: Use OSystem's 'slots' for timer/savefile manager | Max Horn | |
2011-06-07 | N64: Use OSystem's 'slots' for timer/savefile manager | Max Horn | |
2011-06-07 | IPHONE: Use OSystem's 'slots' for timer/savefile manager | Max Horn | |
2011-06-07 | DS: Use OSystem's 'slot' for timer manager | Max Horn | |
2011-06-07 | ANDROID: Use OSystem's 'slots' for timer/savefile manager & fsfactory | Max Horn | |
2011-06-07 | DC: Use OSystem's 'slots' for timer/savefile manager & fsFactory | Max Horn | |
2011-06-07 | OPENPANDORA: Remove some dead code | Max Horn | |
2011-06-07 | IPHONE: Fix a typo, fix compilation (hopefully) | Sven Hesse | |
2011-06-06 | DC: Allow use of all symbols | Max Horn | |
2011-06-06 | SDL: Use #define FORBIDDEN_SYMBOL_ALLOW_ALL (backends can use any symbol) | Max Horn | |
2011-06-06 | PS2: Add missing semicolon | Max Horn | |
2011-06-06 | PS2: Remove dead code | Max Horn | |
2011-06-06 | PS2: Simplify OSystem_PS2::logMessage | Max Horn | |
2011-06-06 | BACKENDS: Unify EventManager setup | Max Horn | |
2011-06-06 | NULL: Fix null backend (untested) | Max Horn | |
2011-06-06 | DS: Add custom logMessage() implementation | Max Horn | |
2011-06-06 | PS2: Add logMessage() implementation | Max Horn | |
2011-06-06 | BACKENDS: Add OSystem::getDefaultConfigFileName | Max Horn | |
This is used to provide default implementations for createConfigWriteStream and createConfigReadStream, which can be used by most backends. Note that backends can still override createConfigRead/WriteStream; this could be useful if settings on some port are not stored in a regular file (think 'Windows registry', for a hypothetical example). | |||
2011-06-06 | BACKENDS: Unify AudioCD manager instantiation | Max Horn | |
2011-06-06 | NULL: cleanup | Max Horn | |
2011-06-06 | COMMON: Add kInfo LogMessageType. | Alyssa Milburn | |
2011-06-05 | IPHONE: Fixed a COMI crash and some minor gfx glitches | Oystein Eftevaag | |
2011-06-04 | BACKENDS: Fix compilation on mingw64 (take 2) | Littleboy | |
2011-06-04 | BACKENDS: Cast ShellExecute return value to long instead of int | Littleboy | |
This should fix compilation on mingw64 | |||
2011-06-04 | BACKENDS: Fix compilation with mingw | Littleboy | |
2011-06-04 | BACKENDS: Implement Win32 version of OSystem::displayLogFile interface | Littleboy | |
2011-06-04 | N64: Fix build error (typo) | Willem Jan Palenstijn | |
2011-06-04 | POSIX: Add TODO/FIXME to displayLogFile | Willem Jan Palenstijn | |
2011-06-04 | POSIX: Implement displayLogFile in the posix backend | Willem Jan Palenstijn | |
Tested only on Linux, but hopefully this is sufficiently portable to support the other POSIX platforms. Using fork/exec instead of the simpler 'system' to avoid quoting issues and depending on specific shell features to handle a missing xdg-open gracefully. | |||
2011-06-04 | BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls | Max Horn | |
2011-06-04 | COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette | Max Horn | |
2011-06-03 | MACOSX: Include ApplicationServices header | Max Horn | |
This should pacify buildbot. Somehow on my system, it does not need it, though. | |||
2011-06-03 | MACOSX: Fix indention | Max Horn | |
2011-06-03 | BACKENDS: Add OSystem::displayLogFile interface + OSX implementation | Max Horn | |
2011-06-01 | ALL: Removed last traces of the MPEG2 code | Max Horn | |
2011-06-01 | DC: Clarify comment | Max Horn | |
2011-06-01 | ANDROID: Revert stable-only changes from commit cf41ac0f which I ↵ | Max Horn | |
accidentally merged | |||
2011-06-01 | PS2: Do not add RELEASE_BUILD | Max Horn | |
First merge screw up: I meant to comment these lines out (as they area now -- in fact, these lines did not exist pre-merge at all, I moved the -DRELEASE_BUILD additions manually to their own lines, so I could comment them out, and then promptly forgot. *sigh*) On the pro side, it was very easy to spot and correct this mistake! | |||
2011-06-01 | Merge branch 'branch-1-3-0' into master | Max Horn | |
I manually resolved all conflicts, and inspected every single change. Many were due to the version string mismatch and thus easily resolved. The MSVC project files add in the 1-3-0 branch were not merged, neither where the changes to gui/themes/translations.dat. Conflicts: NEWS backends/base-backend.cpp backends/graphics/samsungtvsdl/samsungtvsdl-graphics.cpp backends/module.mk backends/platform/ds/arm9/makefile backends/platform/psp/README.PSP backends/platform/samsungtv/main.cpp backends/platform/samsungtv/samsungtv.cpp backends/saves/posix/posix-saves.cpp base/commandLine.cpp base/internal_version.h base/main.cpp common/array.h configure devtools/create_project/create_project.cpp dists/android/AndroidManifest.xml dists/android/plugin-manifest.xml dists/iphone/Info.plist dists/irix/scummvm.spec dists/macosx/Info.plist dists/redhat/scummvm-tools.spec dists/redhat/scummvm.spec dists/scummvm.rc dists/slackware/scummvm.SlackBuild dists/wii/meta.xml engines/sci/parser/vocabulary.cpp engines/tinsel/handle.cpp gui/themes/translations.dat | |||
2011-05-31 | COMMON: Move more stuff from scummsys.h to portdefs.h | Max Horn | |
2011-05-31 | COMMON: Move some code from scummsys.h to relevant portdefs.h files | Max Horn | |
2011-05-27 | WINCE: Update of port-related README | CeRiAl | |
2011-05-27 | WINCE: Update of port-related README | CeRiAl | |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops | |
2011-05-25 | ALL: favour/favourite -> favor/favorite | Matthew Hoops | |
2011-05-25 | ALL: behaviour -> behavior | Matthew Hoops | |
2011-05-25 | BUILD: Rename USE_TEXT_CONSOLE -> USE_TEXT_CONSOLE_FOR_DEBUGGER | Max Horn | |
This reduces the similarity in name to the otherwise mostly unrelated DISABLE_TEXT_CONSOLE #define. |