Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-02 | PINK: changed dynamic_cast to static_cast | Andrei Prykhodko | |
2018-07-02 | PINK: added assert for possible division by zero | Andrei Prykhodko | |
2018-07-02 | PINK: fixed uninitialized field in InventoryMgr | Andrei Prykhodko | |
2018-07-01 | PINK: added missing break | Andrei Prykhodko | |
2018-07-01 | PINK: added calculation of countries and domains indexes | Andrei Prykhodko | |
2018-06-30 | TITANIC: Address readSavegameHeader compiler warning | David Fioramonti | |
A function had a bool return that was not being used now it is checked and an error is issued if the call fails. | |||
2018-06-30 | PINK: fixed uninitialized fields | Andrei Prykhodko | |
2018-06-30 | PINK: added thumb moving in PDA | Andrei Prykhodko | |
2018-06-30 | MOHAWK: Push down the include of advancedDetector.h | Bastien Bouclet | |
So the whole engine is not recompiled when making changes to the detection code. | |||
2018-06-30 | PINK: fixed compilation error | Andrei Prykhodko | |
2018-06-30 | XEEN: Split the Adlib sound driver into it's own file | Paul Gilbert | |
2018-06-30 | PINK: removed unused field | Andrei Prykhodko | |
2018-06-30 | PINK: added PDA rightHand movement | Andrei Prykhodko | |
2018-06-30 | PINK: fixed possible bug when curFrame is -1 | Andrei Prykhodko | |
2018-06-30 | PINK: removed comments about ActionLoop Random style | Andrei Prykhodko | |
2018-06-30 | PINK: removed empty method call | Andrei Prykhodko | |
2018-06-30 | PINK: fixed compiler warnings | Andrei Prykhodko | |
2018-06-30 | PINK: updated engine description | Andrei Prykhodko | |
2018-06-30 | PINK: fixed ActionPlayWithSfx | Andrei Prykhodko | |
2018-06-30 | PINK: fixed DecrementDomain command | Andrei Prykhodko | |
2018-06-30 | PINK: removed unnecessary function | Andrei Prykhodko | |
2018-06-30 | PINK: fixed various PDA bugs | Andrei Prykhodko | |
2018-06-30 | PINK: implemented Inc/Dec Countries/Domains commands | Andrei Prykhodko | |
2018-06-30 | PINK: implemented Peril's PDA init | Andrei Prykhodko | |
2018-06-30 | PINK: fixed loading of GLOBAL pda page | Andrei Prykhodko | |
2018-06-30 | PINK: removed unnecessary field from PDAPage | Andrei Prykhodko | |
2018-06-30 | PINK: added pre-loading of global pda page sprites | Andrei Prykhodko | |
2018-06-30 | ENGINES: Add missing dependencies for several engines | Cameron Cawley | |
2018-06-29 | SCI: Add LarryScale option to LSL7 demo | Thierry Crozat | |
I am not actually sure there is any scaling involved in the demo, but it plays perfectly with this option enabled, and this makes it consistent with the full game options. | |||
2018-06-29 | SCI: Use LarryScale in games that support it, not just LSL7 | Torbjörn Andersson | |
This is the solution discussed in bug #10568 ("SCI: PHANT1: Crash on startup"). I believe that it's the correct solution, and that ScummVM will do the right thing, but I'm not 100% sure. | |||
2018-06-29 | PINK: removed unnecessary loading of same page | Andrei Prykhodko | |
2018-06-29 | PINK: implemented GoToDomain command | Andrei Prykhodko | |
2018-06-29 | PINK: added warning about GoToHelp command | Andrei Prykhodko | |
2018-06-29 | PINK: fixed showing old screen content with new palette | Andrei Prykhodko | |
2018-06-29 | PINK: implemented GoToPreviousPage command | Andrei Prykhodko | |
2018-06-29 | PINK: fixed mem leak | Andrei Prykhodko | |
2018-06-29 | PINK: fixed PDAButtonActor::isActive method | Andrei Prykhodko | |
2018-06-29 | PINK: added deserialization of Peril PDA Commands | Andrei Prykhodko | |
2018-06-29 | PINK: added screen cleaning when entering/exiting to/from PDA | Andrei Prykhodko | |
2018-06-29 | PINK: added missing breaks | Andrei Prykhodko | |
2018-06-29 | PINK: removed onClick virtual function | Andrei Prykhodko | |
2018-06-29 | PINK: renamed function parameter | Andrei Prykhodko | |
2018-06-29 | PINK: fixed sending leftClickMessage under some circumstances | Andrei Prykhodko | |
2018-06-29 | PINK: removed unused LeadActor state | Andrei Prykhodko | |
2018-06-29 | PINK: removed unused constants | Andrei Prykhodko | |
2018-06-29 | PINK: added more constants | Andrei Prykhodko | |
2018-06-29 | PINK: changed unused return type of functions to void | Andrei Prykhodko | |
2018-06-29 | PINK: remove unused code | Andrei Prykhodko | |
2018-06-29 | MOHAWK: RIVEN: Tweak a bit the main menu items | Bastien Bouclet | |
* Move the text to the left so the japanese version is not cut. * Increase the size of the text so it looks better when scaled up. | |||
2018-06-29 | MOHAWK: RIVEN: Fix loading autosaves saved while on the main menu | Bastien Bouclet | |