Release-1.16

Details

  • Filename
    Broker_RecountFu-Release-1.16.zip
  • Uploaded by
  • Uploaded
    Dec 5, 2012
  • Size
    163.39 KB
  • Downloads
    2,661
  • MD5
    181c63797816ff0d7830ca9efdc7609b

Supported WoW Retail Versions

  • 5.1.0

Changelog

------------------------------------------------------------------------
r33 | broliant | 2012-12-05 19:37:51 +0000 (Wed, 05 Dec 2012) | 1 line
Changed paths:
   A /tags/Release-1.16 (from /trunk:32)

Broker_RecountFu: Tagging as release of version 1.16.
------------------------------------------------------------------------
r32 | broliant | 2012-12-05 19:37:23 +0000 (Wed, 05 Dec 2012) | 3 lines
Changed paths:
   M /trunk/Broker_RecountFu.toc
   M /trunk/Changelog.txt
   M /trunk/Components/BRFCommon.lua
   M /trunk/Localisation/enUS.lua

Broker_RecountFu:
2012-12-05 ("Winning on Threat:1.16")
-- Updated Monk colour to cff00ff96 for consistency with game and other addons.
------------------------------------------------------------------------
r30 | broliant | 2012-12-05 08:32:29 +0000 (Wed, 05 Dec 2012) | 3 lines
Changed paths:
   M /trunk/Broker_RecountFu.toc
   A /trunk/Changelog.txt
   M /trunk/Components/BRFRecount.lua
   M /trunk/Localisation/enUS.lua

Broker_RecountFu:
2012-12-05 ("Winning on Threat:1.15")
-- Added function BRFRecount:MatchUnitGUID(unitname, guid) to address potential errors.
------------------------------------------------------------------------
r28 | broliant | 2012-12-04 21:37:45 +0000 (Tue, 04 Dec 2012) | 17 lines
Changed paths:
   M /trunk/Broker_RecountFu.lua
   M /trunk/Broker_RecountFu.toc
   M /trunk/Components/BRFCommon.lua
   M /trunk/Components/BRFConfig.lua
   M /trunk/Components/BRFData.lua
   M /trunk/Localisation/enUS.lua

Broker_RecountFu:
2012-12-04 ("Winning on Threat:1.14")
-- Added 'Always Show 1DP' configuration option.
-- > Switched on by default.
-- > Enabled/Disabled via new toggle option in the System menu.
-- > Forces display of 1 decimal place of data when using compacted numbers.
-- > With it addon displays: 4.5K DPS, 44.5K, 444.5K DPS etc.
-- > Without it, addon displays: 4.5K DPS, 44K DPS, 444K DPS etc.
-- Added 'Comma-Period Separation' configuration option.
-- > Switched on by default.
-- > Enabled/Disabled via new toggle option in the System menu.
-- > Toggles between using 'Comma-Period' and 'Period-Comma' separation formats.
-- > With it enabled,  formats '123456.789' as '123,456.789'.
-- > With it disabled, formats '123456.789' as '123.456,789'.
-- Updated BRFCommon:IsPlayerInParty(~) to match the new HT implementation.
-- Updated BRFCommon:IsPlayerInRaid(~) to match the new HT implementation.
-- Updated TOC version to 50100 for up-to-date compatibility with patch 5.1.
------------------------------------------------------------------------
r26 | broliant | 2012-11-15 17:09:06 +0000 (Thu, 15 Nov 2012) | 8 lines
Changed paths:
   M /trunk/Broker_RecountFu.lua
   M /trunk/Broker_RecountFu.toc
   M /trunk/Components/BRFCommon.lua
   M /trunk/Components/BRFConfig.lua
   M /trunk/Components/BRFData.lua
   M /trunk/Components/BRFRecount.lua
   M /trunk/Localisation/enUS.lua

Broker_RecountFu:
2012-11-12 ("Winning on Threat:1.13")
-- Added 'Compact System Numbers' feature for better display of large values.
-- > Switched on by default.
-- > Enabled/Disabled via new toggle option in the System menu.
-- > Examples: 1000000 => 1M, 1000 => 1K, 1500 => 1.5K etc.
-- > Units Supported: Thousands(K), Millions(M), Billions(B), Trillions(T).
-- > Affects both text-label and tooltip. (Common formatter for both features.)
------------------------------------------------------------------------

Additional Files