summaryrefslogtreecommitdiff
path: root/network_server.c
AgeCommit message (Expand)Author
2006-10-24(svn r6933) -Feature: Allow spectators to speak to eachother (team)Darkvater
2006-10-24(svn r6932) -Codechange: Send server messages with format NETWORK_ACTION_SERV...Darkvater
2006-10-21(svn r6884) -Codechange: Add strict bounds checking in string formatting system.Darkvater
2006-10-21(svn r6876) -Codechange: Change the naming of _PLAYER in DESTTYPE_PLAYER/NETW...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 r6787) -Codechange: Use PLAYER_NEW_COMPANY as a player identifier wishin...Darkvater
2006-10-15(svn r6786) -Codechange: To join a new company CMD_PLAYER_CTRL is executed wi...Darkvater
2006-10-14(svn r6776) -Codechange: Use IsValidPlayer() function to determine of a Playe...Darkvater
2006-10-14(svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPE...Darkvater
2006-10-12(svn r6750) -Codechange: Juggle around some header includes as they're only u...Darkvater
2006-10-03(svn r6629) - Fix (r6628): One check for the number of players got misplaced ...peter1138
2006-10-03(svn r6628) - Feature: Add the ability to pause a server if not enough player...peter1138
2006-10-03(svn r6625) - Feature: Add the ability for servers to execute a script just a...peter1138
2006-08-28(svn r6183) Move GetDrawStringPlayerColor() out of gfx.[ch]tron
2006-08-20(svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.rubidium
2006-08-20(svn r5999) -Feature: change the original date format to a 32 bits format bas...rubidium
2006-08-20(svn r5974) -Codechange: added casts all around the place to make Windows 64b...truelight
2006-08-19(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:truelight
2006-08-16(svn r5926) -Codechange: make _cur_year contain the full year, instead of the...rubidium
2006-08-15(svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_...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 spectaculartron
2006-06-14(svn r5265) Replace a dozen bogus uses of strncmp() by strcmp()tron
2006-04-22(svn r4521) - Fix: be consistent about the size of the player-name in MP. Thi...Darkvater
2006-04-03(svn r4267) - Fix (r4241): also validate the error number that a client recei...Darkvater
2006-04-02(svn r4243) Unbreak compilationtron
2006-04-02(svn r4241) - Fix: Perform validation on the error number that a server recei...peter1138
2006-03-21(svn r3997) - Default the patch-setting 'pause_on_join' to true.Darkvater
2006-03-02(svn r3726) - [6/6] Finalize conversion, finally save the patches struct.Darkvater
2006-03-02(svn r3721) - [3/4] Present the game with a unified structure for the configu...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-25(svn r3430) - You can of course not join when there are more companies than t...Darkvater
2006-01-25(svn r3427) - Feature: Allow seeing and setting the maximum amount of compani...Darkvater
2006-01-05(svn r3365) Staticise 36 functionstron
2005-11-18(svn r3218) -Feature: Multiheaded train engines will now stay in the same trainbjarni
2005-10-19(svn r3067) - Feature: allow unbanning players based on banlist-id (as well a...Darkvater
2005-08-28(svn r2899) -Fix: Several format string vulnerabilities and buffer overflows ...tron
2005-08-07(svn r2828) Only command.c needs to know about _docommand_recursive, so make ...tron
2005-07-29(svn r2755) Fix: Fix a desync issue with autoreplaceludde
2005-07-26(svn r2720) Remove unused declarations and definitionstron
2005-07-26(svn r2716) Do not use strncat()tron
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-22(svn r2672) Move saving/loading related declarations to saveload.htron
2005-07-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-16(svn r2591) Codechange: [network] Cleanup NetworkHandleCommandQueueludde
2005-07-16(svn r2589) Fix: [network] Fixed static variable that wasn't initialized. Wou...ludde