Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-08 | NEWS: Add Drascula text alignment fix | Thierry Crozat | |
2016-04-08 | DRASCULA: Fix text alignment to be faithful to the original | Thierry Crozat | |
The changes in this commit should provide an identical text placement to the original. In addition to using the original source code as reference I have checked that is the case by comparing with DosBox for the intro of the Spanish and English versions as well as for parts of the game with the English version. I added comments for the obscure parts (such as the original adding a space at the end of the last line of text when splitting a string into several lines, thus impacting how that last line is aligned). | |||
2016-04-07 | I18N: Update German translation file | Lothar Serra Mari | |
2016-04-07 | I18N: Regenerate translations template from source code | Thierry Crozat | |
This adds strings related to automatic update checks and to an engine option added for COMI. | |||
2016-04-07 | DRASCULA: Improve text centering and spacing between lines | Thierry Crozat | |
This in particular fixes bug #7111: Incorrect position in texts, not as the original. However this codes centers the text better than what we see in DosBox, so the result is not identical. This change is based on the code before the commit 7cf7f4b "Rewrote the very confusing centerText() function into something that makes more sense". The changes in that commit do not all make sense to me so I reverted the line spacing (to add back 2 pixels between text lines) and part of the logic to center text. The result looks a lot closer to the original engine in DosBox, but not identical. | |||
2016-04-06 | DC: Fix compilation errors due to AudioCD changes. | Johannes Schickel | |
2016-04-06 | SCI: Fix compilation for C++98. | Johannes Schickel | |
2016-04-06 | Merge pull request #721 from lordhoto/sci-saveload-cleanup | Johannes Schickel | |
SCI: Cleanup of Save/Load Code | |||
2016-04-05 | GUI: Increase update screen rate to 60Hz | Lothar Serra Mari | |
2016-04-05 | GUI: Update _lastRedraw before calling updateScreen | Lothar Serra Mari | |
This reduces the cursor lags on some systems. | |||
2016-04-05 | WAGE: Fix bugs in original, when people mistype storage scene name | Eugene Sandulenko | |
2016-04-05 | WAGE: Fixed moving objects to random scene | Eugene Sandulenko | |
2016-04-05 | WAGE: Fix window overlap | Eugene Sandulenko | |
2016-04-05 | WEB: Put Sparkle appcast to a standard place | Eugene Sandulenko | |
2016-04-05 | WAGE: Order scene and console drawing depending on what is active | Eugene Sandulenko | |
2016-04-05 | WAGE: Split scene and console drawing | Eugene Sandulenko | |
2016-04-05 | WAGE: 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-05 | WAGE: Added three more fangames to detection | Eugene Sandulenko | |
2016-04-04 | WAGE: Added 3 more games to detection | Eugene Sandulenko | |
2016-04-04 | WAGE: Added 2 more games to detection | Eugene Sandulenko | |
2016-04-04 | WAGE: 4 more games to detection | Eugene Sandulenko | |
2016-04-04 | WAGE: More games added to detection | Eugene Sandulenko | |
2016-04-03 | UPDATES: Use www.scummvm.org to avoid redirects | Eugene Sandulenko | |
2016-04-03 | UPDATES: Fix endless loop | Eugene Sandulenko | |
2016-04-03 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-04-03 | I18N: Update French translation | Thierry Crozat | |
2016-04-03 | NEWS/DE: Fix typo in German NEWS file | Lothar Serra Mari | |
2016-04-03 | I18N/DE: Fix typo in GUI translation | Lothar Serra Mari | |
2016-04-03 | I18N/DE: Improve GUI translation for Myst | Lothar Serra Mari | |
The new translations are taken directly from the original menus in the German edition of Myst: Masterpiece Edition | |||
2016-04-03 | I18N/DE: Translate string referring to Myst flyby movie | Lothar Serra Mari | |
2016-04-03 | KYRA: (LOL) fix bug #7104 (LOL-CD: mixing sfx and voice mode does not work) | athrxx | |
2016-04-03 | Merge pull request #735 from sev-/updates-gui | Eugene Sandulenko | |
UPDATES: Add GUI. Opt-in dialog and Options | |||
2016-04-03 | MOHAWK: Fix endianness issue in Myst opcode 30 | Bastien 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-03 | MOHAWK: Switch to slot based save file naming for Myst | Bastien 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-02 | Merge pull request #739 from salty-horse/comi_object_labels_setting | Johannes Schickel | |
SCUMM: Add checkbox for object_labels setting in "Edit Game" dialog | |||
2016-04-02 | Merge pull request #743 from fuzzie/apple2-platform | Eugene Sandulenko | |
COMMON: Add Apple II platform | |||
2016-04-02 | COMMON: Add Apple II platform | Alyssa Milburn | |
2016-04-02 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-04-02 | I18N: Update Hungarian translation (patch #1645) | Thierry Crozat | |
2016-04-02 | I18N: Merge recent changes from scummvm.pot into German po file | Thierry Crozat | |
2016-04-02 | CREDITS: Adding myself as OS X packager | Thierry Crozat | |
2016-04-01 | UPDATES: Remove an unneeded check | Eugene Sandulenko | |
2016-04-01 | UPDATES: Implement and use method for normalizing interval value to accepted ↵ | Eugene Sandulenko | |
values | |||
2016-04-01 | UPDATES: Added documentation to new methods | Eugene Sandulenko | |
2016-04-01 | I18N: Add update files to POTFILES | Eugene Sandulenko | |
2016-04-01 | SCUMM: Expose COMI's object_labels setting as an extra GUI option | Ori Avtalion | |
2016-04-01 | I18N: Update translations template from source code | Bastien Bouclet | |
2016-04-01 | I18N: Fix a syntax error in the german PO file | Bastien Bouclet | |
2016-04-01 | MOHAWK: Add detection.cpp to POTFILES | Bastien Bouclet | |
Fixes #7102 | |||
2016-04-01 | WAGE: Added one more Puzzle Search variant | Eugene Sandulenko | |