Kelsidavis-WoWee/src/core
Kelsi 8a468e9533 Add mailbox system and fix logging performance stutter
Implement full mail send/receive: SMSG_SHOW_MAILBOX, CMSG_GET_MAIL_LIST,
SMSG_MAIL_LIST_RESULT, CMSG_SEND_MAIL, SMSG_SEND_MAIL_RESULT, mail take
money/item/delete/mark-as-read, and inbox/compose UI windows.

Fix periodic stuttering in Stormwind caused by synchronous per-line disk
flushes in the logger — remove fileStream.flush() and std::endl, downgrade
high-volume per-packet/per-model/per-texture LOG_INFO to LOG_DEBUG.
2026-02-15 14:00:41 -08:00
..
application.cpp Fix character texture compositing and add YouTube video to README 2026-02-15 12:53:15 -08:00
input.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
logger.cpp Add mailbox system and fix logging performance stutter 2026-02-15 14:00:41 -08:00
memory_monitor.cpp Stabilize taxi/state sync and creature spawn handling 2026-02-11 21:14:35 -08:00
window.cpp Add video settings UI and refresh loading assets 2026-02-05 16:11:00 -08:00