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
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
2019-03-26
Codechange: Replaced SmallVector::Reset() with std::vector::clear() + shrink_...
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Compact() with std::vector::shrink_to_fit()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2019-03-24
Codechange: Use override keyword in networking classes.
peter1138
2019-03-24
Codechange: Use override specifier in Window-derived classes.
peter1138
2019-03-24
Codechange: Use override specifer for overriding member declarations
Henry Wilson
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-03-07
Cleanup: Remove repeated network error message on connection timeout. (#7327)
SamuXarick
2019-03-05
Fix: warnings when compiling for a recent version of Haiku
Patric Stout
2019-03-05
Remove: BeOS support (deprecated by Haiku)
Patric Stout
2019-03-05
Remove: MorphOS / AmigaOS support
Patric Stout
2019-03-03
Fix #7280: Save in the right location on desync and server timeout
Niels Martin Hansen
[prev]
[next]