Skip to content

1.1.13

Compare
Choose a tag to compare
@mwydmuch mwydmuch released this 18 Apr 01:40
· 306 commits to master since this release

Changes in ViZDoom 1.1.13

Releases

  • The pybind11 library and freedoom2.wad are now part of the source release instead of being downloaded during building.

Consts

  • Added new consts: DEFAULT_FPS (= DEFAULT_TICRATE), DEFAULT_FRAMETIME_S (= 1.0 / DEFAULT_TICRATE), DEFAULT_FRAMETIME_MS (= DEFAULT_FRAMETIME_S * 1000);