Release-1.14

Details

  • Filename
    Broker_RecountFu-Release-1.14.zip
  • Uploaded by
  • Uploaded
    Dec 4, 2012
  • Size
    162.03 KB
  • Downloads
    518
  • MD5
    abdd2e28a05f118ed6589d744ae7e5b8

Supported WoW Retail Versions

  • 5.1.0

Changelog

------------------------------------------------------------------------
r29 | broliant | 2012-12-04 21:38:57 +0000 (Tue, 04 Dec 2012) | 1 line
Changed paths:
   A /tags/Release-1.14 (from /trunk:28)

Broker_RecountFu: Tagging as release of version 1.14.
------------------------------------------------------------------------
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