Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-15 | SWORD1: Remove Fixed Sized Buffer Usage from Savegame Name Code | D G Turner | |
2019-09-15 | HDB: Remove Another Fixed Size String Buffer | D G Turner | |
This reduces the scope for buffer overflow issues. | |||
2019-09-15 | Revert "COMMON: Implement FSNode::createDirectoryRecursive()" | Cameron Cawley | |
This reverts commit aca627bec7b407790d78a64df984344ff454c15b. | |||
2019-09-15 | ANDROID: Use FORBIDDEN_SYMBOL_EXCEPTION_getenv for browser_lastpath purposes | Thanasis Antoniou | |
2019-09-15 | ANDROID: Set default browser_lastpath to /storage | Thanasis Antoniou | |
Avoid use of get_env | |||
2019-09-15 | ANDROID: Set default browser_lastpath | Thanasis Antoniou | |
2019-09-14 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 26.3% (724 of 2757 strings) | |||
2019-09-14 | PRINCE: I18N: Update translation (English) | Jennifer McMurray | |
Currently translated at 26.3% (724 of 2757 strings) | |||
2019-09-14 | NETWORKING: Clarify where to put wwwroot.zip | Eugene Sandulenko | |
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. |