summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2021-05-14Codechange: [Network] Use std::string for the internal handling of server pas...rubidium42
2021-05-14Codechange: [Network] Use std::string for the internal handling of company pa...rubidium42
2021-05-14Codechange: [Network] Make company state password std::stringrubidium42
2021-05-13Feature: Define refittability of default vehicles using cargo classes.frosch
2021-05-13Fix: Resolve cargo-types of default vehicles via their cargo label.frosch
2021-05-13Codechange: add constant for number of original cargoes.frosch
2021-05-13Codechange: clean up C-string support from settingsrubidium42
2021-05-13Codechange: move script settings to std::stringrubidium42
2021-05-13Codechange: move misc settings to std::stringrubidium42
2021-05-13Codechange: move font settings to std::stringrubidium42
2021-05-13Codechange: move currency settings to std::stringrubidium42
2021-05-13Codechange: move locale settings to std::stringrubidium42
2021-05-13Codechange: move client name in settings to std::stringrubidium42
2021-05-13Codechange: move server name/id in settings to std::stringrubidium42
2021-05-13Codechange: move hostnames in settings to std::stringrubidium42
2021-05-13Codechange: move passwords in settings to std::stringrubidium42
2021-05-13Change: further support for std::string in settingsrubidium42
2021-05-13Update: Translations from eintstranslators
2021-05-13Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261)Patric Stout
2021-05-13Fix: Correct name of Golub-DobrzynPaweł Świątkowski
2021-05-13Fix: Replace Susz with LesznoPaweł Świątkowski
2021-05-13Codechange: remove pointless close call due to resolving virtual functions st...Rubidium
2021-05-13Codechange: make explicit that virtual functions in a con/destructor are reso...Rubidium
2021-05-13Fix #9255: [Network] TCPConnecter crashes when hostname not found (#9259)Patric Stout
2021-05-13Codechange: Replace TILE_AREA_LOOP with range-based for loopsglx22
2021-05-12Fix #9256, 12e43c697d2: invalid read after free. (#9258)frosch
2021-05-12Codechange: make Window destruction not rely on undefined behavior.frosch
2021-05-12Codechange: use IterateFromBack/Front only if the order is important.frosch
2021-05-12Codechange: use iterators instead of 'subranges' when iterating from a specif...frosch
2021-05-12Codechange: remove excessive templating in favour of a single const_cast.frosch
2021-05-12Cleanup: remove unneeded labels and gotos.frosch
2021-05-12Fix #9186: Fix incorrect bounding box height causing station sprite glitch. (...PeterN
2021-05-12Update: Translations from eintstranslators
2021-05-12Fix #9242: Tree tick handler did not scale by map size. (#9246)PeterN
2021-05-12Fix #9063: Caption of news window incorrectly aligned. (#9252)PeterN
2021-05-12Change: reworked the debug levels for network facility (#9251)Patric Stout
2021-05-12Fix 91b8ce07: dedicated servers could no longer create screenshots (#9232)Patric Stout
2021-05-12Fix #9202: Invalid test for unset NewGRF override mapping. (#9226)PeterN
2021-05-11Update: Translations from eintstranslators
2021-05-11Fix: [Network] mark server as offline when no longer reachable (#9244)Patric Stout
2021-05-11Fix #9243: [Network] For a dedicated server use a fallback client and server ...rubidium42
2021-05-11Fix: [Network] don't rebuild the host-list during iterating the list (#9240)Patric Stout
2021-05-11Fix: [Network] don't mark the last-joined server as manual (#9239)Patric Stout
2021-05-11Fix: [Network] clients leaving because of broken connections was not broadcas...Patric Stout
2021-05-10Update: Translations from eintstranslators
2021-05-10Fix: leaking file descriptorsRubidium
2021-05-10Fix: memory leak due to assigning result of strdup to a std::stringRubidium
2021-05-10Cleanup: [Fluidsynth] Remove fluid_player_joinRubidium