summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-05-03Add: [Network] Reading std::string from a packetrubidium42
2021-05-03Add: [Network] Writing std::string to a packetrubidium42
2021-05-03Update: Translations from eintstranslators
2021-05-03Fix #9117, 04ce1f07: [Fluidsynth] Infinite wait when stopping song (#9181)rubidium42
2021-05-03Fix: Query windows may be partially drawn initially. (#9184)PeterN
2021-05-03Fix #9174: Don't update text effect if it has been reset. (#9183)PeterN
2021-05-03Fix #9113: Assertion failure when removing airport with order backup (#9182)Jonathan G Rennison
2021-05-02Update: Translations from eintstranslators
2021-05-02Codechange: Acquire video buffer before taking game state lock to prevent err...Milek7
2021-05-02Codechange: Validate custom station platform layout tiles are permitted value...Peter Nelson
2021-05-02Codechange: Use std::vector for NewGRF station tile sprite layouts.Peter Nelson
2021-05-02Codechange: Use std::vector for NewGRF station platform layouts.Peter Nelson
2021-05-02Fix #9147: Delay making screenshots until the next draw tick as we may not ac...Michael Lutz
2021-05-02Codechange: Generalise the delayed blitter change to a generic video driver c...Michael Lutz
2021-05-02Fix: [NewGRF] industry variable 66 and object variable 46 clamped the squared...frosch
2021-05-02Fix: [NewGRF] industry variables 65 and 66 ignored the parameter, and always ...frosch
2021-05-02Fix: [Network] Reading beyond the length of the server's ID when hashing pass...rubidium42
2021-05-02Fix: Update text effect size when font zoom is changed. (#9174)PeterN
2021-05-02Fix: Crash when extra viewport height is zero with sign in view. (#9175)PeterN
2021-05-02Codechange: Warn if randomaction2 group count is not a power of 2.Peter Nelson
2021-05-02Cleanup: Use range iterator to evaluate DeterministicSpriteGroup.Peter Nelson
2021-05-02Cleanup: Use std::vector in RandomSpriteGroup.Peter Nelson
2021-05-02Cleanup: Use std::vector in DeterministicSpriteGroup.Peter Nelson
2021-05-02Cleanup: Use std::vector in RealSpriteGroup.Peter Nelson
2021-05-01Codechange: move some OS abstraction method implementations out of the headerrubidium42
2021-05-01Codechange: encapsulate network error handlingrubidium42
2021-05-01Codechange: rename NetworkError to ShowNetworkErrorrubidium42
2021-05-01Fix 3d7ab09: stopped trains not updating viewport hash when reversed for a se...Matt Kimber
2021-05-01Fix #6598: Prevent invalid memory accesses when abandoning a join from within...rubidium42
2021-05-01Codechange: Move join information into a single structurerubidium42
2021-05-01Fix #6598: Do not disconnect before company number validationrubidium42
2021-05-01Change: [Console] Show help when passing invalid company numberrubidium42
2021-05-01Feature: make the town directory horizontally resizablerubidium42
2021-05-01Fix #9152, Fix #9153: screenshot command showed error messages when successfulrubidium42
2021-05-01Codechange: Scale sprite font height once on init instead of every call to Ge...Peter Nelson
2021-05-01Cleanup: Use GetDefaultFontHeight() call instead of direct access.Peter Nelson
2021-04-30Fix: Cargo legend blob in cargo payment rate window did not rescale.Peter Nelson
2021-04-30Fix: Scale cargo lines in industry chain window.Peter Nelson
2021-04-30Fix: Scale industry chain legend blob by font size.Peter Nelson
2021-04-30Fix: Improved scaling and spacing of sign list window.Peter Nelson
2021-04-30Fix: Scale legend blobs in Fund new industry window.Peter Nelson
2021-04-30Fix: Scale smallmap legend 'blob' to fit text.Peter Nelson
2021-04-30Fix: Tidy up sizing of sprite aligner window sprite list.Peter Nelson
2021-04-30Fix: Company Key window scaling.Peter Nelson
2021-04-30Fix: Use unscaled values for padding OSKPeter Nelson
2021-04-30Codechange: Use text lines instead of pixel height of font for link graph wid...Peter Nelson
2021-04-30Codechange: Apply minimum size to toolbar widgetsPeter Nelson
2021-04-30Codechange: No longer necessary to manually resize volume sliders.Peter Nelson
2021-04-30Fix: Recalculate padding and minimum sizes when GUI or Font zoom is changed.Peter Nelson
2021-04-30Cleanup: Set unchanging scrollbar properties in constructor.Peter Nelson