summaryrefslogtreecommitdiff
path: root/src/console.cpp
AgeCommit message (Expand)Author
2021-06-13Change: do not print the '-' in front of help messages and make help messages...rubidium42
2021-06-13Codechange: replace IConsolePrintF with IConsolePrint and fmt formattingrubidium42
2021-06-13Cleanup: remove IConsoleWarning/IConsoleError helpersrubidium42
2021-06-13Change: unify the style of console error messages and convert to fmtrubidium42
2021-06-13Codechange: remove single use IConsoleDebugrubidium42
2021-06-13Codechange: add an IConsolePrint overload that does formatting with fmtrubidium42
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-05-29Codechange: rename str_validate to StrMakeValid(InPlace) (#9304)Patric Stout
2021-04-24Codechange: Use std::string in console commands/aliases registration, and std...Loïc Guilloux
2020-02-04Fix #7969: limit recursion during alias executionglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2017-08-13(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)frosch
2017-06-22(svn r27884) -Fix: Console command parser failed when the command had many pa...frosch
2017-06-22(svn r27883) -Fix [FS#6576]: Console command parser passed invalid strings to...frosch
2014-04-25(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...rubidium
2014-04-24(svn r26506) -Codechange: replace most of vsnprintf with vseprintfrubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-01-28(svn r26284) -Fix: Comparison of NULL and char 0. (lbalbalba)frosch
2013-11-25(svn r26100) -Fix: possible buffer overflow in console handling of aliasesrubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-01-03(svn r23741) -Revert (r23740): the few parts that the Windows / non-network c...rubidium
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-01-03(svn r21701) -Codechange: ConsoleColour = TextColour, so make it that way and...rubidium
2011-01-01(svn r21688) -Codechange: verify the colour code passed to IConsolePrint()/IC...smatz
2011-01-01(svn r21686) -Cleanup: remove unused constants and comment used onessmatz
2010-10-17(svn r20977) -Fix (r20975): compilation didn't get to the link stage if you, ...rubidium
2010-10-17(svn r20975) -Add: logging of console output for remote admins (dihedral)rubidium
2010-10-17(svn r20974) -Add: remote console (rcon) for remote admins (dihedral)rubidium
2010-08-16(svn r20515) -Feature: ignore _ in console command names so there is no "inco...rubidium
2010-08-01(svn r20280) -Fix: indentation of some switch casesrubidium
2010-07-29(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).terkhen
2010-06-26(svn r20021) -Codechange: Move variable declarations.alberth
2010-05-20(svn r19862) -Change: allow "" and " " as arguments meaning nothing and space...rubidium
2010-03-24(svn r19514) -Codechange: Allow console hooks to deny existance of commands.frosch
2010-03-24(svn r19512) -Fix (r19511): using the 'alias' console command it's possible t...yexo
2010-03-24(svn r19511) -Codechange: use a template for IConsoleAddSortedyexo
2010-02-25(svn r19252) -Fix [FS#3639]: writing (console) output to a file failed on Win...rubidium
2010-02-10(svn r19093) -Codechange: do not prefix console debug output with 'condbg', [...smatz
2010-02-10(svn r19085) -Codechange: simplify hooking of console commandssmatz
2010-02-10(svn r19083) -Cleanup: remove support for modifying variables from consolesmatz
2010-02-10(svn r19082) -Codechange: make 'developer' a regular settingsmatz
2010-02-10(svn r19079) -Codechange: use _debug_console_level instead of _stdlib_con_dev...smatz
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-11-09(svn r18028) -Codechange: unglobalise some functionsrubidium
2009-10-04(svn r17701) -Codechange: don't start line with a space if it's not inside co...smatz
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-09(svn r17488) -Feature [FS#2339]: add the date to all logging in the (real, no...rubidium