r216
Details
-
FilenameScorchio2-r216.zip
-
Uploaded by
-
UploadedApr 4, 2015
-
Size177.33 KB
-
Downloads175
-
MD5a3be15126f1b5236b457a140c7125424
Supported WoW Retail Versions
- 6.1.0
Changelog
------------------------------------------------------------------------
r216 | ywfn | 2015-04-04 08:54:39 +0000 (Sat, 04 Apr 2015) | 1 line
Changed paths:
M /trunk/Options/Options.lua
M /trunk/Scorchio2.lua
Sort priority added. In the Bar Options for each bar type, there will be a "Sorting Priority" field which defaults to 50 but can be adjusted between 1 and 99. A higher value will force bars of those type to be closer to your anchor. When priority is the same for two types of bars, Scorchio will fall back to the sorting order it's always used in the past (which is max duration as the first sort key, and remaining duration as a secondary sort key).
------------------------------------------------------------------------
r215 | ywfn | 2015-04-02 08:40:38 +0000 (Thu, 02 Apr 2015) | 2 lines
Changed paths:
M /trunk/Scorchio2.lua
- Estimated values are no longer forced for IB-spread DoTs. Game-provided values (duration/expiration/tick value) will be used whenever it's possible to get them.
- Switched over to using game-provided duration values for all buffs/debuffs for consistency. This reverts's r208's change to the behavior of IB-spread bars. Note: the game resets the duration of AP/IV bars each time Overpowered/Thermal Void apply a change to expiration time, so those bars will now fluctuate more than before, when using those talents.
------------------------------------------------------------------------
r214 | ywfn | 2015-04-01 11:20:13 +0000 (Wed, 01 Apr 2015) | 1 line
Changed paths:
M /trunk/Scorchio2.lua
Some cleanup of bar handling
------------------------------------------------------------------------
r213 | ywfn | 2015-03-31 20:53:13 +0000 (Tue, 31 Mar 2015) | 1 line
Changed paths:
M /trunk/Scorchio2.lua
Fixes for test bars
------------------------------------------------------------------------
r212 | ywfn | 2015-03-31 04:23:54 +0000 (Tue, 31 Mar 2015) | 1 line
Changed paths:
M /trunk/Scorchio2.lua
Likely bugfix for occasionally disappearing bars
------------------------------------------------------------------------
r211 | ywfn | 2015-03-30 20:04:48 +0000 (Mon, 30 Mar 2015) | 1 line
Changed paths:
M /trunk/Scorchio2.lua
Fix for buff filtering
------------------------------------------------------------------------
r210 | ywfn | 2015-03-30 07:23:20 +0000 (Mon, 30 Mar 2015) | 1 line
Changed paths:
M /trunk/Scorchio2.lua
Disable wordwrap on bar label text
------------------------------------------------------------------------
r209 | ywfn | 2015-03-30 07:12:25 +0000 (Mon, 30 Mar 2015) | 1 line
Changed paths:
M /trunk/Scorchio2.lua
Fire Blast no longer spreads DoTs, only Inferno Blast does
------------------------------------------------------------------------
r208 | ywfn | 2015-03-30 06:48:43 +0000 (Mon, 30 Mar 2015) | 5 lines
Changed paths:
M /trunk/Options/Database.lua
M /trunk/Options/Options.lua
M /trunk/Scorchio2.lua
- Major rewrite of event/aura handler for efficiency, to eliminate several bugs and quirks that have been around for years, and potential future features
- Bars representing DoTs that were spread via Fire/Inferno Blast will now reflect the max duration of the original DoT, rather than having their max duration set to their actual duration at the time of the spread
- You can now use $t in your bar text for Ignite and Combustion to show your current tick value. If tick value is unknown, a "?" will be inserted instead. Users with the default "$m" bar label for Combustion and Ignite will be automatically upgraded to the new default of "$m ($t)". Change your bar text back to "$m" if you want to get rid of the new tick value feature. Also added localization phrase for the new bar text tooltip (mentions the new "$t").
- Reworked default options for new users
- Other misc fixes
------------------------------------------------------------------------
r207 | ywfn | 2015-03-25 12:22:38 +0000 (Wed, 25 Mar 2015) | 1 line
Changed paths:
M /trunk/Scorchio2.lua
Some mirror images cleanup
------------------------------------------------------------------------
r205 | ywfn | 2015-03-25 07:26:05 +0000 (Wed, 25 Mar 2015) | 1 line
Changed paths:
M /trunk/Scorchio2.lua
Couple minor fixes
------------------------------------------------------------------------
r203 | ywfn | 2015-03-22 05:48:29 +0000 (Sun, 22 Mar 2015) | 1 line
Changed paths:
M /trunk/Scorchio2.lua
Add new polymorph spells, more polymorph code adjustments
------------------------------------------------------------------------
r202 | ywfn | 2015-03-22 05:20:32 +0000 (Sun, 22 Mar 2015) | 1 line
Changed paths:
M /trunk/Options/Scorchio2_Options.toc
M /trunk/Scorchio2.toc
M /trunk/Scorchio2_Options/Scorchio2_Options.toc
Update ToCs for 6.1
------------------------------------------------------------------------
r201 | ywfn | 2015-03-22 05:18:53 +0000 (Sun, 22 Mar 2015) | 2 lines
Changed paths:
M /trunk/Scorchio2.lua
Fix bugged polymorph break notification
------------------------------------------------------------------------