aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2011-06-02SWORD1: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.
2011-06-02TINSEL: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.
2011-06-02CINE: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.
2011-06-02DRACI: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.
2011-06-02TOUCHE: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.
2011-06-02CRUISE: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.
2011-06-02DRASCULA: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.
2011-06-02GOB: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.
2011-06-02BUILD: Enable Lands of Lore by default.Johannes Schickel
2011-06-02TSAGE: Add workaround in order to fix crash in scene 5100 when Quinn forgets ↵Arnaud Boutonne
the Stasis Box Also present in the original!
2011-06-02GUI: Replace some s(n)printf uses by Common::String::formatMax Horn
2011-06-01DEVTOOLS: Do not use -Wglobal-constructors on create_project.oMax Horn
2011-06-01DEVTOOLS: Link create_kyradat against libcommon.a, for scumm_stricmpMax Horn
2011-06-01TOON: Fix crash #3308220sylvaintv
Bug #3308220: "Crashes" Added clipping to magnifier effect
2011-06-01CREATE_PROJECT: Add stubs for Xcode providerJulien