82083 Commits

Author SHA1 Message Date
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
Paul Gilbert
388420c84a TITANIC: Ignore Ctrl+C key until actually in-game 2017-08-10 20:03:03 -04:00
Paul Gilbert
2df37f4eb0 TITANIC: Fix starting playback in music room 2017-08-10 19:55:43 -04:00
D G Turner
fbd1e87824 GRAPHICS: MACGUI: Fix GCC Compiler Warnings. 2017-08-11 00:56:28 +01:00
D G Turner
3c947754ac WAGE: Fix GCC Compiler Warnings. 2017-08-11 00:55:46 +01:00
Eugene Sandulenko
7e9b8cb513 WAGE: support chr<scene conditionals 2017-08-11 00:45:25 +02:00
Eugene Sandulenko
6541adaa2e WAGE: allow using LET with negative number literals 2017-08-11 00:40:29 +02:00
Bastien Bouclet
79102d87ec MOHAWK: Myst: Fix showing the white page after dropping it
Fixes #10065.
2017-08-10 21:02:10 +02:00
Bastien Bouclet
fb26a42aad MOHAWK: Myst: Restore the backbuffer after toggling off fireplace buttons
Fixes #10064
2017-08-10 20:52:23 +02:00
Bastien Bouclet
22ed7eb399 MOHAWK: Riven: Neutralize the timer when moving the Ytram trap up
Fixes #10103.
2017-08-10 20:07:34 +02:00
Bastien Bouclet
cf9646e72b MOHAWK: Myst: Stop gears video before calling elevator on mechanical
Fixes #10108.
2017-08-10 19:02:10 +02:00
Bastien Bouclet
18fe4cebe4 MOHAWK: Riven: Trigger the try to open the back rotating room door
When using keyboard navigation
2017-08-10 19:02:10 +02:00
Bastien Bouclet
5a4400e390 MOHAWK: Riven: Stop using varargs to list hotspot names
One call to va_end was missing when returning early. This stuff is too
dangerous for me to use.
2017-08-10 19:02:10 +02:00
Paul Gilbert
c278be9f6f TITANIC: Fix spelling mistake in Starship Titanic notes 2017-08-09 22:16:05 -04:00
Paul Gilbert
5a43e355e6 TITANIC: Add extra Titanic key notes to README 2017-08-09 20:06:07 -04:00
Kirben
2fe8931907 SCUMM: Don't list Amiga version of The Secret of Monkey Island as VGA, as it leads to confusion. 2017-08-10 09:35:33 +10:00