OpenTTD/src/network
Peter Nelson 3248a6c12b Fix #9042: Make multiplayer server list height auto-fill window.
#9042 did not fix all combinations of scaling options. This additional
change makes the server list automatically fill available height.
2021-04-17 22:23:43 +02:00
..
core Change: warn the user about the resolving of an address being extra very slow 2021-04-12 21:10:21 +02:00
CMakeLists.txt Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00
network.cpp Change: move some things only relevant to UDP from network.cpp to network_udp.cpp 2021-04-12 21:10:21 +02:00
network.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
network_admin.cpp Codechange: [Network] replace _realtime_tick with std::chrono 2021-02-27 00:36:14 +01:00
network_admin.h Codechange: [Network] replace _realtime_tick with std::chrono 2021-02-27 00:36:14 +01:00
network_base.h Codechange: Replace network related FOR_ALL with range-based for loops 2019-12-21 20:13:03 +01:00
network_chat_gui.cpp Feature: Show previous chat history when the chat message box is open 2021-04-16 20:25:46 +02:00
network_client.cpp Codechange: [Network] replace _realtime_tick with std::chrono 2021-02-27 00:36:14 +01:00
network_client.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
network_command.cpp Codechange: rename sound ids to make more sense. (#8701) 2021-02-20 19:01:04 +01:00
network_content.cpp Codechange: [Network] replace _realtime_tick with std::chrono 2021-02-27 00:36:14 +01:00
network_content.h Codechange: [Network] replace _realtime_tick with std::chrono 2021-02-27 00:36:14 +01:00
network_content_gui.cpp Add: make modal windows update more smooth 2021-03-10 13:41:18 +01:00
network_content_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
network_func.h Feature #7756: Allow server to supply a reason to kicked/banned clients 2020-02-04 22:17:39 +00:00
network_gamelist.cpp Codechange: Replace custom linked list for GRF texts with STL vectors and strings. 2020-05-21 20:02:34 +02:00
network_gamelist.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
network_gui.cpp Fix #9042: Make multiplayer server list height auto-fill window. 2021-04-17 22:23:43 +02:00
network_gui.h Change: move "give money" from client-list to company window 2021-01-05 21:56:24 +01:00
network_internal.h Change: move some things only relevant to UDP from network.cpp to network_udp.cpp 2021-04-12 21:10:21 +02:00
network_server.cpp Fix: [Network] State conditions for sending client info/quit packets (#8959) 2021-04-06 19:31:52 +01:00
network_server.h Fix: [Network] don't show "server doesn't respond" while in queue 2021-02-28 12:27:04 +01:00
network_type.h Fix #8060, 5880f14: Restore admin network API compatibility. 2020-04-05 18:36:21 +01:00
network_udp.cpp Fix: split the UDP blocking of sockets to only the socket involved, and when another thread is busy do not attempt to process the packets of that socket 2021-04-12 21:10:21 +02:00
network_udp.h Change: move some things only relevant to UDP from network.cpp to network_udp.cpp 2021-04-12 21:10:21 +02:00