r357

Details

  • Filename
    WIM-r357.zip
  • Uploaded by
  • Uploaded
    Dec 11, 2012
  • Size
    647.51 KB
  • Downloads
    5,660
  • MD5
    5348990f7e62b1e3319d61f62034bbe0

Supported WoW Retail Versions

  • 5.1.0

Changelog

------------------------------------------------------------------------
r357 | mysticalos | 2012-12-11 18:55:59 +0000 (Tue, 11 Dec 2012) | 1 line
Changed paths:
   M /trunk/Modules/ClickControl.lua
   M /trunk/Modules/History.lua
   M /trunk/Modules/ShortcutBar.lua
   M /trunk/Modules/URLHandler.lua
   M /trunk/Sources/Clear.lua
   M /trunk/Sources/Options/Options.lua
   M /trunk/WIM.lua

chance index from 3 to STATICPOPUP_NUMDIALOGS (4) to further reduce likeliness of running into blizzard.
------------------------------------------------------------------------
r355 | mysticalos | 2012-12-06 21:35:35 +0000 (Thu, 06 Dec 2012) | 1 line
Changed paths:
   M /trunk/WIM.toc

and toc, no one did that either. :\
------------------------------------------------------------------------
r354 | mysticalos | 2012-12-06 21:34:03 +0000 (Thu, 06 Dec 2012) | 1 line
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/WIM.lua

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