aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-03-31UPDATES: Implement Check now button in OptionsEugene Sandulenko
2016-03-31WAGE: Increased md5 byte count to avoid large number of duplicatesEugene Sandulenko
Still there are few dupes, but previously for many entries only file name and lenghts were different, which could lead to missed game variants.
2016-03-31UPDATES: Read values from config file in MacOS X update managerEugene Sandulenko
2016-03-31UPDATES: Got rid of hardcoded update intervals listEugene Sandulenko
2016-03-31UPDATES: Merge two steps into oneEugene Sandulenko
2016-03-30MOHAWK: Added detection for early Russian Riven version. Bug #6471Eugene Sandulenko
2016-03-30MOHAWK: Added 2 more livingbook versions. Bug #6557Eugene Sandulenko
2016-03-30UPDATES: Hook dialogs to UpdateManagerEugene Sandulenko
2016-03-30UPDATES: Made interval set/get functions accept normal integersEugene Sandulenko
2016-03-30UPDATES: Made dialog functionalEugene Sandulenko
2016-03-30GUI: Implement immediate coordinate mode for PopUp widgetEugene Sandulenko
2016-03-30UPDATES: Beginnings of the update frequency controlEugene Sandulenko
2016-03-30UPDATES: Improve update dialog messageEugene Sandulenko
2016-03-30GUI: Enhanced StaticTextWidget with font styleEugene Sandulenko
2016-03-30UPDATES: Plug updates dialog in.Eugene Sandulenko
Launched when ScummVM is run first time with updates feature.
2016-03-29GUI: Added initial implementation for Updates opt-in wizardEugene Sandulenko
2016-03-29GUI: Store secelcted update frequency in configEugene Sandulenko
2016-03-29GUI: Added stub for Update frequency check widgets.Eugene Sandulenko