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
2020-05-21
Codechange: Replace custom linked list for GRF texts with STL vectors and str...
Michael Lutz
2020-05-07
Fix #8117: Memory leak in admin port (#8122)
glx22
2020-04-05
Fix #8060, 5880f14: Restore admin network API compatibility.
frosch
2020-02-23
Codechange: Limit field width to avoid sscanf crash
Quipyowert2
2020-02-08
Fix #7976: Don't kick the client doing the rcon
glx
2020-02-04
Feature #7756: Allow server to supply a reason to kicked/banned clients
Bjarni Thor
2020-01-12
Feature: Auto-restart loads the original resources again
Berbe
2020-01-07
Codechange: Remove std::function from Pool iteration wrapper
Jonathan G Rennison
2019-12-21
Fix: unused variable warnings
glx
2019-12-21
Codechange: Replace FOR_ALL_TOWNS with range-based for loops
glx
2019-12-21
Codechange: Replace vehicle related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace network related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace station related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_COMPANIES with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-10-07
Fix: [Cygwin] Fix missing AI_ADDRCONFIG declaration
Joe Stringer
2019-09-30
Fix: clang and MSVC warnings (glx)
Charles Pigott
2019-09-30
Fix: GCC9's warnings about deprecated implicit assignment operators
Charles Pigott
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-05-04
Codechange: replace grow() usage in ClientNetworkContentSocketHandler::OnRece...
glx
2019-04-29
Codechange: Remove Company/OwnerByte types
Charles Pigott
2019-04-27
Fix #7165: Missed another 'Append() --> push_back()' replacement (#7548)
PeterN
2019-04-25
Fix dcb2571: Missing override keywords
Niels Martin Hansen
2019-04-24
Fix: Also breaking for warning text in set company password
Niels Martin Hansen
2019-04-24
Add: Warn players that company passwords are not truly secure
Niels Martin Hansen
2019-04-18
Codechange: use std::vector for _language_dropdown
glx
2019-04-13
Codechange: use std::sort() in GUIList
glx
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-09
Fix: Crash due to use of invalid iterator in ClientNetworkContentSocketHandler
Jonathan G Rennison
2019-04-09
Remove: AutoFreeSmallVector.
Michael Lutz
2019-04-09
Codechange: If something is a vector of strings, use a vector of strings inst...
Michael Lutz
2019-04-06
Codechange: Use platform independent C++11 function for sleeping on a thread.
Michael Lutz
2019-04-06
Codechange: Use atomic variables for thread synchronization where useful.
Michael Lutz
2019-04-06
Codechange: Replace custom thread code with C++11 thread objects.
Michael Lutz
2019-04-06
Codechange: Replace custom mutex code with C++11 mutex'es.
Michael Lutz
2019-04-05
Fix #7439: don't overwrite CompanyRemoveReason with ClientID (#7465)
glx22
2019-03-29
Fix #7434: Incorrect use of vector iterator. (#7437)
PeterN
2019-03-28
Fix: MSVC warnings (#7423)
glx22
2019-03-26
Fix #7165: Missed 'Append() --> push_back()' replacement
stormcone
2019-03-26
Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|D...
Henry Wilson
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Include() with include()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Find() with std::find()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Erase() with std::vector::erase()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Get() const with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Contains() with std::find() pattern
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Find() const with suitable alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Find() non-const with std::find()
Henry Wilson
[next]