summaryrefslogtreecommitdiff
path: root/src/network/network.cpp
AgeCommit message (Expand)Author
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
2008-07-08(svn r13682) -Codechange: -Codechange: remove a now useless variable(dih).belugas
2008-06-09(svn r13433) -Codechange: remove a now useless global variable.rubidium
2008-06-03(svn r13369) -Codechange: remove duplication of network configuration setting...rubidium
2008-05-30(svn r13344) -Codechange: remove some code duplication.rubidium
2008-05-30(svn r13343) -Codechange: reorder/move variable/functions in the network head...rubidium
2008-05-29(svn r13334) -Codechange: move the network settings variables from network/ne...rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-24(svn r13229) -Codechange: replace some global variables that are only initial...rubidium
2008-05-24(svn r13228) -Codechange: split console.h.rubidium
2008-05-07(svn r12986) -Codechange: move the landscape and transport related types from...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-04(svn r12944) -Codechange: use rev.h instead of externs at many placessmatz
2008-04-18(svn r12765) -Codechange: move some stuff out of variables.h that required in...rubidium
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-01-29(svn r12017) -Fix: when you have more than 9 network interfaces you'll enter ...rubidium
2008-01-29(svn r12004) -Codechange: refactor the random functions to reduce code duplic...rubidium
2008-01-13(svn r11840) -Codechange: split network.h so not everything in there needs to...rubidium
2008-01-13(svn r11834) -Codechange: only include settings_type.h if needed.rubidium
2008-01-13(svn r11829) -Feature: allow reloading openttd.cfg when starting a new game o...rubidium