Commit graph

49167 commits

Author SHA1 Message Date
Paul Gilbert
ca31591384 TSAGE: Corrected signature of ASound::play method 2011-10-17 23:08:20 +11:00
Travis Howell
dbff0afa37 BUILD: Fix win32 target for Windows. 2011-10-17 10:24:11 +11:00
Thierry Crozat
b0e53fd1fc DOC: Add Italian QuickStart 2011-10-17 00:07:05 +01:00
Thierry Crozat
90598bd4e2 I18N: Regenerate translations data file 2011-10-17 00:07:03 +01:00
Thierry Crozat
a1d4c5bfce I18N: Update Italian translation 2011-10-17 00:07:02 +01:00
D G Turner
fca8ac60de CRUISE: Fix For Unresponsive Mouse Movement noted in Bug #3423955.
This patch was supplied on the bug by Ignaz Forster (ifo).
2011-10-16 21:49:43 +01:00
Filippos Karapetis
e49c65a27b SCI: Moved the Hi-res description for LSL6 hi-res in the extras field 2011-10-16 16:50:40 +03:00
Thierry Crozat
9ca17c4e95 I18N: Regenerate translations data file 2011-10-16 14:11:08 +01:00
Simon Sawatzki
a487621352 I18N: Updated German translation. 2011-10-16 15:01:41 +02:00
Filippos Karapetis
0186bda0ce SCI: Updated the description of LSL6 hires to distinguish it better 2011-10-16 15:59:21 +03:00
Filippos Karapetis
dbd5ffaf34 AGI: Refine commit #69c705a to always pick the longest matching phrase
Thanks to wjp for his observation in the original commit
2011-10-16 14:36:38 +03:00
Filippos Karapetis
ffe7073037 SCI: Script 64036 in Torin's passage contains an invalid export 2011-10-16 13:01:13 +03:00
Paul Gilbert
01616afecc TINSEL: Revert of prior commits for #2893946 2011-10-16 16:14:02 +11:00
Paul Gilbert
6ce67242fd TSAGE: Cleaned up Blue Force scene 114 - Outside Tony's Bar 2011-10-16 15:26:39 +11:00
Paul Gilbert
39da78218c TSAGE: Bugfixes for Blue Force scene 550 when with Lyle 2011-10-16 14:54:03 +11:00
Paul Gilbert
ce79726b7d TSAGE: Bugfix to be able to leave Alleycat Bowl 2011-10-16 14:31:06 +11:00
Paul Gilbert
c65b42bce4 TSAGE: Bugfix for driving past Grandma Frannie's with Lyle 2011-10-16 14:14:14 +11:00
Paul Gilbert
f3fc6720d1 TSAGE: Bugfixes for fax machine in Lyle's Office 2011-10-16 13:54:56 +11:00
Paul Gilbert
1d99d51b28 TSAGE: Workaround for original game bug in BF scene 600.
The global scroll object follower was set to a scene object in this scene, but not reset when the scene ends, resulting in the pointer pointing to a freed object.
2011-10-16 13:54:56 +11:00
Paul Gilbert
d8863110e9 TSAGE: Bugfix for infinite recursion when talking to grandma. 2011-10-16 13:54:55 +11:00
Paul Gilbert
0af554b891 TSAGE: Workaround for script bug in Blue Force using invalid visage rlb indexes.
This affects the inspection cut-scene on Day 2
2011-10-16 13:54:54 +11:00
Jordi Vilalta Prat
cc5f37823b BUILD: Install the new Spanish quickstart file. 2011-10-16 01:36:19 +02:00
Jordi Vilalta Prat
e8ee5e2727 I18N: Patch #3424097: "Spanish translation for 1.4.0"
Updated the Spanish interface translation and added the QuickStart translation.
2011-10-16 01:01:36 +02:00
Jordi Vilalta Prat
05ca8ce2f2 DOC: Update SVN references to git. 2011-10-16 00:54:35 +02:00
Filippos Karapetis
69c705a019 AGI: Fixed bug #3424066 - "LSL1 AGI: Password Glitch"
We should not stop looking when a partial sentence match is found, as a
better match might exist later on. In this case, there were two matching
sentences, "Ken" (which is wrong in this case) and "Ken sent me" (which
is correct, but was never reached as the partial match was returned
first)
2011-10-16 01:11:15 +03:00
Alyssa Milburn
ca88b03828 Merge pull request #102 from SimSaw/master
Update of German translation DOCS.
2011-10-15 08:38:55 -07:00
Simon Sawatzki
1dd80ed399 DOCS: Updated German translation of README and NEWS. 2011-10-15 17:19:27 +02:00
Alyssa Milburn
0f15f95912 MOHAWK: Add various Living Books detection entries from bug #3422652. 2011-10-15 17:12:51 +02:00
Paul Gilbert
453323ebaa TSAGE: Fixed accidental recursion in FollowerObject::reposition method 2011-10-15 20:30:05 +11:00
Filippos Karapetis
4062a9653d DREAMWEB: Silenced warnings, applied coding conventions
- Silenced a lot of signed/unsigned MSVC warnings
- Changed (rarely used) "not" keywords to "!"
2011-10-15 12:24:32 +03:00
Filippos Karapetis
63b3db2753 MADE: Graphics::Surface is a struct, not a class 2011-10-15 12:24:31 +03:00
Paul Gilbert
403b20e70d TSAGE: Bugfix for Blue Force scene 810 - Lyle's Office 2011-10-15 14:49:31 +11:00
Paul Gilbert
f0245ef09a TSAGE: Implemented SceneMessage class to show messages before fading in a scene
This is used by Blue Force to display 'The Next Day' messages.
2011-10-15 13:46:38 +11:00
Filippos Karapetis
a606312c22 MADE: Graphics::Surface is a struct, not a class 2011-10-15 01:16:17 +03:00
Filippos Karapetis
b956b24149 SCI: Added a heuristic to distinguish Mac SCI1.1 from SCI2.1 versions
This removes the hack that checks for the existence of resource.cfg
2011-10-15 01:00:58 +03:00
Filippos Karapetis
88472151b4 SCI: Fixed text length in upscaled SCI32 games 2011-10-15 00:19:39 +03:00
Filippos Karapetis
9f568f5f0b SCI: Fixed display of text surfaces in SCI21 2011-10-14 21:08:26 +03:00
Filippos Karapetis
8609e22e40 SCI: Silenced warnings 2011-10-14 20:30:22 +03:00
Strangerke
49b4298f7d TSAGE: Fix stupid cut&paste error 2011-10-14 19:14:25 +02:00
Strangerke
651cbe29d6 TSAGE: Blue Force - Add speakers used in scene 115 2011-10-14 19:12:18 +02:00
Filippos Karapetis
b04a069782 SCI: More work on kBitmap (still WIP) 2011-10-14 14:07:01 +03:00
Filippos Karapetis
d39cdd8e1c SCI: More work on the vertical plane offset for SCI32. Still WIP.
Vertical clipping is still not finished. This fixes the display in the
Torin demo (which uses a scene with loads of items with a vertical
offset).
2011-10-14 14:07:00 +03:00
Paul Gilbert
39c175f783 TSAGE: Bugfix for #3423512 - Not being able to get crown 2011-10-14 21:22:23 +11:00
Paul Gilbert
2ac551aa28 TSAGE: Bugfix for Ringworld demo having save/restore buttons enabled in GMM
This splits checking if save and load are enabled to the individual game classes.
2011-10-14 20:49:06 +11:00
Paul Gilbert
6811a3daff TINSEL: Alter previous DW1 bugfix so that DW2 still works properly 2011-10-14 20:38:00 +11:00
Torbjörn Andersson
744f8507d7 TINSEL: Fix #3422433 ("DW2: US version uses UK graphics")
According to dreammaster it should be enough to add cases for the
US version in these two functions, but unfortunately he can't test
it himself. I guess I should try to find the time to play through
the game, but right now there's an annoying DW2 regression from
commit d5690e0. See GitHub commit note for details.
2011-10-13 23:48:09 +02:00
Filippos Karapetis
7d6d8c2475 SCI: Extended the detection of certain selectors to work in SCI2
This is needed for some demos that do not supply a selector vocabulary
(i.e. vocab 997)
2011-10-13 14:03:58 +03:00
Filippos Karapetis
8d4e562555 SCI: Implemented kBitmap(3) and kBitmap(5). Some cleanup 2011-10-13 14:03:57 +03:00
Filippos Karapetis
e7260d992c SCI: Updated a comment inside processPlaySound() 2011-10-13 14:03:57 +03:00
Paul Gilbert
3a372991ee TSAGE: Show an explicit error message when saving or loading savegames fails 2011-10-13 22:01:58 +11:00