Module name:    twilight
Repository:     twilight/qw/
Changes by:     lordhavoc       27 Jul 2001 08:19:01 UTC

Log message:
  stripped lingering unused sharedir/basedir/cachedir stuff (only uses com_sharedir 
and com_basedir now)
  fixed com_sharedir default case (defaults to same as basedir)
  will not add a directory twice if it matchs the basedir
  fixed use of va() in Con_Printf when console logging (ruined tons of things, 
overwrote com_gamedir during connect process, this bug took a couple hours to track 
down)
  also removed va() use in COM_AddDirectory (unnecessary armor plating now that I 
fixed Con_Printf, but worthy of keeping)
  put in sanity error check on freeing of searchpath when switching gamedir
  
  now works error-free in my testing

Modified files:
      twilight/qw/:
        common.c console.c quakedef.h sys_linux.c sys_null.c 
        sys_win.c 
  
  Revision      Changes    Path
  1.6           +28 -6     twilight/qw/common.c
  1.4           +7 -1      twilight/qw/console.c
  1.4           +0 -3      twilight/qw/quakedef.h
  1.5           +0 -9      twilight/qw/sys_linux.c
  1.3           +0 -1      twilight/qw/sys_null.c
  1.3           +0 -11     twilight/qw/sys_win.c


_______________________________________________
twilight-commits mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/twilight-commits

Reply via email to