Omen-r74624.3

Details

  • Filename
    Omen-r74624.3.zip
  • Uploaded by
  • Uploaded
    May 21, 2008
  • Size
    317.75 KB
  • Downloads
    150
  • MD5
    2dcc68fec0db75f00826279cdde96346

Supported WoW Retail Versions

  • 2.4.3

Changelog

------------------------------------------------------------------------
r74624 | xinhuan | 2008-05-21 02:50:31 -0400 (Wed, 21 May 2008) | 1 line
Changed paths:
   M /trunk/Omen/Modules/AOE/AOE.lua
   M /trunk/Omen/Modules/Healer/Healer.lua
   M /trunk/Omen/Modules/Overview/Overview.lua
   M /trunk/Omen/Modules/SingleTarget/SingleTarget.lua

Omen: Add % sign to AoE mode column. Add some consistency to threat % display across all 4 modules.
------------------------------------------------------------------------
r74509 | xinhuan | 2008-05-20 05:57:05 -0400 (Tue, 20 May 2008) | 1 line
Changed paths:
   M /trunk/Omen/Bar.lua
   M /trunk/Omen/Modules/AOE/AOE.lua

Omen: Fix AoE mode display issues, and optimize it slightly.
------------------------------------------------------------------------
r74212 | arrowmaster | 2008-05-17 20:05:53 -0400 (Sat, 17 May 2008) | 1 line
Changed paths:
   M /trunk/Omen/Libs/LibFuBarPlugin-3.0/LibFuBarPlugin-Mod-3.0.lua

Omen: upgrade hardembeded LibFuBarPlugin-Mod-3.0
------------------------------------------------------------------------
r73994 | xinhuan | 2008-05-15 16:38:46 -0400 (Thu, 15 May 2008) | 1 line
Changed paths:
   M /trunk/Omen/Modules/SingleTarget/SingleTarget.lua

Omen: Fix a nil error, and an attempted fix at display bug when your UI untargets a mob on mob death.
------------------------------------------------------------------------
r73114 | funkydude | 2008-05-08 11:48:41 -0400 (Thu, 08 May 2008) | 1 line
Changed paths:
   M /trunk/Omen/Omen.toc

Omen: optdeps fix
------------------------------------------------------------------------
r72980 | nevcairiel | 2008-05-07 12:01:05 -0400 (Wed, 07 May 2008) | 1 line
Changed paths:
   M /trunk/Omen/Bar.lua

Omen: why was this file still locally changed with that fix? <.<
------------------------------------------------------------------------
r72973 | nevcairiel | 2008-05-07 11:06:05 -0400 (Wed, 07 May 2008) | 1 line
Changed paths:
   M /trunk/Omen/Bar.lua

Omen: dont cache every single threat value in a endlessly growing table, just do the calc directly
------------------------------------------------------------------------
r72650 | xinhuan | 2008-05-04 12:49:38 -0400 (Sun, 04 May 2008) | 1 line
Changed paths:
   M /trunk/Omen/Modules/Healer/Healer.lua

Omen: Fix errors in Healer module.
------------------------------------------------------------------------
r72516 | xinhuan | 2008-05-03 08:52:23 -0400 (Sat, 03 May 2008) | 1 line
Changed paths:
   M /trunk/Omen/Bar.lua
   M /trunk/Omen/Modules/AOE/AOE.lua
   M /trunk/Omen/Modules/Healer/Healer.lua
   M /trunk/Omen/Modules/Overview/Overview.lua
   M /trunk/Omen/Modules/SingleTarget/SingleTarget.lua
   M /trunk/Omen/Modules/SingleTarget/SingleTarget_Compact.lua
   M /trunk/Omen/Omen.lua

Omen: Fix memory leaks in all modules, particularly in the Overview module. Fix display problems in Overview mode. Set all update frequencies to 0.25s. Deprecate bar:SetValue() and bar:GetValue(). Auto-collapse Omen window on initial login too if the option is on.
------------------------------------------------------------------------
r72207 | xinhuan | 2008-04-30 14:21:15 -0400 (Wed, 30 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Omen.lua

Omen: Register for callbacks on profile changing, copying or resetting. This actually makes profiles in Omen work, zomg! Add profile change callback function to reset optionStubs memoizations, update anchors, layout and display.
------------------------------------------------------------------------
r72206 | xinhuan | 2008-04-30 14:19:12 -0400 (Wed, 30 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Modules/SingleTarget/SingleTarget.lua

Omen: Resize the bars when changing the configuration of whether to show self and title.
------------------------------------------------------------------------
r72205 | xinhuan | 2008-04-30 14:18:33 -0400 (Wed, 30 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/ModuleBase.lua

Omen: Don't hide Omen.BarList or Omen.Anchor when resizing (due to your options). Hiding either will cause Omen.Grip to disappear and potentially hang the game client, cause mouse unresponsiveness, or Omen being stickied to your mouse cursor forever.
------------------------------------------------------------------------
r72204 | xinhuan | 2008-04-30 14:16:59 -0400 (Wed, 30 Apr 2008) | 5 lines
Changed paths:
   M /trunk/Omen/Frame.lua

Omen:
- Revert last commit back to using OnSizeChanged instead of OnUpdate. Infinite loop fault lies with ModuleBase.lua
- Save Omen window width and height into the profiles instead of relying on layout-cache.txt
- Set the scale in Omen:SetAnchors() too, otherwise position could be wrong.
- Resize the bars after updating module layout in Omen:UpdateDisplay(). This fixes labels extending out of the Omen window sometimes.
------------------------------------------------------------------------
r72202 | xinhuan | 2008-04-30 14:14:24 -0400 (Wed, 30 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Config.lua

Omen: Fix border/background colors not updating until reloadUI when changing them in the configuration. This is a result of not resetting memoizations for the optionStubs.
------------------------------------------------------------------------
r72201 | xinhuan | 2008-04-30 14:14:02 -0400 (Wed, 30 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Bar.lua

Omen: Fix for not seeing the threat of some people in your raid when the rest of your raid sees them. This is a result of not setting .isTitle to false when releasing a bar, and the code skipped displaying reused title bars for these players.
------------------------------------------------------------------------
r72000 | scorpio0920 | 2008-04-28 17:56:25 -0400 (Mon, 28 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Omen.toc

Omen:
- Remove 'only compatible with 2.4' from Notes-zhTW.
------------------------------------------------------------------------
r71990 | xinhuan | 2008-04-28 16:49:33 -0400 (Mon, 28 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Frame.lua

Omen: Update the column offsets of each bar after overall layout, not before. This fixes column label positioning problems where they would extend out of the Omen frame.
------------------------------------------------------------------------
r71933 | xinhuan | 2008-04-28 08:27:13 -0400 (Mon, 28 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Frame.lua

Omen: Change OnSizeChanged script handler to OnUpdate for the resizing, so infinite loops/hangs can't occur on resize.
------------------------------------------------------------------------
r71903 | xinhuan | 2008-04-28 03:08:43 -0400 (Mon, 28 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Frame.lua

Omen: Add additional checks to prevent an infinite loop when resizing. Also change the execution order of the sizing flags.
------------------------------------------------------------------------
r71844 | xinhuan | 2008-04-27 18:35:23 -0400 (Sun, 27 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Modules/SingleTarget/SingleTarget.lua

Omen: Single Target Mode - Don't show a gap at the bottom wide enough for a bar if the player isn't on the list of threat bars to be shown.
------------------------------------------------------------------------
r71841 | xinhuan | 2008-04-27 18:19:43 -0400 (Sun, 27 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Config.lua
   M /trunk/Omen/Omen.lua

Omen: Fix all FuBar related errors and config.
------------------------------------------------------------------------
r71628 | xinhuan | 2008-04-26 08:53:07 -0400 (Sat, 26 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Modules/Healer/Healer.lua
   M /trunk/Omen/Modules/Overview/Overview.lua
   M /trunk/Omen/Modules/SingleTarget/SingleTarget.lua

Omen: Add the player as some of the test bars when in "Show Test Bars" mode. This gets rid of the "extra bar space" in Single Target mode that some people are reporting, since that space is to always show the player.
------------------------------------------------------------------------
r71619 | charon | 2008-04-26 07:41:51 -0400 (Sat, 26 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Bar.lua
   M /trunk/Omen/Modules/AOE/AOE.lua

Omen: jump on the locals bandwagon

------------------------------------------------------------------------
r71610 | xinhuan | 2008-04-26 05:58:56 -0400 (Sat, 26 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Omen.lua

Omen: Fix taint from using UIFrameFlash() by using a custom solution. Previously, it will cause players using built in wow voice chat to see errors.
------------------------------------------------------------------------
r71088 | funkydude | 2008-04-23 12:36:27 -0400 (Wed, 23 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Omen.toc

Omen: remove 'only compatible with 2.4' from notes
------------------------------------------------------------------------
r71071 | xinhuan | 2008-04-23 08:32:37 -0400 (Wed, 23 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Frame.lua
   M /trunk/Omen/ModuleBase.lua

Omen: - Resizing Omen will now save anchors properly (fixes grow up/down).
- Resizing Omen with "AutoCollapse" and "Collapse hides bar list" options both on will no longer cause Omen to be stuck to your mouse cursor (permanently in resizing mode) until you ReloadUI().
------------------------------------------------------------------------
r70687 | cwdg | 2008-04-21 00:56:06 -0400 (Mon, 21 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Localization/zhCN.lua

Omen: Update zhCN locale
------------------------------------------------------------------------
r70686 | kunda | 2008-04-21 00:39:07 -0400 (Mon, 21 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Localization/deDE.lua

Omen: deDE update
------------------------------------------------------------------------
r70682 | ananhaid | 2008-04-21 00:04:08 -0400 (Mon, 21 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Localization/zhCN.lua

Omen:
- zhCN update.
------------------------------------------------------------------------
r70624 | pettigrow | 2008-04-20 15:09:31 -0400 (Sun, 20 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Localization/frFR.lua

Omen: frFR Update
------------------------------------------------------------------------
r70623 | xinhuan | 2008-04-20 15:07:53 -0400 (Sun, 20 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Omen.lua

Omen: Delay anchoring code to PLAYER_LOGIN event instead of VARIABLES_LOADED. Should fix remainder anchoring issues.
------------------------------------------------------------------------
r70622 | charon | 2008-04-20 15:04:50 -0400 (Sun, 20 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Modules/AOE/AOE.lua

Omen: fix AOE tank mode threat ceiling initialization

------------------------------------------------------------------------
r70614 | whyv | 2008-04-20 13:38:59 -0400 (Sun, 20 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Localization/zhTW.lua

Omen: update zhTW
------------------------------------------------------------------------
r70612 | 7destiny | 2008-04-20 13:35:13 -0400 (Sun, 20 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Localization/koKR.lua

Omen: koKR Update
------------------------------------------------------------------------
r70607 | charon | 2008-04-20 12:29:29 -0400 (Sun, 20 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Frame.lua

Omen: more paranoid fix for early SML events

------------------------------------------------------------------------
r70598 | charon | 2008-04-20 11:27:30 -0400 (Sun, 20 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Config.lua
   M /trunk/Omen/Frame.lua
   M /trunk/Omen/Localization/enUS.lua
   M /trunk/Omen/Options.lua

Omen: Add an option to enable in dungeons (patch by omeow)

------------------------------------------------------------------------
r70578 | charon | 2008-04-20 06:03:10 -0400 (Sun, 20 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Frame.lua

Omen: Don't let SML confuse us with early registration events

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

Additional Legacy Files

Type Name Size Uploaded Game Version Downloads
114.58 KB May 20, 2008 2.4.3 156