Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-25 | I18N: Update translations data file. | Thierry Crozat | |
2011-04-25 | I18N: Update Norwegian Nynorsk and Bokmaal translations. | Thierry Crozat | |
2011-04-25 | Merged pull request #25 from Littleboy/corrupted_theme. | Max Horn | |
ZipArchive and corrupted themes | |||
2011-04-25 | Merged pull request #24 from clone2727/msima-stereo-fix. | Max Horn | |
AUDIO: Cleanup MS IMA handling | |||
2011-04-25 | Merged pull request #27 from kayahr/build. | Max Horn | |
WEBOS: Improved build system | |||
2011-04-25 | GUI: Make git revision string fit in the modern theme's launcher again. | Johannes Schickel | |
2011-04-25 | HUGO: Fix bug #3292382 : "Whodunit? & Jungle of Doom set music to off by itself" | strangerke | |
2011-04-25 | TSAGE: Add virtual destructor to Game class. | Johannes Schickel | |
2011-04-25 | PNG: This PNG::getPalette. | Johannes Schickel | |
Formerly the palette parameter was a value copy, which was assigned in getPalette. That did not make much sense, thus I changed it to be a reference. Since I am not quite sure whether this really shouldn't make a palette copy I added an TODO comment about it. | |||
2011-04-25 | BASE: Remove unused variable in DO_OPTION_INT. | Johannes Schickel | |
2011-04-25 | HUGO: Fix bug #3292400 : Overlapping help windows when using the menu bar | strangerke | |
2011-04-25 | TSAGE: Fix text not being skippable in Scene #5000 | Paul Gilbert | |
2011-04-25 | TSAGE: Bugfixes for Ringworld demo - demo is now completable with some ↵ | Paul Gilbert | |
remaining gfx glitches | |||
2011-04-25 | COMMON: Add proper error handling to the ZipArchive class | Littleboy | |
- Add check in listMembers and skip files that can't be enumerated. - Add checks for all function calls in createReadStreamForMember (and no longer return a stream from an uninitialized buffer when the file cannot be read). | |||
2011-04-25 | TSAGE: Added new file for Ringworld Demo | Paul Gilbert | |
2011-04-25 | TSAGE: Added framework for playing the Ringworld demo | Paul Gilbert | |
2011-04-25 | WEBOS: Improved build system. Now supports "release" and "beta" packaging, ↵ | Klaus Reimer | |
supports a custom base package ID and automatically determines the app version by merging the ScummVM version and a specified package version. | |||
2011-04-25 | TSAGE: Added detection entry for Ringworld Demo | Paul Gilbert | |
2011-04-25 | GROOVIE: fix for bug #3093310 | spookypeanut | |
Instead of crashing if the save game isn't writable, popup a gui message and then skip | |||
2011-04-25 | TSAGE: Combined the resource files into a single generic overall ResourceManager | Paul Gilbert | |
2011-04-24 | AUDIO: Cleanup MS IMA handling | Matthew Hoops | |
- Split The Last Express' ADPCM to the engine. Using the MS IMA routine was really a hack. - Fixed stereo MS IMA ADPCM, the old routine was completely wrong. | |||
2011-04-24 | GUI: Add basic validity check to ThemeEngine::themeConfigParseHeader ↵ | Littleboy | |
(workaround for #3103051) When loading a corrupted zip, the data returned for THEMERC will be garbage, which will cause an assert in isspace() when trying to trim the data. This checks that the first character of the header is in the range [0;127] and bails out if not. | |||
2011-04-25 | HUGO: Add a black background behind the score line. This should fix bug ↵ | strangerke | |
#3291959. | |||
2011-04-24 | HUGO: Fix BE issue in getSound(). Thanks wjp for finding that issue. | strangerke | |
2011-04-24 | COMMON: Fix MSVC warning in PEResources::parseResourceLevel() | Littleboy | |
2011-04-24 | CREATE_PROJECT: Move project-specific information to configuration file | Littleboy | |
User-visible output and project-specific names are now defined in a config header. This allows an easier usage of the create_project tools in other scummvm-derived projects (such as residual). | |||
2011-04-24 | CREATE_PROJECT: Update revision number support (fixes bug #3280881) | Littleboy | |
Replace existing environment variable based revision number support by a file-based method - Generate a special header file in the build output folder with the current revision number - Include the new header file from internal_version.h when a specific define is set - Update create_project to define SCUMMVM_INTERNAL_REVISION as needed and add the build output folder to the include path - Remove support for git-svn clones in the revision script (not useful anymore after the switch to git) | |||
2011-04-24 | HUGO: Hopefully fix the valgrind error reported by Digitall in bug #3292391 | strangerke | |
2011-04-24 | TSAGE: Implement missing Scene4050::signal() and Scene4050::dispatch(), fix ↵ | strangerke | |
several bugs. It's now possible to complete scene group 5 despite a couple of glitches in scene 4000 and 4045 | |||
2011-04-24 | I18N: Update translations data file. | Thierry Crozat | |
2011-04-24 | I18N: Update Italian translation. | Thierry Crozat | |
2011-04-24 | I18N: Update German translation. | Thierry Crozat | |
2011-04-24 | DRASCULA: Update German subtitles for Von Braun cutscene. | Thierry Crozat | |
The first string of the old subtitles was too long. | |||
2011-04-24 | DRASCULA: Avoid crash in engine destructor after it failed to start. | Thierry Crozat | |
This happens for example if the drascula.dat file is not found. | |||
2011-04-24 | TEEN: Fix duplicate header guard | Ori Avtalion | |
2011-04-24 | MOHAWK: Add detection for The Berenstain Bears In The Dark. | Alyssa Milburn | |
2011-04-24 | MOHAWK: Add detection for Arthur's Birthday. | Alyssa Milburn | |
2011-04-24 | I18N: Update translations data file. | Thierry Crozat | |
2011-04-24 | I18N: Update Hungarian translation from patch #3291991 | Thierry Crozat | |
2011-04-24 | I18N: Update Czech translation from patch #3291903 | Thierry Crozat | |
2011-04-24 | AGI: Fix bug #3087825: AGI: Code analysis warnings | Eugene Sandulenko | |
2011-04-23 | TOON: fix main title crash - Bug #3291725 fixed | sylvaintv | |
Bug #3291725: "TOON: Crash on the title screen" | |||
2011-04-23 | TSAGE: Scene 4000: Fix several bugs that were blocking progress to the chimney | strangerke | |
2011-04-23 | HUGO: Fix Endianness issue in H2 and H3 Dos | strangerke | |
2011-04-23 | ASM: Defines do not get mangled | dhewg | |
2011-04-23 | ARM: Global symbols get an underscore prefix on darwin | dhewg | |
apply same solution as for the sound/smush ARM asm here | |||
2011-04-23 | ASM: Replace .equ with .set in proc3ARM.s | dhewg | |
gas from the iphone failchain doesn't know about .equ, and .set is synonymous with .equ - which it supports | |||
2011-04-23 | TSAGE: Fix Miranda in scene 4000, 4040 and 4045 | strangerke | |
2011-04-22 | TSAGE: Fix an inventory bug (ale) | strangerke | |
2011-04-22 | SCUMM: Do not pass non-string literal but "%s" + string to displayMessage. | Johannes Schickel | |
Since displayMessages usualy vsnprintf internally it is not quite safe to pass any string to it, since it might include a format argument like %n, which is unsafe. |