lilium-voyager/code
Tony J. White = e46fe24426 * rewrite of the win32 dedicated console:
1) NET_Sleep() no longer watches for input, Sys_Sleep() added for waiting
     on input.
  2) Added "CtrlHandler" for trapping Ctrl-C and other quit methods not
     handled by signals on windows
  3) Added history support
  4) Added tab completion
  5) Removed automatic cursor/scroll adjustment (too problematic)
  6) Enable mousewheel scrolling
  7) Stop using the InputBuffer for editing

  This seems to work pretty well now, but I jumped the gun on a previous
  commit message by saying you can scroll now without locking up your server.
  That was only true up until the point that a server tried to print to
  the console, at that point it will hang until you release the scroll bar :(
  It may be possible to get around this by using a seperate thread for
  console output, but that's a whole new can of worms.
2007-09-15 02:22:58 +00:00
..
AL * Updated AL headers 2005-12-01 20:53:28 +00:00
asm * Merge unified-sdl to trunk 2007-09-05 18:17:46 +00:00
botlib * Merge unified-sdl to trunk 2007-09-05 18:17:46 +00:00
cgame * Merge unified-sdl to trunk 2007-09-05 18:17:46 +00:00
client * Merge unified-sdl to trunk 2007-09-05 18:17:46 +00:00
game * Merge unified-sdl to trunk 2007-09-05 18:17:46 +00:00
jpeg-6 * Replace the ugliness in qgl.h with SDL_opengl.h 2007-09-05 18:56:39 +00:00
libcurl/curl * add cURL support for HTTP/FTP downloading (bug 2661) 2006-09-11 16:41:55 +00:00
libs * Merge unified-sdl to trunk 2007-09-05 18:17:46 +00:00
null * Merge unified-sdl to trunk 2007-09-05 18:17:46 +00:00
q3_ui * Merge unified-sdl to trunk 2007-09-05 18:17:46 +00:00
qcommon * rewrite of the win32 dedicated console: 2007-09-15 02:22:58 +00:00
renderer * Revert 1176 -- MinGW's headers are too old *sigh* 2007-09-12 18:02:38 +00:00
sdl * Revert 1176 -- MinGW's headers are too old *sigh* 2007-09-12 18:02:38 +00:00
SDL12/include * updated the included libSDL header files and Mac OS X lib to SDL 1.2.11 2007-05-22 03:46:11 +00:00
server * rewrite of the win32 dedicated console: 2007-09-15 02:22:58 +00:00
sys * rewrite of the win32 dedicated console: 2007-09-15 02:22:58 +00:00
tools * Remove redundant win32 code in LCC which drew -I flags from the "include" 2007-09-15 00:02:50 +00:00
ui * Merge unified-sdl to trunk 2007-09-05 18:17:46 +00:00