aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-12Merge pull request #987 from dafioram/titanic_readme_savedgamesPaul Gilbert
TITANIC: add that titanic supports original saved games to readme
2017-08-12MOHAWK: Myst: Fix one Atrus video being off position by one pixelBastien Bouclet
Fixes #10114.
2017-08-12WAGE: Turn warning into debug messageEugene Sandulenko
2017-08-12TITANIC: add that titanic supports original saved games to readmeDavid Fioramonti
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-12SLUDGE: Apply dark color to sprite using multipy modeSimei Yin
2017-08-12SLUDGE: Fix Common::String operator[] out of rangeSimei Yin
2017-08-12SLUDGE: Fix uninitialised valueSimei Yin
2017-08-12SLUDGE: Apply lightmap to spritesSimei Yin
2017-08-12MOHAWK: Myst: Fix incorrect vault instructions using image patchBastien Bouclet
Thanks to dafioram for providing the replacement image. Fixes #10115.
2017-08-12README: Added newly supported games to the NEWSEugene Sandulenko
2017-08-12Graphics:: Add multiply blend modeSimei Yin
2017-08-12SLUDGE: Fix sprite depth errorSimei Yin
2017-08-12AUDIO: Fix some more suspicious-looking expessionsTorbjörn Andersson
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-11TITANIC: Fix highlighting PET tab icons during load or Deskbot convPaul Gilbert
2017-08-11TITANIC: Fix rendering bottom line of room glyphsPaul Gilbert
2017-08-11TITANIC: Fix animation when leaving fuseboxPaul Gilbert
2017-08-11TITANIC: Fix floating lifbot head in lift 4Paul Gilbert
2017-08-12GRAPHICS: Consider flip mode when handling off-screen clippingSimei Yin
2017-08-11NETWORKING: Fix warningEugene Sandulenko
2017-08-11NETWORKING: Fix data type cast in comparison. char is usually signedEugene Sandulenko
2017-08-11BACKENDS: SURFACESDL: Add missing break statementEugene Sandulenko
2017-08-11AUDIO: Fix insufficient memset length in FM-TOWNS synthesizerEugene Sandulenko
2017-08-11AUDIO: Fix incorrect boolean statement in MaxTrax decoderEugene Sandulenko
2017-08-11JANITORIAL: Add fall through statementEugene Sandulenko
2017-08-11TEENAGENT: Fix fall through case statementsEugene Sandulenko
2017-08-11SAGA: Add missing break statement and add fall through commentEugene Sandulenko
2017-08-11SCUMM: Moonbase: Mark original bug as fall through to silence GCC 7 warningEugene Sandulenko
2017-08-11JANITORIAL: Fix GCC7 fall through warningsEugene Sandulenko
2017-08-11DIRECTOR: Lingo: Add missing break statementEugene Sandulenko
2017-08-11JANITORIAL: Fix GCC 7 fall through warningEugene Sandulenko
2017-08-11AGI: PREAGI: Add one more missing break statementEugene Sandulenko
2017-08-11AGI: PREAGI: Add missing break statementsEugene Sandulenko
2017-08-11SCUMM: Add missing return statementEugene Sandulenko
2017-08-11SCUMM: Add missing break to INSANE code. Thanks to eriktorbjorn and GCC7Eugene Sandulenko
2017-08-11I18N: Update translations templatesThierry Crozat
2017-08-11MOHAWK: Riven: b_Data1.mhk is not required to play the CD versionBastien Bouclet
2017-08-11MOHAWK: Riven: Patch an invalid card change when entering Gehn's officeBastien Bouclet
Fixes #10118.
2017-08-11SLUDGE: Get list of saved filesSimei Yin
2017-08-11I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (965 of 965 strings)
2017-08-11MOHAWK: Riven: Fix pin rotation handle sometimes disappearingBastien Bouclet
It was due to inaccurate rotation movie bounds. Fixes #10086.
2017-08-11SLUDGE: Debug output lightmap imageSimei Yin
2017-08-11SLUDGE: Prepare sprites for lightmapSimei Yin
2017-08-10TITANIC: Fix reinflating SGT bed after deflating itPaul Gilbert
2017-08-10TITANIC: Keep Deskbot talking for entire length of 2nd class upgradePaul Gilbert
2017-08-10TITANIC: Ignore Ctrl+C key until actually in-gamePaul Gilbert
2017-08-10TITANIC: Fix starting playback in music roomPaul Gilbert
2017-08-11GRAPHICS: MACGUI: Fix GCC Compiler Warnings.D G Turner
2017-08-11WAGE: Fix GCC Compiler Warnings.D G Turner
2017-08-11WAGE: support chr<scene conditionalsEugene Sandulenko
2017-08-11WAGE: allow using LET with negative number literalsEugene Sandulenko