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
/
network_client.cpp
Age
Commit message (
Expand
)
Author
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-29
Codechange: Remove Company/OwnerByte types
Charles Pigott
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-09
Remove: AutoFreeSmallVector.
Michael Lutz
2019-04-06
Codechange: Use platform independent C++11 function for sleeping on a thread.
Michael Lutz
2019-03-26
Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|D...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
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-03
Fix #7280: Save in the right location on desync and server timeout
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
2018-06-23
Feature #986: Automatic save when losing connection to a network game
Niels Martin Hansen
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2016-09-04
(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOp...
alberth
2016-09-04
(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and Detaile...
alberth
2014-10-15
(svn r27020) -Cleanup: some coding style consistency improvements (mostly spa...
rubidium
2014-04-23
(svn r26488) -Codechange: perform the appropriate length checks when getting ...
rubidium
2014-04-23
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-01-17
(svn r23817) -Fix [FS#4962]: desync due to different NewGRF version. So reduc...
rubidium
2012-01-15
(svn r23802) -Fix [FS#4968] (r23601): game lobby gui not updated when new com...
yexo
2012-01-09
(svn r23780) -Fix [FS#4963] (r23764): also name the two new errors server-sid...
truebrain
2012-01-06
(svn r23764) -Fix [FS#4955]: make default timeouts for certain states lower a...
rubidium
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-12-19
(svn r23601) -Fix: fix the conflict in window number
truebrain
2011-12-10
(svn r23476) -Codechange: use the error queue to replace switch mode error st...
rubidium
2011-12-10
(svn r23475) -Codechange: queue critical error messages, so when multiple hap...
rubidium
2011-12-10
(svn r23474) -Codechange: move the declaration error related functions to err...
rubidium
2011-08-21
(svn r22805) -Codechange: move use of magic number for version checking to mo...
rubidium
2011-05-04
(svn r22423) -Document: some network stuff
rubidium
2011-05-01
(svn r22400) -Codechange: replace some defines in the tcp/game code so doxyge...
rubidium
2011-04-30
(svn r22387) -Fix-ish [FS#4601]: Windows' recv seems to return "graceful clos...
rubidium
2011-04-22
(svn r22364) -Codechange: don't show the (unknown) client address in the clie...
rubidium
2011-04-22
(svn r22362) -Codechange: NetworkFindClientInfoFromClientID -> NetworkClientI...
rubidium
2011-04-09
(svn r22308) -Fix [FS#4574]: waiting on a server could kick the client, or ra...
rubidium
2011-02-27
(svn r22154) -Fix [FS#4529]: _current_company was modified when moving a clie...
terkhen
2011-02-11
(svn r22063) -Change: make the "has network" check also check whether the cli...
rubidium
2011-02-08
(svn r22031) -Fix: bad servers could crash a client
rubidium
2011-01-22
(svn r21890) -Cleanup: remove some unneeded includes
rubidium
2011-01-21
(svn r21875) -Codechange: indentation of some comments was wrong
smatz
2011-01-19
(svn r21854) -Codechange: refactor the password setting methods to make it po...
rubidium
2011-01-19
(svn r21852) -Codechange: generalise GenerateCompanyPasswordHash (dihedral)
rubidium
2011-01-19
(svn r21851) -Codechange: rename NetworkClientSetPassword to NetworkClientSet...
rubidium
2011-01-19
(svn r21850) -Codechange: move password hashing to a more general location (d...
rubidium
2011-01-03
(svn r21701) -Codechange: ConsoleColour = TextColour, so make it that way and...
rubidium
2011-01-01
(svn r21693) -Codechange: no need to cast char[] to const uint8*
smatz
[next]