Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-14 | JANITORIAL: Fix indentation | Eugene Sandulenko | |
2019-09-14 | NETWORKING: Clarify message when web server resources are not available | Eugene Sandulenko | |
2019-09-14 | SCI32: Remove QFG4 "a:" prefix from export filename | sluicebox | |
Trac #11082 | |||
2019-09-14 | ANDROIDSDL: Remove warning about unhandled kFeature | Antoniou Athanasios | |
The fix is borrowed from the Switch backend | |||
2019-09-14 | SCI: Add a sanity check when loading vocab 901 (suffixes) | Filippos Karapetis | |
An invalid access error, uncovered by the Span mechanism. Fixes the QFG2 demo (bug #11147) | |||
2019-09-14 | WIN32: Fix getting the parent directory of non-existant file nodes | Cameron Cawley | |
2019-09-14 | SCI: Add special check for Russian versions of the games | Eugene Sandulenko | |
2019-09-14 | NEWS: Update German translation of NEWS file | Lothar Serra Mari | |
2019-09-14 | I18N: Update translation (Spanish) | Eugene Sandulenko | |
Currently translated at 83.7% (940 of 1123 strings) | |||
2019-09-14 | I18N: Update translation (Spanish) | Eugene Sandulenko | |
Currently translated at 82.7% (929 of 1123 strings) | |||
2019-09-14 | I18N: Update translation (Spanish) | Manuel | |
Currently translated at 82.7% (929 of 1123 strings) | |||
2019-09-14 | I18N: Update translation (Polish) | Eugene Sandulenko | |
Currently translated at 77.9% (875 of 1123 strings) | |||
2019-09-14 | I18N: Update translation (Polish) | Rafał Będźkowski | |
Currently translated at 77.9% (875 of 1123 strings) | |||
2019-09-14 | I18N: Update translation (Finnish) | Timo Mikkolainen | |
Currently translated at 100.0% (1123 of 1123 strings) | |||
2019-09-14 | I18N: Update translation (Spanish) | Manuel | |
Currently translated at 82.7% (929 of 1123 strings) | |||
2019-09-14 | I18N: Update translation (Spanish) | Eugene Sandulenko | |
Currently translated at 82.7% (929 of 1123 strings) | |||
2019-09-14 | I18N: Update translation (Portuguese (Brazil)) | Eugene Sandulenko | |
Currently translated at 58.3% (655 of 1123 strings) | |||
2019-09-14 | I18N: Update translation (Ukrainian) | Eugene Sandulenko | |
Currently translated at 87.6% (984 of 1123 strings) | |||
2019-09-14 | I18N: Update translation (Catalan) | Eugene Sandulenko | |
Currently translated at 61.7% (693 of 1123 strings) | |||
2019-09-14 | I18N: Update translation (Spanish) | Manuel | |
Currently translated at 82.6% (928 of 1123 strings) | |||
2019-09-14 | SCI: Add more script patcher checks for games without a selector vocab | Filippos Karapetis | |
Fixes the LSL1 demo | |||
2019-09-14 | I18N: Update translation (Hungarian) | George Kormendi | |
Currently translated at 100.0% (1123 of 1123 strings) | |||
2019-09-14 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 100.0% (1123 of 1123 strings) | |||
2019-09-14 | HDB: Improve String Code Usage in HDB Engine Code | D G Turner | |
2019-09-14 | HDB: Improve String Buffer Usage in AI Inventory Code | D G Turner | |
2019-09-14 | HDB: Replace Unecessary Buffer in AI Inventory Code | D G Turner | |
2019-09-14 | HDB: Avoid String Buffer Overruns from Save Load Code | D G Turner | |
2019-09-14 | HDB: Remove Fixed String Buffer Usage in Window Code | D G Turner | |
2019-09-14 | HDB: Removed Fixed String Buffer from AI Player Code | D G Turner | |
This is replaced by simpler Common::String equivalent. | |||
2019-09-14 | I18N: Update translation (French) | Thierry Crozat | |
Currently translated at 100.0% (1123 of 1123 strings) | |||
2019-09-14 | HDB: Remove More Fixed Sized String Buffers in Menu Code | D G Turner | |
2019-09-14 | I18N: Update translations templates | Thierry Crozat | |
2019-09-14 | ENGINES: More consistent error messages | Ben Castricum | |
2019-09-14 | GUI: Change "saves" to "saved games" in labels | Ben Castricum | |
2019-09-14 | HDB: Remove Fixed Sized String Buffers in Menu Code | D G Turner | |
These are replaced by Common::String usage. | |||
2019-09-14 | EVENTRECORDER: Fix GCC Compiler Warnings | D G Turner | |
These were memcpy usage to copy a non-trivial structure. | |||
2019-09-14 | SUPERNOVA: Fix warning | Thierry Crozat | |
2019-09-14 | SUPERNOVA: Replace String Copy With Safer ScummVM Common Version | D G Turner | |
2019-09-14 | HDB: Fix More GCC Compiler Warnings | D G Turner | |
2019-09-14 | NEWS: List new games alphabetically | Thierry Crozat | |
2019-09-14 | BUILD: Fix static scummvm build with iconv and without fluidsynth on macOS | Thierry Crozat | |
In that configuration it was missing the -liconv flag. | |||
2019-09-13 | SUPERNOVA: Change type of an array to avoid casting | Thierry Crozat | |
2019-09-13 | SUPERNOVA: Fix Reported MSVC Compiler Warnings | D G Turner | |
These are from Henke37 via IRC. | |||
2019-09-13 | HDB: Further Fixes for GCC Compiler Warnings | D G Turner | |
2019-09-14 | NEWS: Mention The Prince and the Coward support | Eugene Sandulenko | |
2019-09-13 | HDB: Fix Some GCC Compiler Warnings | D G Turner | |
These were of the type memset of a complex structure. | |||
2019-09-13 | NEWS: Add Mission Supernova to list of new games for the 2.1.0 release | Thierry Crozat | |
2019-09-13 | HDB: Fix Major Memory Leak in File Manager Class | D G Turner | |
2019-09-13 | HDB: Close Memory Leaks in Sound Class | D G Turner | |
2019-09-13 | SUPERNOVA: Add testing flag and build engine by default | Thierry Crozat | |