blish-hud / KillProof-Module

MIT License
3 stars 3 forks source link

Fix for odd rest kp when sending. #24

Closed agaertner closed 3 years ago

agaertner commented 3 years ago

Fixed smart pings with more than two reductions being off and finishing early with an impossible stack amount (eg. 251).

Started a little bit of cleanup. (GetJsonResponse() to static TaskUtil class)

agaertner commented 3 years ago

temporarely closing

More cleanup.

Removed obsolete author field from manifest.json Updated bhud dependency. SmartPingMenu contextual toggling (via Gw2Mumble.UI.IsMapOpen, GameIntegration.IsInGame) Added DoSmartPing(Token token) to cleanup previously somewhat dublicated code under BuildSmartPingMenu() Lastly, check for Gw2Mumble.UI.TextInputFocused to disallow pinging when chat is still in focus (ie. last ping operation has not been completed)

dlamkins commented 3 years ago

This ready for merging or was there anything more you wanted to do first?

agaertner commented 3 years ago

No, it's tested and ready