quakeforge/libs/console
Bill Currie 5b0e6dc342 add file and string modules to csqc. the file nodule is rather parnoid
about the path it's handed (need to get even more paranoid, though). the
string module just has char replacement so far. Add Draw_CenterPic to
r_progs.c, but this will only last till qpic_t is supported in qc.
the load menu almost works: just need to add key handling and fix a bug in
PF_sprintf
2002-01-21 07:24:51 +00:00
..
.gitignore the beginnings of the console lib (using plugins for the client/server type 2001-07-16 20:41:10 +00:00
buffer.c fix a seg when the buffer wraps 2001-10-03 21:24:52 +00:00
client.c the quit menu works now. however, quit from the console doesn't 2002-01-20 00:06:08 +00:00
complete.c more cleanups 2002-01-12 05:32:21 +00:00
console.c first use of client side QuakeC :) (and having more than one progs instance 2002-01-18 19:19:33 +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 move the chat code from keys.c to client.c. 2002-01-16 23:06:28 +00:00
list.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +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
menu.c add file and string modules to csqc. the file nodule is rather parnoid 2002-01-21 07:24:51 +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