Age | Commit message (Expand) | Author |
2018-05-08 | MOHAWK: RIVEN: Add a script patch fixing incorrect steam sound in a view | Bastien Bouclet |
2017-10-06 | MOHAWK: Fix undefined behaviour in variadic functions | Thierry Crozat |
2017-08-11 | MOHAWK: Riven: Patch an invalid card change when entering Gehn's office | Bastien Bouclet |
2017-08-06 | MOHAWK: Riven: Add keyboard navigation | Bastien Bouclet |
2017-07-19 | MOHAWK: Riven: Add script patch for missing sound when entering sub | Bastien Bouclet |
2017-07-14 | MOHAWK: Riven: Patch prison island dome switch sound change | Bastien Bouclet |
2017-07-05 | MOHAWK: Use movie slots instead of movie ids for stored opcodes | Bastien Bouclet |
2017-07-03 | MOHAWK: Switch SimpleCommand arguments to Common::Array | Bastien Bouclet |
2017-07-03 | MOHAWK: Switch external command arguments to Common::Array | Bastien Bouclet |
2017-07-03 | MOHAWK: Get rid of refreshCard | Bastien Bouclet |
2017-07-03 | MOHAWK: Remove unused / not working functions | Bastien Bouclet |
2017-07-03 | MOHAWK: Implement interrupting scripts for the new script manager | Bastien Bouclet |
2017-07-03 | MOHAWK: Switch timers to script commands | Bastien Bouclet |
2017-07-03 | MOHAWK: Simplify the stored movie script opcode | Bastien Bouclet |
2017-07-03 | MOHAWK: Print variable names in assignments when dumping scripts | Bastien Bouclet |
2017-07-03 | MOHAWK: Change the delay function not to have an event loop | Bastien Bouclet |
2017-07-03 | MOHAWK: Rewrite the Riven movie manager | Bastien Bouclet |
2017-07-03 | MOHAWK: Rework stack frame updates to work like the original | Bastien Bouclet |
2017-07-03 | MOHAWK: Add an enum for Riven's command types | Bastien Bouclet |
2017-07-03 | MOHAWK: Use an enum for Riven's transition types | Bastien Bouclet |
2017-07-03 | MOHAWK: Keep turning pages while the mouse is pressed in Atrus' book | Bastien Bouclet |
2017-07-03 | MOHAWK: Remove a hack that should not be needed anymore | Bastien Bouclet |
2017-07-03 | MOHAWK: Improve script debug output | Bastien Bouclet |
2017-07-03 | MOHAWK: Add a command to check if background scripts are running | Bastien Bouclet |
2017-07-03 | MOHAWK: Turn script commands into SharedPtrs | Bastien Bouclet |
2017-07-03 | MOHAWK: Factor out stack name-id mapping | Bastien Bouclet |
2017-07-03 | MOHAWK: Move the changeToStack command to a dedicated class | Bastien Bouclet |
2017-07-03 | MOHAWK: Add a convenience method for creating a script with a single command | Bastien Bouclet |
2017-07-03 | MOHAWK: Move the external commands to their respective stacks | Bastien Bouclet |
2017-07-03 | MOHAWK: Fix dumping Riven external commands' arguments | 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: Add console commands to dump Riven cards and stacks to stdout | 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 |
2017-07-03 | MOHAWK: Move the current hotspot to RivenCard | Bastien Bouclet |
2017-07-03 | MOHAWK: Move the effect list to RivenCard | Bastien Bouclet |
2017-07-03 | MOHAWK: Move BLST list handling 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 |
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: Start converting RivenHotspot into a class | Bastien Bouclet |
2017-07-03 | MOHAWK: Move the sound lists to RivenCard | Bastien Bouclet |
2017-07-03 | MOHAWK: Chane Riven's graphics manager to automatically handle screen updates | Bastien Bouclet |