summaryrefslogtreecommitdiff
path: root/src/network/network_client.cpp
AgeCommit message (Expand)Author
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
2011-01-01(svn r21691) -Codechange: make sure GenerateCompanyPasswordHash() behaves det...smatz
2011-01-01(svn r21687) -Fix: verify the colour code we received from the server is validsmatz
2010-12-05(svn r21401) -Fix: ofcourse MSVC x64 has something to complain about...rubidium
2010-12-05(svn r21400) -Fix [FS#4284]: when loading a savegame takes more than 2 second...rubidium
2010-12-05(svn r21397) -Change/Feature-ish: when getting a savegame from the server, ju...rubidium
2010-12-05(svn r21396) -Codechange: rename SafeSaveOrLoad to SaveLoad (it only did load...rubidium
2010-12-05(svn r21392) -Change: prepare the network protocol for getting the file size ...rubidium
2010-11-30(svn r21361) -Change: make sure the client is listening, or rather receiving,...rubidium
2010-11-30(svn r21358) -Codechange: make some network function names conform to coding ...rubidium
2010-11-26(svn r21334) -Fix [FS#4271]: make (more) sure that the savegame and transferr...rubidium
2010-11-19(svn r21256) -Fix [FS#4189]: Clients weren't always notified when the connect...rubidium
2010-10-24(svn r21033) -Codechange: be more strict with the packets a client accepts at...rubidium
2010-10-24(svn r21029) -Codechange: split the map downloading packet + 3-state enum int...rubidium
2010-10-24(svn r21027) -Change/Fix: under some circumstances the file handle of the dow...rubidium
2010-10-22(svn r21008) -Change: don't make client reconnect waiting time depend on the ...rubidium
2010-10-18(svn r20993) -Codechange: some shuffling of game protocol packet description ...rubidium
2010-10-17(svn r20957) -Codechange: Add another parameter to FindGRFConfig() to define ...frosch
2010-10-15(svn r20933) -Codechange: move some more client related methods and such to n...rubidium
2010-10-15(svn r20929) -Codechange: make NetworkCloseClient a class methodrubidium
2010-10-15(svn r20925) -Codechange: make the client send commands have a slightly more ...rubidium
2010-10-15(svn r20924) -Codechange: make the game connection packet handling look more ...rubidium
2010-10-15(svn r20923) -Codechange: prepare creating sub-classes of NetworkClientSocket...rubidium
2010-08-19(svn r20553) -Feature: allow rate limiting of incoming commandsrubidium
2010-08-18(svn r20549) -Codechange: centralise the handling of the incoming commands (f...rubidium
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-29(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).terkhen
2010-06-19(svn r19996) -Codechange: Add NetworkVehicleType enum.rubidium
2010-05-13(svn r19809) -Codechange: make some unnamed network related enums/defines sta...rubidium
2010-04-20(svn r19680) -Fix [FS#3775] (r19648): when joining a MP game all clients with...rubidium
2010-04-17(svn r19651) -Fix [FS#3745]: when a company is sold, move connected clients t...smatz
2010-04-17(svn r19648) -Fix [FS#3760]: a client would not be properly moved when moved ...rubidium
2010-04-11(svn r19607) -Codechange: use different packet types instead of packet subtypessmatz