console_cmds.c
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
Sun, 15 May 2005 10:40:53 +0000 Darkvater (svn r2318) - Feature: added console command 'part' to leave a currently running game and 'join' which is an alias to 'connect' to join a multiplayer server.
Sat, 14 May 2005 19:34:59 +0000 Darkvater (svn r2309) - CodeChange: Change all _iconsole_color_whatever into _icolour_wtv (abbreviated). Besides the changed into proper english, yes this commit is pretty useless ;)
Fri, 13 May 2005 17:05:03 +0000 Darkvater (svn r2302) - Fix: when you started a server 'load <file>' did not work prior to doing 'ls'. Fixed by moving the changing of saveload_mode into BuildFileList()
Thu, 12 May 2005 00:18:30 +0000 Darkvater (svn r2298) - CodeChange: removed CmdAbuses: CmdSetTownNameType(), CmdStartNewGame(), CmdCreateScenario(), CmdSetNewLandscapeType() and CmdGenRandomNewGame().
Wed, 11 May 2005 15:30:28 +0000 Darkvater (svn r2292) - Fix (regression): make error message more general for console errors. Dedicated servers are properly filtered out when requesting player-password.
Wed, 04 May 2005 19:09:25 +0000 Darkvater (svn r2266) - Feature: it is now possible to start a dedicated server on Win98/95, for the few sadistic geeks that really want to do this (thanks for testing Hackykid). Also fix up another glitch in console output
Wed, 04 May 2005 10:17:00 +0000 Darkvater (svn r2265) - Fix: some more useful help messages and consistent errors for failed console-cmds. Make command 'clients' only available in network mode
Tue, 03 May 2005 11:48:55 +0000 Darkvater (svn r2259) - Fix (regression): remove a warning and make the help for variables behave the same as for commands
Mon, 02 May 2005 21:56:01 +0000 Darkvater (svn r2254) - Fix: using 'ls' or 'dir' in the console always shows loadable savegames and does not depend on the whim of the currently open saveload dialog
Mon, 02 May 2005 17:05:59 +0000 Darkvater (svn r2247) - Fix (regression): executing scripts now works (remove newline character(s)).
Mon, 02 May 2005 16:00:49 +0000 Darkvater (svn r2244) - Fix: 'scrollto' is not debug only..sorry :)
Mon, 02 May 2005 15:52:19 +0000 Darkvater (svn r2243) -Fix: Rework of console. Use 'help command|variable' to get help about it. You can assign variables with =, ++, --, or just new value. Console parser is now lenient towards typed spaces, and more robust in general (at least readable). Removed the 'set' command, instead implemented all such variables as 'variables'.
Tue, 29 Mar 2005 19:10:13 +0000 truelight (svn r2106) -Fix: improved the network-join algoritm, it is now a bit more stable
Mon, 28 Mar 2005 13:30:51 +0000 darkvater (svn r2100) - Fix: [1024703]: Infinite access for A:\ (win32). Patch [1171208]. Only requery drive(s) if the user changes a directory, also surpress the OS error box that pops up on some windows machines. Tron + glx (and me)
Sun, 27 Mar 2005 12:48:25 +0000 tron (svn r2085) Improve browsing via console:
Fri, 25 Mar 2005 20:20:23 +0000 Darkvater (svn r2071) - Feature: [ 1168743 ] save command for console: "save <filename>" to save a game (pkirchhofer)
Fri, 25 Mar 2005 18:26:49 +0000 Darkvater (svn r2069) - Feature: [ 1168743 ] save command for console (pkirchhofer)
Tue, 22 Feb 2005 13:13:57 +0000 Darkvater (svn r1899) - Fix: fix braindead strcmp from previous commit. /me bangs head into the wall
Tue, 22 Feb 2005 12:27:33 +0000 Darkvater (svn r1897) - Fix: [ 1120424 ] Set name overwrites same name. Renamings because your name is in use are virtual though so if name "b" is in use your name will become "b #1", renaming yourself again to "b" will become "b #2", and will toggle between these two.
Fri, 18 Feb 2005 08:49:04 +0000 tron (svn r1887) Stylistic change of ConExec()
Fri, 18 Feb 2005 08:36:11 +0000 tron (svn r1886) Correctly process the last line of a script, even if it's not newline terminated. Also print an error message if something goes wrong while reading from the script file
Thu, 17 Feb 2005 17:38:17 +0000 tron (svn r1883) -Fix: [1109400] Better test if a string actually contains any console command
Sun, 06 Feb 2005 22:25:27 +0000 tron (svn r1833) byte -> char transition: the rest
Sun, 06 Feb 2005 13:41:02 +0000 tron (svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics
Sat, 05 Feb 2005 15:58:59 +0000 tron (svn r1803) Move debugging stuff into files of it's own
Mon, 24 Jan 2005 21:33:44 +0000 darkvater (svn r1648) -Fix: server can now pause and unpause a game through the console. Use 'pause' and 'unpause'
Mon, 24 Jan 2005 17:49:22 +0000 dominik (svn r1639) Fixed spelling: Wrong command in error for goto_dir
Sun, 23 Jan 2005 23:58:35 +0000 dominik (svn r1631) A couple of fixes for the signed/unsigned warnings. Only train_cmd.c remains to need fixing...
Sat, 22 Jan 2005 22:47:58 +0000 tron (svn r1596) Add some more statics
Sat, 22 Jan 2005 20:23:18 +0000 tron (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
Sat, 22 Jan 2005 18:51:09 +0000 darkvater (svn r1590) -Fix: [1107347] ban 1 crashes dedicated server. Dedicated server cannot ban itself :)
Sun, 16 Jan 2005 18:19:33 +0000 darkvater (svn r1547) -Feature: windows dedicated (if anyone would run that, but ok), is now functioning correctly. There is no other way but to create a new thread, but that's only MS braindeadness
Sat, 15 Jan 2005 20:09:16 +0000 truelight (svn r1527) -Add: RCon (Remote Connection). A server can set:
Sat, 15 Jan 2005 16:38:10 +0000 darkvater (svn r1524) -"Feature": when windows exception tracker is enabled (release builds) and the game crashes for any reason any active log file is closed first. This ensures the log file and ingame debug messages can be used to debug a problem. Any *nix versions are welcome
Sat, 15 Jan 2005 08:58:31 +0000 tron (svn r1520) Trim 134 (!) lines with trailing whitespace ):
Sat, 08 Jan 2005 08:29:12 +0000 dominik (svn r1422) Fixed linux compiling, that was broken in r1420
Sat, 08 Jan 2005 00:48:10 +0000 darkvater (svn r1420) -Fix: Console alias, load_game functionality and load fix (sign_de)
Tue, 04 Jan 2005 16:04:28 +0000 darkvater (svn r1373) -Fix: compilation fix for windows
Tue, 04 Jan 2005 15:06:08 +0000 truelight (svn r1370) -Add: added console support for loading maps. Use 'load', 'list_files'
Sun, 02 Jan 2005 12:03:43 +0000 truelight (svn r1322) -Add: banning system (mostly tnx to guru3)
Thu, 23 Dec 2004 17:37:26 +0000 truelight (svn r1252) -Add: [Network] With 'set restart_game_date' you can set the date for in
Thu, 23 Dec 2004 17:12:30 +0000 truelight (svn r1251) -Fix: [Console] The alias 'clean_company' is now working correctly
Thu, 23 Dec 2004 15:33:47 +0000 truelight (svn r1250) -Fix: a dedicated server could not kick user number 1
Thu, 23 Dec 2004 13:03:48 +0000 truelight (svn r1244) -Fix: no longer show the current password when 'set company_pw' is called