Commit Graph
86814 Commits
Author SHA1 Message Date
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
Paul Gilbert 37e4ca3fbc TITANIC: Fix doubling the size of half size video clips 2016-11-04 21:56:09 -04:00
Colin Snover 2eea7dc961 SCI32: Implement kPlayVMDIgnorePalettes
Used in Shivers room 35170 when pressing the play button.
2016-11-04 20:45:45 -05:00
Colin Snover 4bfd005c78 SCI32: Stop digital audio when VMDs open in some SCI2.1 games 2016-11-04 20:10:21 -05:00
Paul Gilbert f89b0e8c45 TITANIC: Fixes to show speaking NPC image in conversation view 2016-11-04 20:53:42 -04:00
Paul Gilbert 3fb2beb57e TITANIC: Fix removing parser nodes after processing 2016-11-04 19:39:57 -04:00
Eugene Sandulenko 7ce632f862 JANITORIAL: Whitespace fixes 2016-11-04 23:50:01 +01:00
Colin Snover fda89a9f59 SCI32: Fix VMD playback stuttering when kEventFlagToFrame is used
For example, Shivers room 932 when subtitles are enabled.
2016-11-04 15:16:10 -05:00
Colin Snover 5a5945cbbb SCI32: Allow format strings with missing arguments
SSCI created a fake va_list and passed it to vsprintf, so extra
placeholders would just silently end up reading garbage memory.
2016-11-04 15:16:10 -05:00
Colin Snover 44dfa4c49f SCI32: Treat %d as unsigned in kString
At least Shivers has VMDs with resource IDs above 2^15; treating %d
as signed means that the wrong filename gets created.
2016-11-04 15:16:10 -05:00
Paul Gilbert e58dad8bb6 TITANIC: Parser fixes for using unrecognised words 2016-11-03 23:04:58 -04:00
Paul Gilbert c32be8ebeb TITANIC: Fix copying concepts in getFrameEntry 2016-11-03 21:51:22 -04:00
Paul Gilbert c3e026564a TITANIC: Fix choosing correct vocab matches for words 2016-11-03 20:45:08 -04:00
Colin Snover ab12211d67 SCI: Add QFG1 game version to detection table
Thanks @tsoliman for the data.
2016-11-03 18:51:25 -05:00
Eugene Sandulenko 35f22e62fc NEWS: Mention GMM save/load support in Composer 2016-11-03 23:52:22 +01:00
Eugene Sandulenko 6cad083f84 Merge pull request #851 from angstsmurf/composer-gmm-new
COMPOSER: Support GMM saving/loading and load from launcher
2016-11-03 23:51:18 +01:00
Eugene Sandulenko 869354830f NEWS: Mention GUI improvements 2016-11-03 23:48:18 +01:00
Eugene Sandulenko e2f58be77f Merge pull request #859 from criezy/gui-apply
GUI: apply changes functionality
2016-11-03 23:46:46 +01:00
Colin Snover 42ebd5a664 SCI32: Allow SCI32 games to update speech & subtitles settings
Fixes Trac#9637.
2016-11-03 13:14:58 -05:00
Eugene Sandulenko 1b037c413b I18N: Regenerate translations.dat 2016-11-03 10:06:25 +01:00