Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-31 | MOHAWK: RIVEN: Let credits roll longer | David Fioramonti | |
Fixes Trac#10675. Previously, the credits ended as soon as the last row was shown of the final credits image. Now some more black rows (empty rows) are shown and finally a few seconds of black. I set it to 8 seconds of wait beyond where the credits where previously stopping. In order to do this updateCredits was enhanced to work past the end of the last credits image (and just keep adding empty rows). The original game shows a black screen for a longer period than this. The credit image numbers are turned into enums. | |||
2018-08-12 | MOHAWK: Fix warning | Eugene Sandulenko | |
2018-08-11 | MOHAWK: RIVEN: Rework font loading so the TTF font is not leaked | Bastien Bouclet | |
2018-06-29 | MOHAWK: RIVEN: Draw menu with TTF fonts | Eugene Sandulenko | |
2018-03-31 | MOHAWK: Fix some clang-tidy warnings | Bastien Bouclet | |
2017-09-20 | MOHAWK: Riven: Move the water effect to its own class | Bastien Bouclet | |
Fixes the per frame scripts being leaked. Fixes #10215. | |||
2017-07-14 | MOHAWK: Riven: Implement transition offsets | Bastien Bouclet | |
The games tries to match objects between the old and new card by offsetting the transition of the new card. Fixes #9947. | |||
2017-07-03 | MOHAWK: Check the Books external commands against the original | Bastien Bouclet | |
2017-07-03 | MOHAWK: Check the Garden island external commands against the original | 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: Pass rects by const reference in Riven's graphics manager | Bastien Bouclet | |
2017-07-03 | MOHAWK: Implement card transitions for Riven | Bastien Bouclet | |
2017-07-03 | MOHAWK: Use an enum for Riven's transition types | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move Riven inventory code to a new class | Bastien Bouclet | |
2017-07-03 | MOHAWK: Implement the (fire)flies effect mainly used in jungle island | Bastien Bouclet | |
2017-07-03 | MOHAWK: Introduce the effects intermediary screen | 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 | |
2014-02-18 | MOHAWK: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-03-10 | MOHAWK: Split the graphics classes into their own files | Matthew Hoops | |