Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-08 | I18N: Fix language name for German translation | Thierry Crozat | |
The language name was recently changed to 'de' probably by mistake. Instead of setting back the 'Language' field I used the custom 'X-Language-name' field that is now used by the tool to create the translation data file. | |||
2016-11-08 | I18N: Read language name preferably from custom 'X-Language-name' header | Thierry Crozat | |
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-07 | TITANIC: Fix highlighting of name slots when loading a savegame | Paul Gilbert | |
2016-11-07 | TITANIC: Fix highlighting correct PET icon after loading | Paul Gilbert | |
2016-11-07 | IMAGE: Add support for 16-bit RLE TGA images | Colin Snover | |
Used by Titanic engine. | |||
2016-11-07 | TITANIC: Fix stopping all playing sounds when loading a savegame | Paul Gilbert | |
2016-11-07 | TITANIC: Fix showing Continue dialog when more than 5 saves present | Paul Gilbert | |
2016-11-07 | TITANIC: Simulate sound distances by reducing volume | Paul Gilbert | |
2016-11-08 | Merge pull request #777 from m-kiewitz/master | Eugene Sandulenko | |
SDL: Fix keyboard on macOS, when using SDL2, fix directional keypad | |||
2016-11-07 | BASE: Auto-detect now starts the first game found | Thierry Crozat | |
2016-11-07 | DIRECTOR: Fixed CASt resource loading in RIFX archives | Eugene Sandulenko | |
2016-11-07 | TITANIC: Simplify freeing class list on exit | Paul Gilbert | |
2016-11-06 | TITANIC: Fix hovering cursor for restricted doors | Paul Gilbert | |
2016-11-06 | TITANIC: Fix BellBot walking off | Paul Gilbert | |
2016-11-06 | TITANIC: Fix BellBot's intro speech | Paul Gilbert | |
2016-11-06 | TITANIC: Fix showing movie clip of BellBot arriving | Paul Gilbert | |
2016-11-06 | TITANIC: Fix triggering BellBot summon | Paul Gilbert | |
2016-11-06 | TITANIC: Fixes for allocating an assigned room | Paul Gilbert | |
2016-11-06 | TITANIC: Fix Deskbot saying your assigned room | Paul Gilbert | |
2016-11-06 | TITANIC: Fix parser crash giving the same response multiple times | Paul Gilbert | |
2016-11-06 | TITANIC: Workaround original game bug in fish response | Paul Gilbert | |
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 | TITANIC: Fix crash in TTparser::processModifiers | Paul Gilbert | |
2016-11-06 | TITANIC: Fix word wrapping in the conversation log | Paul Gilbert | |
2016-11-06 | ADL: Fix warnings | Walter van Niftrik | |
2016-11-06 | ADL - Fix overflow causing infinite loop in word-wrapping (bug #9628) | Torbjörn Andersson | |
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 | I18N: Regenerate translations.dat | rootfather | |
2016-11-06 | I18N: Update Hungarian GUI translation | rootfather | |
provided by goodoldgeorge in #9644, thank you! | |||
2016-11-05 | TITANIC: Further changes to use PassengerClass enum | Paul Gilbert | |
2016-11-05 | TITANIC: Cleanup of class handling in PET Rooms tab | Paul Gilbert | |
2016-11-05 | TITANIC: Free allocated class type definitions on exit | Paul Gilbert | |
2016-11-06 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2016-11-06 | I18N: Update Russian translation | Eugene Sandulenko | |
2016-11-06 | I18N: Update Ukrainian translation | Eugene Sandulenko | |
2016-11-05 | TITANIC: Fix line wrapping in conversation log | Paul Gilbert | |
2016-11-05 | TITANIC: Fix replaying cached previously played sounds | Paul Gilbert | |
2016-11-05 | TITANIC: Correct naming usage for PET Text ending character index | Paul Gilbert | |
2016-11-05 | Merge pull request #861 from lubomyr/master | Eugene Sandulenko | |
ANDROIDSDL: added new platform x86_64, multiarch in one package | |||
2016-11-05 | TITANIC: Fix showing status messages in the PET | Paul Gilbert | |
2016-11-05 | TITANIC: Don't allow exiting EmbLobby without checking in | Paul Gilbert | |
2016-11-05 | TITANIC: Replaced int passenger class with PassengerClass enum | Paul Gilbert | |
2016-11-05 | ANDROIDSDL: multi-ARCH support in build script | lubomyr | |
2016-11-05 | ANDROIDSDL: prevention from delete logo.png from AndroidData directory after ↵ | lubomyr | |
execute script DataBuild.sh | |||
2016-11-05 | ANDROIDSDL: added support x86_64 platform | lubomyr | |
2016-11-05 | TITANIC: Some renamings in DeskbotScript | Paul Gilbert | |
2016-11-05 | TITANIC: Fix showing replies with multiple response fragments | Paul Gilbert | |
2016-11-05 | TITANIC: Parser fix for saying 'no' to having reservation | Paul Gilbert | |
2016-11-05 | I18N: Regenerate translations.dat | rootfather | |
2016-11-05 | I18N: Update German GUI translation | rootfather | |
2016-11-05 | I18N: Update translation files from source code | rootfather | |
2016-11-05 | NEWS: Mention recent additions/fixes in German NEWS file | rootfather | |