Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

v0.2 release for windows

Latest
Compare
Choose a tag to compare
@rahulraman0108 rahulraman0108 released this 09 Sep 03:06

Many new functionalities are added in this release and many old issues are also fixed.

The base API is yet unstable. I will declare the stable best API in v1.0 release.

New functionalities:

  • Define restricted words, defaults to ["some**", "words**"]
  • Filter restricted words, defaults to True
  • Show different text in place of restricted words, defaults to **RESTRICTED WORD FILTERED BY SERVER**
  • Ignore messages containing restricted words, defaults to False
  • Kick players who use restricted words, defaults to False
  • Chose the time of banning the abuser, defaults to 300 seconds
  • Show informative texts in bottom of the screen during game play, defaults to True
  • Show player's scores in top right corner of the screen during game play, defaults to True
  • Modified Arms Race minigame present without errors in the game ending if there is an empty team

Old fixes:

  • Some lag causing issues in Snow Storm minigame.
  • Too wide table issue
  • Some html and css files issues
  • Some error in unmodified base server builds found using workflow actions
  • Some pep 8 things