strangerke
06ef66cd35
TSAGE: Implement missing Scene4050::signal() and Scene4050::dispatch(), fix several bugs.
...
It's now possible to complete scene group 5 despite a couple of glitches in scene 4000 and 4045
2011-04-24 18:28:47 +02:00
Thierry Crozat
9b47a42ebd
I18N: Update translations data file.
2011-04-24 14:56:18 +01:00
Thierry Crozat
03adb274f9
I18N: Update Italian translation.
2011-04-24 14:55:25 +01:00
Thierry Crozat
d2245e421a
I18N: Update German translation.
2011-04-24 14:49:35 +01:00
Thierry Crozat
bfe0b5f41d
DRASCULA: Update German subtitles for Von Braun cutscene.
...
The first string of the old subtitles was too long.
2011-04-24 14:39:51 +01:00
Thierry Crozat
c2eb927ab3
DRASCULA: Avoid crash in engine destructor after it failed to start.
...
This happens for example if the drascula.dat file is not found.
2011-04-24 14:39:50 +01:00
Ori Avtalion
0f2eaf848f
TEEN: Fix duplicate header guard
2011-04-24 16:34:49 +03:00
Alyssa Milburn
d3ca972ab4
MOHAWK: Add detection for The Berenstain Bears In The Dark.
2011-04-24 12:10:07 +02:00
Alyssa Milburn
60a2124571
MOHAWK: Add detection for Arthur's Birthday.
2011-04-24 12:01:35 +02:00
Thierry Crozat
7a9157bb56
I18N: Update translations data file.
2011-04-24 10:39:18 +01:00
Thierry Crozat
bc777b9b48
I18N: Update Hungarian translation from patch #3291991
2011-04-24 10:39:18 +01:00
Thierry Crozat
5441d5099f
I18N: Update Czech translation from patch #3291903
2011-04-24 10:39:17 +01:00
Eugene Sandulenko
52c05acd95
AGI: Fix bug #3087825 : AGI: Code analysis warnings
2011-04-24 12:28:22 +03:00
sylvaintv
f246382f4b
TOON: fix main title crash - Bug #3291725 fixed
...
Bug #3291725 : "TOON: Crash on the title screen"
2011-04-23 21:06:36 +02:00
strangerke
13804db888
TSAGE: Scene 4000: Fix several bugs that were blocking progress to the chimney
2011-04-23 14:39:53 +02:00
strangerke
8651f9739f
HUGO: Fix Endianness issue in H2 and H3 Dos
2011-04-23 08:31:04 +02:00
dhewg
e19fe1c53f
ASM: Defines do not get mangled
2011-04-23 03:39:38 +02:00
dhewg
983b044ccb
ARM: Global symbols get an underscore prefix on darwin
...
apply same solution as for the sound/smush ARM asm here
2011-04-23 03:39:37 +02:00
dhewg
b4f8a63171
ASM: Replace .equ with .set in proc3ARM.s
...
gas from the iphone failchain doesn't know about .equ, and .set is
synonymous with .equ - which it supports
2011-04-23 03:39:37 +02:00
strangerke
a8dfcd6194
TSAGE: Fix Miranda in scene 4000, 4040 and 4045
2011-04-23 01:21:56 +02:00
strangerke
8fd3c688d1
TSAGE: Fix an inventory bug (ale)
2011-04-22 23:12:31 +02:00
Johannes Schickel
4a7360d29b
SCUMM: Do not pass non-string literal but "%s" + string to displayMessage.
...
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 21:49:25 +02:00
dhewg
e15f9cc072
AUDIO: Fix Tremolo support
...
Include by used library, not by backend
2011-04-22 21:43:42 +02:00
dhewg
0ebf92ee38
WINCE: Add Tremolo support
2011-04-22 21:30:42 +02:00
Thierry Crozat
42408c0d95
I18N: Update translation data file.
2011-04-22 20:01:54 +01:00
Thierry Crozat
f6b1fdecbe
I18N: Update translation files from template.
2011-04-22 20:01:54 +01:00
Thierry Crozat
dd6e09c1f2
I18N: Update translation template file.
2011-04-22 20:01:54 +01:00
Thierry Crozat
44c1d38222
DOTT: MM message can now be translated.
2011-04-22 20:01:53 +01:00
Thierry Crozat
6e94f26208
OPENPANDORA: Remove unneeded translations.h include.
2011-04-22 20:01:53 +01:00
Thierry Crozat
26b5b21bfc
I18N: Remove inexistent file from list of files for translation template
...
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 20:01:53 +01:00
Littleboy
b9262bd70c
MOHAWK: Silence MSVC warning (bug #3290528 )
2011-04-22 14:45:14 -04:00
Littleboy
1f660237a4
CREATE_PROJECT: Change build events to also be run in release builds
...
Unofficial builds using MSVC in release mode will benefit from having a revision number available
2011-04-22 14:45:12 -04:00
dhewg
8f1a26ea3e
BUILD: Move ARM_ASM flags to configure
...
So they're used again if a port overwrites _port_mk
2011-04-22 19:05:31 +02:00
anotherguest
fca9c28ea7
SYMBIAN: Add support for TSAGE engine
2011-04-22 10:28:26 +02:00
strangerke
4d02cf52d2
TSAGE: Fix initialization bug in scene 4100.
2011-04-22 08:28:09 +02:00
D G Turner
1d93c80c14
DRACI: Fix VS2010 Code Analysis Warnings Reported in Bug #3290634
...
Minor correction to use integer value, rather than boolean.
2011-04-22 03:55:22 +01:00
Willem Jan Palenstijn
dda6df668a
SCI: Avoid (unused) sqrt of a negative number
...
This fixes bug #3289799 .
2011-04-21 22:14:05 +02:00
athrxx
204644b001
Merge branch 'master' of https://github.com/scummvm/scummvm
2011-04-21 20:29:25 +02:00
athrxx
b0008d2d33
FM-TOWNS AUDIO: fix memory leak
2011-04-21 20:22:12 +02:00
Bastien Bouclet
44e79c70fa
MOHAWK: Don't initialize a null pointer, to make VS2010 happy.
2011-04-21 08:05:00 +02:00
strangerke
f236ecb5d3
TSAGE: Fix a bug in Scene 4100
2011-04-21 01:04:48 +02:00
strangerke
6d66988ad5
TSAGE: Fix broken animation in scene 60. Renamed more or less everything
2011-04-21 01:03:54 +02:00
Marcus Comstedt
8a87429306
DC: Provide some feedback when loading plugins
...
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 23:46:45 +02:00
Marcus Comstedt
21421d2e86
DC: Move dynamic plugin handling into the platform
2011-04-20 23:46:44 +02:00
Willem Jan Palenstijn
eb8b1a962b
SCI: Fix precedence (bug #3087872 )
2011-04-20 23:38:28 +02:00
Sven Hesse
804f0f3e47
GOB: Shut up VS2010 code analysis warning
2011-04-20 23:10:00 +02:00
strangerke
c15b858765
HUGO: Silent several warnings reported by littleboy
2011-04-20 22:22:01 +02:00
Paul Gilbert
3fee10eb60
TSAGE: Cleaner bugfix for text colours being incorrect
2011-04-20 23:02:07 +10:00
Paul Gilbert
1eb75f7892
TSAGE: Fix problem with text appearing with random background colours after scene changes
2011-04-20 21:17:12 +10:00
Paul Gilbert
432771b5d9
TSAGE: Properly destroy cloned objects when removed from a scene
2011-04-20 21:05:42 +10:00