aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-18RISCOS: Ignore non-convertible UTF-8 characters when converting the ↵Cameron Cawley
documentation
2019-09-18I18N: Update translations templatesThierry Crozat
2019-09-18SUPERNOVA: Fix reading of .dat fileJaromir Wysoglad
When searching for the right block in supernova.dat, the engine didn't take into account the full size of each block (it thought, it read 12 bytes less in each block) and thanks to that it tryed to read one additional block at the end.
2019-09-18RISCOS: Fix building outside the main source treeCameron Cawley
2019-09-18I18N: Update translation (Danish)scootergrisen
Currently translated at 100.0% (1163 of 1163 strings)
2019-09-18I18N: Update translation (Hungarian)George Kormendi
Currently translated at 100.0% (1163 of 1163 strings)
2019-09-18I18N: Update translation (Finnish)jepael
Currently translated at 100.0% (1163 of 1163 strings)
2019-09-18I18N: Update translation (Spanish)TomasM
Currently translated at 83.9% (976 of 1163 strings)
2019-09-18I18N: Update translation (Danish)scootergrisen
Currently translated at 96.9% (1127 of 1163 strings)
2019-09-17SCI: Added Russian QFG1vgaEugene Sandulenko
2019-09-17PRINCE: I18N: Update translation (English)Lafazar Gendibal
Currently translated at 32.9% (906 of 2757 strings)
2019-09-17PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 32.9% (906 of 2757 strings)
2019-09-17I18N: Update translation (Spanish)TomasM
Currently translated at 83.7% (973 of 1163 strings)
2019-09-17I18N: Update translation (Spanish)Víctor Martínez Pajares
Currently translated at 83.7% (973 of 1163 strings)
2019-09-17ANDROIDSDL: Remove enable-release and enable-optimizations from configThanasis Antoniou
Maybe this would help provide a better back trace for reported issues
2019-09-17CONFIGURE: Fix libcurl detection for macOSEugene Sandulenko
2019-09-17I18N: Update translation (Dutch)Ben Castricum
Currently translated at 100.0% (1163 of 1163 strings)
2019-09-17I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1163 of 1163 strings)
2019-09-17I18N: Update translations templatesThierry Crozat
2019-09-17SUPERNOVA: Add detection.cpp to POTFILESLothar Serra Mari
2019-09-17NEWS: DE: Mention cloud supportLothar Serra Mari
2019-09-17JANITORIAL: Fix whitespacesEugene Sandulenko
2019-09-17NEWS: Mention cloud supportEugene Sandulenko
2019-09-16NEWS: Add release date for 2.1.0 to German NEWS fileLothar Serra Mari
2019-09-16NEWS: Specify 2.1.0 release dateEugene Sandulenko
2019-09-16I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1161 of 1161 strings)
2019-09-16HDB: Turn a couple of arrays into static constStrangerke
2019-09-16HDB: Fix some more uninitialized variablesStrangerke
2019-09-16NEWS: Update titles of Mission Supernova games in German NEWS fileLothar Serra Mari
2019-09-16NEWS: Update mentions of Mission Supernova games in German NEWS fileLothar Serra Mari
2019-09-16NEWS: Update mentions of Mission Supernova gamesThierry Crozat
2019-09-16I18N: Update translation (Hungarian)George Kormendi
Currently translated at 100.0% (1161 of 1161 strings)
2019-09-16I18N: Update translation (Finnish)Timo Mikkolainen
Currently translated at 100.0% (1161 of 1161 strings)
2019-09-16I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1161 of 1161 strings)
2019-09-16NEWS: Mention Mission Supernova 2Eugene Sandulenko
2019-09-16ANDROIDSDL: Enable optimizations for the buildThanasis Antoniou
Since this already had the enable-release, it is better to build with enable-optimizations too
2019-09-16Revert "WIN32: Fix getting the parent directory of non-existant file nodes"Alexander Tkachev
2019-09-16I18N: Update translation (Dutch)Ben Castricum
Currently translated at 100.0% (1161 of 1161 strings)
2019-09-16I18N: Update translations templatesThierry Crozat
2019-09-16BLADERUNNER: Add engine gui option to avoid use of delayMillis()Thanasis Antoniou
2019-09-16I18N: Update translation (Dutch)Ben Castricum
Currently translated at 98.3% (1139 of 1159 strings)
2019-09-16I18N: Update translation (Dutch)Ben Castricum
Currently translated at 94.8% (1099 of 1159 strings)
2019-09-16I18N: Regenerate translations data fileThierry Crozat
2019-09-16DIRECTOR: Fix Some MSVC WarningsD G Turner
These were reported by Henke37 via IRC.
2019-09-16DEBUGGER: Fix MSVC WarningD G Turner
This was reported by Henke37 on IRC.
2019-09-15CLOUD: Fix MSVC Warning in Google Drive Token RefresherD G Turner
This was reported by Henke37 on IRC.
2019-09-15AGI: Replace Various String Functions with Common String UsageD G Turner
This removes a number of fixed size temporary string buffers and usage of unsafe string functions.
2019-09-15GRAPHICS: Fix MSVC Warning in Nine PatchD G Turner
2019-09-15WINTERMUTE: Fix MSVC WarningD G Turner
This is due to the _lastLine variable being unsigned, but having -1 assigned to it as a default / invalid value. This could probably be assigned 0 with no issues, but since this is exposed, this warning is fixed instead by assigning the unsigned equivalent of -1 so no dependent code will see a change.
2019-09-15SCUMM: HE: Fix MSVC WarningD G Turner
This was reported by Henke37 on IRC.