console_cmds.c
Sat, 18 Mar 2006 15:25:25 +0000 Darkvater (svn r3955) - Fix: validate the setting of max_companies/spectators through the console. Backport of r3591, r3593 from trunk 0.4.5
Wed, 03 Jan 2007 08:32:17 +0000 celestar (svn r7789) [cbh] - Sync with r7720:7758 from trunk custombridgeheads
Fri, 22 Jun 2007 20:06:59 +0000 rubidium (svn r10277) [0.5] -Backport from trunk (10116, r10128, r10130, r10131, r10137, r10138): 0.5
Wed, 16 May 2007 21:33:07 +0000 rubidium (svn r9858) [0.5] -Backport from trunk (r9771, r9856): 0.5
Tue, 10 Apr 2007 09:57:35 +0000 truelight (svn r9584) [0.5] -Backport frmo trunk (r9542, r9565, r9573): 0.5
Mon, 19 Mar 2007 19:34:44 +0000 rubidium (svn r9344) [0.5] -Backport from trunk (r9027, r9038, r9061, r9071): 0.5
Tue, 16 Jan 2007 23:59:03 +0000 Darkvater (svn r8170) -Backport from trunk (r7984, r8118, r8167, r8168): 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
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
Wed, 18 Oct 2006 13:17:46 +0000 Darkvater (svn r6820) -Codechange: Some more const correctness, coding style.
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
Sat, 14 Oct 2006 22:31:18 +0000 Darkvater (svn r6776) -Codechange: Use IsValidPlayer() function to determine of a PlayerID is an
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: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.
Sun, 17 Sep 2006 11:33:19 +0000 Darkvater (svn r6471) -Fix (r6450): ConPatch was moved from network-only, but the function was
Thu, 14 Sep 2006 23:26:58 +0000 Darkvater (svn r6450) -Feature: Make the 'patch' console command available for offline use and for
Sat, 09 Sep 2006 22:15:19 +0000 rubidium (svn r6435) -Fix (FS#340): show an error message when executing 'scrollto x' with x < 0 or >= MapSize() instead of asserting later on.
Tue, 22 Aug 2006 15:33:35 +0000 truelight (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips invalid ones
Sun, 20 Aug 2006 19:05:28 +0000 rubidium (svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.
Sat, 19 Aug 2006 10:00:30 +0000 truelight (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
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.
Tue, 15 Aug 2006 09:03:35 +0000 rubidium (svn r5909) -Fix (r5908): silence signedness warning
Tue, 15 Aug 2006 07:37:01 +0000 Darkvater (svn r5908) - Codechange (r5903): Move the retrieval of the new value of a patch to console_cmds.c, so there is no need for that function in settings.c
Mon, 14 Aug 2006 14:21:15 +0000 rubidium (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
Sat, 05 Aug 2006 00:59:45 +0000 Darkvater (svn r5767) - Cleanup: Improve upon the header file mess regarding fios. Move all relevant types from hal.h into fios.h, eliminate the unneccessary passing of a global variable, and extern variables in header files (declare in fios.c and misc_gui.c
Fri, 28 Jul 2006 21:51:00 +0000 belugas (svn r5626) CodeChange : Remove the global _make_screenshot and implement a more flexible mechanism
Wed, 28 Jun 2006 06:46:15 +0000 tron (svn r5400) Typo in 5391, spotted by peter1138
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()
Wed, 14 Jun 2006 12:30:31 +0000 tron (svn r5264) -Fix: The wrong IP could get unbanned, e.g. 'unban 1.2.3.42' could result in unbanning 1.2.3.4
Tue, 16 May 2006 16:30:40 +0000 glx (svn r4889) - Codechange: added vehicle count in 'players' console command
Mon, 15 May 2006 23:08:04 +0000 glx (svn r4876) - Fix: company value is an int64, so display it correctly in 'players' console command
Sun, 14 May 2006 23:01:11 +0000 glx (svn r4871) - Fixed off-by-one and added company color displaying in 'players' console command.
Thu, 11 May 2006 14:08:03 +0000 celestar (svn r4828) -Feature (FS#150) Add a new console command "players" that lists current players along with basic stats (ledow)
Sun, 23 Apr 2006 22:06:52 +0000 Darkvater (svn r4558) - Fix: 'stopall' was moved to debug, so move the function there as well.
Sat, 22 Apr 2006 08:45:58 +0000 Darkvater (svn r4518) - Fix: specify the 'stopall' console command as a debug command. Mostly because stopped airplanes in mid-air 1. look funny 2. won't ever budge again. (change of r2449)
Mon, 03 Apr 2006 14:25:32 +0000 celestar (svn r4259) -[multistop] Fix/Feature/Codechange:
Sat, 18 Mar 2006 08:00:27 +0000 celestar (svn r3939) -Fix: No longer assume that the number of slots is 2. It was not a problem up to now, but it's not The Right Thing (TM) to do either
Thu, 02 Mar 2006 08:55:12 +0000 celestar (svn r3730) Multistop modifications:
Thu, 02 Mar 2006 02:03:21 +0000 Darkvater (svn r3724) - [5.5/6] heh, the patch part got left out of the previous commit, sorry
Sat, 11 Feb 2006 21:41:49 +0000 peter1138 (svn r3593) Fix typo in r3591
Sat, 11 Feb 2006 14:10:28 +0000 Darkvater (svn r3591) - Fix: validate the setting of max_companies/spectators through the console.
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.
Sun, 29 Jan 2006 18:04:52 +0000 Darkvater (svn r3469) - Fix: plug a possible memleak with subsequential strdup's without freeing the previous value and make it possible to ban offline clients
Wed, 25 Jan 2006 18:40:12 +0000 Darkvater (svn r3428) - Feature: server_info was left out previous commit. Move some commands about a bit for better logical placement
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, 19 Jan 2006 21:29:54 +0000 peter1138 (svn r3411) - Fix: When changing the server password via the console, actually set the password as well as flag whether it is required.
Thu, 19 Jan 2006 16:12:24 +0000 Darkvater (svn r3408) - Ok, compile before you commit; sorry (fix previous commit)
Thu, 19 Jan 2006 15:58:57 +0000 Darkvater (svn r3407) - Feature: Kick and ban now with IP numbers.
Wed, 19 Oct 2005 20:00:05 +0000 Darkvater (svn r3070) - it doesn't matter where the '.' is found for the IP, if it is found, it is not a normal index when unbanning clients ('\0' should of course be NULL); thx Tron
Wed, 19 Oct 2005 19:44:01 +0000 Darkvater (svn r3069) - CodeChange: now that we have the '|' char, use that as a seperator instead of '\' as was originally intention
Wed, 19 Oct 2005 19:41:38 +0000 Darkvater (svn r3068) - Feature: make it possible to create a screenshot from the console that is both big and has no console, or any combination of.
Wed, 19 Oct 2005 19:38:35 +0000 Darkvater (svn r3067) - Feature: allow unbanning players based on banlist-id (as well as IP).
Mon, 26 Sep 2005 08:11:48 +0000 tron (svn r2987) -Fix: restart_game_date is an UINT16, not a BYTE. Now setting the game restart year via the console should work (Debolaz)
Sun, 11 Sep 2005 18:36:22 +0000 Darkvater (svn r2945) Add 'del' alias to rm console command
Sun, 11 Sep 2005 14:57:56 +0000 tron (svn r2941) -Feature: Implement the console command rm to remove savegames
Sun, 28 Aug 2005 12:24:57 +0000 tron (svn r2899) -Fix: Several format string vulnerabilities and buffer overflows in the network code