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-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
2019-02-16
Fix: colour of network specific strings in company dropdown menus
glx
2019-02-12
Fix: Do not mangle tagged revision strings for network revision strings
Niels Martin Hansen
2019-02-12
Fix: CompanyEconomy documentation
Thomas den Hollander
2019-02-06
Fix fdc2e85: Double close of file handles
Niels Martin Hansen
2019-02-04
Add: CompanyCtrlAction enum for CMD_COMPANY_CTRL actions
glx
2019-02-03
Change: Make a shortened network revision string for use in server queries
Niels Martin Hansen
2019-02-03
Change: Increase NETWORK_REVISION_LENGTH to 33 bytes
Niels Martin Hansen
2019-01-28
Add: allow opening of one TextfileWindow per type
glx
2019-01-17
Codechange: Remove unnecessarily defined functions under MinGW
Charles Pigott
2019-01-12
Fix #6780: Some windows didn't get updated from OnTick() (#7048)
PeterN
2018-12-27
Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...
glx
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-06-23
Feature #986: Automatic save when losing connection to a network game
Niels Martin Hansen
2018-04-30
Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation.
J0an Josep
2018-04-30
Fix: Some spelling errors in printed messages
Matthijs Kooijman
2018-04-29
Remove: PSP support
Patric Stout
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2017-03-14
(svn r27794) -Fix [FS#6526]: Chat text background overflowed due to missing p...
peter1138
[next]