summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
2011-06-04(svn r22536) -Fix [FS#4632]: documentation omission regarding admin protocolrubidium
2011-05-06(svn r22431) -Fix (r22399): NETWORK_RECV_STATUS_MALFORMED_PACKET != false.michi_cc
2011-05-06(svn r22429) -Add: some constants for specific palette colours used in the GUI.frosch
2011-05-05(svn r22424) -Document: some more bitsrubidium
2011-05-04(svn r22423) -Document: some network stuffrubidium
2011-05-04(svn r22421) -Fix: Replace various references to Windows palette greyscale in...frosch
2011-05-02(svn r22410) -Document: some more bits ;)rubidium
2011-05-01(svn r22403) -Document: some more network/core coderubidium
2011-05-01(svn r22401) -Codechange: replace some defines in the udp code so doxygen can...rubidium
2011-05-01(svn r22400) -Codechange: replace some defines in the tcp/game code so doxyge...rubidium
2011-05-01(svn r22399) -Codechange: replace some defines in the tcp/content code so dox...rubidium
2011-05-01(svn r22398) -Codechange: remove some defines from the tcp/admin code, so dox...rubidium
2011-04-30(svn r22387) -Fix-ish [FS#4601]: Windows' recv seems to return "graceful clos...rubidium
2011-04-30(svn r22384) -Fix [FS#4585]: No client error packet was sent to the admin botsrubidium
2011-04-22(svn r22372) -Fix (r22364) [FS#4598]: segmentation fault when trying to get t...rubidium
2011-04-22(svn r22370) -Codechange/fix: keep better accounting of the order in which cl...rubidium
2011-04-22(svn r22369) -Codechange: allocate ClientInfo when needed, i.e. don't allocat...rubidium
2011-04-22(svn r22368) -Codechange: move the IP address field from the ClientInfo to Cl...rubidium
2011-04-22(svn r22367) -Codechange: send ClientSockets instead of ClientInfos to the ad...rubidium
2011-04-22(svn r22366) -Codechange: make GetClientIP a function of the server's ClientS...rubidium
2011-04-22(svn r22365) -Codechange: add overload of NetworkServerKickOrBanIP using the ...rubidium
2011-04-22(svn r22364) -Codechange: don't show the (unknown) client address in the clie...rubidium
2011-04-22(svn r22363) -Codechange: NetworkFindClientStateFromClientID -> NetworkClient...rubidium
2011-04-22(svn r22362) -Codechange: NetworkFindClientInfoFromClientID -> NetworkClientI...rubidium
2011-04-22(svn r22361) -Codechange: delete the client list popup when the client got re...rubidium
2011-04-22(svn r22360) -Codechange: use globally unique client id to mark the selected ...rubidium
2011-04-22(svn r22359) -Codechange: pass client info pointers instead of the position t...rubidium
2011-04-22(svn r22358) -Codechange: WC_TOOLBAR_MENU isn't the right name when its only ...rubidium
2011-04-22(svn r22357) -Fix (r22345): crash when opening the chat box or company passwo...smatz
2011-04-17(svn r22343) -Change: Remove pixel limiter for query strings.terkhen
2011-04-17(svn r22335) -Cleanup (r22308): remove superfluous tabssmatz
2011-04-09(svn r22308) -Fix [FS#4574]: waiting on a server could kick the client, or ra...rubidium
2011-03-13(svn r22248) -Codechange: Make OnInvalidateData() process 'delete this;' alre...frosch
2011-03-13(svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope.frosch
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidate...frosch
2011-03-06(svn r22208) -Fix [FS#4543]: When downloading a file via HTTP failed mid-way ...rubidium
2011-03-03(svn r22162) -Fix [FS#4533]: No update of NewGRF window when unknown GRF name...yexo
2011-02-27(svn r22154) -Fix [FS#4529]: _current_company was modified when moving a clie...terkhen
2011-02-25(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)'alberth
2011-02-20(svn r22123) -Fix [FS#4522]: CommandQueue::Pop() did not update 'last'; poppi...frosch
2011-02-20(svn r22121) -Fix: In case of high frame_freq one could get commands executed...rubidium
2011-02-19(svn r22116) -Codechange: use PoolBase::Clean() at more placessmatz
2011-02-17(svn r22093) -Fix [FS#4514]: The server list did not get sorted with one item...rubidium
2011-02-17(svn r22092) -Fix-ish (r22068): when you change a boolean to a enum, check sp...rubidium
2011-02-15(svn r22086) -Fix: do not check if we can allocate an item if we won't try to...smatz
2011-02-15(svn r22085) -Fix: assert when connecting to the admin portsmatz
2011-02-12(svn r22070) -Fix [FS#4503] (r21399): crashes when disconnecting after reques...rubidium
2011-02-12(svn r22069) -Fix: delete all savegame packets, not just the first onerubidium
2011-02-12(svn r22068) -Codechange/Fix: return "connection lost" instead of "okay" when...rubidium
2011-02-12(svn r22067) -Fix: don't hold a mutex when sending packets and thus possibly ...rubidium