Kelsidavis-WoWee/src
Kelsi 6a7287bde3 Implement transport spline movement and fix SMSG_QUESTLOG_FULL
SMSG_MONSTER_MOVE_TRANSPORT (handleMonsterMoveTransport):
- Parse full WotLK 3.3.5a spline payload after the transport-local start
  position: splineId, moveType, facing data (spot/target/angle), splineFlags,
  Animation flag block, duration, Parabolic flag block, pointCount, waypoints
- Extract destination in transport-local server coords, compose to world
  space via TransportManager, then call entity->startMoveTo() with the
  spline duration so NPC movement interpolates smoothly instead of teleporting
- Handle all facing modes (FacingSpot/Target/Angle/normal) in transport space
- Degenerate cases (no spline data, moveType==1 stop, no transport manager)
  fall back to snapping start position as before

SMSG_QUESTLOG_FULL:
- This opcode is a zero-payload notification meaning the quest log is at
  capacity (25 quests); it does not carry quest log data
- Replace placeholder LOG_INFO stubs with a proper "Your quest log is full."
  chat notification and a single LOG_INFO
2026-03-09 13:04:35 -07: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 FSR2: selective clamp, tonemapped accumulation, terrain load radius 3 2026-03-08 15:15:44 -07:00
game Implement transport spline movement and fix SMSG_QUESTLOG_FULL 2026-03-09 13:04:35 -07:00
network Make this compatible to build with MSVS 2022 2026-02-23 16:30:49 +01:00
pipeline Filter WMO decorative geometry from collision, fix tram portal trigger IDs 2026-03-06 10:37:32 -08:00
rendering Add FSR3 Generic API path and harden runtime diagnostics 2026-03-09 12:51:59 -07:00
ui Add FSR3 Generic API path and harden runtime diagnostics 2026-03-09 12:51:59 -07:00
main.cpp Fix Windows ERROR macro collision in logger 2026-02-25 11:14:53 -08:00