aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-06GUI: When dialogs gain focus, inform them of the current mouse positionOri Avtalion
Previously, they only reacted to the mouse position once it was moved. This meant that if the cursor was on a button that just gained focus, it did not highlight. Fixes #7101.
2016-04-05GUI: Increase update screen rate to 60HzLothar Serra Mari
2016-04-05GUI: Update _lastRedraw before calling updateScreenLothar Serra Mari
This reduces the cursor lags on some systems.
2016-04-05WAGE: Fix bugs in original, when people mistype storage scene nameEugene Sandulenko
2016-04-05WAGE: Fixed moving objects to random sceneEugene Sandulenko
2016-04-05WAGE: Fix window overlapEugene Sandulenko
2016-04-05WEB: Put Sparkle appcast to a standard placeEugene Sandulenko
2016-04-05WAGE: Order scene and console drawing depending on what is activeEugene Sandulenko
2016-04-05WAGE: Split scene and console drawingEugene Sandulenko
2016-04-05WAGE: Added 4 more detection entries.Eugene Sandulenko
Only Disk and SEA archives are left unprocessed. Once this is finished I will put both originals and extracted archives online.
2016-04-05WAGE: Added three more fangames to detectionEugene Sandulenko
2016-04-04WAGE: Added 3 more games to detectionEugene Sandulenko
2016-04-04WAGE: Added 2 more games to detectionEugene Sandulenko
2016-04-04WAGE: 4 more games to detectionEugene Sandulenko
2016-04-04WAGE: More games added to detectionEugene Sandulenko
2016-04-03UPDATES: Use www.scummvm.org to avoid redirectsEugene Sandulenko
2016-04-03UPDATES: Fix endless loopEugene Sandulenko
2016-04-03I18N: Regenerate translations data fileThierry Crozat
2016-04-03I18N: Update French translationThierry Crozat
2016-04-03NEWS/DE: Fix typo in German NEWS fileLothar Serra Mari
2016-04-03I18N/DE: Fix typo in GUI translationLothar Serra Mari
2016-04-03I18N/DE: Improve GUI translation for MystLothar Serra Mari
The new translations are taken directly from the original menus in the German edition of Myst: Masterpiece Edition
2016-04-03I18N/DE: Translate string referring to Myst flyby movieLothar Serra Mari
2016-04-03KYRA: (LOL) fix bug #7104 (LOL-CD: mixing sfx and voice mode does not work)athrxx
2016-04-03Merge pull request #735 from sev-/updates-guiEugene Sandulenko
UPDATES: Add GUI. Opt-in dialog and Options
2016-04-03MOHAWK: Fix endianness issue in Myst opcode 30Bastien Bouclet
The previous code was reading data of the system's endianness as little endian. Now the data is converted to little endian before it is read. Attempt to fix #7100.
2016-04-03MOHAWK: Switch to slot based save file naming for MystBastien Bouclet
Myst previously used the user provided description as the save filename. This was not working when the user entered chacacters forbidden by the filesystem. The actual save format has not changed. Old saves are still compatible, but must be renamed to 'myst-###.mys' and 'myst-###.mym'. Fixes 7106.
2016-04-02Merge pull request #739 from salty-horse/comi_object_labels_settingJohannes Schickel
SCUMM: Add checkbox for object_labels setting in "Edit Game" dialog
2016-04-02Merge pull request #743 from fuzzie/apple2-platformEugene Sandulenko
COMMON: Add Apple II platform
2016-04-02COMMON: Add Apple II platformAlyssa Milburn
2016-04-02I18N: Regenerate translations data fileThierry Crozat
2016-04-02I18N: Update Hungarian translation (patch #1645)Thierry Crozat
2016-04-02I18N: Merge recent changes from scummvm.pot into German po fileThierry Crozat
2016-04-02CREDITS: Adding myself as OS X packagerThierry Crozat
2016-04-01UPDATES: Remove an unneeded checkEugene Sandulenko
2016-04-01UPDATES: Implement and use method for normalizing interval value to accepted ↵Eugene Sandulenko
values
2016-04-01UPDATES: Added documentation to new methodsEugene Sandulenko
2016-04-01I18N: Add update files to POTFILESEugene Sandulenko
2016-04-01SCUMM: Expose COMI's object_labels setting as an extra GUI optionOri Avtalion
2016-04-01I18N: Update translations template from source codeBastien Bouclet
2016-04-01I18N: Fix a syntax error in the german PO fileBastien Bouclet
2016-04-01MOHAWK: Add detection.cpp to POTFILESBastien Bouclet
Fixes #7102
2016-04-01WAGE: Added one more Puzzle Search variantEugene Sandulenko
2016-04-01WAGE: Three more game variantsEugene Sandulenko
2016-04-01WAGE: 5 more game variantsEugene Sandulenko
2016-04-01WAGE: Added more game variantsEugene Sandulenko
2016-04-01DEVTOOLS: Put script which is used for preserving WAGE gamesEugene Sandulenko
2016-03-31UPDATES: Normalize updates_check valueEugene Sandulenko
2016-03-31UPDATES: Normalize update intervals at settingEugene Sandulenko
2016-03-31GUI: Sync built-in themeEugene Sandulenko