home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 25 / amigaformatcd25.iso / websites / amidoom / history.readme < prev    next >
Text File  |  1998-02-11  |  1KB  |  24 lines

  1. V 0.6: - Fixed several bugs. Might not crash anymore at exit, but don't count on it!!
  2.  
  3.        - Added "-joypad" option. The routines are completely based on the ones from
  4.          ADoom (Thanks to Peter McGavin for having included the source code :) The
  5.          routines have not been tested.
  6.          
  7.        - Added "-coolmap" option. You will get a rotating map!! I think orientation
  8.          is much easier, then. Has still some problems when the grid is activated,
  9.          but who is this using, anyway.
  10.          
  11.        - I thought "divul.l" and "divsl.l" did not exist in both the 68040 and 68060.
  12.          But unfortunately (or not) only the 68060 does not have them, so the version
  13.          of GCC I'm using generates a lot of them with the "-m68040" option making
  14.          DoomAttack very slow on 68060 systems. Since my GCC does not have a "-m68060"
  15.          option (is there any out having it?) I decided to do a 68060 version by
  16.          hand by adding hundreds of #ifdef, #endifs. I'm not sure if the 68060 version
  17.          is now really "divul.l" and "divsl.l" free, so let me know if it's working
  18.          faster now. BTW: Is there a program with which this can be tested (on a
  19.          68060 machine of course)?
  20.        
  21.        - Improved the FPS display.
  22.  
  23.  
  24. V 0.5: First public release