home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / !BONUS / GAMES / ENGINES / DOOM012.ZIP / Changes next >
Text File  |  1999-08-29  |  4KB  |  105 lines

  1. /***********************************************************************\
  2. *                     Changes done to Doom sources                      *
  3. \***********************************************************************/
  4.  
  5. -------------------------------- 0.12 -----------------------------------
  6.  
  7. Atari version:
  8.   - Rewritten keyboard routine
  9.     mouse,joystick and joypad (on Falcon) are usable to play.
  10.   - Removed bogus linux sound routine (slow down under TOS (2x slower !)).
  11.  
  12. -------------------------------- 0.11 -----------------------------------
  13.  
  14. Atari version:
  15.   - Falcon version can use 8 bitplanes mode : '-falcon8' switch
  16.   - Should now work on Atari TT in 320x480x8 bits mode (not tested)
  17.  
  18. -------------------------------- 0.10 -----------------------------------
  19.  
  20. - Wiping screens now works in double buffer.
  21.  
  22. Svgalib version:
  23.   - Now can double-buffer in 320x240 mode X style, if compiled for.
  24.     Switchs -svga[15,16,24] don't work in this mode !
  25.  
  26. -------------------------------- 0.09 -----------------------------------
  27.  
  28. - Now display tics with '-devparm'
  29.   (one tic = 1/35 sec.)
  30. - If $HOME is defined, configuration and games are saved in "$HOME/.doom/"
  31.   else in "./"
  32.  
  33. Svgalib version:
  34.   - You can use [-svga15,-svga16,-svga24] to enable 320x200x[15,16,24 bits]
  35.     mode if available (not tested).
  36.  
  37. Atari version:
  38.   - more ASM routs to get (a bit) faster
  39.  
  40. -------------------------------- 0.08 -----------------------------------
  41.  
  42. Linux/x86/PC and [Mint,Tos]/m68k/F30 common sources 
  43.   - Back to C only for this version
  44.   - Some ASM routs for Atari version
  45.   - No more framerate displayed
  46.  
  47. -------------------------------- 0.07 -----------------------------------
  48.  
  49. Linux version:
  50.   - Bug in Makefile
  51.     Math library was not linked in Svgalib version
  52.  
  53. -------------------------------- 0.06 -----------------------------------
  54.     
  55. - Recalculated light shading : looks better now
  56.  
  57. Atari version:
  58.   - VBL rate displayed only if '-devparm' present
  59.   - Crash sometimes when exiting (because of non present sound code):
  60.     this should be ok now
  61.   - Network library removed (was not used) : smaller binary
  62.  
  63. -------------------------------- 0.05 -----------------------------------
  64.     
  65. Atari version:
  66.   - In VGA mode (320x240), screen is now correctly used. This could
  67.     have provided some bugs.
  68.  
  69. -------------------------------- 0.04 -----------------------------------
  70.  
  71. - The sky texture is now correct in Ultimate DOOM.
  72. - Switchs have now their correct texture when used (Ultimate DOOM).
  73.  
  74. -------------------------------- 0.03 -----------------------------------
  75.  
  76. - The status bar is better refreshed.
  77.     
  78. Atari version:
  79.   - Modified to work on VGA: 320x200 display in a 320x240 screen.
  80.  
  81. -------------------------------- 0.02 -----------------------------------
  82.     
  83. - In invulnerability mode, palette is correct. It was a bug in original
  84.   DOOM sources.
  85. - Palettes have been recalculated for TrueColor mode: light shading is
  86. nicer (dark green is really dark green, and not dark grey like in 256
  87. colour mode).
  88.  
  89. Atari version:
  90.   - Configuration is saved in the file "doom.cfg" automatically created
  91.     when you run DOOM.
  92.   - SHIFT key for running works now.
  93.  
  94. -------------------------------- 0.01 -----------------------------------
  95.  
  96. - Display is now correct in low detail.
  97. - Demos management is done for old IWADs.
  98. - Dots are correctly displayed when started (call of R_Init function).
  99.  
  100. Atari version:
  101.   - Internal assembler manager for keyboard, mouse, joystick, 35hz timer.
  102.   - Display 256 colors -> True Color, then directly in True Color, and
  103.     then double-buffer.
  104.   - Display number of VBLs.
  105.