summaryrefslogtreecommitdiff
path: root/src/network/network_udp.cpp
AgeCommit message (Expand)Author
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 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-08(svn r13008) -Fix [FS#1997]: silence some MSVC x64 warningsglx
2008-05-06(svn r12968) -Fix: Don't segfault when adding a server if 0.0.0.0 was entered...maedhros
2008-04-18(svn r12762) -Fix: tabs after the first non-tab character are generally not o...rubidium
2008-04-04(svn r12574) -Fix: binding to a specific IP could cause OpenTTD to not regist...rubidium
2008-01-13(svn r11834) -Codechange: only include settings_type.h if needed.rubidium
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium
2007-12-26(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...rubidium
2007-12-25(svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.rubidium
2007-11-20(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...skidd13
2007-07-30(svn r10736) -Fix: Correct all mispellings of 'successful'.peter1138
2007-07-26(svn r10694) -Codechange: update the server information in the game list ever...rubidium
2007-06-27(svn r10352) -Fix: the network did not request the newgrf names of newgrfs th...rubidium
2007-06-24(svn r10313) -Fix (r8546): value for password "protected" was sent toggled fo...rubidium
2007-06-23(svn r10298) -Fix [FS#903]: show the subdirectory below the default data dire...rubidium
2007-04-18(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab...rubidium
2007-04-04(svn r9560) -Codechange: add support for multiple 'base' directories for newg...rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-06(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states t...maedhros
2007-03-01(svn r8949) -Codechange: only test the first NETWORK_REVISION_LENGTH - 1 char...rubidium
2007-02-23(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (t...celestar
2007-02-02(svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive b...rubidium
2007-02-02(svn r8543) -Codechange: make a real difference between querying the server v...rubidium
2007-02-01(svn r8523) -Codechange: move all the Network(Recv|Send)_(uintXX|string) func...rubidium
2007-02-01(svn r8521) -Codechange: initial step in converting Packet to a class; make a...rubidium
2007-01-28(svn r8437) -Codechange: move often duplicated (in MSU) define to the udp hea...rubidium
2007-01-22(svn r8361) -Codechange: make sure the range of the dates coming from the net...rubidium
2007-01-13(svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). ...tron
2007-01-12(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ...rubidium
2007-01-12(svn r8078) -Codechange: rewrite UDP part of the network code to make use cla...rubidium
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr