Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-03 | MOHAWK: Factor out stack name-id mapping | Bastien Bouclet | |
2017-07-03 | MOHAWK: Change the back from book commands to use scripts | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move the external commands to their respective stacks | Bastien Bouclet | |
2017-07-03 | MOHAWK: Prepare empty classes for the Riven stacks | Bastien Bouclet | |
2017-07-03 | MOHAWK: Implement the (fire)flies effect mainly used in jungle island | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move MLST loading to RivenCard | Bastien Bouclet | |
2017-07-03 | MOHAWK: Remove VideoHandle usage | Bastien Bouclet | |
2017-07-03 | MOHAWK: Ensure constructing and deleting cards does not have side effects | Bastien Bouclet | |
2017-07-03 | MOHAWK: Rename the card and stack accessors | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move card id remapping to RivenStack | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move the resource names to RivenStack | Bastien Bouclet | |
2017-07-03 | MOHAWK: Introduce a new RivenStack class | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move running the card leave script to the RivenCard destructor | Bastien Bouclet | |
2017-07-03 | MOHAWK: The ignoreNextMouseUp workaround is not necessary anymore | Bastien Bouclet | |
We now check the mouse up event happens on the same hotspot as the mouse down event. | |||
2017-07-03 | MOHAWK: Move the current hotspot to RivenCard | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move Riven's name lists to a separate class | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move the hotspot list to RivenCard | Bastien Bouclet | |
Also replace all hardcoded accesses to the hotspot array with hotspot queries. | |||
2017-07-03 | MOHAWK: Make the RivenHotspot fields private | Bastien Bouclet | |
2017-07-03 | MOHAWK: Remove the RivenHotspot enabled field | Bastien Bouclet | |
2017-07-03 | MOHAWK: Turn the active hotspot into a pointer | Bastien Bouclet | |
2017-07-03 | MOHAWK: Start converting RivenHotspot into a class | Bastien Bouclet | |
2017-07-03 | MOHAWK: Chane Riven's graphics manager to automatically handle screen updates | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move PLST handling to the RivenCard class | Bastien Bouclet | |
2017-07-03 | MOHAWK: Remove the current card id from the Riven engine class | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move Riven's Card to a separate object | Bastien Bouclet | |
2017-07-03 | MOHAWK: Add a script queue to Riven's script manager | Bastien Bouclet | |
2017-07-03 | MOHAWK: Change Riven's scripts not to have a type | Bastien Bouclet | |
2017-07-03 | MOHAWK: Refactor the script manager to read data to Command classes | Bastien Bouclet | |
2016-10-27 | MOHAWK: Enable riven-demo specific strings for translation | rootfather | |
2016-10-23 | MOHAWK: Support for the Riven JP CD structure | Eugene Sandulenko | |
2016-08-11 | MOHAWK: Add a Riven specific sound manager | Bastien Bouclet | |
- Add ambient sound fading - Fix ambient sound volume to use the list-level volume | |||
2016-08-11 | MOHAWK: Allow the games to have a different sound manager | Bastien Bouclet | |
2016-08-03 | MOHAWK: Load games from outside the options dialog loop | Thierry 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-10 | MOHAWK: Switch Riven saves to a slot based naming scheme | Bastien Bouclet | |
Existing saves are compatible but must be renamed to riven-###.rvn | |||
2016-06-01 | MOHAWK: Initialize some more variables | Strangerke | |
2016-04-14 | JANITORIAL: Reduce GUI header dependencies | Ori Avtalion | |
2015-07-17 | MOHAWK: Make video handles actual objects | Matthew Hoops | |
2014-05-03 | MOHAWK: Use original stack ID mapping for Riven | Matthew Hoops | |
2014-02-18 | MOHAWK: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-12-16 | JANITORIAL: Replace some spaces with tabs | Torbjörn Andersson | |
2012-12-16 | MOHAWK: Allow changing video rates | Bastien Bouclet | |
getVideoDuration now returns an Timestamp | |||
2012-07-25 | MOHAWK: Fix delete[] formatting. | Johannes Schickel | |
2012-06-10 | GUI: Add helper to SaveLoadChooser, which uses the currently active target. | Johannes Schickel | |
This reduces the code duplication in all client code, which formerly duplicated the querying of the plugin, game id etc. and now simply calls the newly added method runModalWithCurrentTarget() on a SaveLoadChooser object. | |||
2012-06-10 | MOHAWK: Do not call close on SaveLoadChooser. | Johannes Schickel | |
This is actually always called when a dialog closes, thus manual closing is not required. It furthermore is actually *bad* to call this from outside the dialog's code, since it will remove the top dialog from the dialog stack and thus mess up the GUI in case multiple dialogs are opened. | |||
2012-06-10 | GUI: Get rid of SaveLoadChooser::setSaveMode. | Johannes Schickel | |
We already pass the title and process button name to the constructor of SaveLoadChooser and then do not offer any way of changing it, thus changing the edit mode of the chooser is kind of pointless and was never actually used. Instead we pass the mode on SaveLoadChooser construction now. | |||
2012-05-12 | VIDEO: Change getElapsedTime() into getTime() | Matthew Hoops | |
This name change accompanies a slight meaning change; now it means the current time position from the beginning of the video and not from starting the video. | |||
2012-03-16 | MOHAWK: Improve Riven save/load error messages | Matthew Hoops | |
2012-03-10 | MOHAWK: Split the graphics classes into their own files | Matthew Hoops | |
2011-08-15 | MOHAWK: Stub off Riven transition speed code | Matthew Hoops | |
2011-08-11 | MOHAWK: Implement the rest of the sunners code | Matthew Hoops | |