quakeforge/libs/console
Bill Currie c2c3a62956 nuke Qexpand_squiggle. instead, expand ~ to $HOME on qfs initialization and
cache the value.

don't call Qopen directly in the engine. instead call QFS_Open (generic) or
QFS_WOpen (write only, zip flag).

rework QFS_NextFilename to use a dstring (avoiding a potential buffer
overflow), support 10000 files and work from the top-level fs_userpath
directory. adjust QFS_WriteFile and QFS_WriteBuffers etc to suit.

make sw32 screenshots actually get written.

hopefully everything gets written to the right places :)
2003-05-23 17:17:01 +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 make qf gcc 3.3 clean 2003-04-17 00:01:48 +00:00
client.c nuke Qexpand_squiggle. instead, expand ~ to $HOME on qfs initialization and 2003-05-23 17:17:01 +00:00
complete.c re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
console.c make qf gcc 3.3 clean 2003-04-17 00:01:48 +00:00
filelist.c oopsie, that was an ill-advised change :P 2003-05-13 06:20:08 +00:00
inputline.c make the input line scrolling unsigned int clean 2003-04-17 02:03:47 +00:00
list.c re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
Makefile.am view.c needs to be in the main console lib rather than the client plugin 2003-05-07 04:24:20 +00:00
menu.c Change HUD::show and HUD::hide to HUD::enable and HUD::disable. The global 2003-05-23 02:50:15 +00:00
server.c nuke Qexpand_squiggle. instead, expand ~ to $HOME on qfs initialization and 2003-05-23 17:17:01 +00:00
view.c fix a buffer overflow (order of ops) 2003-05-16 19:36:03 +00:00