r353

Details

  • Filename
    WIM-r353.zip
  • Uploaded by
  • Uploaded
    Nov 29, 2012
  • Size
    646.01 KB
  • Downloads
    5,186
  • MD5
    6228609bc415e5cfbb573e3639b068e9

Supported WoW Retail Versions

  • 5.0.5

Changelog

------------------------------------------------------------------------
r353 | dridzt | 2012-11-29 22:24:06 +0000 (Thu, 29 Nov 2012) | 1 line
Changed paths:
   M /trunk/Sources/WindowHandler.lua

- Another take at fixing BNet icons.
------------------------------------------------------------------------
r352 | mysticalos | 2012-11-29 20:00:43 +0000 (Thu, 29 Nov 2012) | 1 line
Changed paths:
   M /trunk/Sources/WindowHandler.lua

fix a regression that caused incorrect class icons on window.
------------------------------------------------------------------------
r351 | dridzt | 2012-11-29 00:13:35 +0000 (Thu, 29 Nov 2012) | 1 line
Changed paths:
   M /trunk/Sources/WindowHandler.lua

- Fix ticket 367 'attempt to concatenate guild'
------------------------------------------------------------------------
r350 | dridzt | 2012-11-28 22:33:01 +0000 (Wed, 28 Nov 2012) | 1 line
Changed paths:
   M /trunk/Modules/ChatEngine.lua

- Disabling the party module should unregister party leader as well, not just party member.
------------------------------------------------------------------------
r349 | dridzt | 2012-11-28 22:12:14 +0000 (Wed, 28 Nov 2012) | 4 lines
Changed paths:
   M /trunk/Modules/ChatEngine.lua
   M /trunk/Modules/Negotiate.lua
   M /trunk/Skins/Default/skin.lua
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/Options/Options.lua
   M /trunk/WIM.lua

- Fix some UI element overflows in options, prettify (sub)categories a bit.
- Fix a texture on default skin.
- Update group events and API to 5.x compliance, attempt to fix party chat properly.
- Enable the Instance module from options (formerly battleground) if you want to test the new 5.1 /i(nstance) chat, this is no longer the same as /p(arty).
------------------------------------------------------------------------
r348 | mysticalos | 2012-11-28 18:41:29 +0000 (Wed, 28 Nov 2012) | 1 line
Changed paths:
   M /trunk/Modules/ChatEngine.lua

odd fix, but it works to resolve UnitExists behaving differently in LFG vs normal parties. Ticket http://www.wowace.com/addons/wim-3/tickets/344-party-chat-management/
------------------------------------------------------------------------
r347 | dridzt | 2012-11-28 14:50:46 +0000 (Wed, 28 Nov 2012) | 1 line
Changed paths:
   M /trunk/Modules/ChatEngine.lua

- unhardcode BN channelcount, actually check that BN is enabled and connected before doing stuff (and not just that the checking function exists).
------------------------------------------------------------------------
r346 | dridzt | 2012-11-28 14:11:07 +0000 (Wed, 28 Nov 2012) | 1 line
Changed paths:
   M /trunk/Modules/ChatEngine.lua
   M /trunk/Modules/Filters.lua
   M /trunk/Modules/History.lua
   M /trunk/Modules/Sounds.lua
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/WindowHandler.lua

- Removal of BG/BG Leader, addition of INSTANCE/INSTANCE_LEADER (not backwards compatible with 5.0.x and previous)
------------------------------------------------------------------------
r345 | mysticalos | 2012-11-28 00:38:15 +0000 (Wed, 28 Nov 2012) | 1 line
Changed paths:
   M /trunk/Modules/ChatEngine.lua

fix some nil errors at login/reloadui from trying to fire events before BN is available.
------------------------------------------------------------------------
r344 | sylvanaar | 2012-10-20 22:02:08 +0000 (Sat, 20 Oct 2012) | 1 line
Changed paths:
   M /trunk/Sources/WindowHandler.lua

remove debug code
------------------------------------------------------------------------