aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-03TSAGE: Fix font color in GfxMessage(), in later versions of the engine (like ↵Strangerke
the CD version of ringworld)
2011-06-03SCUMM: fix typo (reported by Littleboy)athrxx
2011-06-03FM-TOWNS AUDIO: some cleanup in midi driver codeathrxx
2011-06-03MACOSX: Include ApplicationServices headerMax Horn
This should pacify buildbot. Somehow on my system, it does not need it, though.
2011-06-03MACOSX: Fix indentionMax Horn
2011-06-03ENGINES: Remove some uses of g_engineMax Horn
2011-06-03Remove accidentally added file *sigh*Max Horn
2011-06-03COMMON: Let Common::normalizePath normalize '..' in pathsMax 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-03COMMON: Access mac res fork via FSNode instead of StdioStreamMax 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-03SCI: Switch some char* to Common::String&Max Horn
2011-06-03GUI: Fix some commentsMax Horn
2011-06-03TSAGE: Add proper colors to buttons in the CD version of ringworldStrangerke
2011-06-03GROOVIE: Remove Unecessary debugger errorString() function.D G Turner
2011-06-03TESTBED: Remove another static and a confusing commentWillem Jan Palenstijn
2011-06-03TESTBED: Get rid of static local variableWillem 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-03GUI: Add 'openlog' command to debuggerMax Horn
2011-06-03BACKENDS: Add OSystem::displayLogFile interface + OSX implementationMax Horn
2011-06-03GROOVIE: Fix MusicPlayerIOS volume not correctly restoring on new songScott Thomas
2011-06-03GROOVIE: Ensure entire v2 res name is loaded with terminating nullScott Thomas
2011-06-03LASTEXPRESS: Remove unused variables.eriktorbjorn
2011-06-03COMMON: Cleanup QuickTime variable and struct namingMatthew Hoops
2011-06-02COMMON: Begin objectifying QuickTimeParser::SampleDesc furtherMatthew Hoops
This is preparation for multiple video and audio tracks
2011-06-03KYRA: improve readability of key mapping codeathrxx
2011-06-02LASTEXPRESS: Replace sprintf() usage with Common::String::format()Littleboy
2011-06-02LASTEXPRESS: Remove unused LastExpressEngine::errorString()Littleboy
2011-06-03AUDIO: Fix custom AdLib percussion instruments.Alyssa Milburn
The struct wasn't being zeroed out, a regression from b22ca4ff.
2011-06-02CREATE_PROJECT: Add complete build configuration output to XCode providerJulien
2011-06-02CREATE_PROJECT: Add ResourcesBuildPhase output to Xcode providerJulien
2011-06-02CREATE_PROJECT: Add FrameworkBuildPhase output to XCode providerJulien
2011-06-02CREATE_PROJECT: Add NativeTarget output to XCode providerJulien
2011-06-02CREATE_PROJECT: Implement basic XCode providerJulien
This only outputs a skeleton project with no files and targets yet
2011-06-02GIT: Ignore XCode workspaces in iphone & macosx dists foldersJulien
2011-06-02SKY: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.
2011-06-02SAGA: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.
2011-06-02GROOVIE: Ensure the final character of the resource name is a nullMatthew Hoops
Some filenames are exactly 12 bytes long ie. keyboard.vdx
2011-06-02AGI: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.
2011-06-02QUEEN: Replace snprintf() instance with Common::String::format()D G Turner
Safer and less portability issues.
2011-06-02LURE: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.
2011-06-02TUCKER: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-06-02ENGINES: Get rid of some s(n)printf callsMax Horn
2011-06-02TSAGE: Add comments on actions and hotspots of scene 4000. The buggy ↵Strangerke
sequence is clearly identified, for potential future fix.
2011-06-02FM-TOWNS AUDIO: fix regressionathrxx
2011-06-02FM-TOWNS AUDIO: cleanupathrxx
(move some stuff from TownsAudioInterfaceInternal to TownsAudio_PcmChannel)
2011-06-02AUDIO: fix some typos in commentsathrxx
2011-06-02MADE: Remove all instances of s(n)printfMax Horn
2011-06-02DRACI: Remove all instances of s(n)printfMax Horn
2011-06-02TOON: Remove all instances of s(n)printfMax Horn
2011-06-02M4: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.
2011-06-02SWORD2: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.