Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | SCI: Switch some char* to Common::String& | 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 | 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 | KYRA: improve readability of key mapping code | athrxx | |
2011-06-02 | LASTEXPRESS: Replace sprintf() usage with Common::String::format() | Littleboy | |
2011-06-02 | LASTEXPRESS: Remove unused LastExpressEngine::errorString() | Littleboy | |
2011-06-02 | SKY: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | SAGA: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | GROOVIE: Ensure the final character of the resource name is a null | Matthew Hoops | |
Some filenames are exactly 12 bytes long ie. keyboard.vdx | |||
2011-06-02 | AGI: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | QUEEN: Replace snprintf() instance with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | LURE: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | TUCKER: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | ENGINES: Change 2nd param of Engine::saveGameState to Common::String | Max Horn | |
2011-06-02 | ENGINES: Get rid of some s(n)printf calls | Max Horn | |
2011-06-02 | TSAGE: Add comments on actions and hotspots of scene 4000. The buggy ↵ | Strangerke | |
sequence is clearly identified, for potential future fix. | |||
2011-06-02 | MADE: Remove all instances of s(n)printf | Max Horn | |
2011-06-02 | DRACI: Remove all instances of s(n)printf | Max Horn | |
2011-06-02 | TOON: Remove all instances of s(n)printf | Max Horn | |
2011-06-02 | M4: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | SWORD2: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | SWORD1: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | TINSEL: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | CINE: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | DRACI: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | TOUCHE: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | CRUISE: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | DRASCULA: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | GOB: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-06-02 | TSAGE: 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-01 | TOON: Fix crash #3308220 | sylvaintv | |
Bug #3308220: "Crashes" Added clipping to magnifier effect | |||
2011-06-01 | TSAGE: Fix a valgrind warning in SceneObject initialization | Strangerke | |
2011-06-01 | TSAGE: Little modification in order to match the executable in scene 6100 | Strangerke | |
2011-06-01 | DETECTOR: Clarify warning a bit | Max Horn | |
2011-06-01 | DETECTOR: Get rid of unused kADFlagDontAugmentPreferredTarget | Max Horn | |
It doesn't seem very useful to keep this around for future uses, either, at least I couldn't think of a convincing argument. If we really need something like this one day again, it is trivial enough to add it back. | |||
2011-06-01 | Merge pull request #20 from scott-t/t7g-ios | clone2727 | |
T7G iOS support | |||
2011-06-01 | GROOVIE: Detect iOS platform based on binary existence | Scott Thomas | |
Change to choice of music file encoding means the gu16.m4a may not exist | |||
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 | GROOVIE: Rename MusicPlayerMPEG4 to MusicPlayerIOS | Matthew Hoops | |
More fitting now that other music formats can be used now | |||
2011-05-31 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops | |
Conflicts: engines/groovie/script.cpp | |||
2011-05-31 | GROOVIE: Use openStreamFile() to open iOS audio files | Matthew Hoops | |
Now MP3, FLAC, Vorbis, and QuickTime/MPEG-4 audio files can be used interchangeably. | |||
2011-05-31 | SCI: Fix up start/end points when pathfinding with opt == 0. | Walter van Niftrik | |
Fixes bug #3304901: "SCI: Freddy Pharkas - Stuck in the brothel door". | |||
2011-05-30 | TSAGE: Changed parameter to animate call from NULL to 0 for better type matching | Paul Gilbert | |