mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
8d124f9c2b
Changed Cmd_TokenizeString to accept a flag that controls the application of filters (tags, variables, escape characters) to the tokens and modified a few places in the source that called it. Added a secondary command buffer that is parsed without filters for legacy command support. Currently, it is only used for commands stuffed into the console from the server. It is hacky, and I hope to eventually generalize the console interface to support any number of buffers and audit the rest of the code to recognize it. For now, the legacy buffer at least keeps escape character parsing from destroying info strings. |
||
---|---|---|
.. | ||
audio | ||
console | ||
gamecode | ||
gib | ||
models | ||
util | ||
video | ||
.gitignore | ||
Makefile.am |