r216
Details
-
FilenameSmartRes2-r216.zip
-
Uploaded by
-
UploadedSep 24, 2012
-
Size218.67 KB
-
Downloads605
-
MD5d61c4ca01d3d6ac8790b52e67f35096e
Supported WoW Retail Versions
- 5.0.5
Changelog
------------------------------------------------------------------------
r216 | myrroddin | 2012-09-25 03:16:17 +0000 (Tue, 25 Sep 2012) | 1 line
Changed paths:
M /trunk/Locales/Localization.Spanish.lua
M /trunk/Locales/Localization.deDE.lua
M /trunk/Locales/Localization.enUS.lua
M /trunk/Locales/Localization.frFR.lua
M /trunk/Locales/Localization.itIT.lua
M /trunk/Locales/Localization.koKR.lua
M /trunk/Locales/Localization.ptBR.lua
M /trunk/Locales/Localization.ruRU.lua
M /trunk/Locales/Localization.zhCN.lua
M /trunk/Locales/Localization.zhTW.lua
- Fix all the leaking global variables thanks to Sonayahh for the bug report
------------------------------------------------------------------------
r215 | myrroddin | 2012-09-24 19:12:49 +0000 (Mon, 24 Sep 2012) | 5 lines
Changed paths:
M /trunk/Locales/Localization.Spanish.lua
M /trunk/Locales/Localization.deDE.lua
M /trunk/Locales/Localization.enUS.lua
M /trunk/Locales/Localization.frFR.lua
M /trunk/Locales/Localization.itIT.lua
M /trunk/Locales/Localization.koKR.lua
M /trunk/Locales/Localization.ptBR.lua
M /trunk/Locales/Localization.ruRU.lua
M /trunk/Locales/Localization.zhCN.lua
M /trunk/Locales/Localization.zhTW.lua
M /trunk/SmartRes2.lua
M /trunk/SmartRes2.toc
M /trunk/SmartRes2Options.lua
- Lots of fixes to localization files
- Load the enUS (English) file first so it doesn't error
- The sorted resser list improved
- Apparently there was a change in the last year on how to process key binds. Yep, they should work now finally
- Other miscellaneous fixes and tweaks
------------------------------------------------------------------------
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
------------------------------------------------------------------------