quakeforge/libs/console
Bill Currie 882de10388 rename Con_CompleteCommandLine to Con_BasicCompleteCommandLine and make it
use inputline_t rather than the key_lines junk.
2001-07-18 18:29:38 +00:00
..
.gitignore the beginnings of the console lib (using plugins for the client/server type 2001-07-16 20:41:10 +00:00
client.c add the command line completion code (complete.c) and the client and server 2001-07-16 21:39:50 +00:00
complete.c rename Con_CompleteCommandLine to Con_BasicCompleteCommandLine and make it 2001-07-18 18:29:38 +00:00
console.c console->pC_Init to general->p_Init, ditto for shutdown. I'm assuming 2001-07-17 00:21:56 +00:00
inputline.c create an "input line" object for the console so Con_ProcessInput can be used 2001-07-17 16:46:51 +00:00
list.c the beginnings of the console lib (using plugins for the client/server type 2001-07-16 20:41:10 +00:00
Makefile.am create an "input line" object for the console so Con_ProcessInput can be used 2001-07-17 16:46:51 +00:00
server.c cleanup 2001-07-18 18:22:13 +00:00