summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-10Codechange: use wrappers to get Var[Mem|File]Type, instead of GB()Patric Stout
2021-06-10Codechange: move GetVariableAddress inside SlObjectMemberPatric Stout
2021-06-10Fix 2e136285: Crash when CTRL-clicking on a sign (#9345)Vít Šefl
2021-06-09Update: Translations from eintstranslators
2021-06-08Update: Translations from eintstranslators
2021-06-08Fix: compatible NewGRFs in crash-log reported wrong md5 (#9340)Patric Stout
2021-06-07Codechange: make [Save|Load]Settings() behave more like other Save/Load code ...Patric Stout
2021-06-06Codechange: merge guiflags and flags in settings .ini filesPatric Stout
2021-06-06Codechange: move SLF_NO_NETWORK_SYNC into settingsPatric Stout
2021-06-06Codechange: move SLF_NOT_IN_SAVE into settingsPatric Stout
2021-06-06Codechange: remove the unused SLF_HEX flagPatric Stout
2021-06-06Update: Translations from eintstranslators
2021-06-06Codechange: Remove FOR_ALL_CHUNK_HANDLERSglx22
2021-06-05Update: Translations from eintstranslators
2021-06-04Update: Translations from eintstranslators
2021-06-03Update: Translations from eintstranslators
2021-06-03Fix ef991b17: server was trying to free() a packet created with "new CommandP...Patric Stout
2021-06-03Codechange: rename SettingGuiFlag to SettingFlag (#9332)Patric Stout
2021-06-03Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we...Patric Stout
2021-06-03Codechange: remove unused assert_msg() macroPatric Stout
2021-06-01Update: Translations from eintstranslators
2021-06-01Fix b791ffc6: use the correct name in CmdPlantTreeVít Šefl
2021-06-01Fix b791ffc6: use the correct parameter in CmdSignalTrackHelperVít Šefl
2021-05-31Codechange: C++-ify lists for SaveLoad (#9323)Patric Stout
2021-05-31Update: Translations from eintstranslators
2021-05-31Codechange: use AsIntSetting()->Read() wrapper if possible (#9324)Patric Stout
2021-05-30Update: Translations from eintstranslators
2021-05-30Fix #9320, 2e136285: nullptr could not be converted to stringRubidium
2021-05-30Fix #9316, 64eddaeb: at about 250.000 inhabitants the bridge length limit che...rubidium42
2021-05-30Codechange: add a wrapper function to find all settings based on prefix (#9312)Patric Stout
2021-05-30Codechange: use setting name instead of index for HandleOldDiffCustom() (#9311)Patric Stout
2021-05-30Codechange: rename _SQ64 into POINTER_IS_64BIT (#9313)Patric Stout
2021-05-30Codechange: [Network] Let admin-console use std::string(_view)rubidium42
2021-05-30Codechange: [Network] Let admin-game script use std::stringrubidium42
2021-05-30Codechange: [Game] Pass the length instead of '\0' terminating (and undoing t...rubidium42
2021-05-30Codechange: [Network] Make admin name and version std::stringrubidium42
2021-05-30Fix: limit heightmap sizes to something reasonable to prevent crafted heightm...rubidium42
2021-05-30Codechange: [Network] Use std::string to determine an unique name for clientsrubidium42
2021-05-30Codechange: [Network] Use std::string to send the client name and rcon commandsrubidium42
2021-05-30Codechange: [Network] Use std::string for server side logic of kicking and ba...rubidium42
2021-05-30Codechange: [Network] Let server rcon result use std::stringrubidium42
2021-05-30Codechange: [Network] Let server changing a client name use std::stringrubidium42
2021-05-29Codechange: use setting name instead of index for CmdChange(Company)Setting (...Patric Stout
2021-05-29Codechange: Rename window related DeleteXXX to match new behaviourglx22
2021-05-29Fix f6d5c01: Delay deletion when closing windowsglx22
2021-05-29Codechange: [Network] Use std::string in CommandPacketrubidium42
2021-05-29Codechange: move from C-string to std::string for DoCommandrubidium42
2021-05-29Codechange: let IsUnique.* functions accept std::stringrubidium42
2021-05-29Codechange: add std::string variant of Utf8StringLengthrubidium42
2021-05-29Fix: Do not send vehicles towards incomplete PF nodesVít Šefl