summaryrefslogtreecommitdiff
path: root/console_cmds.c
AgeCommit message (Expand)Author
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-22(svn r1590) -Fix: [1107347] ban 1 crashes dedicated server. Dedicated server ...darkvater
2005-01-16(svn r1547) -Feature: windows dedicated (if anyone would run that, but ok), i...darkvater
2005-01-15(svn r1527) -Add: RCon (Remote Connection). A server can set:truelight
2005-01-15(svn r1524) -"Feature": when windows exception tracker is enabled (release bu...darkvater
2005-01-15(svn r1520) Trim 134 (!) lines with trailing whitespace ):tron
2005-01-08(svn r1422) Fixed linux compiling, that was broken in r1420dominik
2005-01-08(svn r1420) -Fix: Console alias, load_game functionality and load fix (sign_de)darkvater
2005-01-04(svn r1373) -Fix: compilation fix for windowsdarkvater
2005-01-04(svn r1370) -Add: added console support for loading maps. Use 'load', 'list_f...truelight
2005-01-02(svn r1322) -Add: banning system (mostly tnx to guru3)truelight
2004-12-23(svn r1252) -Add: [Network] With 'set restart_game_date' you can set the date...truelight
2004-12-23(svn r1251) -Fix: [Console] The alias 'clean_company' is now working correctlytruelight
2004-12-23(svn r1250) -Fix: a dedicated server could not kick user number 1truelight
2004-12-23(svn r1244) -Fix: no longer show the current password when 'set company_pw' i...truelight
2004-12-22(svn r1239) -Feature: Added gui option of setting company password. It can be...darkvater
2004-12-22(svn r1231) -Fix: missing header file for console_cmds.ctruelight
2004-12-22(svn r1228) -Add: [Network] When a server normally shuts down, it removed its...truelight
2004-12-19(svn r1174) -Fix: [Network] All strings can now be translated (no more hardco...truelight
2004-12-19(svn r1168) -Cleanup: [Network] Cleaned the network code a bit. Added 'const' truelight
2004-12-16(svn r1137) -Fix: [Network] Replaces all strncpy with ttd_strlcpy.. windows r...truelight
2004-12-16(svn r1131) -Add: [Network] Autoclean_companies (set it with 'set autoclean_c...truelight
2004-12-16(svn r1129) -Add: [Network] Added 'reset_company <company-id>'. If a company is truelight
2004-12-15(svn r1116) -Add: [Console] With 'set server_advertise on/off' you can put se...truelight
2004-12-15(svn r1102) -Fix: [Console] 'set server_pw' was acting crazy when you typed m...truelight
2004-12-15(svn r1101) -Fix: [Console] Removed magic numberstruelight
2004-12-15(svn r1100) -Fix: [Console] 'set company_pw' is now working again (Hackykid)truelight
2004-12-13(svn r1077) Implements scripts/autoexec.scr to get executed on game starting ...dominik
2004-12-13(svn r1068) -Fix: [Console] Let the client remember his own name-changetruelight
2004-12-13(svn r1067) -Add: [Console] Added comment for scripts (everything behind the ...truelight
2004-12-13(svn r1065) -Add: [Console] Alias support. Type 'list_aliases' to show them a...truelight
2004-12-13(svn r1059) -Fix: [Console] Renamed 'set port' to 'set server_port'truelight
2004-12-13(svn r1058) -Add: [Console] 3 aliases for newgame: new_game, newmap, new_map ...truelight
2004-12-13(svn r1057) -Add: [Network] 'set port <port>' changes the port of the server ...truelight
2004-12-13(svn r1055) -Add: [Console] Special for dedicated servers:truelight
2004-12-13(svn r1053) -Change: [Console] Changed 'setservername', 'setpassword', 'prote...truelight
2004-12-12(svn r1026) -Add: [Network] Added unique id, so in network, each client has an truelight
2004-12-05(svn r954) -Fix: [Console] Hook fixes (sign_de)truelight
2004-12-04(svn r942) -Merged branch/network back into the trunktruelight
2004-09-21(svn r307) -Fix: Several potential buffer-overflow fixes, and removal of 'mag...darkvater
2004-09-19(svn r295) -Fix: Rewrite and fix of console stuff, including marking (XXX) of...darkvater
2004-09-16(svn r268) -Fix: console-command: script command now stops recording correctlysignde
2004-09-14(svn r248) -Feature: console script files "exec myscript.file"darkvater
2004-09-13(svn r233) -Fix: german language fixes (Tron)signde
2004-09-13(svn r230) -Feature: IConsoleWarning for warning messagessignde
2004-09-12(svn r229) -Fix: Some more const stuff fixed .(Tron)darkvater
2004-09-12(svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron fo...darkvater
2004-09-12(svn r221) -Feature: console command and variable hookingsignde