Omen-r73114.8

Details

  • Filename
    Omen-r73114.8.zip
  • Uploaded by
  • Uploaded
    May 15, 2008
  • Size
    322.09 KB
  • Downloads
    168
  • MD5
    d81ddf74b6badcf636e8f73f94c9acb0

Supported WoW Retail Versions

  • 2.4.3

Changelog

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

------------------------------------------------------------------------
r70523 | 7destiny | 2008-04-19 18:09:06 -0400 (Sat, 19 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Localization/koKR.lua
   M /trunk/Omen/Modules/AOE/Localization/koKR.lua

Omen: koKR Update
------------------------------------------------------------------------
r70487 | zhucc | 2008-04-19 12:53:31 -0400 (Sat, 19 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Localization/zhTW.lua

Omen: zhTW update
------------------------------------------------------------------------
r70473 | charon | 2008-04-19 11:46:34 -0400 (Sat, 19 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/ModuleBase.lua

Omen: make MaybeAutoHide check very defensively for uninitialized columns

------------------------------------------------------------------------
r70471 | charon | 2008-04-19 11:33:41 -0400 (Sat, 19 Apr 2008) | 3 lines
Changed paths:
   M /trunk/Omen/ModuleBase.lua

Omen: Reinitialize columns when changing layout
_Might_ fix errors in Healer mode.

------------------------------------------------------------------------
r70451 | pettigrow | 2008-04-19 08:29:26 -0400 (Sat, 19 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Localization/frFR.lua
   M /trunk/Omen/Modules/AOE/Localization/frFR.lua

Omen: frFR Update
------------------------------------------------------------------------
r70442 | charon | 2008-04-19 06:52:24 -0400 (Sat, 19 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Localization/deDE.lua
   M /trunk/Omen/Modules/AOE/Localization/deDE.lua

Omen: deDE update

------------------------------------------------------------------------
r70415 | ananhaid | 2008-04-19 02:39:47 -0400 (Sat, 19 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Localization/zhCN.lua

Omen:
- zhCN update.
------------------------------------------------------------------------
r70414 | ananhaid | 2008-04-19 02:28:25 -0400 (Sat, 19 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Localization/zhCN.lua
   M /trunk/Omen/Modules/AOE/Localization/zhCN.lua

Omen:
- zhCN update.
------------------------------------------------------------------------
r70411 | scorpio0920 | 2008-04-19 01:39:42 -0400 (Sat, 19 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Modules/AOE/Localization/zhTW.lua
   M /trunk/Omen/Modules/Healer/Localization/zhTW.lua
   M /trunk/Omen/Modules/Overview/Localization/zhTW.lua
   M /trunk/Omen/Modules/SingleTarget/Localization/zhTW.lua

Omen:
- Update zhTW localization. (Need to decorate)
------------------------------------------------------------------------
r70383 | charon | 2008-04-18 18:35:24 -0400 (Fri, 18 Apr 2008) | 5 lines
Changed paths:
   M /trunk/Omen/Config.lua
   M /trunk/Omen/Frame.lua
   M /trunk/Omen/Localization/deDE.lua
   M /trunk/Omen/Localization/enUS.lua
   M /trunk/Omen/Localization/frFR.lua
   M /trunk/Omen/Localization/koKR.lua
   M /trunk/Omen/Localization/zhCN.lua
   M /trunk/Omen/Localization/zhTW.lua
   M /trunk/Omen/ModuleBase.lua
   M /trunk/Omen/Modules/AOE/AOE.lua
   M /trunk/Omen/Modules/AOE/Localization/deDE.lua
   M /trunk/Omen/Modules/AOE/Localization/enUS.lua
   M /trunk/Omen/Modules/AOE/Localization/frFR.lua
   M /trunk/Omen/Modules/AOE/Localization/koKR.lua
   M /trunk/Omen/Modules/AOE/Localization/zhCN.lua
   M /trunk/Omen/Modules/AOE/Localization/zhTW.lua
   M /trunk/Omen/Skins.lua

Omen: merge my branch
- shuffle AOE logic a bit to color even raid-marked target blue
- make tank mode threat ceiling configurable
- add auto-hide feature to go along with autocollapse

------------------------------------------------------------------------
r70346 | xinhuan | 2008-04-18 14:08:44 -0400 (Fri, 18 Apr 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: Fix error "SingleTarget.lua:390 attempt to compare number with string" and in other modes of display as well. The error is caused by Omen's "Show Test Bars", which passed in integers instead of GUID strings.
------------------------------------------------------------------------
r70339 | xinhuan | 2008-04-18 13:24:40 -0400 (Fri, 18 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Config.lua

Omen: Fix Omen label colors. It was not saving the green component, being mistyped as the blue one.
------------------------------------------------------------------------
r70244 | charon | 2008-04-17 17:11:44 -0400 (Thu, 17 Apr 2008) | 3 lines
Changed paths:
   M /trunk/Omen/Bar.lua

Omen: AOE module: reset texture coordinates when switching from raid to target symbol

------------------------------------------------------------------------
r70123 | xinhuan | 2008-04-16 19:03:48 -0400 (Wed, 16 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Omen.lua

Omen: Fix Omen frame anchoring issue. Should fix bars grow up/down/updown issues as well as Omen's position on login issues.
------------------------------------------------------------------------
r70104 | charon | 2008-04-16 15:38:27 -0400 (Wed, 16 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Modules/AOE/AOE.lua

Omen: finally nail the AOE mode sorting bug

------------------------------------------------------------------------
r70038 | whyv | 2008-04-16 07:24:25 -0400 (Wed, 16 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Localization/zhTW.lua

Omen: zhTW update
------------------------------------------------------------------------
r69927 | charon | 2008-04-15 18:11:28 -0400 (Tue, 15 Apr 2008) | 5 lines
Changed paths:
   M /trunk/Omen/Modules/AOE/AOE.lua

Omen: fix AOE tank mode to actually do something useful

Don't tell anyone, but I must have been quite drunk or tired when I
wrote the original version of this code.

------------------------------------------------------------------------
r69880 | charon | 2008-04-15 13:14:50 -0400 (Tue, 15 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/embeds.xml

Omen: <include> the xml, not the lua

------------------------------------------------------------------------
r69870 | silviu | 2008-04-15 11:06:57 -0400 (Tue, 15 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Omen.toc
   A /trunk/Omen/embeds.xml

Omen: Added embeds.xml with permision from Antiarc
------------------------------------------------------------------------
r69856 | whyv | 2008-04-15 06:05:13 -0400 (Tue, 15 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Modules/AOE/Localization/zhTW.lua

Omen: update zhTW
------------------------------------------------------------------------
r69765 | charon | 2008-04-14 15:59:58 -0400 (Mon, 14 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Modules/AOE/AOE.lua

Omen: fix for AOE mode not showing anything before first /reloadui

------------------------------------------------------------------------
r69701 | kunda | 2008-04-14 05:56:46 -0400 (Mon, 14 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Localization/deDE.lua
   M /trunk/Omen/Localization/enUS.lua
   M /trunk/Omen/Localization/frFR.lua
   M /trunk/Omen/Localization/koKR.lua
   M /trunk/Omen/Localization/zhCN.lua
   M /trunk/Omen/Localization/zhTW.lua
   M /trunk/Omen/Modules/AOE/Localization/deDE.lua

Omen: deDE update and removed a duplicated locale string
------------------------------------------------------------------------
r69665 | ananhaid | 2008-04-13 22:43:32 -0400 (Sun, 13 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Modules/AOE/Localization/zhCN.lua

Omen:
- zhCN update.
------------------------------------------------------------------------
r69641 | sayclub | 2008-04-13 19:21:20 -0400 (Sun, 13 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Localization/koKR.lua
   M /trunk/Omen/Modules/AOE/Localization/koKR.lua
   M /trunk/Omen/Modules/SingleTarget/Localization/koKR.lua

Omen: koKR Update
------------------------------------------------------------------------
r69623 | charon | 2008-04-13 18:09:48 -0400 (Sun, 13 Apr 2008) | 5 lines
Changed paths:
   M /trunk/Omen/Modules/AOE/AOE.lua
   M /trunk/Omen/Modules/AOE/Localization/enUS.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/Omen.lua

Omen: merge changes from my branch
- AOE mode bugfix (69619)
- AOE tank mode added (69187, 69613, 69618)
- warn and enable if manually toggled but on standby (69381)

------------------------------------------------------------------------
r69518 | ottokang | 2008-04-13 07:14:33 -0400 (Sun, 13 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Omen.toc

Omen: Notes-zhTW update
------------------------------------------------------------------------
r69307 | scorpio0920 | 2008-04-12 11:17:29 -0400 (Sat, 12 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Omen.toc

Omen:
- Added Notes-zhTW to toc.
------------------------------------------------------------------------
r69204 | antiarc | 2008-04-11 22:00:04 -0400 (Fri, 11 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Frame.lua

Omen: Fix frame backdrop stupidity. Looks like we can just use one table.
------------------------------------------------------------------------
r69188 | charon | 2008-04-11 18:52:10 -0400 (Fri, 11 Apr 2008) | 3 lines
Changed paths:
   M /trunk/Omen/Bar.lua
   M /trunk/Omen/Modules/AOE/AOE.lua

Omen: fix AOE mode raid target symbols

------------------------------------------------------------------------
r69081 | antiarc | 2008-04-11 06:31:55 -0400 (Fri, 11 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Frame.lua

Omen: Fix a problem that was creating potentially thousands of new tables. Recycling isn't just for treehuggers, kids!
------------------------------------------------------------------------
r68976 | antiarc | 2008-04-10 15:59:57 -0400 (Thu, 10 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Frame.lua

Omen: Only register OnSizeChanged when the user is resizing the frame. Should produce a performance increase for users with autocollapse on.
------------------------------------------------------------------------
r68769 | scorpio0920 | 2008-04-09 11:29:57 -0400 (Wed, 09 Apr 2008) | 2 lines
Changed paths:
   M /trunk/Omen/Localization/zhTW.lua

Omen:
- zhTW localization recheck.
------------------------------------------------------------------------
r68561 | antiarc | 2008-04-08 03:38:09 -0400 (Tue, 08 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Modules/SingleTarget/SingleTarget.lua

Omen: ArrangeBars after showing threat for a new target. Should fix a few display issues.
------------------------------------------------------------------------
r68553 | antiarc | 2008-04-08 02:21:33 -0400 (Tue, 08 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Omen.lua

Omen: Fix default profile crap. Default profile string needs to be third parameter, not second.
------------------------------------------------------------------------
r68524 | antiarc | 2008-04-07 19:45:52 -0400 (Mon, 07 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Omen.lua
   M /trunk/Omen/Omen.toc

Omen: Add a new SavedVar named Omen2DefaultProfile. This addresses OMEN-43, by allowing UI packagers to set the the name of the profile they want to use as the default if there is no existing profile. This maintains Ace3's ability to provide Char - Server by default, while allowing UI packages to load their own pre-set profile by default on first load.
------------------------------------------------------------------------
r68518 | antiarc | 2008-04-07 19:11:42 -0400 (Mon, 07 Apr 2008) | 1 line
Changed paths:
   M /trunk/Omen/Bar.lua
   M /trunk/Omen/Modules/AOE/AOE.lua

Omen: Unset mark icon for old targets in AOE mode.
------------------------------------------------------------------------
r68512 | antiarc | 2008-04-07 18:14:15 -0400 (Mon, 07 Apr 2008) | 5 lines
Changed paths:
   M /trunk/Omen/Bar.lua
   M /trunk/Omen/Config.lua
   M /trunk/Omen/Modules/AOE/AOE.lua
   M /trunk/Omen/Modules/SingleTarget/SingleTarget.lua

Omen:
- Enable custom icons for bars
- Set Hunter's Mark (rather than [T]) for your target in AOE mode
- Attempt to stabilize AOE mode sort
- Fix a bug that caused color options to not persist across sessions.
------------------------------------------------------------------------

Additional Legacy Files

Type Name Size Uploaded Game Version Downloads
125.51 KB May 8, 2008 2.4.3 126