Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | GUI: Fix null pointer dereference in mass add | Bastien Bouclet | |
When looking for duplicates if the detected game had an unknown platform or an unknown language, the string for the corresponding code is null, resulting in a null pointer dereference. | |||
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 | I18N: Update translation (Italian) | Paolo Bossi | |
Currently translated at 100.0% (981 of 981 strings) | |||
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 | I18N: Update translation (French) | Thierry Crozat | |
Currently translated at 100.0% (981 of 981 strings) | |||
2018-06-29 | I18N: Update translation (French) | Purple T | |
Currently translated at 99.4% (976 of 981 strings) | |||
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 | CONFIGURE: JANITORIAL: Fix indentation | Adrian Frühwirth | |
2018-06-29 | DOCS: Fix encoding of Swedish QuickStart | Cameron Cawley | |
The file uses a mixture of UTF-8 and CP-1252, which libiconv doesn't like. This changes it to be entirely UTF-8. Also fixed a broken URL and corrected the typography slightly. | |||
2018-06-29 | DOCS: Remove zero width spaces from Danish QuickStart | Cameron Cawley | |
2018-06-29 | RISCOS: Convert documentation to RISCOS-LATIN1 when packaging | Cameron Cawley | |
2018-06-29 | Merge pull request #1233 from ccawley2011/win32-rc | Lothar Serra Mari | |
WIN32: Fix typo in resource script | |||
2018-06-29 | WIN32: Fix typo in resource script | Cameron Cawley | |
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 | I18N: Update translation (Finnish) | Timo Mikkolainen | |
Currently translated at 100.0% (981 of 981 strings) | |||
2018-06-29 | I18N: Update translation (Hungarian) | George Kormendi | |
Currently translated at 100.0% (981 of 981 strings) | |||
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 | |