Thierry Crozat
729264f116
I18N: Read language name preferably from custom 'X-Language-name' header
...
We have been abusing the 'Language' field to store the language name
that appears in the GUI for a translation. But this field is officially
supposed to store the language code, and most tools that edit po file
set it automatically. This has caused the language being changed by
mistake in the paste.
There is a provision for custom fields with a name starting with 'X-'
though. So Now, if defined, it will use the custom 'X-Language-name'
field, and fall back to 'Language' in case that custom field is not defined.
This should prevent the language being lost when not careful while
editing the translation.
2016-11-08 02:21:16 +00:00
Paul Gilbert
015cf46cb0
TITANIC: Fix highlighting of name slots when loading a savegame
2016-11-07 21:11:39 -05:00
Paul Gilbert
90fed956f2
TITANIC: Fix highlighting correct PET icon after loading
2016-11-07 20:58:45 -05:00
Colin Snover
8eb8e7366c
IMAGE: Add support for 16-bit RLE TGA images
...
Used by Titanic engine.
2016-11-07 19:51:53 -06:00
Paul Gilbert
f3d9d88f58
TITANIC: Fix stopping all playing sounds when loading a savegame
2016-11-07 20:26:51 -05:00
Paul Gilbert
d85f56e1fe
TITANIC: Fix showing Continue dialog when more than 5 saves present
2016-11-07 20:26:27 -05:00
Paul Gilbert
1e3f4f6887
TITANIC: Simulate sound distances by reducing volume
2016-11-07 19:33:00 -05:00
Eugene Sandulenko
641012a141
Merge pull request #777 from m-kiewitz/master
...
SDL: Fix keyboard on macOS, when using SDL2, fix directional keypad
2016-11-08 00:57:14 +01:00
Thierry Crozat
577e189a37
BASE: Auto-detect now starts the first game found
2016-11-07 19:29:53 +00:00
Eugene Sandulenko
f6f50e6ba0
DIRECTOR: Fixed CASt resource loading in RIFX archives
2016-11-07 19:53:07 +01:00
Paul Gilbert
f6593ce9c0
TITANIC: Simplify freeing class list on exit
2016-11-07 07:36:52 -05:00
Paul Gilbert
57cd02b048
TITANIC: Fix hovering cursor for restricted doors
2016-11-06 23:09:00 -05:00
Paul Gilbert
2e0e0f2d89
TITANIC: Fix BellBot walking off
2016-11-06 23:05:11 -05:00
Paul Gilbert
73030bd42f
TITANIC: Fix BellBot's intro speech
2016-11-06 22:31:27 -05:00
Paul Gilbert
0c7c72b750
TITANIC: Fix showing movie clip of BellBot arriving
2016-11-06 21:24:42 -05:00
Paul Gilbert
11f9af68c9
TITANIC: Fix triggering BellBot summon
2016-11-06 20:52:36 -05:00
Paul Gilbert
42d6680837
TITANIC: Fixes for allocating an assigned room
2016-11-06 19:44:32 -05:00
Paul Gilbert
345863d7b6
TITANIC: Fix Deskbot saying your assigned room
2016-11-06 17:32:11 -05:00
Paul Gilbert
071a032447
TITANIC: Fix parser crash giving the same response multiple times
2016-11-06 17:14:31 -05:00
Paul Gilbert
23f606a7a3
TITANIC: Workaround original game bug in fish response
...
The original was meant to allow you to enter "fish" in response to
the Deskbot's fish question, but it didn't because fish was also
recognised as a common phrase for replacement during pre-processing
2016-11-06 15:47:48 -05:00
Paul Gilbert
e6c15b8f4d
TITANIC: Fix crash in TTparser::processModifiers
2016-11-06 14:36:45 -05:00
Paul Gilbert
927adb7f05
TITANIC: Fix word wrapping in the conversation log
2016-11-06 14:26:44 -05:00
Walter van Niftrik
d349e911b8
ADL: Fix warnings
2016-11-06 16:38:39 +01:00
Torbjörn Andersson
58a32cddec
ADL - Fix overflow causing infinite loop in word-wrapping (bug #9628 )
...
When the text to word-wrap was longer than 255 characters, the
'pos' and 'endPos' counters would overflow, causing it to never
reach the end of the string to word-wrap.
2016-11-06 10:48:22 +01:00
rootfather
3b1bb73357
I18N: Regenerate translations.dat
2016-11-06 08:53:31 +01:00
rootfather
8388c8f2ee
I18N: Update Hungarian GUI translation
...
provided by goodoldgeorge in #9644 , thank you!
2016-11-06 08:40:17 +01:00
Paul Gilbert
2202d32816
TITANIC: Further changes to use PassengerClass enum
2016-11-05 23:26:22 -04:00
Paul Gilbert
d8d11ba17b
TITANIC: Cleanup of class handling in PET Rooms tab
2016-11-05 23:15:15 -04:00
Paul Gilbert
0f17c9de47
TITANIC: Free allocated class type definitions on exit
2016-11-05 21:44:51 -04:00
Eugene Sandulenko
6f614c350e
I18N: Regenerate translations.dat
2016-11-06 01:06:27 +01:00
Eugene Sandulenko
89ccc89300
I18N: Update Russian translation
2016-11-06 01:06:06 +01:00
Eugene Sandulenko
c80878fafb
I18N: Update Ukrainian translation
2016-11-06 01:05:52 +01:00
Paul Gilbert
28537800c4
TITANIC: Fix line wrapping in conversation log
2016-11-05 19:55:31 -04:00
Paul Gilbert
cf1efc8430
TITANIC: Fix replaying cached previously played sounds
2016-11-05 19:12:39 -04:00
Paul Gilbert
db1ed6db3e
TITANIC: Correct naming usage for PET Text ending character index
2016-11-05 18:57:10 -04:00
Eugene Sandulenko
efb7c63d1e
Merge pull request #861 from lubomyr/master
...
ANDROIDSDL: added new platform x86_64, multiarch in one package
2016-11-05 23:55:22 +01:00
Paul Gilbert
1089d12a71
TITANIC: Fix showing status messages in the PET
2016-11-05 11:17:15 -04:00
Paul Gilbert
edc74ce8e8
TITANIC: Don't allow exiting EmbLobby without checking in
2016-11-05 11:10:45 -04:00
Paul Gilbert
6eac69f45a
TITANIC: Replaced int passenger class with PassengerClass enum
2016-11-05 11:02:39 -04:00
lubomyr
fbaf54cee8
ANDROIDSDL: multi-ARCH support in build script
2016-11-05 16:45:53 +02:00
lubomyr
d1196d870a
ANDROIDSDL: prevention from delete logo.png from AndroidData directory after execute script DataBuild.sh
2016-11-05 16:40:32 +02:00
lubomyr
b399e23650
ANDROIDSDL: added support x86_64 platform
2016-11-05 16:33:35 +02:00
Paul Gilbert
1c3ba9be14
TITANIC: Some renamings in DeskbotScript
2016-11-05 09:52:29 -04:00
Paul Gilbert
738bdf94aa
TITANIC: Fix showing replies with multiple response fragments
2016-11-05 09:46:57 -04:00
Paul Gilbert
4e927128da
TITANIC: Parser fix for saying 'no' to having reservation
2016-11-05 09:03:22 -04:00
rootfather
f7381c23aa
I18N: Regenerate translations.dat
2016-11-05 13:11:18 +01:00
rootfather
9260dd1526
I18N: Update German GUI translation
2016-11-05 13:11:18 +01:00
rootfather
d865d1b3d3
I18N: Update translation files from source code
2016-11-05 13:11:18 +01:00
rootfather
4b6f0552c4
NEWS: Mention recent additions/fixes in German NEWS file
2016-11-05 13:11:18 +01:00
rootfather
ea04a41780
NEWS: Revert mentioning iOS linear filtering options
...
as suggested by criezy.
2016-11-05 13:11:18 +01:00