Skip to content

Releases: MinoMino/minqlx

v0.0.2

02 Nov 05:49
Compare
Choose a tag to compare

IMPORTANT: If you are on v0.0.1, you should delete the old minqlx directory in your QLDS installation path before using this. I recommend you also either delete the old plugins directory and get it again with git clone https://github.com/MinoMino/minqlx-plugins.git, or rename it to minqlx-plugins and update. In any case, you need to update the plugins to v0.0.2 as well.

  • Completely gets rid of the config file in favor of cvars. #7 #3
  • Made it try to load minqlx.zip as the minqlx Python module instead of a directory.
  • Fixed a bug where it would fail to parse /proc/self/maps if one of the paths have spaces in them. #9
  • Fixed a bug where it would remove other LD_PRELOADs, possibly breaking other uses of it. #10
  • Changed it to use TCP with Redis by default instead of UNIX sockets. The latter is still recommended.
  • Fixed a bug where Python would throw encoding errors and clan tags would look like b'clan_tag'. #4
  • Implemented team_switch event I forgot about.
  • Fixed a bug where plugins using vote_called event would have their handler's return value ignored.
  • Made it get names from the configstring instead of userinfo if name isn't present.
  • Removed test console command that I forgot to remove. It would kick client number 0.
  • Added Q3 cvar flags to minqlx Python module.
  • Added various cvar methods to Plugin class.
  • Made versions in both the C module and Python plugins be initialized with git describe.
  • Made it not require the plugins path to be named plugins.
  • Various smaller bugfixes.

First Release - v0.0.1

28 Oct 22:26
Compare
Choose a tag to compare

The very first release. Very early in development. Expect bugs.