mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
4ccc9d6322
add dstring_replace. this replaces a string of lenth rlen at position pos with data of lenth len, growing, shrinking and shuffling data as appropriate. At this rate, the dstring `class' will get buffer gap editing capabilities :) cmd.c: Cmd_TokenizeString builds cmd_active_buffer->line again. Cmd_Process bails out instantly if cmd_active_buffer is a legacy buffer and uses dstring_replace to modify the parameters in cmd_active_buffer->line. This last change results in drastic simplification (and accuracy) of the commandline reconstruction code, both in Cmd_TokenizeString and Cmd_Process. |
||
---|---|---|
.. | ||
audio | ||
console | ||
gamecode | ||
models | ||
util | ||
video | ||
.gitignore | ||
Makefile.am |