Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2011-06-04 | TSAGE: Add extra event manager fields to savegames | Paul Gilbert | |
This should correctly handle re-enabling the cursor when restoring savegames. | |||
2011-06-04 | TSAGE: Bugfix for saving in scenes with palette rotations | Paul Gilbert | |
2011-06-04 | TSAGE: Add support for saving in scene #6100 | Paul Gilbert | |
2011-06-04 | BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls | Max Horn | |
2011-06-04 | COMMON: Clarify OSystem feature flags docs a bit | Max Horn | |
2011-06-04 | COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette | Max Horn | |
2011-06-04 | TSAGE: Implemented Y pixel difference in button text | Paul Gilbert | |
2011-06-04 | TSAGE: Bugfix for assert when quitting whilst inventory dialog active | Paul Gilbert | |
2011-06-04 | TSAGE: Fix one pixel difference in dialog positioning | Paul Gilbert | |
For some unknown reason, the CD version introduced a one pixel Y difference for dialogs. | |||
2011-06-04 | TSAGE: Bugfixes for displaying thick borders on default buttons | Paul Gilbert | |
2011-06-04 | TSAGE: Moved graphic edge adjustment amount to a global variable | Paul Gilbert | |
This matches what was done in the Ringworld CD version | |||
2011-06-03 | AGI: Fix type mismatch (see bug #3311198) | Max Horn | |
2011-06-03 | TSAGE: Fix font color in GfxMessage(), in later versions of the engine (like ↵ | Strangerke | |
the CD version of ringworld) | |||
2011-06-03 | SCUMM: fix typo (reported by Littleboy) | athrxx | |
2011-06-03 | FM-TOWNS AUDIO: some cleanup in midi driver code | athrxx | |
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 | ENGINES: Remove some uses of g_engine | Max Horn | |
2011-06-03 | Remove accidentally added file *sigh* | Max Horn | |
2011-06-03 | COMMON: Let Common::normalizePath normalize '..' in paths | Max Horn | |
There are some unit tests to verify that this works correctly. There is a small chance that this causes regressions in weird setups. | |||
2011-06-03 | COMMON: Access mac res fork via FSNode instead of StdioStream | Max Horn | |
This fixes linker problems with the unit tests on Mac OS X. it is also "more proper" to use the high-level FSNode API. StdioStream is a (relatively) low-level wrapper intended for use inside of backends only. | |||
2011-06-03 | SCI: Switch some char* to Common::String& | Max Horn | |
2011-06-03 | GUI: Fix some comments | Max Horn | |
2011-06-03 | TSAGE: Add proper colors to buttons in the CD version of ringworld | Strangerke | |
2011-06-03 | GROOVIE: Remove Unecessary debugger errorString() function. | D G Turner | |
2011-06-03 | TESTBED: Remove another static and a confusing comment | Willem Jan Palenstijn | |
2011-06-03 | TESTBED: Get rid of static local variable | Willem Jan Palenstijn | |
It's not only against our coding guidelines, but also breaks running the mutex test multiple times. It may or may not also be responsible for a MSVC9 build failure reported on IRC. | |||
2011-06-03 | GUI: Add 'openlog' command to debugger | Max Horn | |
2011-06-03 | BACKENDS: Add OSystem::displayLogFile interface + OSX implementation | Max Horn | |
2011-06-03 | GROOVIE: Fix MusicPlayerIOS volume not correctly restoring on new song | Scott Thomas | |
2011-06-03 | GROOVIE: Ensure entire v2 res name is loaded with terminating null | Scott Thomas | |
2011-06-03 | LASTEXPRESS: Remove unused variables. | eriktorbjorn | |
2011-06-03 | COMMON: Cleanup QuickTime variable and struct naming | Matthew Hoops | |
2011-06-02 | COMMON: Begin objectifying QuickTimeParser::SampleDesc further | Matthew Hoops | |
This is preparation for multiple video and audio tracks | |||
2011-06-03 | KYRA: improve readability of key mapping code | athrxx | |
2011-06-02 | LASTEXPRESS: Replace sprintf() usage with Common::String::format() | Littleboy | |