summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-12-16Codechange: Untangle command code, flags and error string for DoCommand*.Michael Lutz
2021-12-16Codechange: Move command arguments to the back of the networked command ↵Michael Lutz
function calls.
2021-12-16Codechange: Move command arguments to the back of the DoCommand function call.Michael Lutz
2021-12-16Fix: Template syntax error when using 'span' with a container type.Michael Lutz
2021-12-14Update: Translations from eintstranslators
swedish: 1 change by joeax910 chinese (traditional): 160 changes by Tetrapod1206 galician: 21 changes by pvillaverde irish: 5 changes by temuchie polish: 2 changes by pAter-exe
2021-12-12Fix: if vehicles only refit to cargo-slots >= 32, the default cargo was ↵frosch
wrong. (#9744)
2021-12-10Fix #9740: Fix loading of gamelog change items from savegame ver >= 294Jonathan G Rennison
2021-12-05Codechange: do not use all upper case enumerators in a scoped enumRubidium
2021-12-04Fix #9730: [Network] connections can use an invalid socket due to a race ↵Patric Stout
condition A race condition happens when an IPv6 connection takes more than 250ms to report an error, but does return before the IPv4 connection is established. In result, an invalid socket might be used for that connection.
2021-12-04Codechange: ensure OnConnect() always gets called with a valid socket (#9729)Patric Stout
This should already be the case, but now assert()s will tell us if this isn't.
2021-11-28Fix: Don't try to rename OWNER_DEITY signs in-game (#9716)Tyler Trahan
2021-11-27Update: Translations from eintstranslators
galician: 265 changes by pvillaverde indonesian: 8 changes by indrabagus spanish: 7 changes by MontyMontana
2021-11-26Update: Translations from eintstranslators
galician: 17 changes by pvillaverde
2021-11-22Update: Translations from eintstranslators
chinese (simplified): 2 changes by kurax
2021-11-20Fix: Insufficient input validation for CmdIndustryCtrl. (#9711)Michael Lutz
2021-11-20Update: Translations from eintstranslators
vietnamese: 2 changes by KhoiCanDev
2021-11-19Change: Make pf.yapf.rail_firstred_twoway_eol on by default (#9544)dP
2021-11-19Fix #8797: Use logical rail length when placing signals (#9652)dP
2021-11-19Fix: Update last servicing dates when using the date cheat (#9694)nchappe
2021-11-19Fix #9702: Display order window for vehicle group on ctrl-click only when ↵Bernard Teo
using shared orders (#9704)
2021-11-18Update: Translations from eintstranslators
greek: 2 changes by dionisis84 german: 2 changes by danidoedel
2021-11-16Codechange: Remove CargoSpec::multipliertowngrowth which is unused (#9701)Jonathan G Rennison
This is set by cargo property 19. This property is only implemented in TTDPatch.
2021-11-15Fix #9680: Recalculating aircraft positions before map array updates caused ↵Charles Pigott
crashes (#9699)
2021-11-13Fix: don't complain when the sprite font is missing glyphs. (#9692)frosch
Silently auto-pick a suitable font.
2021-11-12Update: Translations from eintstranslators
japanese: 1 change by akaregi dutch: 3 changes by Afoklala
2021-11-11Update: Translations from eintstranslators
russian: 2 changes by Ln-Wolf
2021-11-10Update: Translations from eintstranslators
tamil: 2 changes by Aswn
2021-11-09Cleanup: Fix typo in overflowsafe_type commentTyler Trahan
2021-11-09Update: Translations from eintstranslators
english (us): 2 changes by 2TallTyler arabic (egypt): 49 changes by AviationGamerX korean: 17 changes by telk5093 catalan: 2 changes by J0anJosep danish: 4 changes by nielsmh french: 2 changes by glx22 portuguese: 2 changes by azulcosta
2021-11-08Update: Translations from eintstranslators
arabic (egypt): 35 changes by AviationGamerX
2021-11-08Fix #9579: Object and HQ construction is Construction cost, not Property ↵Tyler Trahan
Maintenance (#9673)
2021-11-07Update: add setting to hide news about competitors vehicle crash (#9653)Guillaume Renoult
2021-11-07Feature: Ctrl-click to remove fully autoreplaced vehicles from list (#9639)Tyler Trahan
2021-11-07Fix: Don't show screenshot GUI in screenshots (#9674)Tyler Trahan
2021-11-07Fix: Do not redraw vehicle lists when skip order command is tested.J0anJosep
2021-11-06Fix 55a11710: Curly braces need to be double-escaped for (std::)fmt.Michael Lutz
2021-11-06Update: Translations from eintstranslators
english (au): 3 changes by LordAro
2021-11-06Fix 65cbde4b: Writing to uninitialized string when loading a currency NewGRF.Michael Lutz
2021-11-06Fix #9669, cbe00ec: Only try valid reverse directions (#9672)Loïc Guilloux
2021-11-03Fix #9648: add missing commas in crash messageDmitry Erlikh
2021-11-03Fix 3a1a915: Every 16th client never reconnects after server restartdP
2021-11-02Update: Translations from eintstranslators
arabic (egypt): 7 changes by AviationGamerX
2021-11-01Update: Translations from eintstranslators
arabic (egypt): 2 changes by AviationGamerX
2021-10-29Update: Translations from eintstranslators
dutch: 2 changes by Afoklala
2021-10-28Update: Translations from eintstranslators
german: 2 changes by Wuzzy2
2021-10-27Update: Translations from eintstranslators
swedish: 44 changes by joeax910 japanese: 1 change by clzls chinese (simplified): 2 changes by clzls
2021-10-25Update: Translations from eintstranslators
korean: 1 change by telk5093 polish: 2 changes by pAter-exe
2021-10-24Update: Translations from eintstranslators
swedish: 1 change by joeax910
2021-10-23Update: Translations from eintstranslators
indonesian: 2 changes by hadyatmo
2021-10-23Change: Suppress panning in intro game, while user is interacting with the ↵frosch
GUI. (#9645)