aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-23I18N: Regenerate translations data fileThierry Crozat
2018-07-23I18N: Update translation (Hungarian)George Kormendi
Currently translated at 100.0% (989 of 989 strings)
2018-07-22I18N: Update translation (French)Thierry Crozat
Currently translated at 100.0% (989 of 989 strings)
2018-07-22I18N: Update translations templatesThierry Crozat
2018-07-22GUI: Use consistent capitalization for optionsThierry Crozat
As discussed on the mailing list we should use title capitalization only for push buttons and tabs and use sentence capitalization for everything else.
2018-07-22PINK: fixed starting new game from menu in pda stateAndrei Prykhodko
2018-07-22PINK: added menu commandsAndrei Prykhodko
2018-07-22GRAPHICS: MACGUI: fixes for menu parser from win exeAndrei Prykhodko
2018-07-22GRAPHICS: MACGUI: added unicode submenu renderingAndrei Prykhodko
2018-07-22GRAPHICS: MACGUI: fixed engine unpausing after releasing mouseAndrei Prykhodko
2018-07-22I18N: Update translations templatesThierry Crozat
2018-07-22GUI: Fix crash when accessing options from GMMThierry Crozat
2018-07-22GRAPHICS: MACMENU: added missing field initializationAndrei Prykhodko
2018-07-22I18N: Update translations templatesThierry Crozat
2018-07-22GUI: Use ScrollContainer in graphics tabThierry Crozat
This fixes bug #10634 - GUI: Options cutoff for Edit Game when Graphics mode is x2 or less
2018-07-21Merge pull request #1257 from dafioram/mohawkRivenAutosaveCreditsBastien Bouclet
MOHAWK: RIVEN: Don't allow autosaving during credits
2018-07-21PINK: added more debug output, removed unneededAndrei Prykhodko
2018-07-21HOHAWK: RIVEN: Don't allow autosaving after credits have finishedDavid Fioramonti
There is a brief period after the credits finish, but before the engine closes that autosaving can happen. Fixes Trac#10635.
2018-07-21PINK: hid debug output under channels and levelsAndrei Prykhodko
2018-07-21PINK: removed unused methodAndrei Prykhodko
2018-07-21PINK: implemented creating menu from executableAndrei Prykhodko
2018-07-21MACVENTURE: Fix warningEugene Sandulenko
2018-07-21PINK: Set engine playtime to playtime in saved gameDavid Fioramonti
Before the playtime was starting over when ScummVM was closed and reopened instead of starting off with the playtime in the saved game.
2018-07-21GRAPHICS: Add playtime in milliseconds to SaveStateDescriptorDavid Fioramonti
This will make setting the playtime for the engine easier since the current savestate stores it as a string. This value gets set at the same time that the string playtime gets set.
2018-07-21GRAPHICS: MACGUI: Fix color searchingEugene Sandulenko
2018-07-21PINK: fixed warningAndrei Prykhodko
2018-07-21GRAPHICS: MACGUI: Fix compilationEugene Sandulenko
2018-07-21ILLUSIONS: Fix warningsEugene Sandulenko
2018-07-21GRAPHICS: MACMENU: added menu parser from Win32 PE executableAndrei Prykhodko
2018-07-21GRAPHICS: MACMENU: added partial unicode supportAndrei Prykhodko
It misses renderSubmenu impl and accelerator rendering
2018-07-21MOHAWK: MYST: Don't call the mouse up handler if executeMouseUp was usedBastien Bouclet
Fixes Trac#10573.
2018-07-21AGOS: Silence GCC 8 warningTorbjörn Andersson
Since 'filename' is 'baseName', plus a file extension, make the 'filename' buffer larger than the 'baseName' buffer. Even though this almost certainly means that the 'filename' buffer is now quite a bit larger than it needs to be, I don't think there's any reason to quibble about it.
2018-07-21VIDEO: QT: Make sure all the edits are in the media boundsBastien Bouclet
In the Spanish version of Riven, the last edit of the video ogk.mov ends one frame after the end of the media causing the playback to fail without this check. Fixes Trac#10633.
2018-07-20ACCESS: MM: Implement proper game data and fonts in access.datPaul Gilbert
2018-07-20PINK: sync with MACGUI changesAndrei Prykhodko
2018-07-20GRAPHICS: MACGUI: moved engine ptr, pause callback to private sectionAndrei Prykhodko
2018-07-20GRAPHICS: MACGUI: added initialization of engine ptrAndrei Prykhodko
2018-07-20ILLUSIONS: Formatting fixesEric Fry
2018-07-20ILLUSIONS: Fix merge error.Eric Fry
2018-07-20ILLUSIONS: Clean up/fix some TODOsjohndoe123
(cherry picked from commit 66094e4)
2018-07-20ILLUSIONS: DUCKMAN: Implement MIDI music fadingjohndoe123
(cherry picked from commit 056b303)
2018-07-20ILLUSIONS: Minor cleanupjohndoe123
(cherry picked from commit 9abaa9e)
2018-07-20ILLUSIONS: Implement cursor movement via arrow keysjohndoe123
(cherry picked from commit 12e33c6)
2018-07-20ILLUSIONS: Remove old TODOsjohndoe123
(cherry picked from commit bb95440)
2018-07-20ILLUSIONS: BBDOU: Rename variables (bubble and special code)johndoe123
(cherry picked from commit 93255ca)
2018-07-20ILLUSIONS: Use actor flag instead of magic numberEric Fry
2018-07-20ILLUSIONS: Implement sequence opcode 32johndoe123
(cherry picked from commit 30cdb32)
2018-07-20ILLUSIONS: BBDOU: Implement savegame saving/loading from GUI and the launcherjohndoe123
(cherry picked from commit 42f0bd4)
2018-07-20ILLUSIONS: Pan talk thread audio when using a named positionEric Fry
2018-07-20ILLUSIONS: BBDOU: Add quit opcodejohndoe123
(cherry picked from commit 32c2a9b)