aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-30PINK: removed unnecessary field from PDAPageAndrei Prykhodko
2018-06-30PINK: added pre-loading of global pda page spritesAndrei Prykhodko
2018-06-30ENGINES: Add missing dependencies for several enginesCameron Cawley
2018-06-29SCI: Add LarryScale option to LSL7 demoThierry 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-29SCI: Use LarryScale in games that support it, not just LSL7Torbjö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-29I18N: Update translation (French)Thierry Crozat
Currently translated at 100.0% (981 of 981 strings)
2018-06-29I18N: Update translation (French)Purple T
Currently translated at 99.4% (976 of 981 strings)
2018-06-29PINK: removed unnecessary loading of same pageAndrei Prykhodko
2018-06-29PINK: implemented GoToDomain commandAndrei Prykhodko
2018-06-29PINK: added warning about GoToHelp commandAndrei Prykhodko
2018-06-29CONFIGURE: JANITORIAL: Fix indentationAdrian Frühwirth
2018-06-29DOCS: Fix encoding of Swedish QuickStartCameron 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-29DOCS: Remove zero width spaces from Danish QuickStartCameron Cawley
2018-06-29RISCOS: Convert documentation to RISCOS-LATIN1 when packagingCameron Cawley
2018-06-29Merge pull request #1233 from ccawley2011/win32-rcLothar Serra Mari
WIN32: Fix typo in resource script
2018-06-29WIN32: Fix typo in resource scriptCameron Cawley
2018-06-29PINK: fixed showing old screen content with new paletteAndrei Prykhodko
2018-06-29PINK: implemented GoToPreviousPage commandAndrei Prykhodko
2018-06-29PINK: fixed mem leakAndrei Prykhodko
2018-06-29PINK: fixed PDAButtonActor::isActive methodAndrei Prykhodko
2018-06-29PINK: added deserialization of Peril PDA CommandsAndrei Prykhodko
2018-06-29PINK: added screen cleaning when entering/exiting to/from PDAAndrei Prykhodko
2018-06-29I18N: Update translation (Finnish)Timo Mikkolainen
Currently translated at 100.0% (981 of 981 strings)
2018-06-29I18N: Update translation (Hungarian)George Kormendi
Currently translated at 100.0% (981 of 981 strings)
2018-06-29PINK: added missing breaksAndrei Prykhodko
2018-06-29PINK: removed onClick virtual functionAndrei Prykhodko
2018-06-29PINK: renamed function parameterAndrei Prykhodko
2018-06-29PINK: fixed sending leftClickMessage under some circumstancesAndrei Prykhodko
2018-06-29PINK: removed unused LeadActor stateAndrei Prykhodko
2018-06-29PINK: removed unused constantsAndrei Prykhodko
2018-06-29PINK: added more constantsAndrei Prykhodko
2018-06-29PINK: changed unused return type of functions to voidAndrei Prykhodko
2018-06-29PINK: remove unused codeAndrei Prykhodko
2018-06-29I18N: Update translations templatesThierry Crozat
2018-06-29MOHAWK: RIVEN: Tweak a bit the main menu itemsBastien 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-29MOHAWK: RIVEN: Fix loading autosaves saved while on the main menuBastien Bouclet
2018-06-29MOHAWK: RIVEN: Removed hardcoded list of language prefixes.Eugene Sandulenko
This will let to play with the prefixes without recompilation.
2018-06-29MOHAWK: Added file sizes to 25th Anniversary Riven entriesEugene Sandulenko
2018-06-29MOHAWK: RIVEN: Disable autosaving while the game is not startedBastien Bouclet
2018-06-29MOHAWK: RIVEN: Improve some of the main menu translationsBastien Bouclet
2018-06-29MOHAWK: RIVEN: Restrict new menu to 25th Anniversary gamesEugene Sandulenko
2018-06-29MOHAWK: RIVEN: Add detection for the 25th Anniversary versionBastien Bouclet
2018-06-29GUI: Added license for M+ fonts (PD)Eugene Sandulenko
2018-06-29GUI: Added font, used in Japanese Riven menusEugene Sandulenko
2018-06-29MOHAWK: RIVEN: Added Japanese font and menu translationEugene Sandulenko
2018-06-29MOHAWK: RIVEN: Translated new menu entriesEugene Sandulenko
2018-06-29MOHAWK: Drop platform at Riven detection entriesEugene Sandulenko
Since we do not distinguish between Win and Mac, we drop the platform from the detection entries during the autodetection
2018-06-29MOHAWK: RIVEN: Show confirmation dialogs on the main menuBastien Bouclet
2018-06-29MOHAWK: RIVEN: Use an in-game thumbnail when saving from the menuBastien Bouclet
Instead of a thumbnail of the menu itself.
2018-06-29MOHAWK: RIVEN: Fix starting a new game with a game currently activeBastien Bouclet