r214
Details
-
FilenameSmartRes2-r214.zip
-
Uploaded by
-
UploadedSep 18, 2012
-
Size218.35 KB
-
Downloads700
-
MD5636290cbebbbe7c9ac84cbc59f1193ed
Supported WoW Retail Versions
- 5.0.5
Changelog
------------------------------------------------------------------------
r214 | myrroddin | 2012-09-18 16:53:06 +0000 (Tue, 18 Sep 2012) | 5 lines
Changed paths:
M /trunk/SmartRes2.lua
-- Lots of fixes and tweaks
- Attempt to fix chat output (self notification works apparently)
- Removed player from Sorted Res List (can't resurrect yourself)
- If cast fails, is interrupted, or stopped, clear resser data
- Set global default values for new profiles (see http://forums.wowace.com/showthread.php?t=19815)
------------------------------------------------------------------------
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
------------------------------------------------------------------------