mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 15:50:20 +00:00
Add arena/BG opcodes, fix mount speed, buff bar icons, and autorun cancel
Add 36 arena and battleground opcodes with handlers for queue status, team events, invites, and errors. Fix SMSG_FORCE_RUN_SPEED_CHANGE parsing (uint8 not uint32) and remove manual mount speed tracking. Buff bar now shows spell icons and is positioned below the minimap. Both mouse buttons cancel autorun.
This commit is contained in:
parent
22b9ee9726
commit
7a2bb28dc0
5 changed files with 313 additions and 46 deletions
|
|
@ -147,6 +147,9 @@ void CameraController::update(float deltaTime) {
|
|||
}
|
||||
|
||||
bool mouseAutorun = !uiWantsKeyboard && !sitting && leftMouseDown && rightMouseDown;
|
||||
if (mouseAutorun) {
|
||||
autoRunning = false;
|
||||
}
|
||||
bool nowForward = keyW || mouseAutorun || autoRunning;
|
||||
bool nowBackward = keyS;
|
||||
bool nowStrafeLeft = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue