aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-14PRINCE: I18N: Update translation (English)Jennifer McMurray
Currently translated at 26.3% (724 of 2757 strings)
2019-09-14NETWORKING: Clarify where to put wwwroot.zipEugene Sandulenko
2019-09-14JANITORIAL: Fix indentationEugene Sandulenko
2019-09-14NETWORKING: Clarify message when web server resources are not availableEugene Sandulenko
2019-09-14SCI32: Remove QFG4 "a:" prefix from export filenamesluicebox
Trac #11082
2019-09-14ANDROIDSDL: Remove warning about unhandled kFeatureAntoniou Athanasios
The fix is borrowed from the Switch backend
2019-09-14SCI: 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-14WIN32: Fix getting the parent directory of non-existant file nodesCameron Cawley
2019-09-14SCI: Add special check for Russian versions of the gamesEugene Sandulenko
2019-09-14NEWS: Update German translation of NEWS fileLothar Serra Mari
2019-09-14I18N: Update translation (Spanish)Eugene Sandulenko
Currently translated at 83.7% (940 of 1123 strings)
2019-09-14I18N: Update translation (Spanish)Eugene Sandulenko
Currently translated at 82.7% (929 of 1123 strings)
2019-09-14I18N: Update translation (Spanish)Manuel
Currently translated at 82.7% (929 of 1123 strings)
2019-09-14I18N: Update translation (Polish)Eugene Sandulenko
Currently translated at 77.9% (875 of 1123 strings)
2019-09-14I18N: Update translation (Polish)Rafał Będźkowski
Currently translated at 77.9% (875 of 1123 strings)
2019-09-14I18N: Update translation (Finnish)Timo Mikkolainen
Currently translated at 100.0% (1123 of 1123 strings)
2019-09-14I18N: Update translation (Spanish)Manuel
Currently translated at 82.7% (929 of 1123 strings)
2019-09-14I18N: Update translation (Spanish)Eugene Sandulenko
Currently translated at 82.7% (929 of 1123 strings)
2019-09-14I18N: Update translation (Portuguese (Brazil))Eugene Sandulenko
Currently translated at 58.3% (655 of 1123 strings)
2019-09-14I18N: Update translation (Ukrainian)Eugene Sandulenko
Currently translated at 87.6% (984 of 1123 strings)
2019-09-14I18N: Update translation (Catalan)Eugene Sandulenko
Currently translated at 61.7% (693 of 1123 strings)
2019-09-14I18N: Update translation (Spanish)Manuel
Currently translated at 82.6% (928 of 1123 strings)
2019-09-14SCI: Add more script patcher checks for games without a selector vocabFilippos Karapetis
Fixes the LSL1 demo
2019-09-14I18N: Update translation (Hungarian)George Kormendi
Currently translated at 100.0% (1123 of 1123 strings)
2019-09-14I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1123 of 1123 strings)
2019-09-14HDB: Improve String Code Usage in HDB Engine CodeD G Turner
2019-09-14HDB: Improve String Buffer Usage in AI Inventory CodeD G Turner
2019-09-14HDB: Replace Unecessary Buffer in AI Inventory CodeD G Turner
2019-09-14HDB: Avoid String Buffer Overruns from Save Load CodeD G Turner
2019-09-14HDB: Remove Fixed String Buffer Usage in Window CodeD G Turner
2019-09-14HDB: Removed Fixed String Buffer from AI Player CodeD G Turner
This is replaced by simpler Common::String equivalent.
2019-09-14I18N: Update translation (French)Thierry Crozat
Currently translated at 100.0% (1123 of 1123 strings)
2019-09-14HDB: Remove More Fixed Sized String Buffers in Menu CodeD G Turner
2019-09-14I18N: Update translations templatesThierry Crozat
2019-09-14ENGINES: More consistent error messagesBen Castricum
2019-09-14GUI: Change "saves" to "saved games" in labelsBen Castricum
2019-09-14HDB: Remove Fixed Sized String Buffers in Menu CodeD G Turner
These are replaced by Common::String usage.
2019-09-14EVENTRECORDER: Fix GCC Compiler WarningsD G Turner
These were memcpy usage to copy a non-trivial structure.
2019-09-14SUPERNOVA: Fix warningThierry Crozat
2019-09-14SUPERNOVA: Replace String Copy With Safer ScummVM Common VersionD G Turner
2019-09-14HDB: Fix More GCC Compiler WarningsD G Turner
2019-09-14NEWS: List new games alphabeticallyThierry Crozat
2019-09-14BUILD: Fix static scummvm build with iconv and without fluidsynth on macOSThierry Crozat
In that configuration it was missing the -liconv flag.
2019-09-13SUPERNOVA: Change type of an array to avoid castingThierry Crozat
2019-09-13SUPERNOVA: Fix Reported MSVC Compiler WarningsD G Turner
These are from Henke37 via IRC.
2019-09-13HDB: Further Fixes for GCC Compiler WarningsD G Turner
2019-09-14NEWS: Mention The Prince and the Coward supportEugene Sandulenko
2019-09-13HDB: Fix Some GCC Compiler WarningsD G Turner
These were of the type memset of a complex structure.
2019-09-13NEWS: Add Mission Supernova to list of new games for the 2.1.0 releaseThierry Crozat
2019-09-13HDB: Fix Major Memory Leak in File Manager ClassD G Turner