Kelsidavis-WoWee/include
Kelsi c95c3db03a Add mount dust particle effects
Implemented dust cloud particles that spawn at mount feet when running
on the ground, similar to the original WoW. Features:

- Brownish/tan dust particles using point sprite rendering
- Spawn rate proportional to movement speed
- Particles rise up, drift backward, and fade out naturally
- Only active when mounted, moving, and on ground (not flying)
- Smooth particle animation with size growth and alpha fade

Uses similar particle system architecture as swim effects with
GL_POINTS rendering and custom shaders for soft circular particles.
2026-02-09 01:24:17 -08:00
..
audio Implement mount ambient sounds 2026-02-09 01:19:35 -08:00
auth Use auth username for world connection 2026-02-05 18:18:15 -08:00
core Add dynamic memory-based asset caching and aggressive loading 2026-02-08 23:15:26 -08:00
game Add dynamic memory-based asset caching and aggressive loading 2026-02-08 23:15:26 -08:00
network Fix online mode creature spawning and packet parsing 2026-02-05 21:55:52 -08:00
pipeline Add dynamic memory-based asset caching and aggressive loading 2026-02-08 23:15:26 -08:00
platform Fix hair/vendor/loot bugs, revamp spellbook with tabs and icons, clean up action bar, add talent placeholder 2026-02-06 16:04:25 -08:00
rendering Add mount dust particle effects 2026-02-09 01:24:17 -08:00
ui Disable minimap rotation by default and fix settings checkbox 2026-02-09 01:13:56 -08:00