r33

Details

  • Filename
    Libra-r33.zip
  • Uploaded by
  • Uploaded
    Nov 18, 2014
  • Size
    19.50 KB
  • Downloads
    65
  • MD5
    2f25685b71b4d866eeb821520f7d3d81

Supported WoW Retail Versions

  • 6.0.3

Changelog

------------------------------------------------------------------------
r33 | lombra | 2014-11-18 10:34:15 +0000 (Tue, 18 Nov 2014) | 1 line
Changed paths:
   M /trunk/Libra/Utils.lua

- Strip spaces from realm name before checking if it's your own realm in IsConnectedRealm.
------------------------------------------------------------------------
r32 | lombra | 2014-11-16 03:15:59 +0000 (Sun, 16 Nov 2014) | 1 line
Changed paths:
   M /trunk/Libra/Addon.lua

- Also remove empty tables resulting from defaults cleanup.
------------------------------------------------------------------------
r31 | lombra | 2014-11-13 22:37:16 +0000 (Thu, 13 Nov 2014) | 1 line
Changed paths:
   M /trunk/Libra/Core.lua
   M /trunk/Libra/Utils.lua

- Embed arbitrary methods differently. (so that it actually works)
------------------------------------------------------------------------
r30 | lombra | 2014-11-13 20:18:12 +0000 (Thu, 13 Nov 2014) | 4 lines
Changed paths:
   M /trunk/Libra/Addon.lua
   M /trunk/Libra/Core.lua
   M /trunk/Libra/Libra.xml
   M /trunk/Libra/OptionsFrame.lua
   A /trunk/Libra/Utils.lua

- Libra:EmbedWidgets -> Libra:Embed. EmbedWidget remains for backwards compatibility for now.
- Add addonObject:CreateDB("GlobalName"[, defaults]) for creating a simple database optionally copying defaults from provided table. Default values will be cleared on logout.
- Add Libra:AddControlType(type, constructor, controlData) for adding control types to be used with OptionsFrames.
- Add Utils module. Currently featuring connected realms helper functions.
------------------------------------------------------------------------
r29 | lombra | 2014-10-24 17:50:22 +0000 (Fri, 24 Oct 2014) | 2 lines
Changed paths:
   M /trunk/Libra/AceDBControls.lua
   M /trunk/Libra/Editbox.lua

- Properly set the text of the AceDB dual profile dropdown frame when changing the dual profile.
- Simplify editbox template in accordance to changes done to related FrameXML templates.
------------------------------------------------------------------------
r28 | lombra | 2014-10-17 13:54:11 +0000 (Fri, 17 Oct 2014) | 1 line
Changed paths:
   M /trunk/Libra/AceDBControls.lua

- Fix dual profile toggle.
------------------------------------------------------------------------