File Details
60000.16
- R
- Jan 17, 2015
- 38.19 KB
- 44.6K
- 6.0.3
- Retail
File Name
BittensSpellFlashLibrary-60000.16.zip
Supported Versions
- 6.0.3
------------------------------------------------------------------------
r352 | slippycheeze | 2015-01-17 04:48:48 +0000 (Sat, 17 Jan 2015) | 1 line
Changed paths:
A /tags/60000.16 (from /trunk:350)
Create tag 60000.16
------------------------------------------------------------------------
r350 | slippycheeze | 2015-01-17 04:47:49 +0000 (Sat, 17 Jan 2015) | 1 line
Changed paths:
M /trunk/src/Flashing.lua
Handle nil rotation in finding flash color
------------------------------------------------------------------------
r348 | slippycheeze | 2015-01-12 06:55:30 +0000 (Mon, 12 Jan 2015) | 1 line
Changed paths:
M /trunk/src/BittensSpellFlashLibrary.lua
Add c.Form, to wrap s.Form without needing to do manual ID traslation
------------------------------------------------------------------------
r346 | slippycheeze | 2015-01-12 05:29:36 +0000 (Mon, 12 Jan 2015) | 1 line
Changed paths:
M /trunk/src/BittensSpellFlashLibrary.lua
M /trunk/src/Events.lua
M /trunk/src/Flashing.lua
M /trunk/src/Foods.lua
M /trunk/src/OptionsFrames.lua
D /trunk/src/Simulations.lua
Clean up luacheck warnings and errors
------------------------------------------------------------------------
r345 | slippycheeze | 2015-01-12 05:29:32 +0000 (Mon, 12 Jan 2015) | 5 lines
Changed paths:
M /trunk/src/Flashing.lua
M /trunk/src/SlashCommands.lua
Remove AoE mode, add rotation default flash color overrides
This is used in the pally module, since every spell is gold, and that
has low contrast with the default flashing color. Since this is a
significant change, the new feature is optional.
------------------------------------------------------------------------
r344 | slippycheeze | 2015-01-12 05:29:27 +0000 (Mon, 12 Jan 2015) | 1 line
Changed paths:
M /trunk/src/BittensSpellFlashLibrary.lua
Whitespace cleanup, no function change
------------------------------------------------------------------------
r342 | slippycheeze | 2015-01-03 09:30:51 +0000 (Sat, 03 Jan 2015) | 10 lines
Changed paths:
M /trunk/src/Flashing.lua
Add support for spell.Debug to dig into why a spell failed to flash
This is something I have written, and deleted, about a dozen times while
trying to figure out Blizzard bugs (like "this spell has range, but is
never, ever in range" on Earthquake).
This codifies it, and makes it reasonably efficient, in that it returns
one extra value from a function, a constant string, and performs one
extra conditional dereference, load, check set, without function calls
if debugging is not enabled.
------------------------------------------------------------------------
r340 | slippycheeze | 2015-01-01 22:59:53 +0000 (Thu, 01 Jan 2015) | 1 line
Changed paths:
M /trunk/src/BittensSpellFlashLibrary.lua
Don't print messages about "nil" spells being undefined.
------------------------------------------------------------------------
r338 | slippycheeze | 2015-01-01 00:28:23 +0000 (Thu, 01 Jan 2015) | 9 lines
Changed paths:
M /trunk/src/Flashing.lua
Support spell charges natively in rotation flashing
This extends the PriorityFlash and DelayPriorityFlash code to natively
support spells that use charges, such that they will be treated as
unflashable when there are no charges available.
This allows all the hand-coded implementations of the same (or the bugs
where they should have been considered and were not) to be replaced with
the core just doing the right thing™.
------------------------------------------------------------------------
r335 | slippycheeze | 2014-12-20 08:11:11 +0000 (Sat, 20 Dec 2014) | 4 lines
Changed paths:
M /trunk/src/BittensSpellFlashLibrary.lua
M /trunk/src/Flashing.lua
Implement support for "warnings" on rotations.
This is used to warn people about untested or unready parts of addons
when I push them to the public for broader testing.
------------------------------------------------------------------------

