v2022.11.02+1
MishimaHaruna
released this
04 Nov 19:07
·
745 commits
to stable
since this release
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 thespopup.lub
file. An example script has been provided innpc/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
fromenum packet_headers
. (part of #3174)