scummvm/engines/scumm
Johannes Schickel 2ca642e3e2 SCUMM: Fix bugs #7070, #7071.
When adding support for Russian fan translations the font source data was
accidentally switched to the Russian font data for all game versions, not just
the Russian one. Now we only use the Russian font data only for the Russian
versions.

Bug #7071 "MM V2: Umlauts disappeared in German versions" is a regression from
556d65713b.

Bug #7070 "ZAK V2: Umlauts disappeared in German versions" is a regression from
c809a65b93.
2016-03-09 01:22:12 +01:00
..
he SCUMM: Fix the lip sync animation in later HE games. 2016-02-25 20:46:47 +11:00
imuse SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
imuse_digi JANITORIAL: Typos detected with lintian & grep 2016-02-15 18:27:02 +01:00
insane JANITORIAL: Fix clang printf warnings 2016-01-07 14:55:32 +02:00
players JANITORIAL: Typos detected with lintian & grep 2016-02-15 18:27:02 +01:00
smush JANITORIAL: Fix clang printf warnings 2016-01-07 14:55:32 +02:00
actor_he.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
actor.cpp JANITORIAL: Typos detected with lintian & grep 2016-02-15 18:27:02 +01:00
actor.h SCUMM: Maniac V0: Correctly handle 'slanted' walk-boxes, Add new variables to save-games, Bump the SaveGame Version number, remove obsolete V0 code in V2 functions 2014-12-02 16:25:03 +11:00
akos.cpp SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
akos.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
base-costume.cpp SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
base-costume.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
bomp.cpp SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
bomp.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
boxes.cpp SCUMM: Maniac V0: If boxes are neighbors, walk directly to the new box. Remove extra call to 'animateCostume'. Remove now unnecessary V0 walk calc functions 2014-11-29 09:07:10 +11:00
boxes.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
camera.cpp SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
cdda.cpp SCUMM: Remove trailing whitespace 2014-10-28 16:15:43 +02:00
cdda.h SCUMM: Use spaces instead of tabs in comments. 2014-07-05 13:38:29 +02:00
charset-fontdata.cpp SCUMM: Fix bugs #7070, #7071. 2016-03-09 01:22:12 +01:00
charset.cpp SCUMM: Fix Korean/Taiwanese text line break in The DIG 2014-07-23 17:59:07 +09:00
charset.h SCUMM: Fix text shadow in The DIG Korean. 2014-07-23 16:16:06 +09:00
configure.engine CONFIGURE: Introduced new engine dependency: highres 2016-03-05 14:25:56 +01:00
costume.cpp SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
costume.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
cursor.cpp SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
debugger.cpp SCUMM: Fix argc check in Cmd_Script() 2015-03-22 12:22:30 +01:00
debugger.h SCUMM: Remove "level" command from debugger. Replaced by "debuglevel". 2014-05-13 15:14:54 +01:00
detection_tables.h SCUMM: Fix bug #6873 FARM: Crash at the end of trivia minigame on easy. 2015-06-28 13:22:20 +10:00
detection.cpp SCUMM: Let listSaves return list sorted on slot numbers. 2016-02-25 21:39:45 +01:00
detection.h SCUMM: Add support for Steam versions of Indy 3, Indy 4, Loom and Dig 2014-07-03 00:13:33 +03:00
dialogs.cpp SCUMM: Add safety check 2015-11-28 00:06:47 +01:00
dialogs.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
file_nes.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
file_nes.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
file.cpp SCUMM: Maniac V0 Demo: Allow F7 to restart, Add handler for opcode 0x6e (o_screenPrepare) 2014-12-08 19:12:27 +11:00
file.h SCUMM: Simplify index file handling for Steam versions. 2014-07-05 14:16:20 +02:00
gfx_towns.cpp SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
gfx.cpp ALL: Resolve multiple clang warnings 2014-03-30 14:38:02 +02:00
gfx.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
gfxARM.s SCUMM: Manually specify function alignment in ARM assembly. 2014-03-06 20:21:47 +01:00
help.cpp SCUMM: Improve FOA keyboard help 2015-01-06 08:39:23 -02:00
help.h COMMON: Move Language and Platform functionality into separate files 2012-02-26 15:21:36 +01:00
input.cpp SCUMM: Allow Alt-x to be used to quit SCUMM games. 2016-01-29 23:10:36 +01:00
midiparser_ro.cpp SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
module.mk SCUMM: Add support for CD audio tracks in the Steam versions of Loom 2014-07-04 23:33:43 +03:00
music.h SCUMM: Only forward declare Serializer in music.h. 2014-06-04 18:51:15 +02:00
nut_renderer.cpp Fix non-MSVC build 2014-08-03 17:45:51 +09:00
nut_renderer.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
object.cpp SCUMM: Fix regression in updated Russian version of Freddi Fish 1. 2014-09-10 23:05:29 +10:00
object.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
palette.cpp SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
POTFILES SCUMM: Mark additional strings for translation 2015-10-11 18:58:50 +01:00
proc3ARM.s SCUMM: Define symbols before actually using them in proc3ARM.s. 2014-03-09 16:08:50 +01:00
resource_v2.cpp SCUMM: Maniac V0: Add support for D64 Demo Disk, Cleanup duplicate 'Talk' array 2014-12-08 10:14:37 +11:00
resource_v3.cpp SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
resource_v4.cpp SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
resource.cpp JANITORIAL: Fix clang printf warnings 2016-01-07 14:55:32 +02:00
resource.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
room.cpp SCUMM: Fix bug #6679 - INDY3 DOS-EGA: book of maps graphic glitch 2014-11-30 13:30:00 -02:00
saveload.cpp SCUMM: Fix warning 2016-02-14 17:51:30 +01:00
saveload.h SCUMM: Maniac V0: Correctly handle 'slanted' walk-boxes, Add new variables to save-games, Bump the SaveGame Version number, remove obsolete V0 code in V2 functions 2014-12-02 16:25:03 +11:00
script_v0.cpp SCUMM: Maniac V0 Demo: Allow F7 to restart, Add handler for opcode 0x6e (o_screenPrepare) 2014-12-08 19:12:27 +11:00
script_v2.cpp SCUMM: Add support for Russian MM 2016-01-10 09:21:03 +01:00
script_v3.cpp SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
script_v4.cpp SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
script_v5.cpp SCUMM: Maniac V0: Remove workaround for bug #2971126 (this issue no longer occurs as walking is handled the same as the original) 2014-12-02 16:40:46 +11:00
script_v6.cpp SCUMM: Enable Day of the Tentacle easter egg 2014-12-30 03:45:14 +01:00
script_v8.cpp SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
script.cpp SCUMM: Maniac V0: Correctly handle 'slanted' walk-boxes, Add new variables to save-games, Bump the SaveGame Version number, remove obsolete V0 code in V2 functions 2014-12-02 16:25:03 +11:00
script.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
scumm_v0.h SCUMM: Maniac V0 Demo: Allow F7 to restart, Add handler for opcode 0x6e (o_screenPrepare) 2014-12-08 19:12:27 +11:00
scumm_v2.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
scumm_v3.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
scumm_v4.h JANITORIAL: Typos detected with lintian & grep 2016-02-15 18:27:02 +01:00
scumm_v5.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
scumm_v6.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
scumm_v7.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
scumm_v8.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
scumm-md5.h SCUMM: Move Russian Dig version description to the generated field 2016-01-13 00:48:47 +01:00
scumm.cpp SCUMM: Get rid of unused Audio::mixer references 2015-07-19 17:12:05 +02:00
scumm.h SCUMM: Fix bug #6592 SCUMM: ZAK - Read Ticket is too fast to read. 2015-06-10 07:12:25 +02:00
sound.cpp JANITORIAL: Typos detected with lintian & grep 2016-02-15 18:27:02 +01:00
sound.h SCUMM: Add support for CD audio tracks in the Steam versions of Loom 2014-07-04 23:33:43 +03:00
string.cpp SCUMM: Fix bug #6592 SCUMM: ZAK - Read Ticket is too fast to read. 2015-06-10 07:12:25 +02:00
usage_bits.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
usage_bits.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
util.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
util.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
vars.cpp SCUMM: Remove trailing whitespace 2014-10-28 16:15:43 +02:00
verbs.cpp SCUMM: Maniac V0: Add support for D64 Demo Disk, Cleanup duplicate 'Talk' array 2014-12-08 10:14:37 +11:00
verbs.h SCUMM: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00