Skip to content

GZDoom g4.14.2

Latest
Compare
Choose a tag to compare
@madame-rachelle madame-rachelle released this 03 May 10:10
· 199 commits to master since this release
  • Ortho + OOB fixes and improvements
  • Revert clipper to older code path when not in Ortho/OOB (speed improvement)
  • Fix to some crashes and memory leaks
  • Exposed DDoor to ZScript, Exposed DPlat to ZScript, Exposed more of the Ceiling thinker, Exposed more of the Floor thinker, Exposed DElevator to ZScript.
  • Exported: • GetLumpContainer • GetContainerName • GetLumpFullPath for WADS struct, useful for debugging custom-made parsers and identifying where problems may arise.
  • Added autoSwitch parameter to A_ReFire
  • add a few commonly-used gzdoom-specific properties to the dehacked parser
  • many more fixes and improvements