aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2017-08-12TITANIC: dvector work, fn5 renamed to RotXYDavid Fioramonti
It does a rotation around the X axis then Y.
2017-08-12TITANIC: dvect work, replace fn4 with getFrameTransformDavid Fioramonti
This function was using two vectors one as a frame rotation and the other as a vector/point rotation. This function is only used in when you click on a star in starview.
2017-08-12TITANIC: star control dvector work, replace fn3 with getAnglesAsVect also ↵David Fioramonti
replace atan2 implementation fn3 in dvector returns a vector that stores a magnitude, and 2 angles. The second angle (the z component of the returned vector) was the angle that the internal vector was between its z and x axis. This angle was obtained by doing a poor man 4-quadrant atan implementation and it gave large values for negative x. This has been replaced with the atan2 standard function.
2017-08-12TITANIC: star control dvector rename fn2 to RotVectAxisYDavid Fioramonti
2017-08-12TITANIC: Star control dvector work, renamed fn1 to DAffMatrixProdVecDavid Fioramonti
It does a matrix product with a vector and a z translation
2017-08-12TITANIC: Fix music fadeout when entering Parrot roomPaul Gilbert
2017-08-12TITANIC: Fix resuming well music after looking down wellPaul Gilbert
2017-08-12TITANIC: Fix converting double digit words into numbersPaul Gilbert
2017-08-12TITANIC: Fix to processing textual numbers in sentencesPaul Gilbert
2017-08-12TITANIC: Fix duplication of RealLife icons when passenger class changesPaul Gilbert
2017-08-12SLUDGE: Fix unmatched delete and delete []Simei Yin
2017-08-12SLUDGE: Fix SoundManager destructure errorSimei Yin
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-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-12SLUDGE: Fix sprite depth errorSimei Yin
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-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-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-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-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
2017-08-10MOHAWK: Myst: Fix showing the white page after dropping itBastien Bouclet
Fixes #10065.
2017-08-10MOHAWK: Myst: Restore the backbuffer after toggling off fireplace buttonsBastien Bouclet
Fixes #10064
2017-08-10MOHAWK: Riven: Neutralize the timer when moving the Ytram trap upBastien Bouclet
Fixes #10103.