aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-30PINK: added thumb moving in PDAAndrei Prykhodko
2018-06-30I18N: Update translations templatesThierry Crozat
2018-06-30MOHAWK: Push down the include of advancedDetector.hBastien Bouclet
So the whole engine is not recompiled when making changes to the detection code.
2018-06-30PINK: fixed compilation errorAndrei Prykhodko
2018-06-30XEEN: Split the Adlib sound driver into it's own filePaul Gilbert
2018-06-30GUI: Fix null pointer dereference in mass addBastien 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-30PINK: removed unused fieldAndrei Prykhodko
2018-06-30PINK: added PDA rightHand movementAndrei Prykhodko
2018-06-30PINK: fixed possible bug when curFrame is -1Andrei Prykhodko
2018-06-30PINK: removed comments about ActionLoop Random styleAndrei Prykhodko
2018-06-30I18N: Update translation (Italian)Paolo Bossi
Currently translated at 100.0% (981 of 981 strings)
2018-06-30PINK: removed empty method callAndrei Prykhodko
2018-06-30PINK: fixed compiler warningsAndrei Prykhodko
2018-06-30PINK: updated engine descriptionAndrei Prykhodko
2018-06-30PINK: fixed ActionPlayWithSfxAndrei Prykhodko
2018-06-30PINK: fixed DecrementDomain commandAndrei Prykhodko
2018-06-30PINK: removed unnecessary functionAndrei Prykhodko
2018-06-30PINK: fixed various PDA bugsAndrei Prykhodko
2018-06-30PINK: implemented Inc/Dec Countries/Domains commandsAndrei Prykhodko
2018-06-30PINK: implemented Peril's PDA initAndrei Prykhodko
2018-06-30PINK: fixed loading of GLOBAL pda pageAndrei Prykhodko
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