Kelsidavis-WoWee/src
Kelsi 4e709692f1 fix: filter officer chat for non-officers (server sends to all guild members)
Some private servers (AzerothCore/ChromieCraft) send OFFICER chat type
to all guild members regardless of rank. The real WoW client checks the
GR_RIGHT_OFFCHATLISTEN (0x80) guild rank permission before displaying.

Now checks the player's guild rank rights from the roster data and
suppresses officer chat if the permission bit is not set.
2026-03-28 14:45:51 -07:00
..
addons refactor: remove remaining shadowed arrays in lua_engine, constexpr batch 2026-03-27 15:27:47 -07:00
audio refactor: promote static const arrays to constexpr across audio/core/rendering 2026-03-27 15:31:21 -07:00
auth refactor: remaining C-style casts, color constants, and header guard cleanup 2026-03-25 11:57:22 -07:00
core fix: increase tile-count fallback from 10s to 20s to prevent premature spawn 2026-03-28 12:04:54 -07:00
game fix: filter officer chat for non-officers (server sends to all guild members) 2026-03-28 14:45:51 -07:00
network fix: increase packet parse/callback budgets to fix Warden module stall 2026-03-28 10:28:20 -07:00
pipeline security: path traversal rejection, packet length validation; code quality 2026-03-27 18:42:48 -07:00
rendering feat: add Camera Stiffness and Pivot Height settings for motion comfort 2026-03-28 11:39:37 -07:00
ui fix: backpack window jumps position when selling items (missing ##id in title) 2026-03-28 14:42:21 -07:00
main.cpp log falling 2026-03-22 21:40:16 +03:00