aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic
AgeCommit message (Collapse)Author
2017-08-13TITANIC: SuccUBus wasn't dry retching in conversationsPaul Gilbert
2017-08-13TITANIC: Stop SuccUBus turning on when dragging mailPaul Gilbert
2017-08-13TITANIC: Renamings for the CSuccUBus classPaul Gilbert
2017-08-13TITANIC: Further cleanup of DVector classPaul Gilbert
2017-08-13Merge pull request #989 from dafioram/dvector_refactorPaul Gilbert
TITANIC: Star control dvector class refactor
2017-08-13TITANIC: Fix receiving any SuccUBus mail in the Bomb room SuccUBusPaul Gilbert
2017-08-13TITANIC: Add missing va_end() on early return (CppCheck warning)Torbjörn Andersson
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: Add support for compressed bitmaps in titanic.datPaul Gilbert
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-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-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-08TITANIC: Further improvements to arrow key movementPaul Gilbert
The movement code, when deciding on an item or link that matches the desired direction, will check five points on the object/links area.. center, left edge, right edge, top edge, and bottom edge. For each of these, it makes sure that at that point, clicking will actually get passed to it. Otherwise, it moves onto one of the other edges. This helps avoid issues where links weren't working because standard scene objects were partially obscuring them.
2017-08-07TITANIC: Hook in the original game's secret cheat roomPaul Gilbert
You can either use a special Ctrl-C key combination, or use the 'cheat' command in the debugger
2017-08-07TITANIC: Fix bots freezing up during long conversationsPaul Gilbert
2017-08-06TITANIC: Removed unused CWaveFile constructorPaul Gilbert
2017-08-06TITANIC: Fix SuccUBus not always redirecting 'nowhere' glyphs to BilgePaul Gilbert
2017-08-06Merge pull request #983 from dafioram/titanic_starview_addReversePaul Gilbert
TITANIC: Change Starview slowdown to reverse
2017-08-06TITANIC: Change Starview slowdown to reverseDavid Fioramonti
This changes the starview manual camera movement using semicolon. Before it slowed down the ship. To make it more like the original game it now adds negative velocity so that it slows down then speeds up in the backward direction. The functions were renamed accordingly.
2017-08-06TITANIC: Bring movement rates in the starfield closer to the originalPaul Gilbert
The original updated the camera during the general scene drawing, which was done at a much higher rate than I wanted for the ScummVM implementation. So I've added this workaround to update the camera every 10ms when the player is in the star control scene. This gives it a comparible rate of movement to the original.
2017-08-06TITANIC: Minor renamings in CStarViewPaul Gilbert
2017-08-06TITANIC: Renaming in SuccUBus classes for better clarityPaul Gilbert
2017-08-06TITANIC: Correct local variable name in SuccUBusPaul Gilbert
2017-08-06TITANIC: Remove development link left in computer screen viewPaul Gilbert
2017-08-06TITANIC: Fix movement cursors in Lift 4 when eye is removedPaul Gilbert
2017-08-06TITANIC: Don't allow movement link to be used in Starfield PuzlzePaul Gilbert
The scene has an unused right turn link that wasn't used, and is covered by the starview. Since movement now uses simulated mouse clicks, the worst result of clicking right arrow is simply that a star may be accidentally selected. But for cleanliness, it was best to fix it. It also allowed the creation of code that other objects in the view can use to override default movement logic, just in case it's needed.
2017-08-06TITANIC: Fix arrow key movement in front of Parrot cagePaul Gilbert
2017-08-06TITANIC: Changing arrow movement to be done via simulated mouse clicksPaul Gilbert
2017-08-06TITANIC: Create new CMovementMsg for new movement functionalityPaul Gilbert
This also moves logic for detecting which movement is associated with given keycodes and cursors to CMovementMsg and CLinkItem, which are better suited to contain the logic
2017-08-06TITANIC: Fix handling of NumPad causing double digitsPaul Gilbert
2017-08-05TITANIC: Maintain static movie frames on objects across savesPaul Gilbert
2017-08-05TITANIC: Fix original savegames from the bar not loadingPaul Gilbert
2017-08-05TITANIC: Don't show invalid meta info for original game savesPaul Gilbert
2017-08-05TITANIC: Fix getting into Lift 1 from a first class floorPaul Gilbert
2017-08-05TITANIC: Fix releasing chicken in middle of parrot leaning out to eatPaul Gilbert
2017-08-05TITANIC: Cleanup and fix for multi drop targetsPaul Gilbert
The fix deals with a bug in the original that if an item was used that the drop target didn't handle, the item wouldn't be returned to the player's inventory