r350

Details

  • Filename
    WIM-r350.zip
  • Uploaded by
  • Uploaded
    Nov 28, 2012
  • Size
    645.83 KB
  • Downloads
    892
  • MD5
    6fdddf4805ca153d45ee582c66313e15

Supported WoW Retail Versions

  • 5.0.5

Changelog

------------------------------------------------------------------------
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
------------------------------------------------------------------------