summaryrefslogtreecommitdiff
path: root/src/network/network_client.cpp
AgeCommit message (Expand)Author
2019-04-29Codechange: Remove Company/OwnerByte typesCharles Pigott
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-09Remove: AutoFreeSmallVector.Michael Lutz
2019-04-06Codechange: Use platform independent C++11 function for sleeping on a thread.Michael Lutz
2019-03-26Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|D...Henry Wilson
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-03-07Cleanup: Remove repeated network error message on connection timeout. (#7327)SamuXarick
2019-03-03Fix #7280: Save in the right location on desync and server timeoutNiels Martin Hansen
2019-02-04Add: CompanyCtrlAction enum for CMD_COMPANY_CTRL actionsglx
2019-02-03Change: Make a shortened network revision string for use in server queriesNiels Martin Hansen
2018-06-23Feature #986: Automatic save when losing connection to a network gameNiels 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 seprintfrubidium
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 filesrubidium
2011-12-19(svn r23601) -Fix: fix the conflict in window numbertruebrain
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 stuffrubidium
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 clientrubidium
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2011-01-21(svn r21875) -Codechange: indentation of some comments was wrongsmatz
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
2011-01-01(svn r21692) -Cleanup: remove unused extern declaration of HashCurrentCompany...smatz