RBM-r77417

Details

  • Filename
    RBM-r77417.zip
  • Uploaded by
  • Uploaded
    Jun 25, 2008
  • Size
    466.93 KB
  • Downloads
    7
  • MD5
    b635e867c3cc51cc792396a709efe9ee

Supported WoW Retail Versions

  • 2.4.3

Changelog

------------------------------------------------------------------------
r77417 | apoco | 2008-06-25 16:32:42 -0400 (Wed, 25 Jun 2008) | 9 lines
Changed paths:
   M /trunk/RBM
   M /trunk/RBM/Config.lua
   M /trunk/RBM/Core.lua
   M /trunk/RBM/FramesClass.lua
   M /trunk/RBM/Locales/Locales.lua
   M /trunk/RBM/Locales/enUS.lua
   M /trunk/RBM/ModuleClasses/Base.lua
   M /trunk/RBM/ModuleClasses/Boss.lua
   M /trunk/RBM/RBM.toc
   M /trunk/RBM/embeds.xml

RBM:
-Fix: Old Toggles staying registered in config menus
-Fix: Boss Target Scanning not working as intended (but working none the less)
-Fix: Boss Death Detection slightly
-Fix: Multiple localization announcing problems. (checking "Announce" setting instead of L["Announce"])
-New: Option to transfer bars to its parent frame if it exists
-Change: Localization Changes to all boss modules, they will now use L["xx"] instead of the global variables.  There are a LOT of new strings that need localized in the locales/xxYY.lua files now.  This should help a lot with some non left-right readers understanding messages.  All boss mod messages have been updated to reflect the changes and updated for standards along with icons on alert messages.
-Change: Added LibBabble-Boss/Zone-3.0 to deps list, will only load them if BigWigs is not enabled.
-Change: LibStub/CallBackHandler-1.0 should nolonger be downloaded with non-embeds versions.
------------------------------------------------------------------------
r77290 | apoco | 2008-06-23 14:24:06 -0400 (Mon, 23 Jun 2008) | 1 line
Changed paths:
   M /trunk/RBM/CooldownWatch/CooldownWatch.lua

RBM: Fixed bug with copying profiles and having old class abilities in the announce menu
------------------------------------------------------------------------
r77268 | zhucc | 2008-06-23 07:32:59 -0400 (Mon, 23 Jun 2008) | 1 line
Changed paths:
   M /trunk/RBM/RBM.toc
   M /trunk/RBM/VersionQuery/VersionQuery.lua

RBM:zhTW update
------------------------------------------------------------------------
r77246 | apoco | 2008-06-22 12:29:53 -0400 (Sun, 22 Jun 2008) | 1 line
Changed paths:
   M /trunk/RBM/Core.lua

RBM: Hotfix - Core.lua:633 attempt to concatenate field 'hex' (a nil value)  If it cant find the hex value it wont attempt to color the name.
------------------------------------------------------------------------
r77173 | apoco | 2008-06-21 02:02:33 -0400 (Sat, 21 Jun 2008) | 1 line
Changed paths:
   M /trunk/RBM/Core.lua

RBM: Added new boss death sound, thanks Breser
------------------------------------------------------------------------
r77115 | chuanhsing | 2008-06-19 22:00:04 -0400 (Thu, 19 Jun 2008) | 1 line
Changed paths:
   M /trunk/RBM/AutoRespond/AutoRespond.lua
   M /trunk/RBM/CooldownWatch/CooldownWatch.lua
   M /trunk/RBM/DeBuffWatch/DeBuffWatch.lua
   M /trunk/RBM/Locales/Locales.xml
   A /trunk/RBM/Locales/zhTW.lua
   M /trunk/RBM/SpamBlock/SpamBlock.lua
   M /trunk/RBM/VersionQuery/VersionQuery.lua

RBM: add zhTW locale (thanks to s8095324)
------------------------------------------------------------------------
r77109 | digmouse | 2008-06-19 18:12:55 -0400 (Thu, 19 Jun 2008) | 2 lines
Changed paths:
   M /trunk/RBM/Locales/zhCN.lua

RBM:
-zhCN update
------------------------------------------------------------------------
r77107 | apoco | 2008-06-19 17:10:04 -0400 (Thu, 19 Jun 2008) | 7 lines
Changed paths:
   M /trunk/RBM/Core.lua
   M /trunk/RBM/Defaults.lua
   M /trunk/RBM/Locales/Locales.lua
   M /trunk/RBM/Locales/enUS.lua
   M /trunk/RBM/ModuleClasses/Base.lua
   M /trunk/RBM/ModuleClasses/Boss.lua

RBM:
-New: Added support for alert class coloring
-New: Added support for changing alert icon size
-Change: Removed some parsing from the Boss Announce method and added it to ShowAlert.  (Skulls, class colors, etc) will now apply to all alert messages not just boss mods.
-Fix: Bug where alert sounds would still go off when you have alerts turned off.
-Optimized: Optimized the alert parsing a bit
-Localization Change:  Added "RBM_PHASEMSG = "Phase: %d"
------------------------------------------------------------------------
r77008 | digmouse | 2008-06-18 11:47:35 -0400 (Wed, 18 Jun 2008) | 2 lines
Changed paths:
   M /trunk/RBM/CooldownWatch/CooldownWatch.lua
   M /trunk/RBM/Locales/zhCN.lua

RBM:
-zhCN update
------------------------------------------------------------------------
r76994 | apoco | 2008-06-18 03:08:09 -0400 (Wed, 18 Jun 2008) | 6 lines
Changed paths:
   M /trunk/RBM/Locales/enUS.lua
   M /trunk/RBM/ModuleClasses/Base.lua
   M /trunk/RBM/ModuleClasses/Boss.lua

RBM:
- New: Engage/Defeat announces when bosses are engaged and defeated (Thanks Digmouse/luxus for the idea, along with the bigwigs team where I imagine they got the idea from lol)
- Fix: Enrage Timers (typos ftl)
- Change: Changed the boss death detection methods to allow different Raid ID names from the boss module zone names (Sunwell Plateau is called "The Sunwell" in RaidID's).  With these changes, it will now automatically add boss deaths if the bosses name is different from the module name (Eredar Twins bosses are not called Eredar Twins).  This will also fix the auto-enabling of these modules as well as the auto-disabling and death adding to tooltips.
- Change: Boss Module options will be hidden unless the boss module is enabled. (I've been meaning to do this)  I will be commiting the sunwell plugin changes tomorrow morning sometime for now I must sleep. :)
- Localization Update (two new strings, "%s has been defeated!" and "%s has been engaged!")
------------------------------------------------------------------------
r76977 | apoco | 2008-06-17 20:59:06 -0400 (Tue, 17 Jun 2008) | 2 lines
Changed paths:
   M /trunk/RBM
   M /trunk/RBM/CooldownWatch/CooldownWatch.lua
   M /trunk/RBM/Plugins.xml

RBM:
- CooldownWatch: Added SelectAll option.
------------------------------------------------------------------------
r76952 | apoco | 2008-06-17 15:06:21 -0400 (Tue, 17 Jun 2008) | 5 lines
Changed paths:
   M /trunk/RBM/BarsClass.lua
   M /trunk/RBM/DeBuffWatch/DeBuffWatch.lua
   M /trunk/RBM/FramesClass.lua
   M /trunk/RBM/FunctionEnviroment.lua
   M /trunk/RBM/ModuleClasses/Base.lua

RBM:
-De|BuffWatch: Added Wel Fed to trackable list
-Added new base api module:SetIconCoord(label, left, right, top, bottom)

------------------------------------------------------------------------
r76829 | nevcairiel | 2008-06-16 05:18:22 -0400 (Mon, 16 Jun 2008) | 1 line
Changed paths:
   M /trunk/RBM
   M /trunk/RBM/embeds.xml

RBM: fix externals up
------------------------------------------------------------------------
r76683 | digmouse | 2008-06-14 15:49:13 -0400 (Sat, 14 Jun 2008) | 2 lines
Changed paths:
   M /trunk/RBM/Locales/zhCN.lua
   M /trunk/RBM/RBM.toc

RBM:
-zhCN update
------------------------------------------------------------------------
r76680 | apoco | 2008-06-14 14:22:21 -0400 (Sat, 14 Jun 2008) | 3 lines
Changed paths:
   M /trunk/RBM/Defaults.lua
   M /trunk/RBM/FramesClass.lua

RBM:
--New: Added support for forcing bars to go a certain direction per frame.  Frame Name > Bar Options > Status Bar > Bar Direction
--Change: the test bar feature will now be able to create a lot more bars than before for easier testing of screen space usage.
------------------------------------------------------------------------
r76655 | apoco | 2008-06-14 02:19:22 -0400 (Sat, 14 Jun 2008) | 1 line
Changed paths:
   M /trunk/RBM/DeBuffWatch/DeBuffWatch.lua

RBM: De|Buff Watch: Added BT Rogue trinket buff to be trackable.
------------------------------------------------------------------------
r76556 | apoco | 2008-06-12 19:53:03 -0400 (Thu, 12 Jun 2008) | 1 line
Changed paths:
   M /trunk/RBM/Core.lua

RBM: -ver bump to 2.0.7
------------------------------------------------------------------------
r76539 | apoco | 2008-06-12 14:43:28 -0400 (Thu, 12 Jun 2008) | 4 lines
Changed paths:
   M /trunk/RBM
   M /trunk/RBM/FramesClass.lua
   M /trunk/RBM/Plugins.xml
   M /trunk/RBM/SpamBlock/SpamBlock.lua
   M /trunk/RBM/embeds.xml

RBM:
- Minor bug fixes
- Added AceGUI-3.0-SharedMediaWidgets as dependency
- Reverted SpamBlock Module Name.
------------------------------------------------------------------------
r76435 | apoco | 2008-06-10 18:13:24 -0400 (Tue, 10 Jun 2008) | 1 line
Changed paths:
   M /trunk/RBM/CooldownWatch/CooldownWatch.lua
   M /trunk/RBM/Locales/Locales.lua
   M /trunk/RBM/ModuleClasses/Base.lua
   M /trunk/RBM/ModuleClasses/Boss.lua

RBM: Attempt to fix mac errors with CooldownWatch, misc bug fixes with Boss.lua and Base.lua
------------------------------------------------------------------------
r76432 | digmouse | 2008-06-10 17:41:49 -0400 (Tue, 10 Jun 2008) | 2 lines
Changed paths:
   M /trunk/RBM/Locales/zhCN.lua

RBM:
-zhCN update
------------------------------------------------------------------------
r76183 | apoco | 2008-06-06 19:39:05 -0400 (Fri, 06 Jun 2008) | 3 lines
Changed paths:
   M /trunk/RBM/Core.lua
   M /trunk/RBM/Locales/enUS.lua
   M /trunk/RBM/ModuleClasses/Base.lua
   M /trunk/RBM/ModuleClasses/Boss.lua

RBM: --Fixed: Normal/Medium alerts not showing proper color
-- Added: self.enrageTime and self.berserkTime for bosses to automatically create enrage and berserk timers.  self.enrageStartLate will prevent them from being created when the module is enabled and self:CreateEnrageBars() has to be fired when you want them to start and run.
-- Updated localization, I will update the other locales tomorrow.
------------------------------------------------------------------------
r76181 | apoco | 2008-06-06 17:30:40 -0400 (Fri, 06 Jun 2008) | 1 line
Changed paths:
   M /trunk/RBM/SpamBlock/SpamBlock.lua

RBM: Changed SpamBlock name to RBM-SpamBlock to prevent conflicts with AceNamespaces.
------------------------------------------------------------------------
r76012 | apoco | 2008-06-04 13:43:37 -0400 (Wed, 04 Jun 2008) | 1 line
Changed paths:
   M /trunk/RBM/CooldownWatch/CooldownWatch.lua

RBM: CooldownWatch: Fixed bug with Drums of Restoration causing potion cooldown.  Also changed the way the ShowNames toggle is checked.  Confirm it is fixed.
------------------------------------------------------------------------
r75953 | apoco | 2008-06-03 21:12:48 -0400 (Tue, 03 Jun 2008) | 1 line
Changed paths:
   M /trunk/RBM/ModuleClasses/Boss.lua

RBM: UnitBuff nil error fixed.
------------------------------------------------------------------------
r75908 | digmouse | 2008-06-03 11:58:07 -0400 (Tue, 03 Jun 2008) | 2 lines
Changed paths:
   M /trunk/RBM/Locales/zhCN.lua

RBM:
zhCN update
------------------------------------------------------------------------
r75768 | apoco | 2008-06-01 20:45:27 -0400 (Sun, 01 Jun 2008) | 3 lines
Changed paths:
   M /trunk/RBM/Core.lua
   M /trunk/RBM/DeBuffWatch/DeBuffWatch.lua
   M /trunk/RBM/RBM.toc

RBM: HealthFrame.txt nil error fixed.
De|BuffWatch: Changed the way it detects LibBabbleSpell-3.0 to hopefully fix it for some users.
Added LBS3.0 to opsdepts list.
------------------------------------------------------------------------
r75695 | apoco | 2008-06-01 02:39:02 -0400 (Sun, 01 Jun 2008) | 1 line
Changed paths:
   M /trunk/RBM/ModuleClasses/Base.lua
   M /trunk/RBM/RBM.toc
   A /trunk/RBM/libs/UTF8
   A /trunk/RBM/libs/UTF8/UTF8.toc
   A /trunk/RBM/libs/UTF8/utf8.lua
   A /trunk/RBM/libs/UTF8/utf8data.lua

RBM: Added UTF8 lib, reverted previous changes.  Drinking + Coding = bad?
------------------------------------------------------------------------
r75671 | apoco | 2008-05-31 16:33:34 -0400 (Sat, 31 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/ModuleClasses/Base.lua

RBM: Added a few more checks into TrimStrings.
------------------------------------------------------------------------
r75668 | apoco | 2008-05-31 16:17:13 -0400 (Sat, 31 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/ModuleClasses/Boss.lua

RBM: Changed the way pally tanks are detected.  It will now return true if the pally has Righteous Fury on, and does NOT have salv.
------------------------------------------------------------------------
r75667 | apoco | 2008-05-31 16:14:40 -0400 (Sat, 31 May 2008) | 3 lines
Changed paths:
   M /trunk/RBM/Core.lua
   M /trunk/RBM/Locales/enUS.lua
   M /trunk/RBM/Locales/koKR.lua
   M /trunk/RBM/Locales/zhCN.lua
   M /trunk/RBM/ModuleClasses/Boss.lua

RBM:
New-BossMod API:  mod:UnitIsTank(unit); mod:UnitHasBuff(unit, ...); mod:ScheduleAnnounce(time, ...); mod:ClearAnnounceTable();
- Localization Change: Buff names removed from globals and added to metatable.  I have already converted over all current localization to reflect this change.  New buff's have been added, and localized already.
------------------------------------------------------------------------
r75660 | apoco | 2008-05-31 13:51:59 -0400 (Sat, 31 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/Core.lua

RBM: Fixed bug with rangeframe and healthframe trying to be hidden when they arent used.
------------------------------------------------------------------------
r75654 | apoco | 2008-05-31 13:27:40 -0400 (Sat, 31 May 2008) | 3 lines
Changed paths:
   M /trunk/RBM/RBM_BigWigs/BigWigs.lua

RBM: BigWigs:
- Fix: Bars not disappearing on boss death
- Potential Fix: Different locales causing multiple bars
------------------------------------------------------------------------
r75603 | apoco | 2008-05-31 00:18:04 -0400 (Sat, 31 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/CooldownWatch/CooldownWatch.lua

RBM: CooldownWatch: Fixed "CancelAllBars" nil error.
------------------------------------------------------------------------
r75571 | digmouse | 2008-05-30 15:55:50 -0400 (Fri, 30 May 2008) | 3 lines
Changed paths:
   M /trunk/RBM/AutoRespond/AutoRespond.lua
   M /trunk/RBM/CooldownWatch/CooldownWatch.lua
   M /trunk/RBM/DeBuffWatch/DeBuffWatch.lua

RBM:
-zhCN update
-anything more to do apoco?
------------------------------------------------------------------------
r75505 | apoco | 2008-05-29 20:37:02 -0400 (Thu, 29 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/Core.lua

RBM: Range/Health Frame rewrites.
------------------------------------------------------------------------
r75481 | apoco | 2008-05-29 13:58:31 -0400 (Thu, 29 May 2008) | 3 lines
Changed paths:
   M /trunk/RBM/CooldownWatch/CooldownWatch.lua
   M /trunk/RBM/DeBuffWatch/DeBuffWatch.lua

RBM:
- CooldownWatch: Updated Item Cooldowns, you will nolonger see "Mana Potions", "Health Potions" etc.  They will all be together as "Potions"
- DeBuff Watch: Updated trim settings to use new :trimstring api.  Added options to hide targets buff/debuff names.
------------------------------------------------------------------------
r75423 | apoco | 2008-05-28 20:29:43 -0400 (Wed, 28 May 2008) | 4 lines
Changed paths:
   M /trunk/RBM/BarsClass.lua
   M /trunk/RBM/CooldownWatch/CooldownWatch.lua
   M /trunk/RBM/FramesClass.lua
   M /trunk/RBM/RBM.toc
   M /trunk/RBM/embeds.xml

RBM:
- CooldownWatch will now clear cooldowns when leaving arena.
- Bars with 'nil' set as icon will now show as a full bar without an icon instead of showing a random icon.  "@random" can still be used to random an icon however.
- Fixed nil error with LibFuBarPlugin-Mod-3.0 on no-ext zip.
------------------------------------------------------------------------
r75413 | apoco | 2008-05-28 19:24:41 -0400 (Wed, 28 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/ModuleClasses/Base.lua

RBM: Fixed utf8sub error
------------------------------------------------------------------------
r75407 | apoco | 2008-05-28 19:05:46 -0400 (Wed, 28 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/Locales/koKR.lua
   M /trunk/RBM/Locales/zhCN.lua

RBM: koKR/zhCN update.  If you are not using one of the clients it will not load the locales.
------------------------------------------------------------------------
r75406 | apoco | 2008-05-28 18:55:02 -0400 (Wed, 28 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/Locales/koKR.lua

RBM: Fixed koKR localization bug.
------------------------------------------------------------------------
r75195 | apoco | 2008-05-26 13:30:30 -0400 (Mon, 26 May 2008) | 2 lines
Changed paths:
   M /trunk/RBM/BarsClass.lua
   M /trunk/RBM/Defaults.lua
   M /trunk/RBM/FramesClass.lua
   M /trunk/RBM/FunctionEnviroment.lua

RBM:  Added Fading Support.

------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
279.90 KB Jun 25, 2008 2.4.3 17