summaryrefslogtreecommitdiff
path: root/src/network/network.cpp
AgeCommit message (Expand)Author
2021-04-29Codechange: use NetworkAddress instead of two host/port variables where possiblePatric Stout
2021-04-27Change: no longer use UDP when entering the lobby of a serverPatric Stout
2021-04-27Codechange: move all NetworkGameInfo related functions to a single filePatric Stout
2021-04-27Codechange: [Network] Do not leak os_abstraction.h via network_funcrubidium42
2021-04-24Feature: rework in-game Online Players GUIPatric Stout
2021-04-24Add: [Network] Validate the client name server side, so no clients with inval...rubidium42
2021-04-24Feature: [Network] Ensure players fill in a name instead of defaulting to "Pl...rubidium42
2021-04-20Codechange: split ParseConnectionString into two functionsPatric Stout
2021-04-12Change: move some things only relevant to UDP from network.cpp to network_udp...Rubidium
2021-01-05Change: move "give money" from client-list to company windowPatric Stout
2020-12-27Codechange: Replace assert_compile macro with static_assertCharles Pigott
2020-12-22Change: [Linkgraph] Pause the game when linkgraph jobs lag (#6470)Jonathan G Rennison
2020-12-15Add: support for emscripten (play-OpenTTD-in-the-browser)Patric Stout
2020-02-23Codechange: Limit field width to avoid sscanf crashQuipyowert2
2020-02-04Feature #7756: Allow server to supply a reason to kicked/banned clientsBjarni Thor
2019-12-21Fix: unused variable warningsglx
2019-12-21Codechange: Replace network related FOR_ALL with range-based for loopsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-09Codechange: If something is a vector of strings, use a vector of strings inst...Michael Lutz
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-24Codechange: Use override keyword in networking classes.peter1138
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-02-12Fix: Do not mangle tagged revision strings for network revision stringsNiels Martin Hansen
2019-02-03Change: Make a shortened network revision string for use in server queriesNiels Martin Hansen
2015-09-19(svn r27400) -Fix [FS#6368] (r26449): when a dedicated server was paused with...rubidium
2014-09-07(svn r26788) -Add: Desync replay option to skip/replay failed commandsfrosch
2014-09-07(svn r26786) -Fix: Also replay failed commands.frosch
2014-05-11(svn r26577) -Fix [FS#6001]: [Network] Client of non-dedicated server was not...rubidium
2014-04-25(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...rubidium
2014-04-23(svn r26486) -Codechange: replace a number of snprintfs with seprintfrubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-04-08(svn r26449) -Add: Allow more sound sleep for dedicated servers when there's ...planetmaker
2013-11-14(svn r25997) -Codechange: make it slightly more clear what ports are coming f...rubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-01-09(svn r23780) -Fix [FS#4963] (r23764): also name the two new errors server-sid...truebrain
2012-01-04(svn r23751) -Codechange: rename NetworkUDPGameLoop to a more descriptive nam...rubidium
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-12-19(svn r23618) -Add: ScriptGame::Pause, ScriptGame::Unpause, and ScriptGame::Ge...truebrain
2011-12-19(svn r23601) -Fix: fix the conflict in window numbertruebrain
2011-12-10(svn r23476) -Codechange: use the error queue to replace switch mode error st...rubidium
2011-09-15(svn r22934) -Fix [FS#4771]: prevent authentication bypass for the admin port...rubidium
2011-08-13(svn r22738) -Fix [FS#4722] (r21854): Setting company passwords via the GUI o...frosch
2011-07-30(svn r22696) -Fix: don't requery the servers when the server list window isn'...rubidium
2011-05-05(svn r22424) -Document: some more bitsrubidium
2011-05-04(svn r22423) -Document: some network stuffrubidium
2011-04-22(svn r22368) -Codechange: move the IP address field from the ClientInfo to Cl...rubidium
2011-04-22(svn r22363) -Codechange: NetworkFindClientStateFromClientID -> NetworkClient...rubidium