Age | Commit message (Expand) | Author |
2009-01-10 | (svn r14949) -Cleanup: pointer coding style | rubidium |
2008-12-23 | (svn r14731) -Fix: don't initialise UDP multiple times without closing it. | rubidium |
2008-12-22 | (svn r14712) -Codechange: split server and client side w.r.t. the storage of ... | rubidium |
2008-11-02 | (svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an... | skidd13 |
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-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 r13713) -Fix: possible crash on creating a network packet. | rubidium |
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 warnings | glx |
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 |