Skip to content

v1.8.0

Compare
Choose a tag to compare
@alexanderkress alexanderkress released this 23 Oct 18:27
· 596 commits to master since this release

Added

  • added support of bot commands in rotating messages: @admins, @nextmap and @time
  • added command !rain <on/off> to enable/disable raindrops in maps
  • added command !exec <file> to execute the given scriptfile
  • added command !reload to reload the map
  • added command !password [<password>] to set or remove a private server password
  • added support to find players by their auth-name
  • added additional debug logging and display server CVARs

Changed

  • reworked Rules/Rotation Messages class
  • reworked RCON class
  • improved debug messages
  • imported latest GeoIP database

Fixed

  • fixed issue #33: avoid output of duplicate messages
  • fixed issue #34: catch python exception
  • fixed debug output of gamelog path
  • various minor bug fixes