Skip to content

1.1.8

Compare
Choose a tag to compare
@mwydmuch mwydmuch released this 29 Oct 15:54
· 397 commits to master since this release

Changes in ViZDoom 1.1.8

Objects and sectors

  • Added is/setObjectsInfoEnabled, is/setSectorsInfoEnabled methods to Python and C++ to enable information about all objects or/and sectors (map layout) present in the current episode/level.
  • Added objects and sectors fields to GameState in Python and C++.

Config files

  • Added missing GameVariables introduced in 1.1.5 to the Config parser.
  • Added missing GameVariables introduced in 1.1.7 to the Config parser.
  • Added objectsInfoEnabled/objects_info_enabled.

Python, Java, Lua

  • Dropped support for Python 2.7
  • Dropped support for Java bindings
  • Dropped support for Lua/Torch bindings