summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2009-01-03(svn r14816) -Fix: signed/unsigned warnings (MSVC)glx
2009-01-03(svn r14804) -Codechange: unify opening the OSK (Zuu)rubidium
2008-12-29(svn r14772) -Codechange: make the "dump log of game to reproduce" desync deb...rubidium
2008-12-29(svn r14771) -Fix (r14764): resolving of error types to error messages kinda ...rubidium
2008-12-29(svn r14770) -Fix: gracefully handle an invalid packet instead of asserting.rubidium
2008-12-29(svn r14766) -Fix (r14730ish): remove unused typedef.rubidium
2008-12-29(svn r14764) -Codechange: make the '***' chat messages like "Game paused (not...rubidium
2008-12-28(svn r14760) -Fix (rlongago): network connection of clients being closed twic...rubidium
2008-12-28(svn r14759) -Fix (r14730): tab completion causing out-of-bounds read.rubidium
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-12-24(svn r14735) -Codechange: remove a bit of bit-waste in the map array (without...rubidium
2008-12-24(svn r14733) -Fix (r14730): creating new companies didn't always work as expe...rubidium
2008-12-23(svn r14731) -Fix: don't initialise UDP multiple times without closing it.rubidium
2008-12-23(svn r14730) -Codechange: remove the need for networkclientsockets and networ...rubidium
2008-12-23(svn r14728) -Fix [FS#2470]: don't select anything when opening the client list.rubidium
2008-12-23(svn r14727) -Codechange: replace some magic numbers with a constant.rubidium
2008-12-23(svn r14726) -Fix (r14720): making new companies in network kinda failed...rubidium
2008-12-23(svn r14725) -Change: make it clearer why (and that) MAX_CLIENTS isn't the am...rubidium
2008-12-23(svn r14724) -Codechange: move some NetworkClientSocket related function/defi...rubidium
2008-12-23(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #inc...rubidium
2008-12-23(svn r14722) -Codechange: s/DEREF_CLIENT/GetNetworkClientSocket/rubidium
2008-12-23(svn r14721) -Codechange: s/NetworkTCPSocketHandler/NetworkClientSocket/ as i...rubidium
2008-12-23(svn r14720) -Codechange: s/FOR_ALL_CLIENTS/FOR_ALL_CLIENT_SOCKETS/ as the la...rubidium
2008-12-23(svn r14719) -Codechange: replace DEREF_CLIENT with an instance function and ...rubidium
2008-12-22(svn r14718) -Change: remove some direct network core variable accesses from ...rubidium
2008-12-22(svn r14717) -Change: more 'Index' -> ClientID to not confuse ClientID and Cl...rubidium
2008-12-22(svn r14716) -Codechange: move more network core querying to the network files.rubidium
2008-12-22(svn r14715) -Codechange: move some network code from the main gui file into ...rubidium
2008-12-22(svn r14714) -Codechange: only allocate the company network "state" variables...rubidium
2008-12-22(svn r14712) -Codechange: split server and client side w.r.t. the storage of ...rubidium
2008-12-22(svn r14711) -Codechange: don't misuse the _network_company_info password fie...rubidium
2008-12-22(svn r14710) -Change: simplify sending company information from the server to...rubidium
2008-12-22(svn r14709) -Codechange: make a clearer distinction between 'unique' client ...rubidium
2008-12-16(svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map s...rubidium
2008-12-13(svn r14671) -Fix: compilation was broken for some systemssmatz
2008-11-17(svn r14588) -Fix [FS#2414]: the range for kicking/banning clients is based o...rubidium
2008-11-04(svn r14564) -Fix (r14555): one more incorrect use of lastof()smatz
2008-11-03(svn r14560) -Fix [FS#2396](r14555): lengthof() can't be simply replaced by l...smatz
2008-11-02(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an...skidd13
2008-10-28(svn r14542) -Codechange: replace some sprintf with s[en]printf to make sure ...rubidium
2008-10-25(svn r14534) -Codechange [FS#2382]: Enumify magic return values of HandleEdit...glx
2008-10-25(svn r14531) -Fix (r12425): OSK accessed wrong widgets of password query window.frosch
2008-10-22(svn r14517) -Feature: arrow key scrolling in the server list (Roujin)rubidium
2008-10-22(svn r14514) -Codechange: use 'size' instead of 'length' for querystring and ...smatz
2008-10-18(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was brokensmatz
2008-10-14(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names...rubidium
2008-09-30(svn r14423) -Codechange: also do r14221 for the strings.rubidium
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium