network_server.c
Wed, 22 Mar 2006 11:17:21 +0000 celestar (svn r4015) -Backport from trunk: Default the patch-setting 'pause_on_join' to true. 0.4.5
Tue, 26 Dec 2006 18:27:40 +0000 rubidium (svn r7566) -Fix: only send commands to the new client from the map, that is going to be transfered to the new client, is saved on the server and not while waiting for the 'map download slot' as that will add commands for already passed frames in the command queue of the new client.
Tue, 26 Dec 2006 17:36:18 +0000 Darkvater (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to
Thu, 30 Aug 2007 19:42:09 +0000 rubidium (svn r11008) [0.5] -Fix (r11007): CTRL-S (save) and CTRL-Z (undo) shouldn't be pressed simultaniously before committing. 0.5
Thu, 30 Aug 2007 19:21:12 +0000 rubidium (svn r11007) [0.5] -Backport from trunk (r11006) 0.5
Fri, 22 Jun 2007 20:04:18 +0000 rubidium (svn r10275) [0.5] -Backport from trunk (r10048, r10068, r10075, r10082, r10085, r10087): 0.5
Tue, 15 May 2007 21:24:18 +0000 rubidium (svn r9849) [0.5] -Backport from trunk (r9693, r9694, r9697, r9718, r9719, r9725 and 9726): 0.5
Mon, 19 Mar 2007 19:34:44 +0000 rubidium (svn r9344) [0.5] -Backport from trunk (r9027, r9038, r9061, r9071): 0.5
Wed, 31 Jan 2007 12:39:41 +0000 rubidium (svn r8489) [0.5] -Backport from trunk (8459, 8461): check for NewGRF compatability before actually downloading the map from a game server when connecting from the command prompt and internal console. 0.5
Wed, 17 Jan 2007 23:39:13 +0000 Darkvater (svn r8222) [0.5] -Backport from trunk (lang, r8171, r8186, r8218): 0.5
Sat, 30 Dec 2006 23:20:00 +0000 Darkvater (svn r7671) -Backport from trunk (r7560, r7561, r7566): 0.5
Sat, 09 Dec 2006 10:56:12 +0000 Darkvater (svn r7449) -Codechange: Rename _path to _paths as it is technically more correct, but mainly because
Tue, 28 Nov 2006 20:55:16 +0000 Darkvater (svn r7280) -Codechange: Replace some sprintf() functions with the safer snprintf() functions
Mon, 06 Nov 2006 00:12:55 +0000 Darkvater (svn r7076) -Codechange: Prefer includes instead of using extern. Move UpdateNetworkGameWindow
Tue, 24 Oct 2006 22:26:20 +0000 Darkvater (svn r6933) -Feature: Allow spectators to speak to eachother (team)
Tue, 24 Oct 2006 22:23:08 +0000 Darkvater (svn r6932) -Codechange: Send server messages with format NETWORK_ACTION_SERVER_MESSAGE so it is
Sat, 21 Oct 2006 23:31:34 +0000 Darkvater (svn r6884) -Codechange: Add strict bounds checking in string formatting system.
Sat, 21 Oct 2006 22:29:14 +0000 Darkvater (svn r6876) -Codechange: Change the naming of _PLAYER in DESTTYPE_PLAYER/NETWORK_ACTION_CHAT_PLAYER
Tue, 17 Oct 2006 23:34:12 +0000 Darkvater (svn r6816) -Codechange: Some coding style, variable localization, const correctness.
Tue, 17 Oct 2006 22:16:46 +0000 Darkvater (svn r6814) -Codechange: For network games ci->client_playas was always p->index + 1. To
Sun, 15 Oct 2006 23:48:34 +0000 Darkvater (svn r6787) -Codechange: Use PLAYER_NEW_COMPANY as a player identifier wishing to become a
Sun, 15 Oct 2006 23:42:18 +0000 Darkvater (svn r6786) -Codechange: To join a new company CMD_PLAYER_CTRL is executed with so far a
Sat, 14 Oct 2006 22:31:18 +0000 Darkvater (svn r6776) -Codechange: Use IsValidPlayer() function to determine of a PlayerID is an
Sat, 14 Oct 2006 15:49:43 +0000 Darkvater (svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPECTATOR and
Thu, 12 Oct 2006 14:13:39 +0000 Darkvater (svn r6750) -Codechange: Juggle around some header includes as they're only used when
Tue, 03 Oct 2006 16:25:03 +0000 peter1138 (svn r6629) - Fix (r6628): One check for the number of players got misplaced by patch...
Tue, 03 Oct 2006 16:15:34 +0000 peter1138 (svn r6628) - Feature: Add the ability to pause a server if not enough players are connected. The setting for this is 'min_players' and can be set in the config and via the console. If the number of players drops below this number, the server will pause the game.
Tue, 03 Oct 2006 14:59:05 +0000 peter1138 (svn r6625) - Feature: Add the ability for servers to execute a script just after a client has connected, e.g. for a MOTD, etc.
Mon, 28 Aug 2006 06:21:48 +0000 tron (svn r6183) Move GetDrawStringPlayerColor() out of gfx.[ch]
Sun, 20 Aug 2006 19:05:28 +0000 rubidium (svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.
Sun, 20 Aug 2006 18:40:57 +0000 rubidium (svn r5999) -Feature: change the original date format to a 32 bits format based at the year 0.
Sun, 20 Aug 2006 12:09:32 +0000 truelight (svn r5974) -Codechange: added casts all around the place to make Windows 64bit happy (michi_cc)
Sat, 19 Aug 2006 10:00:30 +0000 truelight (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
Wed, 16 Aug 2006 11:39:55 +0000 rubidium (svn r5926) -Codechange: make _cur_year contain the full year, instead of the offset since 1920
Tue, 15 Aug 2006 15:18:03 +0000 rubidium (svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_YEAR when comparing _cur_year with a 'full' year.
Tue, 15 Aug 2006 14:52:17 +0000 rubidium (svn r5915) -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this.
Mon, 14 Aug 2006 14:21:15 +0000 rubidium (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
Tue, 27 Jun 2006 21:25:53 +0000 tron (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular
Wed, 14 Jun 2006 13:22:30 +0000 tron (svn r5265) Replace a dozen bogus uses of strncmp() by strcmp()
Sat, 22 Apr 2006 09:46:31 +0000 Darkvater (svn r4521) - Fix: be consistent about the size of the player-name in MP. This hopefully fixes a crash on lesser OS's (eg Win98). Use ttd_strlcpy() to just copy over strings and properly terminate them because different implementations of snprintf() behave differently. Courtesy of TrueLight
Mon, 03 Apr 2006 18:31:01 +0000 Darkvater (svn r4267) - Fix (r4241): also validate the error number that a client receives from a server, and encapsulate this functionality into GetNetworkErrorMsg().
Sun, 02 Apr 2006 14:36:51 +0000 tron (svn r4243) Unbreak compilation
Sun, 02 Apr 2006 12:41:01 +0000 peter1138 (svn r4241) - Fix: Perform validation on the error number that a server receives from a client. An invalid value may cause the server to terminate.
Tue, 21 Mar 2006 21:07:50 +0000 Darkvater (svn r3997) - Default the patch-setting 'pause_on_join' to true.
Thu, 02 Mar 2006 02:22:15 +0000 Darkvater (svn r3726) - [6/6] Finalize conversion, finally save the patches struct.
Thu, 02 Mar 2006 00:32:48 +0000 Darkvater (svn r3721) - [3/4] Present the game with a unified structure for the configuration-ini, saveload, console and gui representations of the settings. From part 3 on, OpenTTD is once again compilable.
Wed, 01 Feb 2006 07:36:15 +0000 tron (svn r3511) More whitespace ([FS#46] by Rubidium)
Tue, 31 Jan 2006 22:16:15 +0000 Darkvater (svn r3500) - Workaround the inaccurate count of spectators/companies that can happen in certain border-cases. For now just dynamically get this value when requested so it is always right. To do properly all player/client creation/destruction needs a hook for networking.
Wed, 25 Jan 2006 19:14:50 +0000 Darkvater (svn r3430) - You can of course not join when there are more companies than the maximum set, not the other way around.
Wed, 25 Jan 2006 18:11:06 +0000 Darkvater (svn r3427) - Feature: Allow seeing and setting the maximum amount of companies and spectators for a server. This can be changed/viewed during runtime as well in the console.
Thu, 05 Jan 2006 12:40:50 +0000 tron (svn r3365) Staticise 36 functions
Fri, 18 Nov 2005 23:41:03 +0000 bjarni (svn r3218) -Feature: Multiheaded train engines will now stay in the same train
Wed, 19 Oct 2005 19:38:35 +0000 Darkvater (svn r3067) - Feature: allow unbanning players based on banlist-id (as well as IP).
Sun, 28 Aug 2005 12:24:57 +0000 tron (svn r2899) -Fix: Several format string vulnerabilities and buffer overflows in the network code
Sun, 07 Aug 2005 10:03:14 +0000 tron (svn r2828) Only command.c needs to know about _docommand_recursive, so make it static. Tell me if there's a problem, because i removed it from network_server.c, but afaict it should be ok
Fri, 29 Jul 2005 21:55:49 +0000 ludde (svn r2755) Fix: Fix a desync issue with autoreplace
Tue, 26 Jul 2005 19:34:03 +0000 tron (svn r2720) Remove unused declarations and definitions
Tue, 26 Jul 2005 18:47:04 +0000 tron (svn r2716) Do not use strncat()
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Fri, 22 Jul 2005 07:02:20 +0000 tron (svn r2673) Include functions.h directly, not globally via openttd.h