Commit Graph
86814 Commits
Author SHA1 Message Date
Eugene Sandulenko 76ffd9cccb GRAPHICS: Fix initialization 2016-12-19 09:26:56 +01:00
Ettore Atalan 6a56156bc6 I18N: Update translation (German)
Currently translated at 100.0% (927 of 927 strings)
2016-12-19 09:19:53 +01:00
Paul Gilbert 836dbae94b TITANIC: Fix Parrot message when trying to take it's perch 2016-12-18 23:26:51 -05:00
Thierry Crozat 23050227a6 I18N: Regenerate translations data file 2016-12-19 05:05:10 +01:00
Paul Gilbert b2d00993ef TITANIC: Fix volume percentage for modes 3,4,5 in updateVolume 2016-12-18 22:42:02 -05:00
Paul Gilbert 82421eac5f TITANIC: Fix parrot check when starting TrueTalk 2016-12-18 22:19:26 -05:00
Paul Gilbert 12fe1ae78f TITANIC: Fix stick being visible when dragging it to the inventory 2016-12-18 21:24:06 -05:00
Paul Gilbert b639f5389f TITANIC: Hopefully fix write after tree in CGameManager 2016-12-18 21:07:04 -05:00
Paul Gilbert fe85d4081c TITANIC: Fix visiblity of elevator heads 2016-12-18 20:19:29 -05:00
Thierry Crozat fe3e280b5a I18N: Update translations templates 2016-12-19 02:13:16 +01:00
Colin Snover bc8aea4b60 SCI32: Disable load button in F5 menu for Phant1 & Hoyle5
These games either don't have saves (Hoyle) or the saves bypass
the normal save game system so are unidentifiable by ScummVM
(Phant1).
2016-12-18 19:03:30 -06:00
Colin Snover 8bda50fb08 SCI: Clarify the SciEngine::canSaveGameStateCurrently situation 2016-12-18 19:03:30 -06:00
Colin Snover df38f24c77 SCI32: Fix handling of rewritable files opened with mode 1
In SSCI, all files opened through kFileIO are writable. Most of
the time this does not matter and the engine can get away with
using read-only streams, but when chase.dat is opened by Phant1
from the retry dialogue during the chase, it needs to be writable
because game code puts a '98' marker in the chase data. If this
write does not occur, the game gets stuck in a loop looking for
the marker.
2016-12-18 19:03:30 -06:00
Colin Snover 0015f39742 SCI32: Disable launcher load for Phantasmagoria
This game has its own custom save/load system that bypasses the
normal SCI save game system and performs raw file IO, so its save
files are not identifiable as ScummVM saves.
2016-12-18 19:03:30 -06:00
Colin Snover 274ce59699 SCI: Fail gracefully when attempting to write to a read-only fd 2016-12-18 19:03:30 -06:00
Colin Snover 1a3d47bcb5 SCI: Remove restriction on backwards seeking
SaveFileRewriteStream enables backwards seeking, which is necessary
for the chase.dat in Phant1 to be parsed correctly by the game.
2016-12-18 19:02:41 -06:00
Colin Snover b011af9485 SCI: Remove unused second parameter to SegManager::getString 2016-12-18 19:02:41 -06:00
Colin Snover f52c03cd2c SCI32: Simplify workaround comment
It is not necessary to explain what is happening, just how to
reproduce it.
2016-12-18 19:02:40 -06:00
Colin Snover c816657e56 SCI32: Add workaround for bad kArraySetElements call at end of Phant1 2016-12-18 19:02:40 -06:00
Colin Snover e828deaa46 SCI32: Fix overwriting of file content when opened in append mode
Fixes Trac#9586, Trac#9587.
2016-12-18 19:02:40 -06:00
Paul Gilbert 98c8fa3aa9 TITANIC: Fixes for replacing eye in elevator 4, renaming in CGameObject 2016-12-18 19:35:30 -05:00
Paul Gilbert ee80272416 TITANIC: Fix returning items to inventory if drop doesn't work 2016-12-18 18:31:46 -05:00
Paul Gilbert cf061845ba TITANIC: Fix starting to drag inventory items 2016-12-18 17:01:11 -05:00
Paul Gilbert 6544c51262 TITANIC: Fix crash dragging items from inventory 2016-12-18 15:50:23 -05:00
Paul Gilbert c70380aef6 TITANIC: Renamings for PET Rooms flag for if elevator is broken 2016-12-18 14:50:08 -05:00
Paul Gilbert a222fe1529 TITANIC: Renaming of lift fields 2016-12-18 14:32:52 -05:00
Ben Castricum ac35e6138b I18N: Update translation (Dutch)
Currently translated at 100.0% (927 of 927 strings)
2016-12-18 20:21:38 +01:00
Eugene Sandulenko 48a8b5b928 I18N: Update translation (Portuguese (Brazil))
Currently translated at 60.3% (559 of 927 strings)
2016-12-18 19:28:33 +01:00
Eugene Sandulenko 79256ab68a I18N: Update translation (Norwegian Nynorsk)
Currently translated at 73.6% (683 of 927 strings)
2016-12-18 19:23:49 +01:00
Walter van Niftrik 2c62e5f99c ADL: Add workarounds for hires5 2016-12-18 18:41:02 +01:00
Walter van Niftrik 87609ef75a ADL: Add workaround for hires5 region 15 2016-12-18 18:41:02 +01:00
Thierry Crozat 9543ec5ca1 I18N: Update translations templates 2016-12-18 17:26:16 +01:00
Colin Snover b93f4f06e4 MT32: Really add the virtual destructor 2016-12-18 10:25:58 -06:00
Thierry Crozat 5af2fe0ec3 I18N: Update translations templates 2016-12-18 17:20:36 +01:00
Colin Snover d585c6f852 MT32: Fix virtual dtor warning, incorrect delete, unnecessary allocation 2016-12-18 10:20:23 -06:00
Paul Gilbert 91fd236a53 TITANIC: Hide Titania's eye when leaving elevator 4 2016-12-18 10:12:10 -05:00
Paul Gilbert 0ae74f5a0b TITANIC: Fix animation going when going upwards in elevators 2016-12-18 09:43:16 -05:00
Paul Gilbert d356d87378 TITANIC: Fix saving games when there is range data to be included 2016-12-17 22:26:16 -05:00
Colin Snover 6338496dff SCI32: Fix bitmap surface memory leaks in video players
Fixes Trac#9662.
2016-12-17 18:55:23 -06:00
Colin Snover 07919b79ba SCI32: Improve SciBitmap segment table debugging output 2016-12-17 18:55:22 -06:00
Paul Gilbert 7e9ae90abd TITANIC: Fix initialization of new TTsentence objects 2016-12-17 18:23:56 -05:00
Paul Gilbert 01c4267270 DEVTOOLS: Fix writing common phrases in create_titanic 2016-12-17 17:24:19 -05:00
Eugene Sandulenko e40e9e2ffc I18N: Update translation (Russian)
Currently translated at 100.0% (927 of 927 strings)
2016-12-17 23:07:59 +01:00
Eugene Sandulenko a02bf2d7f8 I18N: Update translation (Ukrainian)
Currently translated at 100.0% (927 of 927 strings)
2016-12-17 23:05:27 +01:00
Paul Gilbert 10fb151c6b TITANIC: Fix summoning Bellbot or Doorbot 2016-12-17 16:45:08 -05:00
Paul Gilbert f2d68dc146 TITANIC: Fix operation of 1st class light switches 2016-12-17 15:41:18 -05:00
Paul Gilbert fc65fd8474 TITANIC: Fix hood animation in the elevators 2016-12-17 15:24:23 -05:00
Paul Gilbert bbef10c068 CREATE_PROJECT: Fix Visual Studio linking problems after Munt merge 2016-12-17 15:12:52 -05:00
Thierry Crozat 1194341b69 I18N: Update translations templates 2016-12-17 20:32:38 +01:00
Eugene Sandulenko f98730028c MT32: Prevent Munt from including <fstream> 2016-12-17 20:32:04 +01:00