index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
Age
Commit message (
Expand
)
Author
2021-06-13
Codechange: convert printf DEBUG statements to fmt Debug statements
rubidium42
2021-06-13
Fix #9361, a2051ba: [Network] Off by one in CanWriteToPacket
rubidium42
2021-06-13
Fix #9362: Hover in online players window was slightly too big (#9364)
TELK
2021-06-10
Cleanup: [Network] Remove C-string Recv_string and its last use
rubidium42
2021-06-10
Codechange: [Network] Use std::string to get a NewGRF's name
rubidium42
2021-06-10
Cleanup: [ContentInfo] Remove some functions that are not needed anymore
rubidium42
2021-06-10
Codechange: [ContentInfo] Use std::string instead of string buffers
rubidium42
2021-06-10
Codechange: [ContentInfo] Use a vector for dependencies instead of custom all...
rubidium42
2021-06-10
Codechange: [ContentInfo] Use StringList for tags instead of custom allocations
rubidium42
2021-06-10
Codechange: [ContentInfo] Do not use memset/memcpy to make it possible to use...
rubidium42
2021-06-10
Cleanup: [ContentInfo] Remove unused function
rubidium42
2021-06-03
Fix ef991b17: server was trying to free() a packet created with "new CommandP...
Patric Stout
2021-05-30
Codechange: [Network] Let admin-console use std::string(_view)
rubidium42
2021-05-30
Codechange: [Network] Let admin-game script use std::string
rubidium42
2021-05-30
Codechange: [Network] Make admin name and version std::string
rubidium42
2021-05-30
Codechange: [Network] Use std::string to determine an unique name for clients
rubidium42
2021-05-30
Codechange: [Network] Use std::string to send the client name and rcon commands
rubidium42
2021-05-30
Codechange: [Network] Use std::string for server side logic of kicking and ba...
rubidium42
2021-05-30
Codechange: [Network] Let server rcon result use std::string
rubidium42
2021-05-30
Codechange: [Network] Let server changing a client name use std::string
rubidium42
2021-05-29
Codechange: Rename window related DeleteXXX to match new behaviour
glx22
2021-05-29
Fix f6d5c01: Delay deletion when closing windows
glx22
2021-05-29
Codechange: [Network] Use std::string in CommandPacket
rubidium42
2021-05-29
Codechange: move from C-string to std::string for DoCommand
rubidium42
2021-05-29
Codechange: rename str_validate to StrMakeValid(InPlace) (#9304)
Patric Stout
2021-05-29
Fix: [Network] Prevent an empty server name to be set anywhere
rubidium42
2021-05-29
Codechange: use separate pre and post callbacks for string settings
rubidium42
2021-05-29
Codechange: split Write_ValidateSetting to get separate functions for making ...
rubidium42
2021-05-27
Cleanup: remove unneeded temporary variables and casts
rubidium42
2021-05-27
Codechange: just pass the SettingDesc to SetSettingValue and remove distincti...
rubidium42
2021-05-27
Fix: do not hide parameter by local variable with the same name
rubidium42
2021-05-24
Fix: Network on Haiku, remove old code for BeOS
milek7
2021-05-17
Codechange: [Network] Use C++ string functions to generate company password hash
rubidium42
2021-05-16
Codechange: [Network] Let NetworkClientInfo use std::string
rubidium42
2021-05-16
Codechange: [Network] Use std::string to populate the client list for company...
rubidium42
2021-05-16
Codechange: [Network] Let NetworkCompanyInfo use std::string
rubidium42
2021-05-15
Codechange: [Network] Let chat communication use std::string
rubidium42
2021-05-15
Codechange: Use std::string GetString where convenient
rubidium42
2021-05-15
Codechange: [Network] Let NetworkTextMessage use std::string
rubidium42
2021-05-15
Change: Use gender-neutral pronouns
rubidium42
2021-05-15
Fix: comparison of narrow type to wide type in loop (potential for infinite l...
Rubidium
2021-05-15
Fix: [Network] Check on CIDR for netmask check considered everything valid
Rubidium
2021-05-14
Codechange: [Network] Pass passwords as std::string to the network code
rubidium42
2021-05-14
Codechange: [Network] Use std::string for the internal handling of admin/rcon...
rubidium42
2021-05-14
Codechange: [Network] Use std::string for the internal handling of server pas...
rubidium42
2021-05-14
Codechange: [Network] Use std::string for the internal handling of company pa...
rubidium42
2021-05-14
Codechange: [Network] Make company state password std::string
rubidium42
2021-05-13
Codechange: move client name in settings to std::string
rubidium42
2021-05-13
Codechange: move server name/id in settings to std::string
rubidium42
2021-05-13
Codechange: move hostnames in settings to std::string
rubidium42
[next]