Skip to content

GZDoom 3.0.0

Compare
Choose a tag to compare
@alexey-lysiuk alexey-lysiuk released this 29 Apr 19:36
· 9309 commits to master since this release

This is the first version that merges all software rendering features from QZDoom.
In addition this is the first release under the GPL v3.
To comply with the GPL, FModEx had to be removed as a sound backend, so this version will only support OpenAL.

New features aside from merging with QZDoom include:

  • Scriptable status bars
  • Scriptable level status screens
  • Static constant arrays in classes
  • Support for Doom64-style lighting in the software renderer, with the exception of gradients
  • Optimization of the scripting VM by removing some always active debug support

Please note that starting with this version the 32 bit Windows version will require support for SSE2, because the true color software renderer cannot work without it. As a result it can no longer be used on Pentium 3's and older.