summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-27Codechange: [Network] Do not leak os_abstraction.h via network_funcrubidium42
2021-04-27Change: [Network] Use string error messages instead of numeric error numbers ...rubidium42
2021-04-27Fix: [Network] errno and strerror do not handle network errors on Windowsrubidium42
2021-04-27Fix: [NewGRF] Errors with severity ERROR also display a pop-up window (#9119)Chris
2021-04-26Update: Translations from eintstranslators
2021-04-26Fix 8a95fee4: Missing initialiser in Packet constructorCharles Pigott
2021-04-25Change: [Network] Remove now defunct savegame transfer packet limiterrubidium42
2021-04-25Change: use 32 KiB packets to send requests to the content serverRubidium
2021-04-25Change: use 32 KiB packets to transfer the savegameRubidium
2021-04-25Codechange: differentiate between UDP, TCP and compatibility MTU valuesRubidium
2021-04-25Codechange: allow different limits in packet sizesRubidium
2021-04-25Fix #9109: Malformed STR_ROAD_TOOLBAR_TOOLTIP_CONVERT_ROAD in Japanese lang (...Charles Pigott
2021-04-25Fix: Count engine details text in lines rather than pixels. (#9107)PeterN
2021-04-25Change: [Actions] Reword bug/crash report instructions (#9104)Tyler Trahan
2021-04-25Update: Translations from eintstranslators
2021-04-25Fix: [Network] Prevent stalling save game transfer when compression is slowrubidium42
2021-04-25Fix: Use width of tiny arrow string instead of scaled pixels in ship/aircraft...PeterN
2021-04-25Fix: Missing 'Town names:' colon in map gen GUI2TallTyler
2021-04-25Fix: [OpenGL] Main loop expects to start with the video buffer unmapped. (#9100)Michael Lutz
2021-04-24Fix #9097: Upper 16 bits of cargo base payment rate were discarded. (#9098)PeterN
2021-04-24Change: use icons to indicate you/host in Online Players GUIPatric Stout
2021-04-24Add: move "New Company" inside the Online Players GUIPatric Stout
2021-04-24Change: track hover position on Online Players GUIPatric Stout
2021-04-24Add: ask for confirmation on admin actions in network gamesPatric Stout
2021-04-24Add: admin menu for companies in multiplayer gamesPatric Stout
2021-04-24Feature: rework in-game Online Players GUIPatric Stout
2021-04-24Fix: [CMake] Check nforenum and grfcodec return valueglx22
2021-04-24Fix: [CMake] Incorrect dependency checks for GRFglx22
2021-04-24Codechange: use std::vector instead of a fixed size array for PacketsRubidium
2021-04-24Codechange: add accessor for the packet type to Packet and make the internal ...Rubidium
2021-04-24Codechange: remove public access to the next pointer in PacketRubidium
2021-04-24Codechange: encapsulate reading the size of a PacketRubidium
2021-04-24Codechange: encapsulate the logic about how many bytes can be sent from a buf...Rubidium
2021-04-24Codechange: move the logic shrinking of the packets into the Packet itselfRubidium
2021-04-24Codechange: encapsulate writing data from Packets into sockets/files/buffers ...Rubidium
2021-04-24Codechange: encapsulate reading data from sockets into Packets to prevent pac...Rubidium
2021-04-24Codechange: move logic whether there is enough space in a packet to write dat...Rubidium
2021-04-24Codechange: move more logic about packet size validity and reading into PacketRubidium
2021-04-24Update: Translations from eintstranslators
2021-04-24Update: Developer credits (#9091)Leif Linse
2021-04-24Add: [GitHub] use issue templates to make it more clear what we expect from u...Patric Stout
2021-04-24Codechange: Use std::string in console commands/aliases registration, and std...Loïc Guilloux
2021-04-24Doc: provide a visual representation of the company colour ranges (#8546)Andy
2021-04-24Add: [Network] Validate the client name when receiving one from the serverrubidium42
2021-04-24Add: [Network] Validate the client name server side, so no clients with inval...rubidium42
2021-04-24Change: [Network] Prevent invalid client names being sent to the server when ...rubidium42
2021-04-24Feature: [Network] Ensure players fill in a name instead of defaulting to "Pl...rubidium42
2021-04-24Add: String functionality to trim spaces from C-style stringsrubidium42
2021-04-24Codechange: [Network] Introduce function to validate the client namerubidium42
2021-04-23Update: Translations from eintstranslators