quakeforge/libs
Brian Koropoff 93c9f96416 Added embedded commands with ~{} and the return command, created a token
structure to help tidy the command buffer struct up a bit, fixed a few
bugs and probably created 100 more.  A lot of things were changed to
allow embedded commands:
- Old buffers on the stack are left alone for Cbuf_ExecuteStack to
clean up.  This is so return values can be extracted from them.
- The imperative flag has been added.  An imperative buffer and all buffers
following it can not be paused with the wait command.
- The returning flag and retval dstring have been added.  If a buffer
returned something, the flag will be set.
- The return command was added so there was something to use in the
substitution.  Return nukes all loop buffers since they don't really count
as independent functions, sets the return value on the top buffer, and
clears it.
- Who knows what else.
2002-03-29 07:43:02 +00:00
..
audio dstring.[ch]: 2002-03-08 23:11:42 +00:00
console Added embedded commands with ~{} and the return command, created a token 2002-03-29 07:43:02 +00:00
gamecode Some bug fixes and memory leak fixes. Local variables break randomly, 2002-03-20 22:57:26 +00:00
models the majority of raptor's sgi build patch. I'll look at the last two bits 2002-03-03 06:03:51 +00:00
util Added embedded commands with ~{} and the return command, created a token 2002-03-29 07:43:02 +00:00
video Did further working on the menu code. 2002-03-16 20:22:01 +00:00
.gitignore looks like utils is more or less complete for now, except for some fixes in 2001-02-23 23:16:13 +00:00
Makefile.am "gib" never got all that useful, and with the new command parser coming in 2002-03-05 21:47:03 +00:00