Commit Graph

82248 Commits

Author SHA1 Message Date
Paul Gilbert
76f82799df TITANIC: Fix converting double digit words into numbers 2017-08-12 14:17:42 -04:00
Thierry Crozat
1932275275 NEWS: Reword two GUI related changes 2017-08-12 18:20:03 +01:00
Paul Gilbert
99d50975cc TITANIC: Fix to processing textual numbers in sentences 2017-08-12 12:22:57 -04:00
Paul Gilbert
eaab1f0472 TITANIC: Fix duplication of RealLife icons when passenger class changes 2017-08-12 11:07:25 -04:00
Simei Yin
3cfb5bcdc5 SLUDGE: Fix unmatched delete and delete [] 2017-08-12 16:49:47 +02:00
Simei Yin
606d2135b8 SLUDGE: Fix SoundManager destructure error 2017-08-12 16:49:47 +02:00
Paul Gilbert
e2a15a21a0 Merge pull request #987 from dafioram/titanic_readme_savedgames
TITANIC: add that titanic supports original saved games to readme
2017-08-12 10:20:08 -04:00
Bastien Bouclet
e62e28732f MOHAWK: Myst: Fix one Atrus video being off position by one pixel
Fixes #10114.
2017-08-12 15:38:13 +02:00
Eugene Sandulenko
4ca14e2242 WAGE: Turn warning into debug message 2017-08-12 15:02:57 +02:00
David Fioramonti
07350be4a3 TITANIC: add that titanic supports original saved games to readme
I alphabetized the games in the 6.2 section (converting original saved games)
of the readme.

Also some minor edits to the titanic notes section of the readme (3.17).
These changes were mostly cosmetic and added fact that mouse click in
starmap allows ship to fast travel to that star (a very cool thing).
2017-08-12 05:54:01 -07:00
Simei Yin
1892d60c7a SLUDGE: Apply dark color to sprite using multipy mode 2017-08-12 12:14:59 +02:00
Simei Yin
02b09dc8fc SLUDGE: Fix Common::String operator[] out of range 2017-08-12 11:42:04 +02:00
Simei Yin
7734cb937d SLUDGE: Fix uninitialised value 2017-08-12 11:28:21 +02:00
Simei Yin
044ea6f8b0 SLUDGE: Apply lightmap to sprites 2017-08-12 11:20:48 +02:00
Bastien Bouclet
cafec8773d MOHAWK: Myst: Fix incorrect vault instructions using image patch
Thanks to dafioram for providing the replacement image.

Fixes #10115.
2017-08-12 09:02:51 +02:00
Eugene Sandulenko
12522705d8 README: Added newly supported games to the NEWS 2017-08-12 08:47:33 +02:00
Simei Yin
7ec2fcc7f6 Graphics:: Add multiply blend mode 2017-08-12 08:31:56 +02:00
Simei Yin
c84720885a SLUDGE: Fix sprite depth error 2017-08-12 07:25:29 +02:00
Torbjörn Andersson
a31fcfff2e AUDIO: Fix some more suspicious-looking expessions
GCC did not warn about these, but surely it should be bitwise OR,
not logical OR, here as well. But I don't think I have any game that
uses MaxTrax (Amiga version of Legend of Kyrandia?), so I can't
really test this.
2017-08-12 07:24:48 +02:00
Paul Gilbert
5d9da668d4 TITANIC: Fix highlighting PET tab icons during load or Deskbot conv 2017-08-11 21:37:34 -04:00
Paul Gilbert
20a3a08a90 TITANIC: Fix rendering bottom line of room glyphs 2017-08-11 21:07:33 -04:00
Paul Gilbert
78a1d34e78 TITANIC: Fix animation when leaving fusebox 2017-08-11 21:00:15 -04:00
Paul Gilbert
26ef2ce24b TITANIC: Fix floating lifbot head in lift 4 2017-08-11 20:07:52 -04:00
Simei Yin
7d60ccc463 GRAPHICS: Consider flip mode when handling off-screen clipping 2017-08-12 00:48:47 +02:00
Eugene Sandulenko
bb58647588 NETWORKING: Fix warning 2017-08-11 22:05:35 +02:00
Eugene Sandulenko
addcdd5ae8 NETWORKING: Fix data type cast in comparison. char is usually signed 2017-08-11 22:00:15 +02:00
Eugene Sandulenko
1d086b9f20 BACKENDS: SURFACESDL: Add missing break statement 2017-08-11 21:59:59 +02:00
Eugene Sandulenko
edeb6a636c AUDIO: Fix insufficient memset length in FM-TOWNS synthesizer 2017-08-11 21:55:59 +02:00
Eugene Sandulenko
859b54222f AUDIO: Fix incorrect boolean statement in MaxTrax decoder 2017-08-11 21:52:44 +02:00
Eugene Sandulenko
c48cb7af7c JANITORIAL: Add fall through statement 2017-08-11 21:40:11 +02:00
Eugene Sandulenko
fcad0fe307 TEENAGENT: Fix fall through case statements 2017-08-11 21:30:13 +02:00
Eugene Sandulenko
c2e633d349 SAGA: Add missing break statement and add fall through comment 2017-08-11 21:25:36 +02:00
Eugene Sandulenko
b840320c5b SCUMM: Moonbase: Mark original bug as fall through to silence GCC 7 warning 2017-08-11 20:53:21 +02:00
Eugene Sandulenko
e3d720f09b JANITORIAL: Fix GCC7 fall through warnings 2017-08-11 20:46:56 +02:00
Eugene Sandulenko
4325605111 DIRECTOR: Lingo: Add missing break statement 2017-08-11 20:44:42 +02:00
Eugene Sandulenko
c76e2666f5 JANITORIAL: Fix GCC 7 fall through warning 2017-08-11 20:40:37 +02:00
Eugene Sandulenko
200b9070b3 AGI: PREAGI: Add one more missing break statement 2017-08-11 20:38:35 +02:00
Eugene Sandulenko
18e263129f AGI: PREAGI: Add missing break statements 2017-08-11 20:33:21 +02:00
Eugene Sandulenko
e0b3001218 SCUMM: Add missing return statement 2017-08-11 20:20:25 +02:00
Eugene Sandulenko
41d8441ea8 SCUMM: Add missing break to INSANE code. Thanks to eriktorbjorn and GCC7 2017-08-11 20:13:24 +02:00
Thierry Crozat
cdd4b8b338 I18N: Update translations templates 2017-08-11 19:06:30 +02:00
Bastien Bouclet
efddaf84eb MOHAWK: Riven: b_Data1.mhk is not required to play the CD version 2017-08-11 19:05:55 +02:00
Bastien Bouclet
ee588a8c33 MOHAWK: Riven: Patch an invalid card change when entering Gehn's office
Fixes #10118.
2017-08-11 19:05:55 +02:00
Simei Yin
c28d246cb0 SLUDGE: Get list of saved files 2017-08-11 18:03:45 +02:00
Lothar Serra Mari
cb1b43a6e2 I18N: Update translation (German)
Currently translated at 100.0% (965 of 965 strings)
2017-08-11 11:46:43 +02:00
Bastien Bouclet
3fba660210 MOHAWK: Riven: Fix pin rotation handle sometimes disappearing
It was due to inaccurate rotation movie bounds.

Fixes #10086.
2017-08-11 08:24:34 +02:00
Simei Yin
49383e0aee SLUDGE: Debug output lightmap image 2017-08-11 06:35:14 +02:00
Simei Yin
949dcaa4e2 SLUDGE: Prepare sprites for lightmap 2017-08-11 06:35:14 +02:00
Paul Gilbert
8f46d3e66e TITANIC: Fix reinflating SGT bed after deflating it 2017-08-10 22:14:32 -04:00
Paul Gilbert
e84c164bde TITANIC: Keep Deskbot talking for entire length of 2nd class upgrade 2017-08-10 20:28:12 -04:00