console_cmds.c
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
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Fri, 22 Jul 2005 06:31:31 +0000 tron (svn r2672) Move saving/loading related declarations to saveload.h
Sun, 17 Jul 2005 15:58:47 +0000 Darkvater (svn r2609) - Feature: remove extension from savegames/scenarios when browsing the folders.
Fri, 08 Jul 2005 22:25:24 +0000 tron (svn r2535) Tabs
Thu, 30 Jun 2005 12:42:27 +0000 tron (svn r2498) -Fix: [1230241] The console variable autoclean_unprotected was linked to the variable _network_autoclean_protected
Tue, 21 Jun 2005 16:28:17 +0000 celestar (svn r2468) -Codechange: Got rid of DEREF_PLAYER and replaced it by GetPlayer
Thu, 16 Jun 2005 20:54:37 +0000 matthijs (svn r2449) * Added an extra warning to the stopall command, "For debugging only!".
Thu, 16 Jun 2005 00:54:19 +0000 matthijs (svn r2445) * Add: "stopall" console command, which forcibly stops all vehicles (useful for debugging).
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Sat, 28 May 2005 19:05:24 +0000 Darkvater (svn r2375) - CodeChange: add the newly added 'all' of server_ip to it's helptext.
Sat, 28 May 2005 18:47:05 +0000 Darkvater (svn r2374) - CodeChange: giving server_ip a value of 'all' will make the server listen on any interface (0.0.0.0); also fix a typo in one of the script example files: s/ports/interfaces
Sat, 28 May 2005 16:59:51 +0000 Darkvater (svn r2372) - Fix (console): update the example scripts in the scripts/ directory to reflect the new console functionality
Fri, 20 May 2005 17:59:24 +0000 Darkvater (svn r2352) - Feature: add the possibility to print out the current debug-level
Tue, 17 May 2005 16:07:48 +0000 Darkvater (svn r2338) - CodeChange: only call the variable hooks when you set their value not when you query them
Mon, 16 May 2005 13:46:26 +0000 Darkvater (svn r2332) - Feature: Add 'clear' command and CTRL+L to empty the console window
Sun, 15 May 2005 18:43:36 +0000 tron (svn r2323) Remove unused dereferencing