Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2011-04-22 | AUDIO: Fix Tremolo support | dhewg | |
Include by used library, not by backend | |||
2011-04-22 | WINCE: Add Tremolo support | dhewg | |
2011-04-22 | I18N: Update translation data file. | Thierry Crozat | |
2011-04-22 | I18N: Update translation files from template. | Thierry Crozat | |
2011-04-22 | I18N: Update translation template file. | Thierry Crozat | |
2011-04-22 | DOTT: MM message can now be translated. | Thierry Crozat | |
2011-04-22 | OPENPANDORA: Remove unneeded translations.h include. | Thierry Crozat | |
2011-04-22 | I18N: Remove inexistent file from list of files for translation template | Thierry Crozat | |
The file has actually been moved to a different place, but it does not contain any translatable string. This fix an issue that prevented the scummvm.pot template file to be updated. | |||
2011-04-22 | MOHAWK: Silence MSVC warning (bug #3290528) | Littleboy | |
2011-04-22 | CREATE_PROJECT: Change build events to also be run in release builds | Littleboy | |
Unofficial builds using MSVC in release mode will benefit from having a revision number available | |||
2011-04-22 | BUILD: Move ARM_ASM flags to configure | dhewg | |
So they're used again if a port overwrites _port_mk | |||
2011-04-22 | SYMBIAN: Add support for TSAGE engine | anotherguest | |
2011-04-22 | TSAGE: Fix initialization bug in scene 4100. | strangerke | |
2011-04-22 | DRACI: Fix VS2010 Code Analysis Warnings Reported in Bug #3290634 | D G Turner | |
Minor correction to use integer value, rather than boolean. | |||
2011-04-21 | SCI: Avoid (unused) sqrt of a negative number | Willem Jan Palenstijn | |
This fixes bug #3289799. | |||
2011-04-21 | Merge branch 'master' of https://github.com/scummvm/scummvm | athrxx | |
2011-04-21 | FM-TOWNS AUDIO: fix memory leak | athrxx | |
2011-04-21 | MOHAWK: Don't initialize a null pointer, to make VS2010 happy. | Bastien Bouclet | |
2011-04-21 | TSAGE: Fix a bug in Scene 4100 | strangerke | |
2011-04-21 | TSAGE: Fix broken animation in scene 60. Renamed more or less everything | strangerke | |
2011-04-20 | DC: Provide some feedback when loading plugins | Marcus Comstedt | |
Display the names of the plugins being loaded, and display amount of free memory while doing so. This should make it easier to spot the case that too many engine plugins have been placed on the boot medium. | |||
2011-04-20 | DC: Move dynamic plugin handling into the platform | Marcus Comstedt | |
2011-04-20 | SCI: Fix precedence (bug #3087872) | Willem Jan Palenstijn | |
2011-04-20 | GOB: Shut up VS2010 code analysis warning | Sven Hesse | |
2011-04-20 | HUGO: Silent several warnings reported by littleboy | strangerke | |
2011-04-20 | TSAGE: Cleaner bugfix for text colours being incorrect | Paul Gilbert | |
2011-04-20 | TSAGE: Fix problem with text appearing with random background colours after ↵ | Paul Gilbert | |
scene changes | |||
2011-04-20 | TSAGE: Properly destroy cloned objects when removed from a scene | Paul Gilbert | |