r218
Details
-
FilenameSmartRes2-r218.zip
-
Uploaded by
-
UploadedOct 1, 2012
-
Size218.63 KB
-
Downloads1,095
-
MD5393c90a399f503797102705894b1ca9e
Supported WoW Retail Versions
- 5.0.5
Changelog
------------------------------------------------------------------------
r218 | myrroddin | 2012-10-01 17:29:32 +0000 (Mon, 01 Oct 2012) | 1 line
Changed paths:
M /trunk/SmartRes2.lua
- Hopefully fixed the bind/unbind errors posted on the Curse comment section
------------------------------------------------------------------------
r217 | myrroddin | 2012-09-26 17:52:13 +0000 (Wed, 26 Sep 2012) | 4 lines
Changed paths:
M /trunk/SmartRes2.lua
M /trunk/SmartRes2Options.lua
- Specifically call key bind functions whenever a key bind changes
- If key bind is empty string "" then clear it rather than setting the empty string
- Verify player and guild know Mass Resurrection before setting key bind
- Disable Mass Resurrection key bind if unknown, but leave it visible in options
------------------------------------------------------------------------
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
------------------------------------------------------------------------