Kelsidavis-WoWee/src
Kelsi 42821604d3 Fix mount dust visibility: spawn above ground with stronger upward velocity
Fixes issue where dust particles were angling down into terrain and not visible.
Changes spawn position to fixed 0.2 units above ground, increases upward velocity
to 1.2-2.5 for clearer rise, and uses only horizontal velocity component for drift
to prevent Z component from pushing particles downward.
2026-02-09 01:32:40 -08:00
..
audio Fix crash in mount dust: add null check for camera pointer 2026-02-09 01:26:28 -08:00
auth Upgrade to C++20 and fix all compilation warnings 2026-02-07 11:43:37 -08:00
core Implement NPC greeting voice lines 2026-02-09 01:29:44 -08:00
game Implement NPC greeting voice lines 2026-02-09 01:29:44 -08:00
network Restructure inventory UI, add vendor selling, camera intro on all spawns, and quest log 2026-02-06 13:47:03 -08:00
pipeline Add dynamic memory-based asset caching and aggressive loading 2026-02-08 23:15:26 -08:00
rendering Fix mount dust visibility: spawn above ground with stronger upward velocity 2026-02-09 01:32:40 -08:00
ui Remove confusing north indicator from minimap 2026-02-09 01:21:12 -08:00
main.cpp Fix mount stability, speed parsing, combat dismount, and self-targeting 2026-02-07 18:33:14 -08:00