home *** CD-ROM | disk | FTP | other *** search
/ Superpower (Alt) / SUPERPOWER.iso / q / patch / mbq624 / _changes next >
Encoding:
Text File  |  1996-08-19  |  1.2 KB  |  36 lines

  1. ###### Changes:
  2. ---------------
  3.  
  4. === 1.1.4
  5.  
  6. # allow to save skin in the variable 'lookspring'.
  7.   For instance, put the line
  8.      lookspring 10
  9.   into your autoexec.cfg and you'll automatically be a predator next
  10.   time you connect to a server running at least ServerModules 1.1.4. 
  11. # explicitly support the Top20Skins skin collection
  12.      ftp://ftp.cdrom.com/pub/quake/newstuff/top20skins.zip   
  13.      ftp://ftp.cdrom.com/pub/quake/graphics/mdl/top20skins.zip
  14. # make search for spawn point in module Observer safer.
  15.  
  16. === 1.1.0
  17.  
  18. * export most of the routines related to displaying help about
  19.   the server to a new module 'Server'.
  20. * add section about resources used by these patches (impulses etc.)
  21.   to the documentation _srvmods.txt.
  22. * provide command 'help-server' to recall the help about server
  23.   settings and extensions which is displayed during the 'motd-phase'.
  24. * fix buggy initialization of KickSuicider module.
  25. * remove more superfluous 'if deathmatch then' conditions in the
  26.   code of the modules.
  27.  
  28. === 1.0
  29.  
  30. * KickSuicider: kick players who suicide twice within two minutes.
  31. * remove some superfluous 'if deathmatch then' conditions in the 
  32.   code of the modules.
  33.  
  34. === 0.99
  35.  
  36.  original version