0.17
Details
-
FilenameBloodShieldTracker-0.17.zip
-
Uploaded by
-
UploadedMay 13, 2012
-
Size273.84 KB
-
Downloads33,722
-
MD5274e6c3b55c7867093abf1592140789a
Supported WoW Retail Versions
- 4.3.4
Changelog
tag 0.17
a10e05fb67a9cde65d1bc015424630df3081ed0f
Talryn <git@talryn.sent.com>
2012-05-13 01:33:11 -0400
Tagging as 0.17.
- Changed the format of the settings. Players who were using the default settings for the size/position of bars may see that changed to the new default.
- Added the Total Absorbs bar.
- Added the Alternate Minimum for the Estimate Bar. You can now override the minimum DS/BS and use your own value.
- Added an option to show numbers in various formats; including raw, delimited, or abbreviated.
- Added X/Y offset options for all the bars so you can precisely position them if desired.
- Changed the default positions of the bars to a more suitable place. New users should find it easier to see and setup the bars.
- Performance improvement by switching from tooltip scanning to using the value from UnitAura. Thanks to jlam for the suggestion.
--------------------
Talryn:
- Move skinning options into a separate table.
- Use function reference for FormatNumber conditional. Add an example to the Number Format selection.
- Move the default bar positions a little lower.
- Fix bug where health bar isn't hidden when toggling config mode.
- Add number format option. Change default position of bars so they are a little lower on screen.
- Remove old options code.
- Add Alternate Minimum feature. Refactor code so options table is split up.
- Fix bug where Illum Heal bar value does not update.
- Migrate settings and set precision before creating bars.
- Remove lock_illumbar during migration.
- Migrate lock_illumbar as it was being used instead of lock_illum.
- Fix error when item/spell names do not load at startup.
- Clean up aura checking code. Add Indomitable Pride. Allow control over absorbs for absorbs bar.
- Remove the checks from PWS, Illum Heal, and DA aura scans.
- Cleanup migration code and add profile version.
- Update default positions so bars are visible on first load. Force a health refresh when the Health Bar is enabled.
- Switching absorb bar to purple since gray didn't work too well.
- Add X/Y Offset for Health Bar.
- Add X and Y offset options for the rest of the bars.
- More work on the options. * Revert useAuraForShield back to a global setting. * Add X, Y Offset in Blood Shield Bar options * Fix typo for health bar in Config Mode
- Fix error with shield bar and config mode.
- Add new class for bars and convert existing bars to use it.
- Cleanup more old tooltip code.
- Change from tooltip scanning to using UnitAura values. Thanks to jlam for the suggestion.