File Details
1.0.0
- R
- Dec 13, 2025
- 17.16 KB
- 17
- 12.0.0
- Retail
File Name
Flightsim-1.0.0.zip
Supported Versions
- 12.0.0
Changelog
All notable changes to Flightsim will be documented in this file.
The format is based on Keep a Changelog.
[1.0.0] - 2025-12-12
First official release! 🎉
[0.1.1] - 2025-12-12
Added
- Druid Flight Form support: addon now displays correctly when druids use Travel Form for skyriding
- CurseForge automatic packaging via GitHub webhook integration
.pkgmetaconfiguration for CurseForge packager
Fixed
- Fixed visibility detection for druids in Flight Form (
IsMounted()returns false for shapeshifts) - Fixed OnUpdate quick-exit optimization to not hide frame for druids in Flight Form
- Fixed 3-5 second delay before HUD appeared on mount
- Added
UPDATE_SHAPESHIFT_FORMSevent for instant druid form detection - Reduced hidden-state polling from 5s to 0.5s for faster fallback response
- Added
[0.1.0] - 2025-12-12
Initial release.
Added
- Speed bar with color gradient (red → green based on speed)
- Acceleration bar (thin bar below speed)
- Sustainable speed marker (configurable position, width, opacity)
- Ability cooldown bars:
- Surge Forward (6 charges, blue)
- Second Wind (3 charges, purple)
- Whirling Surge (30s cooldown, cyan)
- Auto-dimming: Second Wind dims when Surge Forward is at max charges
- Per-ability bar toggles in Settings
- Blizzard Settings panel integration
- Slash commands (
/fs,/flightsim) - Automatic show/hide based on skyriding state
- Defensive API wrappers for Midnight beta compatibility
- Performance optimizations:
- Adaptive throttling (20Hz flying, 0.2Hz hidden)
- Table reuse to avoid per-frame allocations
- Frame-level caching for skyriding detection

