Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-06 | CREATE_PROJECT: Link with the static runtime library in release mode | Littleboy | |
This allows distributing MSVC compiled binaries without the MSVCRT runtime dll. | |||
2011-06-06 | COMMON: Clarify & correct OSystem::displayLogFile() docs | Max Horn | |
2011-06-06 | AUDIO: some more text tweaks | athrxx | |
2011-06-06 | SDL: Use #define FORBIDDEN_SYMBOL_ALLOW_ALL (backends can use any symbol) | Max Horn | |
2011-06-06 | COMMON: Attempt to make 'forbidden symbol' error more helpful | Max Horn | |
2011-06-06 | COMMON: Make more symbols forbidden | Max Horn | |
2011-06-06 | PS2: Add missing semicolon | Max Horn | |
2011-06-06 | DS: Remove dead code | 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 | COMMON: Remove PS2 / NDS hacks in system.cpp | 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 | I18N: Make MidiDriver detection errors translatable. | Alyssa Milburn | |
2011-06-06 | AUDIO: Tweak warning text | Willem Jan Palenstijn | |
2011-06-06 | DETECTOR: Change printf calls to use logMessage. | Alyssa Milburn | |
Also make the strings translatable. | |||
2011-06-06 | COMMON: Add kInfo LogMessageType. | Alyssa Milburn | |
2011-06-06 | I18N: Make some more GUI strings translatable. | Alyssa Milburn | |
2011-06-06 | VKEYBD: Adjust to recent XML parser changes | Max Horn | |
2011-06-06 | I18N: Fix missing double quotes. | Alyssa Milburn | |
2011-06-06 | GUI: Fix message after changing languages. | Alyssa Milburn | |
2011-06-06 | I18N: Update POTFILES. | Alyssa Milburn | |
2011-06-06 | COMMON: Remove vfprintf call from XML parser | Max Horn | |
2011-06-06 | SWORD25: Remove redundant bounds check | Max Horn | |
2011-06-06 | SWORD25: Fix whitespace | Max Horn | |
2011-06-06 | TOON: Tidy up decodeADPCM. | Alyssa Milburn | |
2011-06-06 | AUDIO: cleanup MidiDriver::detectDevice() | athrxx | |
(wrong enum usage) | |||
2011-06-06 | AUDIO: replaced kDriverName in MidiDriver::detectDevice() | athrxx | |
(This is irrelevant for the MT-32 emulator, but makes sense for plugins which really have more than one device) | |||
2011-06-05 | AUDIO: replace GUIErrorMessage() | athrxx | |
GUIErrorMessage() shouldn't be used since it changes the window caption and resets the graphics mode. | |||
2011-06-05 | KYRA: fix audio detection | athrxx | |
Don't attempt to detect PC devices for non-PC versions of the game, because this might trigger unnecessary detection failure messages. | |||
2011-06-05 | AUDIO: fix device detection (missing rom files for MT-32 emu) | athrxx | |
This is an attempt to fix the problem Max described in his devel mail. The presence of the rom files will now be checked in detectDevice(). In case of failure there will be fallback attempts. The user will get notified of the detection failure if he has expressly selected the device that failed. Please test with your platform / engine (with or without rom files). | |||
2011-06-05 | KYRA: fix GMM saving | athrxx | |
(match with 477d6233c3672d9a60cceea3570bc775df3d9253) | |||
2011-06-05 | IPHONE: Fixed a COMI crash and some minor gfx glitches | Oystein Eftevaag | |
2011-06-05 | LOL: cleanup | athrxx | |
- fix RTL during outro/credits - get rid of _animator - fix wrong memset | |||
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 | MOHAWK: Add a bunch of LB detection entries. | Alyssa Milburn | |
2011-06-04 | N64: Fix build error (typo) | Willem Jan Palenstijn | |
2011-06-04 | IRIX: Fix compilation | Joost Peters | |
2011-06-04 | POSIX: Add TODO/FIXME to displayLogFile | Willem Jan Palenstijn | |
2011-06-04 | LOL: changed workaround for fireball bug | athrxx | |
(see comment in items_lol.cpp) | |||
2011-06-04 | SCI: Set Mac versions of LSL1 and LSL5 to screen height 190. | Walter van Niftrik | |
This fixes bug #3310782. However, as I was unable to get the games working in a Mac emulator, this is an educated guess at this point. | |||
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. |