1
0
Fork 0
OpenTTD/src/network
Peter Nelson b87ce9c845
Change: Draw info headers as shade of window colour instead of pixel colour. (#14123)
Use the normal or lightest colour gradient to pick a suitable colour, instead of an arbitrary pixel colour.

(Except for the NewGRF window's info panel, this happens to be the same colour.)
2025-04-26 22:38:24 +01:00
..
core Codechange: use std::string_view for NetworkAddress 2025-04-26 16:30:16 +02:00
CMakeLists.txt Codechange: add set of classes providing authentication and encryption 2024-03-17 18:33:53 +01:00
network.cpp Codechange: use std::string_view for connection strings 2025-04-20 22:43:24 +02:00
network.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
network_admin.cpp Codechange: use std::string_view for sending chat messages 2025-04-20 13:31:41 +02:00
network_admin.h Codechange: use std::string_view for sending chat messages 2025-04-20 13:31:41 +02:00
network_base.h Codechange: explicitly initialise network pool item related member variables 2025-02-20 16:58:51 +01:00
network_chat_gui.cpp Fix a4dc7249ee: Changing language or interface scale could hang. (#14087) 2025-04-24 00:29:54 +01:00
network_client.cpp Codechange: use std::string_view for connection strings 2025-04-20 22:43:24 +02:00
network_client.h Codechange: use std::string_view for connection strings 2025-04-20 22:43:24 +02:00
network_command.cpp Codechange: Use EnumBitSet for StringValidationSettings. (#13974) 2025-04-08 21:19:17 +01:00
network_content.cpp Codechange: use std::string_view for connection strings 2025-04-20 22:43:24 +02:00
network_content.h Change: Queue content ID information requests. (#13990) 2025-04-12 12:50:36 +01:00
network_content_gui.cpp Change: Draw info headers as shade of window colour instead of pixel colour. (#14123) 2025-04-26 22:38:24 +01:00
network_content_gui.h Codechange: Pass ContentInfo by reference. 2025-04-11 23:08:59 +01:00
network_coordinator.cpp Codechange: pass network tokens as std::string_view or with move semantics where appropriate 2025-04-20 22:43:24 +02:00
network_coordinator.h Codechange: pass network tokens as std::string_view or with move semantics where appropriate 2025-04-20 22:43:24 +02:00
network_crypto.cpp Codechange: make network crypto enum classes 2025-02-06 21:03:12 +01:00
network_crypto.h Codechange: make network crypto enum classes 2025-02-06 21:03:12 +01:00
network_crypto_internal.h Codechange: use std::move when appropriate 2025-03-13 13:00:24 +01:00
network_func.h Codechange: use std::string_view for connection strings 2025-04-20 22:43:24 +02:00
network_gamelist.cpp Codechange: use std::string_view for connection strings 2025-04-20 22:43:24 +02:00
network_gamelist.h Codechange: use std::string_view for connection strings 2025-04-20 22:43:24 +02:00
network_gui.cpp Change: Draw info headers as shade of window colour instead of pixel colour. (#14123) 2025-04-26 22:38:24 +01:00
network_gui.h Codechange: pass network tokens as std::string_view or with move semantics where appropriate 2025-04-20 22:43:24 +02:00
network_internal.h Codechange: use std::string_view for connection strings 2025-04-20 22:43:24 +02:00
network_query.cpp Codechange: Use vector/unique_ptr to manage network game information. (#13902) 2025-03-27 18:48:41 +00:00
network_query.h Codechange: use std::string_view for connection strings 2025-04-20 22:43:24 +02:00
network_server.cpp Codechange: use std::string_view for sending chat messages 2025-04-20 13:31:41 +02:00
network_server.h Codechange: use std::string_view for sending chat messages 2025-04-20 13:31:41 +02:00
network_stun.cpp Codechange: pass network tokens as std::string_view or with move semantics where appropriate 2025-04-20 22:43:24 +02:00
network_stun.h Codechange: pass network tokens as std::string_view or with move semantics where appropriate 2025-04-20 22:43:24 +02:00
network_survey.cpp Codechange: no longer add "src" to the include-path (#13511) 2025-02-09 19:43:15 +00:00
network_survey.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
network_turn.cpp Codechange: pass network tokens as std::string_view or with move semantics where appropriate 2025-04-20 22:43:24 +02:00
network_turn.h Codechange: pass network tokens as std::string_view or with move semantics where appropriate 2025-04-20 22:43:24 +02:00
network_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
network_udp.cpp Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
network_udp.h Remove: old server listing via Master Server 2021-07-10 20:17:07 +02:00