Thierry Crozat
05a4d035ac
I18N: Update translation (French)
...
Currently translated at 100.0% (930 of 930 strings)
2016-11-27 18:48:00 +01:00
Thierry Crozat
fa05b65db3
I18N: Regenerate translations data file
2016-11-27 18:37:25 +01:00
Lothar Serra Mari
a6f15aadd2
I18N: Update translation (German)
...
Currently translated at 96.9% (902 of 930 strings)
2016-11-27 18:37:23 +01:00
Thierry Crozat
c5e05489c1
I18N: Update translations templates
2016-11-27 18:24:54 +01:00
rootfather
3ba06b40eb
ENGINES: Simplify translation for advancedDetector.cpp
...
Until now, we had three separate strings for the message
about unsupported games. This commit merges them into
one single string.
2016-11-27 18:18:37 +01:00
Thierry Crozat
eadddd63cf
I18N: Regenerate translations data file
2016-11-27 18:08:15 +01:00
Thierry Crozat
97726c99d3
I18N: Update translation (French)
...
Currently translated at 100.0% (932 of 932 strings)
2016-11-27 18:08:14 +01:00
Eugene Sandulenko
83c74d68a1
SCUMM HE: Fix crash in Moonbase distrotion
2016-11-27 14:02:52 +01:00
Eugene Sandulenko
0ebe534771
SCUMM: Fix dialog initialization
2016-11-27 14:02:52 +01:00
Eugene Sandulenko
cf5c6beb3a
SCUMM: Set initial EOS state in Scumm::File class
2016-11-27 14:02:52 +01:00
Eugene Sandulenko
3f2fce5691
SCUMM: Properly inint FM-TOWNS gfx code
2016-11-27 14:02:52 +01:00
Eugene Sandulenko
a9566997aa
SCUMM HE: More class initializations
2016-11-27 14:02:52 +01:00
Thierry Crozat
04f1955702
I18N: Update translations templates
2016-11-27 13:22:34 +01:00
Eugene Sandulenko
3aa7d85eab
Merge pull request #862 from rootfather/enhance-translations
...
I18N: Update/add POTFILES, enable some more strings for translation
2016-11-27 13:22:28 +01:00
Thierry Crozat
358ed30ce7
I18N: Regenerate translations data file
2016-11-27 13:16:45 +01:00
Eugene Sandulenko
73028f0ed6
I18N: Update translation (Russian)
...
Currently translated at 100.0% (910 of 910 strings)
2016-11-27 13:16:44 +01:00
Thierry Crozat
40377304c0
I18N: Regenerate translations data file
2016-11-27 13:15:53 +01:00
Eugene Sandulenko
f6f69c5e85
I18N: Update translation (Russian)
...
Currently translated at 100.0% (910 of 910 strings)
2016-11-27 13:15:53 +01:00
Thierry Crozat
ad0e11dd44
I18N: Regenerate translations data file
2016-11-27 13:13:36 +01:00
Eugene Sandulenko
cf1fb089a2
I18N: Update translation (Ukrainian)
...
Currently translated at 100.0% (910 of 910 strings)
2016-11-27 13:13:35 +01:00
Thierry Crozat
bb5b732adb
I18N: Regenerate translations data file
2016-11-27 13:01:14 +01:00
Thierry Crozat
c63a101ae2
I18N: Update translation (French)
...
Currently translated at 99.4% (905 of 910 strings)
2016-11-27 13:01:12 +01:00
Thierry Crozat
5e108a5d9b
I18N: Update translations templates
2016-11-27 12:47:16 +01:00
Paul Gilbert
63ec47e62f
TITANIC: Add support for 32-bit surfaces
...
Some of the game videos have alpha levels, which are lost if the surfaces
are converted to 16-bit. This adds better support for creating 32-bit
video surfaces, so the information won't be lost
2016-11-26 15:25:20 -05:00
Paul Gilbert
4e06799122
GRAPHICS: Support varying bit depths in ManagedSurface transBlitFrom
2016-11-26 15:25:19 -05:00
rootfather
d7caa0e6f4
CONFIGURE: Enable plugins support for mingw64
...
Until now, the configure script was unable to detect mingw64
as a platform that supports building plugins.
I tested this with MSYS2/mingw64 and was able to build all
engines dynamically. I opted not to use any wildcards for this
entry, because I don't know which variants are possible here.
2016-11-26 19:25:02 +01:00
rootfather
89168bb000
ZVISION: Enable translation for some more strings
2016-11-26 16:14:28 +01:00
rootfather
b0fe56dae9
WAGE: Add POTFILES
2016-11-26 16:13:00 +01:00
rootfather
74d2992177
TOON: Enable translation for some strings
2016-11-26 14:54:08 +01:00
rootfather
70a990f6ab
SCUMM: Enable translation for the unknown game warning
...
We have translations enabled for the warning created
by advancedDetector.cpp, so I think it would be neat
to have translations enabled here too.
This also enables the message about the "Lite" version
of Putt-Putt Saves the Zoo being unsupported to the
translation database.
2016-11-26 11:22:17 +01:00
rootfather
4c589dc015
SCI: Update POTFILES
2016-11-26 11:14:05 +01:00
rootfather
f72497665c
MADS: Update POTFILES
2016-11-26 11:14:03 +01:00
rootfather
2fa75b0728
KYRA: Update POTFILES
2016-11-26 11:14:02 +01:00
rootfather
744b48cfd4
GNAP: Add POTFILES
2016-11-26 11:14:01 +01:00
Colin Snover
df4a503622
Revert "MT32: Update Munt to 2.0.0"
...
This reverts commit b4dbd6d3c275097b4be964b7da4478ff930cbaa7.
2016-11-25 12:24:08 -06:00
Colin Snover
b4dbd6d3c2
MT32: Update Munt to 2.0.0
...
This changeset also removes unnecessary direct modifications to
Munt code to ease future updates. To update Munt in the future:
1. Replace all source files in the `softsynth/mt32` directory with
new files from the upstream `mt32emu/src` directory;
2. Update `config.h` with the correct version number for the new
version of Munt;
3. Update `module.mk` to match the list of sources given in
`mt32emu/CMakeLists.txt libmt32emu_SOURCES`.
2016-11-25 12:14:13 -06:00
Eugene Sandulenko
b5b5c4f341
FULLPIPE: Start final music
2016-11-25 18:53:16 +01:00
Eugene Sandulenko
1523f987c3
FULLPIPE: Added 4 sound channels like in original
2016-11-25 18:53:16 +01:00
Eugene Sandulenko
4d8cc0db68
FULLPIPE: Correctly restart scene audio tracks
2016-11-25 18:53:16 +01:00
rootfather
535929aca0
DM: Add POTFILES
2016-11-24 12:46:18 +01:00
rootfather
763de36904
MADS: Add POTFILES
2016-11-24 11:57:14 +01:00
rootfather
96a1aa3e05
CINE: Update POTFILES
2016-11-24 11:57:10 +01:00
Eugene Sandulenko
89a9c452ed
BBVS: Remove guitar minigame strings from translation.
...
Although they're shown in our GUI, they were not supposed to be
translatable, rather extracted from the original executable
2016-11-24 11:34:14 +01:00
Eugene Sandulenko
2fd5490de4
SCUMM HE: Fix Football logic initialization
2016-11-24 11:34:13 +01:00
Eugene Sandulenko
80420df095
DIRECTOR: More debug output to D4 cast member loading
2016-11-24 11:28:51 +01:00
Paul Gilbert
982c8f4eeb
GRAPHICS: Allow 32-bit fast blitting when formats match in ManagedSurface
2016-11-23 19:51:44 -05:00
Paul Gilbert
dd7525320f
TITANIC: Simplify movie rendering due to ManagedSurface blit enhancements
2016-11-22 21:19:54 -05:00
Paul Gilbert
fa0a6f2812
IMAGE: Support blitting from different surface formats in ManagedSurface
2016-11-22 21:17:54 -05:00
Paul Gilbert
2a20ce75c3
TITANIC: Defer creating movie frame surfaces until renderFrame
2016-11-22 19:25:23 -05:00
Paul Gilbert
88868ec67c
ACCESS: Mark unsupported games as unstable
2016-11-21 20:25:13 -05:00