Release 2.0.3

Details

  • Filename
    SmartRes2-Release_2.0.3.zip
  • Uploaded by
  • Uploaded
    Sep 15, 2012
  • Size
    293.09 KB
  • Downloads
    11,519
  • MD5
    3528d510b5100cf0ec10ffc9f64988e5

Supported WoW Retail Versions

  • 5.0.5

Changelog

------------------------------------------------------------------------
r212 | myrroddin | 2012-09-15 11:31:18 +0000 (Sat, 15 Sep 2012) | 1 line
Changed paths:
   A /tags/Release 2.0.3 (from /trunk:211)

Tagging as Release 2.0.3
------------------------------------------------------------------------
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
------------------------------------------------------------------------

Additional Files