Commit Graph
86814 Commits
Author SHA1 Message Date
Thierry Crozat c2263a7af5 I18N: Change the French translation back to ISO-8859-1
Two accepted suggestions used a curly single quote, which caused
the file to be converted to UTF-8. They have been converted back to straight single quotes.
2017-01-18 21:28:43 +00:00
Purple T 17ae056b91 I18N: Update translation (French)
Currently translated at 100.0% (929 of 929 strings)
2017-01-18 22:21:51 +01:00
Eugene Sandulenko f599c8ab50 GRAPHICS: Fix font name generation for MacFonts 2017-01-18 19:13:01 +01:00
Eugene Sandulenko 0b3d7d3e4f GRAPHICS: Further work on MacFont loading 2017-01-18 18:59:52 +01:00
Eugene Sandulenko cc82d8f619 DIRECTOR: More debug output to mac font loading test 2017-01-18 10:25:51 +01:00
Eugene Sandulenko 6558e94ac3 GRAPHICS: Plug in loaded MacFONTFonts into MacFontManager 2017-01-18 10:24:47 +01:00
Eugene Sandulenko 226c2ed016 README: Removing links to obsolete compilation instructions 2017-01-18 08:14:22 +01:00
D G Turner 11846907a6 DIRECTOR: Fix Compiler Warning. 2017-01-18 05:35:10 +00:00
Paul Gilbert 2d1b0969d1 TITANIC: Remove accidentally committed debug code 2017-01-17 22:51:38 -05:00
Paul Gilbert 63c3df22f0 TITANIC: Handle -1 frameNumber in AVISurface::addEvent like original 2017-01-17 22:40:57 -05:00
Paul Gilbert 7ede6d585d TITANIC: Fixes to CParrot frameMsg method 2017-01-17 21:29:07 -05:00
Walter van Niftrik 2e00dfd47c ADL: Implement hires5 time machine animation 2017-01-17 23:27:10 +01:00
Tarek Soliman 25614c60c8 SCI: Add more version info to SQ4 detection entry 2017-01-17 16:09:31 -06:00
Eugene Sandulenko 4ede54e6b0 GRAPHICS: Rename MacFont to MacFONTFont to avoid clashed 2017-01-17 20:30:32 +01:00
Eugene Sandulenko 1fea15ac7b GRAPHICS: Implementing kerning calculation for MacFonts 2017-01-17 18:44:27 +01:00
Eugene Sandulenko be07b004e0 GRAPHICS: Split out MacFontFamily class out of MacFont 2017-01-17 18:14:02 +01:00
stevenhoefel d391932ac4 DIRECTOR: Refactor Text Rendering. Use alignment of MacText. Render to temporary surface to allow ink blitting. 2017-01-17 22:16:27 +11:00
stevenhoefel 837b3b22e5 GRAPHICS: MacText calculate longest string inside maxWidth and add alignment. 2017-01-17 22:15:43 +11:00
stevenhoefel feab260c98 GRAPHICS: Fix oversight on length value to return. 2017-01-17 22:14:58 +11:00
D G Turner a8d975f032 GRAPHICS: Fix Zero Length Format String Compiler Warnings. 2017-01-17 11:00:18 +00:00
Eugene Sandulenko 4236d93aae GRAPHICS: Fix FOND loading 2017-01-17 10:56:33 +01:00
Eugene Sandulenko fd82fa5308 DIRECTOR: Added test for font loading 2017-01-17 10:56:33 +01:00
Eugene Sandulenko b0e06b414d GRAPHICS: Added debug output to FOND loading 2017-01-17 10:56:33 +01:00
D G Turner 317b7e7fb4 BLADERUNNER: Fix Unsigned vs. Signed Compiler Warnings. 2017-01-17 09:45:08 +00:00
D G Turner 4c03760e66 DC: Fix Variable Shadowing Compiler Warning. 2017-01-17 09:29:24 +00:00
D G Turner 20e04ad234 CLOUD: Fix Unsigned vs. Signed Comparison Compiler Warning. 2017-01-17 08:27:04 +00:00
Paul Gilbert d64ea85de6 TITANIC: Fix showing all that pink during Prologue and in Parrot room 2017-01-16 22:28:10 -05:00
Paul Gilbert 817312b52d TITANIC: Fix CParrot movieFrameMsg 2017-01-16 21:46:41 -05:00
Paul Gilbert 42814d2282 TITANIC: Fix if check in CParrot frameMsg 2017-01-16 21:41:49 -05:00
Paul Gilbert 6a955be8ac TITANIC: Fix some Liftbot dialogue responses 2017-01-16 19:07:15 -05:00
Eugene Sandulenko 13422c3151 GRAPHICS: More work on FOND loading 2017-01-17 00:33:34 +01:00
Paul Gilbert 66453dac06 TITANIC: Fix locating vocab words in getPrimeWord 2017-01-16 17:29:17 -05:00
Eugene Sandulenko aef95a6964 GRAPHICS: First part for reading FOND Mac resources 2017-01-16 22:54:16 +01:00
Colin Snover 88981b8db6 SCI32: Script patch priority drawing bug in MGDX
This fixes the horse at the fountain drawing on top of the
fountain instead of behind it.
2017-01-16 12:54:39 -06:00
Eugene Sandulenko 5d18151b55 GRAPHICS: Initial code for reading FONT Mac resources 2017-01-16 19:21:50 +01:00
Thierry Crozat 9c0dfd2bf8 I18N: Update translations templates 2017-01-16 19:19:36 +01:00
Colin Snover e695100708 SCI32: Add workarounds for MGDX 2017-01-16 12:16:14 -06:00
Colin Snover 600a9127de SCI32: Add pic cel to CelInfo32 debugging output 2017-01-16 12:16:14 -06:00
Colin Snover d9de55b2a9 SCI32: Fix handling of negative z-indexes
Fixes the ego disappearing behind the castle doors in MGDX.
2017-01-16 12:16:14 -06:00
Colin Snover f66c033d52 SCI32: Add workaround for Hoyle5 2017-01-16 12:16:13 -06:00
Colin Snover 8859c3ccae SCI32: Disable compression on Hoyle5 options files
Compression overhead takes up more space than uncompressed files,
plus the uncompressed files it creates are marginally quicker and
easier to debug with external tools.
2017-01-16 12:16:13 -06:00
Colin Snover c476341508 SCI32: Add workarounds for KQ7 2.00b 2017-01-16 12:16:13 -06:00
Colin Snover efa6b74cce SCI32: Clarify comment about empty code path in cursor code 2017-01-16 12:16:13 -06:00
Colin Snover d495267829 SCI32: Fix loading save games in KQ7 1.51 2017-01-16 12:16:12 -06:00
Colin Snover 0e77471467 SCI: Remove unused SciEngine::speechAndSubtitlesEnabled method 2017-01-16 12:16:12 -06:00
Colin Snover 0744dc4109 SCI32: Fix spinloop in Hoyle5
Hoyle5 will spin on kGetTime between 15 and 300 ticks in multiple
game scripts in order to delay execution (for example, after
choosing opponents and clicking "okay"). This causes ScummVM to
be unresponsive and wastes CPU time.

This commit patches the spin subroutines to instead call a kernel
function (kWait) that waits without a spin loop. This kernel
function was removed in SCI2, and has been added back in ScummVM
specifically for Hoyle5, so this patch will not work with the
original interpreter.
2017-01-16 12:16:12 -06:00
D G Turner 60867811cc TITANIC: Fix Several Valgrind Warnings. 2017-01-16 17:39:32 +00:00
D G Turner 7a14f199ea CLOUD: Fix Possible Uninitialized Variable Compiler Warning. 2017-01-16 17:38:26 +00:00
Paul Gilbert cb96b15ee6 TITANIC: Workaround for broken light in 1st class suite 2017-01-16 12:11:51 -05:00
Paul Gilbert efb43d9621 TITANIC: Renaming checks for player's first class suite 2017-01-16 11:50:42 -05:00