Please do not post bugs or issues in release threads! Click here
Download (OpenGLES 2.0 and higher) (note: Linux AppImage is not being published, for now, due to issues, same with Linux Portable)
Highlights:
- fixes a couple critical bugs with the ZScript engine
- minor step improvements
Full Changelog: https://github.com/ZDoom/gzdoom/compare ... ...g4.13.2
- Do a check if a local variable exceeds the available stack space.
- Check array size for overflow.
- cap the size of the string copy calls in LevelStatEntry()
- Reduce number of multiply ops per frame and increase x-axis clipper range for orthographic projection.
- Allow using Self as the class name in the default block to refer to the current class
- Fixed STRETCHPIXELS flag not being exposed.