OpenTTD/src/network
Peter Nelson 9b947a37b8
Codechange: Pass GRFConfig by reference where feasible. (#13388)
In places where a GRFConfig is passed by pointer and not checked for nullptr, use a reference instead.
2025-01-26 22:41:08 +00:00
..
core Codechange: Pass GRFConfig by reference where feasible. (#13388) 2025-01-26 22:41:08 +00:00
CMakeLists.txt
network_admin.cpp Feature: encrypt admin connection when using secure join 2024-07-01 17:16:55 +02:00
network_admin.h Feature: encrypt admin connection when using secure join 2024-07-01 17:16:55 +02:00
network_base.h
network_chat_gui.cpp Codechange: use Textbuf::GetText() to access the buffer / hide Textbuf::buf 2025-01-19 23:01:35 +01:00
network_client.cpp Codechange: replace custom deque with actual deque when loading network games 2025-01-19 23:01:55 +01:00
network_client.h Cleanup: remove UI for changing the password 2024-05-07 00:03:15 +02:00
network_command.cpp Codechange: Space between template and < (#13278) 2025-01-04 17:56:14 +00:00
network_content_gui.cpp Codechange: use Textbuf::GetText() to access the buffer / hide Textbuf::buf 2025-01-19 23:01:35 +01:00
network_content_gui.h Codechange: Pass WindowDesc by reference instead of pointer. (#12771) 2024-06-11 08:58:03 +01:00
network_content.cpp Codechange: Use std::ranges::find where possible. 2024-11-24 10:36:03 +00:00
network_content.h Codechange: Define GRFConfigList alias and pass by reference. (#13358) 2025-01-22 22:30:32 +00:00
network_coordinator.cpp Codechange: Define GRFConfigList alias and pass by reference. (#13358) 2025-01-22 22:30:32 +00:00
network_coordinator.h
network_crypto_internal.h
network_crypto.cpp Codechange: Use std::range::find_if where possible. 2024-11-24 10:36:03 +00:00
network_crypto.h Codechange: use default virtual destructors over empty destructors 2024-12-06 22:30:19 +10:00
network_func.h Cleanup: remove company password hashing and anything related to it 2024-05-07 00:03:15 +02:00
network_gamelist.cpp Codechange: Define GRFConfigList alias and pass by reference. (#13358) 2025-01-22 22:30:32 +00:00
network_gamelist.h
network_gui.cpp Codechange: Define GRFConfigList alias and pass by reference. (#13358) 2025-01-22 22:30:32 +00:00
network_gui.h Cleanup: remove UI for asking user for company password 2024-05-07 00:03:15 +02:00
network_internal.h Cleanup: remove company password hashing and anything related to it 2024-05-07 00:03:15 +02:00
network_query.cpp Codechange: Define GRFConfigList alias and pass by reference. (#13358) 2025-01-22 22:30:32 +00:00
network_query.h
network_server.cpp Codechange: also allow removing clients from the company allow lists 2024-05-22 22:20:10 +02:00
network_server.h Cleanup: remove UI for changing the password 2024-05-07 00:03:15 +02:00
network_stun.cpp
network_stun.h
network_survey.cpp
network_survey.h
network_turn.cpp
network_turn.h
network_type.h Feature: admin support for password authentication without sending password 2024-07-01 17:16:55 +02:00
network_udp.cpp
network_udp.h
network.cpp Codechange: Define GRFConfigList alias and pass by reference. (#13358) 2025-01-22 22:30:32 +00:00
network.h