Skip to content

0.89 Beta Release 1

Latest

Choose a tag to compare

@sqpat sqpat released this 28 Jun 04:40
· 1 commit to master since this release
  • The included exes are built for 4 MB systems except for the 8088 version which is built for a 256KB + 2MB system.
  • A variety of bugfixes have been implemented since the last release. This includes bugfixes to various issues affecting Doom 2 levels, sound effects, and savegames.
  • Some physics improvements have been implemented to improve performance.
  • dstrings.txt has now been appended to doomdata.bin to reduce the number of files in the build.
  • The engine is fairly stable now and has been tested with every level in DOOM2. I think it is stable enough for other testers to have a go with it.

BETA features

  • For this BETA version, the period "." key will force quit the game and give you the current place in code (CS:IP) of the program when the key was hit. If the game encounters some sort of lock, you can try to use this key to exit the application safely. If this works, please report the location displayed.

  • Also for this BETA version, if the application does an illegal division (by 0 or overflow) it will exit and print the location of the current place in code (CS:IP). If this happens, please report the location displayed.