Kelsidavis-WoWee/src
Kelsi 923260c90c Fix reversed strafe directions while swimming
Water strafe used opposite sign convention from land movement.
Land: strafeLeft += right, strafeRight -= right.
Water was: strafeLeft -= right, strafeRight += right.
Now matches land.
2026-02-26 02:37:49 -08:00
..
audio Fix water splash sounds bypassing mute via ffplay path 2026-02-26 02:34:36 -08:00
auth Reduce release log spam and harden release logging defaults 2026-02-25 09:46:27 -08:00
core Fix /logout hang caused by blocking worker thread joins 2026-02-25 13:37:09 -08:00
game Fix item use (CMSG_USE_ITEM), mount tab, and inventory right-click 2026-02-26 00:59:07 -08:00
network Make this compatible to build with MSVS 2022 2026-02-23 16:30:49 +01:00
pipeline Fix DBC loading and bank drag-and-drop reliability 2026-02-26 02:33:10 -08:00
rendering Fix reversed strafe directions while swimming 2026-02-26 02:37:49 -08:00
ui Fix DBC loading and bank drag-and-drop reliability 2026-02-26 02:33:10 -08:00
main.cpp Fix Windows ERROR macro collision in logger 2026-02-25 11:14:53 -08:00