Skip to content

v2022.11.02+1

Compare
Choose a tag to compare
@MishimaHaruna MishimaHaruna released this 04 Nov 19:07
· 728 commits to stable since this release
f663f63

Added

  • Added support for newer packetvers/encryption keys/client messages (up to 20221019). (#3174)
  • Added support for packet ZC_SPECIALPOPUP related to the Special Popup messages. (part of #3174)
  • Implemented script command specialpopup() to open a popup and/or show a chat text message from the spopup.lub file. An example script has been provided in npc/custom/specialpopup.txt. (#3174)
  • Implemented the specialpopup mapflag, to automatically show the popup text configured clientside. All GvG maps have been configured to show popup with type 1. (#3174)

Changed

  • Updated many packets with the correct Zero client packetver checks. (part of #3174)
  • Updated GitHub Actions workflows to use the latest packetver. (part of #3174)
  • Updated GitHub Actions workflow to include a gcc-12 build. (part of #3174)

Fixed

  • Fixed a conflicting variable name pinfo, causing warnings about shadowed variables when building plugins. (part of #3174)

Removed

  • Removed the unused value vendinglistType from enum packet_headers. (part of #3174)