r213
Details
-
FilenameSmartRes2-r213.zip
-
Uploaded by
-
UploadedSep 16, 2012
-
Size217.77 KB
-
Downloads552
-
MD5db0ef81f20175a9752c80f93baf168ba
Supported WoW Retail Versions
- 5.0.5
Changelog
------------------------------------------------------------------------
r213 | myrroddin | 2012-09-17 01:17:42 +0000 (Mon, 17 Sep 2012) | 1 line
Changed paths:
M /trunk/SmartRes2.lua
- Hopefully finally fix that stupid error (ticket #64) thanks to Dridzt and funkydude
------------------------------------------------------------------------
r211 | myrroddin | 2012-09-15 11:27:10 +0000 (Sat, 15 Sep 2012) | 8 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/SmartRes2.lua
M /trunk/SmartRes2Options.lua
-- Account for two Blizzard bugs
- monochrome font style not working properly (commented all code out)
- outline and thick outline styles slightly optimized in their application to fonts
- the variable _ (underscore) got declared as global
-- Some tweaks checking for raid or party
- chat messages will only output if you are in a party or raid
- self notification will always work
-- Add tools-used line for LibResComm in pkgmeta
------------------------------------------------------------------------
r209 | myrroddin | 2012-08-28 01:41:41 +0000 (Tue, 28 Aug 2012) | 2 lines
Changed paths:
A /trunk/License.txt
M /trunk/SmartRes2.toc
- Forgot to add the License.txt
- And X-License to toc
------------------------------------------------------------------------
r208 | myrroddin | 2012-08-28 01:27:50 +0000 (Tue, 28 Aug 2012) | 3 lines
Changed paths:
M /trunk/SmartRes2.lua
M /trunk/SmartRes2Options.lua
- Clean up debug code
- Obliterate 'cast' command
- More global strings instead of localization
------------------------------------------------------------------------
r207 | myrroddin | 2012-08-21 01:52:32 +0000 (Tue, 21 Aug 2012) | 6 lines
Changed paths:
M /trunk/SmartRes2.lua
M /trunk/SmartRes2Options.lua
- poke for latest alpha of LibResComm-1.0
- hopefully fix long standing bug where res cast is interrupted and target becomes invalid for a few seconds
- removed command "cast" since it won't work no matter what I do
- replace some strings with Blizzard global entries
- fix UnitClass bug, I hope
- replace LibResComm:IsUnitBeingRessed() with Blizzard's UnitHasIncomingResurrection() API since we don't need to know who the resser is, only if it is true or false
------------------------------------------------------------------------