You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/network
Rubidium 75386873b7 Codechange: use std::vector instead of a fixed size array for Packets 3 years ago
..
core Codechange: use std::vector instead of a fixed size array for Packets 3 years ago
CMakeLists.txt Add: introduce CMake for project management 4 years ago
network.cpp Add: [Network] Validate the client name server side, so no clients with invalid names can actually join 3 years ago
network.h Cleanup: Removed SVN headers 5 years ago
network_admin.cpp Codechange: move logic whether there is enough space in a packet to write data into the Packet 3 years ago
network_admin.h Codechange: [Network] replace _realtime_tick with std::chrono 3 years ago
network_base.h Remove: "language" field from server/client 3 years ago
network_chat_gui.cpp Codechange: Use new widget features on chat message box. 3 years ago
network_client.cpp Codechange: encapsulate writing data from Packets into sockets/files/buffers to prevent packet state modifications outside of the Packet 3 years ago
network_client.h Cleanup: Removed SVN headers 5 years ago
network_command.cpp Codechange: rename sound ids to make more sense. (#8701) 3 years ago
network_content.cpp Codechange: encapsulate writing data from Packets into sockets/files/buffers to prevent packet state modifications outside of the Packet 3 years ago
network_content.h Codechange: [Network] replace _realtime_tick with std::chrono 3 years ago
network_content_gui.cpp Codechange: merge duplicated logic to scroll in lists by key into a single function 3 years ago
network_content_gui.h Cleanup: Removed SVN headers 5 years ago
network_func.h Feature: [Network] Ensure players fill in a name instead of defaulting to "Player" 3 years ago
network_gamelist.cpp Codechange: Replace custom linked list for GRF texts with STL vectors and strings. 4 years ago
network_gamelist.h Cleanup: Removed SVN headers 5 years ago
network_gui.cpp Feature: [Network] Ensure players fill in a name instead of defaulting to "Player" 3 years ago
network_gui.h Change: move "give money" from client-list to company window 4 years ago
network_internal.h Remove: "language" field from server/client 3 years ago
network_server.cpp Codechange: add accessor for the packet type to Packet and make the internal state of Packet private 3 years ago
network_server.h Codechange: encapsulate reading the size of a Packet 3 years ago
network_type.h Add: [Network] Validate the client name server side, so no clients with invalid names can actually join 3 years ago
network_udp.cpp Codechange: move logic whether there is enough space in a packet to write data into the Packet 3 years ago
network_udp.h Change: move some things only relevant to UDP from network.cpp to network_udp.cpp 3 years ago