LibBars-1.0-r80269

Details

  • Filename
    LibBars-1.0-r80269.zip
  • Uploaded by
  • Uploaded
    Aug 12, 2008
  • Size
    19.55 KB
  • Downloads
    125
  • MD5
    4b16aa45d925f696c143426f308c0d6f

Supported WoW Retail Versions

  • 2.4.3

Changelog

------------------------------------------------------------------------
r80269 | adirelle | 2008-08-12 08:44:19 -0400 (Tue, 12 Aug 2008) | 10 lines
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0:
- the bars send new messages :
  * TimerStarted when the timer is (re)started,
  * TimerStopped when the timer is forcibly stopped,
  * FadeStarted when the bar starts to fade out,
  * FadeStopped when the fading out is cancelled,
  * BarReleased when the bar is about to be recycled,
- properly stop any timer/fading/flashing at bar release, sending any messages as necessary,
- properly reset status attributes at bar release,
- new bar methods : IsFading(), StopTimer()
------------------------------------------------------------------------
r80129 | neotron | 2008-08-10 16:07:12 -0400 (Sun, 10 Aug 2008) | 1 line
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0: Now works both in WotLK and retail.
------------------------------------------------------------------------
r80090 | adirelle | 2008-08-10 05:02:12 -0400 (Sun, 10 Aug 2008) | 3 lines
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0:
- added spacing to groups,
- added some getters to bar group prototypes.
------------------------------------------------------------------------
r80058 | adirelle | 2008-08-09 19:51:39 -0400 (Sat, 09 Aug 2008) | 3 lines
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0:
- layout the labels according to the orientation,
- avoid label overlapping.
------------------------------------------------------------------------
r79741 | adirelle | 2008-08-03 14:30:17 -0400 (Sun, 03 Aug 2008) | 1 line
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0: added a new bar method : bar:SetText(text)
------------------------------------------------------------------------
r79643 | adirelle | 2008-08-02 04:11:25 -0400 (Sat, 02 Aug 2008) | 3 lines
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0:
- now propagates the fill settings from group to bar at creation,
- now properly updates the group anchor size and bar size when changing orientation.
------------------------------------------------------------------------
r79624 | adirelle | 2008-08-01 17:33:15 -0400 (Fri, 01 Aug 2008) | 3 lines
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0:
- new method :GetBarGroups(),
- added "GetBarGroup" and "GetBarGroups" to the mixins.
------------------------------------------------------------------------
r79502 | ulic | 2008-07-30 11:28:04 -0400 (Wed, 30 Jul 2008) | 1 line
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0: Whoops, undid some stuff that I commited but didn't mean to in r79440
------------------------------------------------------------------------
r79440 | ulic | 2008-07-29 23:30:33 -0400 (Tue, 29 Jul 2008) | 1 line
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0: Added the ability to set the background texture color per bar
------------------------------------------------------------------------
r79239 | kritzi | 2008-07-27 05:25:26 -0400 (Sun, 27 Jul 2008) | 1 line
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0.toc

LibBars-1.0: changed the name in .toc file to macht the name style of ace librarys
------------------------------------------------------------------------
r78491 | oridan | 2008-07-15 11:56:35 -0400 (Tue, 15 Jul 2008) | 1 line
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0: Correct display of seconds on timers greater than 1 hour.
------------------------------------------------------------------------
r78332 | durcyn | 2008-07-13 06:33:51 -0400 (Sun, 13 Jul 2008) | 1 line
Changed paths:
   M /trunk/LibBars-1.0/LibBars-1.0/LibBars-1.0.lua

LibBars-1.0: clean up leaked 'texcoord' global on 1096
------------------------------------------------------------------------