summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-12-06Fix: Compile warnings when asserts are disabledCharles Pigott
2020-12-06Codechange: don't do work GetVariableAddress() is already doingPatric Stout
2020-12-06Fix: do not add an offset to a nullptrPatric Stout
This is, by specs, undefined behaviour. See https://reviews.llvm.org/D67122 In cases where this is done, optimizations done by LLVM can generate code that causes crashes. GetVariableAddress() had two (legit) ways this could happen: - For SaveLoad set to global - For SaveLoad set to SLE_VAR_NULL, where sld->address is always a nullptr, and object could or could not be a nullptr.
2020-12-06Fix 63ccb36ef3: Crash trying to load TTO/TTD savegames. (#8356)Michael Lutz
2020-12-05Fix a49fdb7ebb: bootstrap crash when trying to load new baseset (#8353)Patric Stout
Using nullptr as "name" crashes on "name.empty()". Use an empty string instead.
2020-12-04Fix: [CMake] cross-compiling requires native toolsglx22
2020-12-02Fix: [NoAI] don't notify caught exceptionsRasmus Jonsson
2020-11-28Update: Translations from eintstranslators
norwegian (bokmal): 8 changes by buzzCraft lithuanian: 5 changes by devastatorius
2020-11-26Codechange: Suppress compiler warning about signed/unsigned printf valuesCharles Pigott
2020-11-26Update: Translations from eintstranslators
norwegian (bokmal): 9 changes by buzzCraft
2020-11-25Update: Translations from eintstranslators
norwegian (bokmal): 10 changes by buzzCraft
2020-11-12Update: Translations from eintstranslators
indonesian: 117 changes by dimaspaf14
2020-11-11Update: Translations from eintstranslators
danish: 1 change by achton
2020-11-10Update: Translations from eintstranslators
slovak: 16 changes by FuryPapaya
2020-11-09Update: Translations from eintstranslators
slovak: 19 changes by FuryPapaya
2020-11-08Update: Translations from eintstranslators
korean: 1 change by telk5093 slovak: 86 changes by FuryPapaya
2020-11-07Update: Translations from eintstranslators
slovak: 26 changes by FuryPapaya polish: 1 change by yazalo
2020-11-06Update: Translations from eintstranslators
slovak: 86 changes by FuryPapaya polish: 57 changes by yazalo
2020-10-30Fix: build with icu-68.1Lars Wendler
icu-68.1 removed public macro definitions for TRUE and FALSE Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
2020-10-30Update: Translations from eintstranslators
afrikaans: 3 changes by Gwenney
2020-10-29Update: Translations from eintstranslators
hungarian: 1 change by andrejmoltok portuguese (brazilian): 64 changes by JuniuSeifero
2020-10-27Update: Translations from eintstranslators
romanian: 1 change by ALEX11BR
2020-10-26Update: Translations from eintstranslators
vietnamese: 24 changes by KhoiCanDev
2020-10-24Update: Translations from eintstranslators
tamil: 76 changes by Aswn
2020-10-18Update: Translations from eintstranslators
romanian: 10 changes by ALEX11BR tamil: 26 changes by Aswn
2020-10-17Update: Translations from eintstranslators
german: 17 changes by Luensche
2020-10-16Update: Translations from eintstranslators
german: 5 changes by Luensche
2020-10-15Update: Translations from eintstranslators
slovak: 16 changes by FuryPapaya
2020-10-14Update: Translations from eintstranslators
slovak: 29 changes by FuryPapaya polish: 7 changes by yazalo
2020-10-13Update: Translations from eintstranslators
slovak: 33 changes by FuryPapaya
2020-10-12Update: Translations from eintstranslators
german: 4 changes by matthiasradde slovak: 23 changes by FuryPapaya
2020-10-11Update: Translations from eintstranslators
slovak: 57 changes by FuryPapaya tamil: 1 change by Ramesh78dev
2020-10-10Update: Translations from eintstranslators
slovak: 35 changes by FuryPapaya tamil: 1 change by Ramesh78dev
2020-10-10Fix: Slovak ownname was using the wrong form (#8326)FuryPapaya
Noun vs Adjective
2020-10-09Update: Translations from eintstranslators
slovak: 131 changes by FuryPapaya
2020-10-08Update: Translations from eintstranslators
slovak: 56 changes by FuryPapaya
2020-10-06Update: Translations from eintstranslators
slovak: 193 changes by FuryPapaya spanish: 46 changes by MontyMontana
2020-10-05Update: Translations from eintstranslators
italian: 1 change by AlphaJack romanian: 13 changes by ALEX11BR finnish: 6 changes by VeeraKoo slovak: 202 changes by FuryPapaya spanish: 240 changes by MontyMontana
2020-10-04Update: Translations from eintstranslators
slovak: 23 changes by FuryPapaya turkish: 66 changes by ozcanakdora
2020-10-03Update: Translations from eintstranslators
korean: 8 changes by telk5093
2020-10-01Update: Translations from eintstranslators
czech: 1 change by LubosKolouch german: 18 changes by matthiasradde
2020-09-30Update: Translations from eintstranslators
german: 1 change by matthiasradde polish: 17 changes by yazalo
2020-09-28Update: Translations from eintstranslators
romanian: 7 changes by ALEX11BR portuguese (brazilian): 44 changes by Lucas559-noob
2020-09-27Update: Translations from eintstranslators
portuguese (brazilian): 22 changes by Lucas559-noob polish: 6 changes by pAter-exe
2020-09-26Update: Translations from eintstranslators
turkish: 28 changes by nullaf dutch: 1 change by rcpaul
2020-09-26Update: Translations from eintstranslators
german: 1 change by frosch123
2020-09-25Change: Service depot also reset breakdown chance.Galigator
2020-09-25Fix 70f9c3c6: The *_filter_criteria variables contain an index, not a cargo. ↵stormcone
(#8320)
2020-09-25Codechange: Make codestyle for CMake files consistent for 'control' statementsCharles Pigott
2020-09-24Fix #8311, b98c7763de4: Industry probability at map generation was scaled ↵frosch
differently when set via property or callback.