aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Collapse)Author
2016-12-11MOHAWK: Fix transparency for the rotation cursors in MystBastien Bouclet
2016-12-10MOHAWK: Poll the events while drawing Myst transitionsBastien Bouclet
Fixes #9594, the mouse cursor was hanging while transitions were drawn.
2016-10-27MOHAWK: Enable riven-demo specific strings for translationrootfather
2016-10-23MOHAWK: Support for the Riven JP CD structureEugene Sandulenko
2016-10-23MOHAWK: Fix Riven JP platformEugene Sandulenko
2016-10-23MOHAWK: Add detection for Japanese RivenEugene Sandulenko
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-10-07MOHAWK: Enable Myst for the releaseEugene Sandulenko
2016-10-02MOHAWK: Fix compilationLothar Serra Mari
2016-10-02MOHAWK: Enable translations for 'game is paused' stringLothar Serra Mari
2016-09-26MOHAWK: Hide some warningsBastien Bouclet
Fixes #9571, fixes #9572.
2016-09-25MOHAWK: Fix the tower rotation line to be white instead of blackBastien Bouclet
This was a regression from the default palette change. Fixes #9567.
2016-09-25MOHAWK: Always restart a sound when replacing it with the same oneBastien Bouclet
Fixes #9569
2016-09-25MOHAWK: Use the color of the first pixel as the transparent cursor colorBastien Bouclet
Fixes #9568
2016-09-15MOHAWK: Change the game ID for the making of Myst to lowercaseBastien Bouclet
No target upgrade needed since it is not stored in the config file.
2016-08-16MOHAWK: Fix setting the ambient sound volumesBastien Bouclet
A crash would occur when the number of ambient sound decreases while keeping the same base sound. Fixes #7184.
2016-08-11MOHAWK: Add a Riven specific sound managerBastien Bouclet
- Add ambient sound fading - Fix ambient sound volume to use the list-level volume
2016-08-11MOHAWK: Allow the games to have a different sound managerBastien Bouclet
2016-08-11MOHAWK: Move makeMohawkWaveStream out of the Sound classBastien Bouclet
2016-08-03MOHAWK: Load games from outside the options dialog loopThierry Crozat
Loading games from inside the dialog loop may cause cursor glitches. This commits applies the same fix to the MohawkOptionsDialog as the one that already existed for the global main menu. This finished to fix bug #7164.
2016-07-24MOHAWK: Make sure the cursor is visible after loading in MystBastien Bouclet
Fixes #7164.
2016-07-10MOHAWK: Switch Riven saves to a slot based naming schemeBastien Bouclet
Existing saves are compatible but must be renamed to riven-###.rvn
2016-07-10MOHAWK: Save ScummVM specific metadata in the Riven savesBastien Bouclet
- Thumbnail - Save date - Save description - Total play time
2016-07-10MOHAWK: The French DVD version of Riven is just a repackaged CD versionBastien Bouclet
2016-07-10MOHAWK: Make the Riven saved games loadable by the original engineBastien Bouclet
2016-07-04MOHAWK: Have the Myst and Riven options dialog share a base classBastien Bouclet
Now the Riven options dialog has the same features as the Myst one: - Screen centering - Save / Load / Quit buttons
2016-07-04MOHAWK: Change the Riven options dialog's cancel button not to save the settingsBastien Bouclet
2016-07-04MOHAWK: Change the Riven options dialog not to subclass GUI::OptionsDialogBastien Bouclet
2016-06-26MOHAWK: Remap bitmaps not to use undefined colorsBastien Bouclet
The Spanish version of Myst has bitmaps that use palette indices in the system reserved range. Affected pixels previously used colors from the Windows system palette instead of the bitmap's own palette, resulting in visual glitches. Bitmaps are now remapped to the screen palette which is made of the Windows reserved palette and part of the bitmap palette. The original engine used GDI's StretchDIBits with DIB_RGB_COLORS to achieve the same result. Fixes #7153.
2016-06-13MOHAWK: Engine classes initializationsEugene Sandulenko
2016-06-01MOHAWK: Initialize some more variablesStrangerke
2016-06-01MOHAWK: Remove yet another useless variableStrangerke
2016-06-01MOHAWK: Change several variables to booleanStrangerke
2016-06-01MOHAWK: Remove a useless structureStrangerke
2016-06-01MOHAWK: Initialize some variablesStrangerke
2016-05-30MOHAWK: Initialize some variablesStrangerke
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
Recently we started to use this as new semantics, although in the past we used simly <engine>_H. Now these guard defines are consistent with rest of the files which are used in the engines.
2016-04-17MOHAWK: Update the screen immediatly when changing stacksBastien Bouclet
This fixes the linking sound being played before the new age is displayed. Thanks to rootfather for noticing.
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-04-14JANITORIAL: Reduce GUI header dependenciesOri Avtalion
2016-04-03MOHAWK: Fix endianness issue in Myst opcode 30Bastien Bouclet
The previous code was reading data of the system's endianness as little endian. Now the data is converted to little endian before it is read. Attempt to fix #7100.
2016-04-03MOHAWK: Switch to slot based save file naming for MystBastien Bouclet
Myst previously used the user provided description as the save filename. This was not working when the user entered chacacters forbidden by the filesystem. The actual save format has not changed. Old saves are still compatible, but must be renamed to 'myst-###.mys' and 'myst-###.mym'. Fixes 7106.
2016-04-01MOHAWK: Add detection.cpp to POTFILESBastien Bouclet
Fixes #7102
2016-03-30MOHAWK: Added detection for early Russian Riven version. Bug #6471Eugene Sandulenko
2016-03-30MOHAWK: Added 2 more livingbook versions. Bug #6557Eugene Sandulenko
2016-03-28MOHAWK: Play the gears sound when resetting the Myst clock puzzleBastien Bouclet
Fixes #7093.
2016-03-27MOHAWK: Promote Myst from UNSTABLE to TESTINGBastien Bouclet
2016-03-08ENGINES: Make variable names of ADGameDescription conform to our guidelines.Johannes Schickel
gameid -> gameId guioptions -> guiOptions
2016-03-08ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.Johannes Schickel
_singleid -> _singleId _gameids -> _gameIds _guioptions -> _guiOptions
2016-03-05Revert "MOHAWK: Promote Myst from UNSTABLE to TESTING"Eugene Sandulenko
This reverts commit 04b5f3833771c3073df5860c023c8274706dbbc7. We need to make an official announcement first.