summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-01Fix: Don't consider regression AIs when starting a random AI (#9164)Loïc Guilloux
2021-05-01Change: [Actions] Add a 2 minutes timeout for regression test (#9166)Loïc Guilloux
2021-05-01Feature: make the town directory horizontally resizablerubidium42
2021-05-01Fix d4f0b6f4: [CMake] CMAKE_PROJECT_VERSION_XXX are not in CMake 3.9 (#9154)Loïc Guilloux
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
2021-04-30Cleanup: Call SetMinimalSize instead of setting min_y directly.Peter Nelson
2021-04-30Fix: Specify width when width is required instead of top.Peter Nelson
2021-04-30Codechange: Simplify calling of DrawCharCentered()Peter Nelson
2021-04-30Cleanup: Tidy up resize, fill and minimal size on widgets in town list window.Peter Nelson
2021-04-30Cleanup: Remove fairly redundant DrawDropdown() function.Peter Nelson
2021-04-30Cleanup: Horizontal widget size is commonly width rather than length.Peter Nelson
2021-04-30Codechange: Use C++ features for train wagon overrides. (#9141)PeterN
2021-04-30Remove: performance measurements in YAPFPatric Stout
2021-04-30Cleanup: remove weird left-over comment in yapf.hppPatric Stout
2021-04-30Change: use TCP for everything except for master-server and initial server sc...Patric Stout
2021-04-29Fix: String validation could leave invalid Utf8 encoded strings (#9096)rubidium42
2021-04-29Cleanup: Remove old FiosList helper methods. (#9139)PeterN
2021-04-29Codechange: Replace FOR_ALL_CARGOSPECS with range-based for loopsglx22
2021-04-29Codechange: Replace window related FOR_ALL with range-based for loopsglx22
2021-04-29Change: [Network] Encapsulate logic about the connection string to the networ...rubidium42
2021-04-29Codechange: use NetworkAddress instead of two host/port variables where possiblePatric Stout
2021-04-29Codechange: use std::string over stack-based strings if possiblePatric Stout
2021-04-29Cleanup: remove write-only variable "hostname" in NetworkGameListPatric Stout
2021-04-29Fix: 'Cache' top and bottom lines of textfile viewer to avoid overdraw. (#9131)PeterN
2021-04-29Update: Translations from eintstranslators
2021-04-29Fix: [MinGW] Set minimum OS version to Windows XP (#9135)Loïc Guilloux
2021-04-28Cleanup: Replace FOR_ALL_SORTED_CARGOSPECS macro with range iterator.Peter Nelson
2021-04-28Cleanup: Replace FOR_ALL_SORTED_ROADTYPES macro with range iterator.Peter Nelson
2021-04-28Cleanup: Replace FOR_ALL_SORTED_RAILTYPES macro with range iterator.Peter Nelson
2021-04-28Fix: Incorrect vertical alignment of icon and text in DropDownListIconItem. (...PeterN
2021-04-28Fix b3003dd1: swap SERVER_GAME_INFO with CLIENT_GAME_INFO (#9129)Patric Stout
2021-04-28Codechange: Use __attribute__ access none to silence GCC 11 -Wmaybe-uninitial...Milek7
2021-04-28Update: Translations from eintstranslators
2021-04-27Fix: missing <limits> include in network/core/packet.h (#9123)Milek7