Age | Commit message (Expand) | Author |
2006-12-26 | (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debu... | Darkvater |
2006-11-16 | (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/U... | peter1138 |
2006-10-24 | (svn r6932) -Codechange: Send server messages with format NETWORK_ACTION_SERV... | Darkvater |
2006-10-24 | (svn r6931) -Codechange: Change textmessage format a bit. Only the sender's n... | Darkvater |
2006-10-21 | (svn r6884) -Codechange: Add strict bounds checking in string formatting system. | Darkvater |
2006-10-21 | (svn r6878) -Fix r6876 +add network.c, network_client.c | Darkvater |
2006-10-18 | (svn r6820) -Codechange: Some more const correctness, coding style. | Darkvater |
2006-10-17 | (svn r6816) -Codechange: Some coding style, variable localization, const corr... | Darkvater |
2006-10-17 | (svn r6814) -Codechange: For network games ci->client_playas was always p->in... | Darkvater |
2006-10-15 | (svn r6785) -Cleanup: Remove unused _network_playas from NetworkAddServer. Th... | Darkvater |
2006-10-15 | (svn r6783) -Codechange: Allow ParseConnectionString to allow players with mo... | Darkvater |
2006-10-14 | (svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPE... | Darkvater |
2006-10-12 | (svn r6753) -Codechange: Move some function declerations from functions.h int... | Darkvater |
2006-10-12 | (svn r6750) -Codechange: Juggle around some header includes as they're only u... | Darkvater |
2006-10-03 | (svn r6628) - Feature: Add the ability to pause a server if not enough player... | peter1138 |
2006-08-27 | (svn r6170) -Feature: save max_companies/clients/spectators in the config file. | Darkvater |
2006-08-16 | (svn r5928) -Cleanup: remove ConvertIntDate and use ConvertYMDToDate as Conve... | rubidium |
2006-08-15 | (svn r5915) -Cleanup: some variables were named *_date while they were only h... | rubidium |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-17 | (svn r5298) Hide function declarations and remove function stubs which aren't... | tron |
2006-06-17 | (svn r5297) Check the interface flags if IFF_BROADCAST is set before asking f... | tron |
2006-06-17 | (svn r5295) Handle a quirk in the Windows interface detection code and fix a ... | tron |
2006-06-17 | (svn r5293) -Fix: Not all network interfaces are capable of broadcasting. Don... | tron |
2006-06-17 | (svn r5292) -Fix: When using SIOCGIFCONF to detect network interfaces accomod... | tron |
2006-06-10 | (svn r5210) Many small changes which piled up: const, unsigned, variable scop... | tron |
2006-04-22 | (svn r4521) - Fix: be consistent about the size of the player-name in MP. Thi... | Darkvater |
2006-04-03 | (svn r4268) - Delete the network-copy of the Patches struct as it is not need... | Darkvater |
2006-04-03 | (svn r4267) - Fix (r4241): also validate the error number that a client recei... | Darkvater |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2006-01-31 | (svn r3500) - Workaround the inaccurate count of spectators/companies that ca... | Darkvater |
2006-01-29 | (svn r3470) - Fix: plug a memleak in _network_host_list. | Darkvater |
2006-01-25 | (svn r3429) - Feature (Followup): Change the gamelist window to accomodate fo... | Darkvater |
2006-01-25 | (svn r3427) - Feature: Allow seeing and setting the maximum amount of compani... | Darkvater |
2006-01-19 | (svn r3409) - Change the server advertisement interval to use the frame count... | peter1138 |
2006-01-19 | (svn r3407) - Feature: Kick and ban now with IP numbers. | Darkvater |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-08-28 | (svn r2899) -Fix: Several format string vulnerabilities and buffer overflows ... | tron |
2005-07-29 | (svn r2755) Fix: Fix a desync issue with autoreplace | ludde |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-22 | (svn r2673) Include functions.h directly, not globally via openttd.h | tron |
2005-07-21 | (svn r2663) Include variables.h only in these files which need it, not global... | tron |
2005-07-16 | (svn r2590) Fix: [network] Fixed NetworkHandleLocalQueue | ludde |
2005-07-16 | (svn r2589) Fix: [network] Fixed static variable that wasn't initialized. Wou... | ludde |
2005-07-16 | (svn r2588) Codechange: Remove PLAYER_SEED_RANDOM | ludde |
2005-07-15 | (svn r2583) Move OS specific code out of misc.c | ludde |
2005-07-14 | (svn r2564) Fix: Fixed conceptual issue in network_gui.c. AllocateName is not... | ludde |
2005-06-04 | (svn r2405) Simplify a few '? true : false' and '? false : true', especially ... | tron |
2005-05-17 | (svn r2337) -Fix: NetworkUDPRemoveAdvertise wasn't fully correct (which made ... | truelight |
2005-05-02 | (svn r2243) -Fix: Rework of console. Use 'help command|variable' to get help ... | Darkvater |