summaryrefslogtreecommitdiff
path: root/src/network/network_client.cpp
AgeCommit message (Expand)Author
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
2010-02-27(svn r19283) -Fix (r19256): GRFConfig is not zeroed for non-dynamic construct...frosch
2010-02-25(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of s...yexo
2010-02-14(svn r19132) -Codechange: No need to end a line with ;;.alberth
2010-02-10(svn r19075) -Codechange: unhackify NetworkChangeCompanyPassword()smatz
2010-02-09(svn r19072) -Fix [FS#3599]: possible read/write after free when the client t...rubidium
2010-01-21(svn r18875) -Codechange: remove some unneeded bits from the network protocol...rubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-14(svn r18804) -Codechange: guard against binaries claiming to be compatible wi...rubidium
2010-01-11(svn r18784) -Codechange: make NetworkSend_Command accept a company instead o...rubidium
2010-01-11(svn r18782) -Codechange: move the content of callback_table.cpp to network_c...rubidium
2009-11-28(svn r18330) -Cleanup: remove some unneeded includesrubidium
2009-10-09(svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Ini...smatz
2009-10-07(svn r17742) -Codechange: remove unused variable from Recv_Packetrubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...frosch
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-21(svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdpart...rubidium
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-06-10(svn r16555) -Feature [FS#570]: ability to enter server and company password ...smatz
2009-05-22(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetAct...smatz
2009-05-19(svn r16360) -Codechange: don't use _network_playas as a 'second' _local_comp...rubidium
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-04-26(svn r16175) -Fix: Disable the join button in the multiplayer lobby for AI co...yexo
2009-04-07(svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directlyrubidium
2009-04-04(svn r15947) -Codechange: replace uint32 client_ip with NetworkAddress client...rubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-02-25(svn r15575) -Codechange: Rename GameModes to GameMode and store _game_mode a...yexo