summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-27Cleanup: remove and/or fix some confusing commentsrubidium42
2021-05-27Codechange: just pass the SettingDesc to SetSettingValue and remove distincti...rubidium42
2021-05-27Change: mark copy-assignment as deleted for classes with a copy-constructor t...rubidium42
2021-05-27Cleanup: remove unused copy-constructor without copy-assignmentrubidium42
2021-05-27Codechange: linkgraph always iterates with NodeIDs over the Size(), so make S...rubidium42
2021-05-27Cleanup: remove dead code; ++ on ostreambuf_iterator is a no-oprubidium42
2021-05-27Codechange: remove unneeded comparison and castsrubidium42
2021-05-27Codechange: pass large parameter by reference instead of value, especially in...rubidium42
2021-05-27Fix: do not hide parameter by local variable with the same namerubidium42
2021-05-27Fix: part of a tile might not be marked dirty upon terraformingrubidium42
2021-05-26Update: Translations from eintstranslators
2021-05-26Feature: Sign Windows buildsOwen Rudge
2021-05-25Update: Translations from eintstranslators
2021-05-24Update: Translations from eintstranslators
2021-05-24Fix: Network on Haiku, remove old code for BeOSmilek7
2021-05-24Fix: Workarounds for BeMidi driver to work properly on Haikumilek7
2021-05-24Fix: Building on Haikumilek7
2021-05-23Change: Show what is affected by "wagon removal" toggleglx22
2021-05-23Change: Unhide Ctrl effect for group replace protectionglx22
2021-05-23Update: Translations from eintstranslators
2021-05-23Fix #9264: Do not attach temporary wagons to free wagon chains when autorepla...Jonathan G Rennison
2021-05-23Fix: Encountering two-way red signals could prune unrelated branches.Vít Šefl
2021-05-23Fix: [OpenGL] Increase timeout when waiting for the GPU to be done with the d...Michael Lutz
2021-05-22Update: Translations from eintstranslators
2021-05-21Update: Translations from eintstranslators
2021-05-20Update: Translations from eintstranslators
2021-05-20Change: [Actions] use newly created Actions instead of custom shell-scripting...Patric Stout
2021-05-19Update: Translations from eintstranslators
2021-05-18Update: Translations from eintstranslators
2021-05-17Update: Translations from eintstranslators
2021-05-17Codechange: [Network] Use C++ string functions to generate company password hashrubidium42
2021-05-16Update: Translations from eintstranslators
2021-05-16Codechange: [Network] Let NetworkClientInfo use std::stringrubidium42
2021-05-16Codechange: [Network] Use std::string to populate the client list for company...rubidium42
2021-05-16Codechange: [Network] Let NetworkCompanyInfo use std::stringrubidium42
2021-05-16Fix #9267, 47a99bb: [Squirrel] Heap use after freeRubidium
2021-05-15Fix #9269, f6d5c01: Hide windows without abusing WC_INVALIDglx22
2021-05-15Update: Translations from eintstranslators
2021-05-15Codechange: [Network] Let chat communication use std::stringrubidium42
2021-05-15Codechange: Use std::string GetString where convenientrubidium42
2021-05-15Add: GetString that returns std::string instead of filling a passed bufferrubidium42
2021-05-15Codechange: [Network] Let NetworkTextMessage use std::stringrubidium42
2021-05-15Change: Use gender-neutral pronounsrubidium42
2021-05-15Fix: empty undocumented branchesrubidium42
2021-05-15Fix: comparison of narrow type to wide type in loop (potential for infinite l...Rubidium
2021-05-15Fix: [Network] Check on CIDR for netmask check considered everything validRubidium
2021-05-15Codechange: comparison result is always the same due to earlier checkRubidium
2021-05-14Codechange: use thread safe time functionsrubidium42
2021-05-14Codechange: [Network] Pass passwords as std::string to the network coderubidium42
2021-05-14Codechange: [Network] Use std::string for the internal handling of admin/rcon...rubidium42