promotional bannermobile promotional banner

Bitten's Utils

General functions used in Bitten's addons.

File Details

1.2.1

  • R
  • Aug 6, 2013
  • 7.71 KB
  • 331
  • 5.3.0
  • Retail

File Name

BittensUtils-1.2.1.zip

Supported Versions

  • 5.3.0

Version 1.2.1

This version supports the latest release of Know Your Loot Spec.

  • Bugfix for Lua error.
  • Added u.CreateHeap().IsEmpty().
  • Lots of work on options panes, getting them ready to support more than just check boxes. Some support is already in place for Sliders and Drop Downs.
  • Added u.ToggleOptionsPane()
  • Ever so slight performance improvement when there are no active timers (via u.Schedule()).

Version 1.2.0

This version supports the latest release of Know Your Loot Spec.

  • Added u.CreateHeap().
  • Added u.Schedule().

Version 1.1.1

  • Internal organization changes.

Version 1.1.0

  • Added u.Keys() and u.Values().
  • Added u.CreateOptionsPanel().AddLabel() and .AddCheckBoxGroup().
  • u.CreateOptionPanel().AddCheckBox() now returns the y offset of the bottom of the check box.
  • Bugfix - Resetting the defaults of a created option pane was not resetting the display as it should.

Version 1.0.0

  • Added u.WrapFunction()
  • u.RegisterEventHandler() now supports MY_SPECIALIZATION_CHANGED.

Version 0.2.1

  • Added u.NoOp()
  • Bugfix: u.CreateOptionsPanel().AddCheckBox() only worked correctly for the first one added.

Version 0.2.0

  • Added u.ShallowCopy()
  • Added u.PrintTable()
  • Added u.CreateOptionsPanel()
  • Added u.Call()
  • Added u.Pairs()

Version 0.1.0

  • Initial Release