quakeforge/libs/console
Brian Koropoff f78ec56975 Added escape characters, the <i> tag to ignore tags enclosed within it, and
generally cleaned the parser up.  If a line begins with |, it will be
stripped off by the tokenizer and no tags or escape characters will be
processed.  Commands stuffed into the console from the server are prepended
with | to ensure backward compatibility.  This can also be used anywhere
backward compatibility is needed, such as where info strings are stuffed
into the console, or as an alternative to using escape characters in the
entire string.
2002-03-03 08:29:28 +00:00
..
.gitignore the beginnings of the console lib (using plugins for the client/server type 2001-07-16 20:41:10 +00:00
Makefile.am first use of client side QuakeC :) (and having more than one progs instance 2002-01-18 19:19:33 +00:00
buffer.c fix a seg when the buffer wraps 2001-10-03 21:24:52 +00:00
client.c Added escape characters, the <i> tag to ignore tags enclosed within it, and 2002-03-03 08:29:28 +00:00
complete.c more cleanups 2002-01-12 05:32:21 +00:00
console.c redo Sys_Error so it's more usable throughout quake 2002-02-20 19:22:52 +00:00
filelist.c re-anable the sorting. I guess snax was testing other things and forgot about 2001-11-06 21:37:33 +00:00
inputline.c rename the width parameter to lsize as it's the size of the input line, not 2002-01-30 21:23:46 +00:00
list.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
menu.c Fixed a bug with callback-calling in Menu_KeyEvent 2002-02-01 18:50:56 +00:00
server.c provide stubs for the client-only functions (they might prove useful in the 2002-01-19 04:37:47 +00:00