-
Notifications
You must be signed in to change notification settings - Fork 0
Change
Mottie edited this page Sep 14, 2013
·
4 revisions
Wiki Pages: Home | Setup | Options | Change
- Added Siege of Orgrimmar instance.
- Fixed the normal instance total number of bosses within the details display (click on any progress bar to see it).
-
Fixed an issue with the plugin not working with localized languages properly.
-
The plugin now uses the instance ID instead of the instance name, so now all intances names are localized properly.
-
To change the language of the expansion name, modify the
allexps
option.allexps : { "mists" : "mistery", // get it? HA! "cat" : "cataclyzum" // I spell guud }
-
-
Added a
debug
option which outputs to the console for troubleshooting.
- Updated css to include the new raid icon
- Added Throne of Thunder instance (patch 5.2)
- Hacked around the issue of handling errors for misspelled names.
- Basically, if JSONP requests aren't successful, they don't trigger any events (ref).
- If only part of the data has completed loading, this plugin will attempt to build the progression display with what it has already loaded.
- If the JSONP requests are all successful, but delayed such that the alloted time (setTimeout set to 2 seconds) has passed, it will build the progression display again with all of the data.
- I know this isn't an ideal solution, so if you can figure out a better way, please feel free to fork and push some changes!
- Removed escaping of character names as it was improperly encoding special characters.
- Fixed empty raider string issues.
- A javascript error will no longer occur.
- Ratios will now calculate properly - empty strings not included in the number of raiders.
-
Script will now ignore the case in raider names.
-
Added
details
option:- If
true
, it adds raider boss kills to the bottom of the tooltip (see the screenshots). - This enables the admin to check if the script is working properly or if a raider needs to be excluded from the list.
- These details will always be present within the tooltip, and only hidden when this option is
false
. - The style can be modified using css.
- These details were only meant for debugging, so it's not perfect; e.g. the Bastion of Twilight normal mode details will show 5 bosses, instead of the correct 4.
- If
-
Added
clickForDetails
option:- When
true
clicking on a progress bar will reveal or hide (toggle) the details within the tooltip. - Set this to
false
to never enable progress bar clicking.
- When
- Empty strings in the raiders option will now be ignored.
- Initial release.