summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-04-21Codechange: merge duplicated logic to scroll in lists by key into a single fu...Rubidium
2021-04-21Update: Translations from eintstranslators
2021-04-20Fix: [CMake] Auto-fill version details in rev.cpp and ottres.rc (#9066)Loïc Guilloux
2021-04-20Update: Translations from eintstranslators
2021-04-20Doc: server name doesn't need to be advertised to be validPatric Stout
2021-04-20Codechange: remove always-empty "address" from NetworkContentSocketHandlerPatric Stout
2021-04-20Codechange: split ParseConnectionString into two functionsPatric Stout
2021-04-20Remove: "language" field from server/clientPatric Stout
2021-04-20Remove: "map_name" from server announcements / listingPatric Stout
2021-04-19Update: Translations from eintstranslators
2021-04-18Update: Translations from eintstranslators
2021-04-17Fix: Do not unlock railtypes when enabling wagons with GameScriptdP
2021-04-17Fix #6322: [Script] Try to let the script die when no memory can be allocated...Rubidium
2021-04-17Change: [Script] Let Script_FatalError use std::string instead of const char *Rubidium
2021-04-17Fix #9042: Make multiplayer server list height auto-fill window.Peter Nelson
2021-04-17Fix: Inconsistent button sizing on AI/GS setting window depending on scale se...PeterN
2021-04-17Fix: Corrupted savegame could cause heap corruption by writing outside link g...Milek7
2021-04-17Fix: Corrupted savegame could crash the game by providing invalid gamelog enu...Milek7
2021-04-17Change: Improve layout and spacing of vehicle group widgets. (#9041)PeterN
2021-04-17Fix #7513: recursive array/class/table release caused stack overflowRubidium
2021-04-17Fix #7513: recursive garbage collection caused stack overflowRubidium
2021-04-17Update: Translations from eintstranslators
2021-04-16Feature: Show previous chat history when the chat message box is openPeter Nelson
2021-04-16Codechange: Use std::deque for chat history instead of fixed arrayPeter Nelson
2021-04-16Fix: Sizing of Multiplayer server list incorrect when GUI zoom doesn't match ...Peter Nelson
2021-04-16Update: Translations from eintstranslators
2021-04-15Update: Translations from eintstranslators
2021-04-14Update: Translations from eintstranslators
2021-04-13Fix: Add virtual destructor to link graph Path.Milek7
2021-04-12Fix #9028: [OpenGL] Clear cursor cache on destroying the OpenGL backend.Michael Lutz
2021-04-12Fix: [win32] buffer_locked state not initialised, causing _screen.dst_ptr to ...Rubidium
2021-04-12Fix: [Video] fast forward boolean states not initialised, potentially causing...Rubidium
2021-04-12Fix: [SDL] buffer_locked state not initialised, causing _screen.dst_ptr to be...Rubidium
2021-04-12Change: warn the user about the resolving of an address being extra very slowRubidium
2021-04-12Fix: split the UDP blocking of sockets to only the socket involved, and when ...Rubidium
2021-04-12Change: move some things only relevant to UDP from network.cpp to network_udp...Rubidium
2021-04-12Fix #8874: show a warning when a NewGRF scan is requested multiple times from...rubidium42
2021-04-12Update: Translations from eintstranslators
2021-04-11Update: Translations from eintstranslators
2021-04-11Fix: clang-cl build (#9018)Wim Leflere
2021-04-11Fix: Invalidate cached vehicle colourmaps when changing liveries setting. (#9...PeterN
2021-04-11Fix: Check for a validly mapped OpenGL screen buffer during driver init. (#9007)Michael Lutz
2021-04-11Change: reworked how the Game Option display options are drawnPatric Stout
2021-04-11Feature: allow a toggle to enable/disable vsyncPatric Stout
2021-04-11Fix #9015: Don't set free space value if not requested. (#9016)PeterN
2021-04-11Fix #9008: Validate starting year given on the command line. (#9014)rubidium42
2021-04-11Cleanup: Fix comment for only one form (#9012)TELK
2021-04-11Fix #8981: Don't attempt to re-reserve path if already entering/entered depot.Peter Nelson
2021-04-10Fix: Adjust scrolling interval of credits to account for text line heightPeter Nelson
2021-04-10Fix: Data races on cursor state in OpenGL backendsJonathan G Rennison