Skip to content

v3.3.1 - bug fixes 🥤

Compare
Choose a tag to compare
@rtldg rtldg released this 11 Jul 14:48
· 182 commits to master since this release

v3.3.0...v3.3.1

A release for all the bugs that cropped up for the zones stuff & for the ccname thing.

I did make releases for a couple (v3.3.0-2 through v3.3.0-4) but that was sloppy versioning and then I was too busy to make a release with more of the bug fixes...

Eventqueuefix note: the release zip includes a version for Sourcemod 1.10 & for Sourcemod 1.11. The 1.11 version comes from @BoomShotKapow hermansimensen/eventqueue-fix@ce28b30. More info here hermansimensen/eventqueue-fix#19. It's needs more testing according to @hermansimensen so feel free to help :) nevermind

  • fixed a couple of ccname bugs that came from v3.3.0 0360b95 d78393f
  • split mapzones form & target migration so the query can be compatible with sqlite 6dc1fb6
  • !addspawn broke after zones wip pr so bdfa61e
  • added a_or_d_only style setting so you can have a single merged style for a-only & d-only if you want 64bd95a 7e44264 (#1150)
  • reverted a change made to the !top query so we have the pretty commas separators again 1449b9b
  • added a menu for !deletesetstart 8900e4b
  • fixed zones not deleting from the database if you create then delete them without reloading the map fb42a37 4ac0b4d
  • fixed zones sometimes not being created on maps that autohook buttons & other prebuilt zones 0f7360f
  • don't draw zone boxes around hooked buttons 27ec578
  • added hooking by origin (ZF_Origin zone flag) & fixed a lot of broken button stuff 5c14dfc
    • really should've used a different struct member for ZF_Origin/ZF_Hammerid instead of using flags but whatever :^)
  • made shavit-mapchooser not break if shavit-rankings throws errors about a sqlite db (#1149) a778908
    • this is more of a bandaid until I make shavit-rankings queries for sqlite & postgresql (#1148)