summaryrefslogtreecommitdiff
path: root/src/network/network.cpp
AgeCommit message (Expand)Author
2009-03-19(svn r15773) -Fix [FS#2475]: number of active clients wasn't always properlyrubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-08(svn r15644) -Fix [FS#2710]: closing a network connection twice in the case t...rubidium
2009-03-07(svn r15640) -Fix [FS#2712]: game crashes when network pools are empty, so al...smatz
2009-02-25(svn r15577) -Codechange: bool _networking belongs in network/ not gfx.cpprubidium
2009-02-20(svn r15529) -Fix [FS#2644]: the local command queue didn't get properly clea...rubidium
2009-02-09(svn r15425) -Codechange: some color->colour changes and type safety.rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-23(svn r15242) -Feature: allow moving clients between companies/spectators by t...rubidium
2009-01-21(svn r15194) -Fix: Don't count dedicated server as a spectatorpeter1138
2009-01-20(svn r15176) -Fix [FS#2554]: querying the content server could free when reso...rubidium
2009-01-20(svn r15163) -Change/Fix: use a non-blocking method to resolve the hostname a...rubidium
2009-01-20(svn r15160) -Fix (r15157): port != IPglx
2009-01-20(svn r15157) -Codechange: wrap the hostname/ip and port into a single structu...rubidium
2009-01-19(svn r15155) -Codechange: remove unused return valuerubidium
2009-01-17(svn r15126) -Feature: downloading content from a central server (content.ope...rubidium
2009-01-15(svn r15094) -Feature: Add support for IP range bans using CIDR notation.peter1138
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-09(svn r14944) -Cleanup: add spaces around some operatorsrubidium
2009-01-09(svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with ...rubidium
2009-01-08(svn r14910) -Codechange: merge the command queue handling into a single loca...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 r14764) -Codechange: make the '***' chat messages like "Game paused (not...rubidium
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...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 r14725) -Change: make it clearer why (and that) MAX_CLIENTS isn't the am...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 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 r14709) -Codechange: make a clearer distinction between 'unique' client ...rubidium
2008-11-02(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an...skidd13
2008-10-18(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was brokensmatz
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
2008-08-31(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h...rubidium
2008-08-13(svn r14063) -Codechange: replace some "magic" constants with enumified const...rubidium
2008-08-11(svn r14047) -Codechange: move chatmessage handling to the network directory ...rubidium
2008-08-04(svn r13988) -Codechange: move the to IP resolving functions to a separate file.rubidium
2008-07-18(svn r13731) -Codechange: make a pool of the array of players.rubidium
2008-07-17(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit...rubidium
2008-07-17(svn r13712) -Fix: enforce the length restrictions of company and president n...rubidium