home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / !BONUS / GAMES / ENGINES / PMQUAK05.ZIP / Changes next >
Text File  |  2000-03-13  |  1KB  |  37 lines

  1. /***********************************************************************\
  2. *                     Changes done to Quake sources                     *
  3. \***********************************************************************/
  4.  
  5. -------------------------------- 0.5 ------------------------------------
  6.  
  7. - '-textures [on],off' to disable/enable textures on walls, water
  8.  
  9. - Modified to be cross-compilable for target m68k-atari-mint
  10.  
  11. - Added GL version for Linux (any volunteer for an Atari port ?)
  12.  
  13. - Atari version:
  14.   Corrected a bug in stack size (should be 256Kb or more)
  15.  
  16. -------------------------------- 0.4 ------------------------------------
  17.  
  18. - Added Atari version:
  19.  
  20.   Command line parameters:
  21.  
  22.     -input [bios,ikbd,off]
  23.         bios: Bios routines for keyboard (all machines)
  24.         ikbd: Hardware acces for keyboard (Falcon,TT, Hades?)
  25.     -video [vdi,xbios,off]
  26.         vdi: Vdi routines for display (all machines)
  27.         xbios: Xbios routines for display (Falcon et TT)
  28.  
  29.     VDI version:
  30.  
  31.     -zoomscreen    fullscreen mode
  32.     -novavdi    to force 15 bits in 16 bits mode
  33.     -pixelinv    to use byte reversed pixels in TrueColour.
  34.     -nofastblit    to force screen buffer in STRam instead of FastRam
  35.  
  36.  
  37.