home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ACS 1998 #2
/
amigaacscoverdisc1998-021998.iso
/
games
/
doom
/
doomattack
/
history.readme
< prev
next >
Wrap
Text File
|
1998-01-11
|
1KB
|
24 lines
V 0.6: - Fixed several bugs. Might not crash anymore at exit, but don't count on it!!
- Added "-joypad" option. The routines are completely based on the ones from
ADoom (Thanks to Peter McGavin for having included the source code :) The
routines have not been tested.
- Added "-coolmap" option. You will get a rotating map!! I think orientation
is much easier, then. Has still some problems when the grid is activated,
but who is this using, anyway.
- I thought "divul.l" and "divsl.l" did not exist in both the 68040 and 68060.
But unfortunately (or not) only the 68060 does not have them, so the version
of GCC I'm using generates a lot of them with the "-m68040" option making
DoomAttack very slow on 68060 systems. Since my GCC does not have a "-m68060"
option (is there any out having it?) I decided to do a 68060 version by
hand by adding hundreds of #ifdef, #endifs. I'm not sure if the 68060 version
is now really "divul.l" and "divsl.l" free, so let me know if it's working
faster now. BTW: Is there a program with which this can be tested (on a
68060 machine of course)?
- Improved the FPS display.
V 0.5: First public release