r127

Details

  • Filename
    AddonLoader-r127.zip
  • Uploaded by
  • Uploaded
    Mar 17, 2013
  • Size
    16.88 KB
  • Downloads
    1,002
  • MD5
    0f13cf277c4c9808bff401c1d1df023c

Supported WoW Retail Versions

  • 5.2.0

Changelog

------------------------------------------------------------------------
r127 | oscarucb | 2013-03-17 21:23:06 +0000 (Sun, 17 Mar 2013) | 5 lines
Changed paths:
   M /trunk/AddonLoader.lua

ticket 20: fix time limit errors from trying to automatically load addons in combat
Delay all addon loading from "automatic" conditions that trigger during combat until after combat,
unless the addon is specifically flagged for X-LoadOn-Combat.
The user can still initiate "manual" loading in combat via X-LoadOn-LDB-Launcher or X-LoadOn-Slash.

------------------------------------------------------------------------
r126 | mikk | 2013-03-17 16:25:37 +0000 (Sun, 17 Mar 2013) | 2 lines
Changed paths:
   M /trunk/Conditions.lua

"X-LoadOn-Always: delayed" will now cease loading addons in combat. It resumes loading addons AFTER combat. This is due to Blizzard placing restrictions on how much CPU we can use during combat.
IF you want your addons to load in combat, use "X-LoadOn-Combat: true" and hope for the best.
------------------------------------------------------------------------
r125 | mikk | 2013-03-10 14:42:48 +0000 (Sun, 10 Mar 2013) | 1 line
Changed paths:
   M /trunk/AddonLoader.toc

TOC 50200
------------------------------------------------------------------------