RBM-r76181

Details

  • Filename
    RBM-r76181.zip
  • Uploaded by
  • Uploaded
    Jun 6, 2008
  • Size
    391.18 KB
  • Downloads
    7
  • MD5
    3af43d7f44b9ce9694d75accfc209598

Supported WoW Retail Versions

  • 2.4.3

Changelog

------------------------------------------------------------------------
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.

------------------------------------------------------------------------
r75033 | 7destiny | 2008-05-24 11:16:15 -0400 (Sat, 24 May 2008) | 2 lines
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.lua
   M /trunk/RBM/Locales/Locales.xml
   A /trunk/RBM/Locales/koKR.lua
   M /trunk/RBM/RBM_BigWigs/BigWigs.lua
   M /trunk/RBM/SpamBlock/SpamBlock.lua
   M /trunk/RBM/VersionQuery/VersionQuery.lua

RBM:
- Added koKR localization
------------------------------------------------------------------------
r75010 | cwdg | 2008-05-24 05:11:25 -0400 (Sat, 24 May 2008) | 3 lines
Changed paths:
   M /trunk/RBM/Locales/zhCN.lua

RBM:
-update Chinese localization

------------------------------------------------------------------------
r75007 | apoco | 2008-05-24 04:10:31 -0400 (Sat, 24 May 2008) | 4 lines
Changed paths:
   M /trunk/RBM/CooldownWatch/CooldownWatch.lua
   M /trunk/RBM/FunctionEnviroment.lua
   M /trunk/RBM/Locales/enUS.lua
   M /trunk/RBM/ModuleClasses/Base.lua

RBM:
-CooldownWatch:  Added a few new items.
-Changed the way my debug code works, there should nolonger be any debug nil errors ever again.
-Updated Locales.
------------------------------------------------------------------------
r74963 | cwdg | 2008-05-23 15:11:49 -0400 (Fri, 23 May 2008) | 2 lines
Changed paths:
   M /trunk/RBM/VersionQuery/VersionQuery.lua

RBM:
add zhCN support for VersionQuery
------------------------------------------------------------------------
r74949 | cwdg | 2008-05-23 14:26:03 -0400 (Fri, 23 May 2008) | 2 lines
Changed paths:
   M /trunk/RBM/RBM_BigWigs/BigWigs.lua
   M /trunk/RBM/SpamBlock/SpamBlock.lua

RBM:
add zhCN support for SpamBlock and RBM_BigWigs
------------------------------------------------------------------------
r74948 | cwdg | 2008-05-23 14:07:52 -0400 (Fri, 23 May 2008) | 2 lines
Changed paths:
   M /trunk/RBM/AutoRespond/AutoRespond.lua

RBM:
add zhCN support for AutoRespond
------------------------------------------------------------------------
r74946 | cwdg | 2008-05-23 13:29:05 -0400 (Fri, 23 May 2008) | 3 lines
Changed paths:
   M /trunk/RBM/Locales/Locales.xml
   M /trunk/RBM/Locales/zhCN.lua
   M /trunk/RBM/embeds.xml

RBM:
-update Chinese localization
-fixed embeds
------------------------------------------------------------------------
r74944 | digmouse | 2008-05-23 13:04:21 -0400 (Fri, 23 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/Locales/Locales.xml

RBM:oops.. yet forgotten.
------------------------------------------------------------------------
r74943 | digmouse | 2008-05-23 13:01:02 -0400 (Fri, 23 May 2008) | 1 line
Changed paths:
   A /trunk/RBM/Locales/zhCN.lua

RBM:patially add zhCN support, config and modules under way
------------------------------------------------------------------------
r74934 | apoco | 2008-05-23 11:04:12 -0400 (Fri, 23 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/ModuleClasses/Base.lua

RBM: Fix debug error again, god this is getting old.
------------------------------------------------------------------------
r74860 | apoco | 2008-05-22 21:35:55 -0400 (Thu, 22 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/Locales/Locales.lua
   M /trunk/RBM/ModuleClasses/Base.lua

RBM: Added new API: self:TrimString(string) and self:ClearTrimList()  to baseclass.  This will allow any module to easily abbreviate any string without having to recreate the same metatable over and over again.  
------------------------------------------------------------------------
r74855 | apoco | 2008-05-22 20:57:20 -0400 (Thu, 22 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/ModuleClasses/Plugin.lua

RBM: Fixed Plugin.lua:233 global nil error.
------------------------------------------------------------------------
r74824 | apoco | 2008-05-22 15:44:25 -0400 (Thu, 22 May 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.lua
   M /trunk/RBM/ModuleClasses/Plugin.lua

RBM: Changed default saving methods to Profile instead of per character.  Bug Fixes to De|BuffWatch settings menu.
------------------------------------------------------------------------
r74433 | apoco | 2008-05-19 11:36:18 -0400 (Mon, 19 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/AutoRespond/AutoRespond.lua

RBM: AutoRespond: Bleh typos
------------------------------------------------------------------------
r74366 | apoco | 2008-05-18 23:47:28 -0400 (Sun, 18 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/AutoRespond/AutoRespond.lua

RBM: AutoRespond: Fixed compared num with nil error
------------------------------------------------------------------------
r74213 | arrowmaster | 2008-05-17 20:16:55 -0400 (Sat, 17 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/libs/LibFuBarPlugin-Mod-3.0/LibFuBarPlugin-Mod-3.0.lua
   D /trunk/RBM/libs/LibFuBarPlugin-Mod-3.0/LibFuBarPlugin-Mod-3.0.toc
   D /trunk/RBM/libs/LibFuBarPlugin-Mod-3.0/LibStub.lua

RBM: upgraded hardembeded LibFuBarPlugin-Mod-3.0 and removed svn:keywords from it
------------------------------------------------------------------------
r74210 | adirelle | 2008-05-17 19:53:39 -0400 (Sat, 17 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/libs/LibFuBarPlugin-Mod-3.0/LibFuBarPlugin-Mod-3.0.lua

RBM: fixed error in LibFuBarPlugin-Mod-3.0 (this should be done in the branch too).
------------------------------------------------------------------------
r74194 | apoco | 2008-05-17 16:50:38 -0400 (Sat, 17 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/RBM_BigWigs/BigWigs.lua

RBM: BigWigs localization fix.
------------------------------------------------------------------------
r74183 | apoco | 2008-05-17 16:16:17 -0400 (Sat, 17 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/FunctionEnviroment.lua

RBM: Disable debug function if not me :p
------------------------------------------------------------------------
r74182 | apoco | 2008-05-17 16:05:09 -0400 (Sat, 17 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/DeBuffWatch/DeBuffWatch.lua

RBM: -- De|Buff Watch: Fixed timeless bar filtering issues.
------------------------------------------------------------------------
r74181 | apoco | 2008-05-17 15:57:23 -0400 (Sat, 17 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/CooldownWatch/CooldownWatch.lua

RBM: Druid Fearie Fire (Feral) crap fixed.
------------------------------------------------------------------------
r74159 | apoco | 2008-05-17 11:17:18 -0400 (Sat, 17 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/embeds.xml

RBM: added LibFuBarPlugin-Mod-3.0 to embeds.xml
------------------------------------------------------------------------
r74107 | apoco | 2008-05-16 20:29:52 -0400 (Fri, 16 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/CooldownWatch/CooldownWatch.lua
   M /trunk/RBM/DeBuffWatch/DeBuffWatch.lua
   M /trunk/RBM/Locales/Locales.lua
   M /trunk/RBM/Locales/enUS.lua

RBM:  De|BuffWatch:  Added option to abbreviate names/auras.
------------------------------------------------------------------------
r74078 | apoco | 2008-05-16 13:21:41 -0400 (Fri, 16 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/Plugins.xml

RBM: Fix problem with trying to load TestSuite (nolonger used)
------------------------------------------------------------------------
r74074 | apoco | 2008-05-16 12:50:33 -0400 (Fri, 16 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/Locales/Locales.lua

RBM: Fix locale nil error for non enUS clients.
------------------------------------------------------------------------
r73889 | apoco | 2008-05-14 17:20:00 -0400 (Wed, 14 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/SpamBlock/SpamBlock.lua

RBM:Update Comments
------------------------------------------------------------------------
r73887 | apoco | 2008-05-14 17:16:13 -0400 (Wed, 14 May 2008) | 1 line
Changed paths:
   D /trunk/RBM/Changes.txt

RBM: Removed Changes.txt
------------------------------------------------------------------------
r73885 | apoco | 2008-05-14 17:01:13 -0400 (Wed, 14 May 2008) | 1 line
Changed paths:
   M /trunk/RBM/BarsClass.lua
   M /trunk/RBM/FramesClass.lua
   M /trunk/RBM/RBM_BigWigs/BigWigs.lua

RBM:Clarification Notes.
------------------------------------------------------------------------
r73883 | apoco | 2008-05-14 16:34:56 -0400 (Wed, 14 May 2008) | 1 line
Changed paths:
   M /trunk/RBM
   M /trunk/RBM/embeds.xml

RBM:Forgot the sink!
------------------------------------------------------------------------
r73873 | apoco | 2008-05-14 16:01:15 -0400 (Wed, 14 May 2008) | 1 line
Changed paths:
   M /trunk/RBM
   M /trunk/RBM/embeds.xml

RBM: Added Embeds.
------------------------------------------------------------------------
r73871 | apoco | 2008-05-14 15:53:58 -0400 (Wed, 14 May 2008) | 1 line
Changed paths:
   A /trunk/RBM
   A /trunk/RBM/AutoRespond
   A /trunk/RBM/AutoRespond/AutoRespond.lua
   A /trunk/RBM/AutoRespond/RBM_AutoRespond.toc
   A /trunk/RBM/BarsClass.lua
   A /trunk/RBM/Bindings.xml
   A /trunk/RBM/Changes.txt
   A /trunk/RBM/Comms.lua
   A /trunk/RBM/Config.lua
   A /trunk/RBM/CooldownWatch
   A /trunk/RBM/CooldownWatch/CooldownWatch.lua
   A /trunk/RBM/CooldownWatch/RBM_CooldownWatch.toc
   A /trunk/RBM/Core.lua
   A /trunk/RBM/DeBuffWatch
   A /trunk/RBM/DeBuffWatch/DeBuffWatch.lua
   A /trunk/RBM/DeBuffWatch/RBM_DeBuffWatch.toc
   A /trunk/RBM/Defaults.lua
   A /trunk/RBM/FramesClass.lua
   A /trunk/RBM/FunctionEnviroment.lua
   A /trunk/RBM/Images
   A /trunk/RBM/Images/BantoBar.tga
   A /trunk/RBM/Images/Cloud.tga
   A /trunk/RBM/Images/DragHandle.tga
   A /trunk/RBM/Images/RothSquare.tga
   A /trunk/RBM/Locales
   A /trunk/RBM/Locales/Locales.lua
   A /trunk/RBM/Locales/Locales.xml
   A /trunk/RBM/Locales/enUS.lua
   A /trunk/RBM/ModuleClasses
   A /trunk/RBM/ModuleClasses/Base.lua
   A /trunk/RBM/ModuleClasses/Boss.lua
   A /trunk/RBM/ModuleClasses/Plugin.lua
   A /trunk/RBM/ModuleClasses.xml
   A /trunk/RBM/Plugins.xml
   A /trunk/RBM/RBM.toc
   A /trunk/RBM/RBM_BigWigs
   A /trunk/RBM/RBM_BigWigs/BigWigs.lua
   A /trunk/RBM/RBM_BigWigs/RBM_BigWigs.toc
   A /trunk/RBM/Sounds
   A /trunk/RBM/Sounds/Info.wav
   A /trunk/RBM/Sounds/Kachink.wav
   A /trunk/RBM/Sounds/triforce.mp3
   A /trunk/RBM/SpamBlock
   A /trunk/RBM/SpamBlock/RBM_SpamBlock.toc
   A /trunk/RBM/SpamBlock/SpamBlock.lua
   A /trunk/RBM/ThemePack
   A /trunk/RBM/ThemePack/RBM_ThemePack.toc
   A /trunk/RBM/ThemePack/Statusbar
   A /trunk/RBM/ThemePack/Statusbar/Minimalist.tga
   A /trunk/RBM/ThemePack/ThemePack.lua
   A /trunk/RBM/ThemeShare
   A /trunk/RBM/ThemeShare/RBM_ThemeShare.toc
   A /trunk/RBM/ThemeShare/ThemeShare.lua
   A /trunk/RBM/VersionQuery
   A /trunk/RBM/VersionQuery/RBM_VersionQuery.toc
   A /trunk/RBM/VersionQuery/VersionQuery.lua
   A /trunk/RBM/embeds.xml
   A /trunk/RBM/libs
   A /trunk/RBM/libs/LibFuBarPlugin-Mod-3.0
   A /trunk/RBM/libs/LibFuBarPlugin-Mod-3.0/LibFuBarPlugin-Mod-3.0.lua
   A /trunk/RBM/libs/LibFuBarPlugin-Mod-3.0/LibFuBarPlugin-Mod-3.0.toc
   A /trunk/RBM/libs/LibFuBarPlugin-Mod-3.0/LibStub.lua
   A /trunk/RBM/libs/LibFuBarPlugin-Mod-3.0/lib.xml

RBM: v2.0 Initial Commit
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
273.27 KB Jun 6, 2008 2.4.3 5