v1.1.3

Details

  • Filename
    GatherHud-v1.1.3.zip
  • Uploaded by
  • Uploaded
    Nov 6, 2008
  • Size
    25.78 KB
  • Downloads
    294
  • MD5
    4c0c5fedb75fda0c3e75396839da85d4

Supported WoW Retail Versions

  • 3.0.3

Changelog

------------------------------------------------------------------------
r84 | xinhuan | 2008-11-06 22:53:06 +0000 (Thu, 06 Nov 2008) | 1 line
Changed paths:
   A /tags/v1.1.3 (from /trunk:83)

Tag v1.1.3
------------------------------------------------------------------------
r83 | xinhuan | 2008-11-06 22:52:06 +0000 (Thu, 06 Nov 2008) | 1 line
Changed paths:
   M /trunk/GatherHud.lua
   M /trunk/GatherHud.toc
   M /trunk/Locales/Locale-enUS.lua
   M /trunk/Locales/Locale-frFR.lua
   M /trunk/Locales/Locale-ruRU.lua
   M /trunk/Locales/Locale-zhCN.lua
   M /trunk/Locales/Locale-zhTW.lua

Readd ## LoadWith: GatherMate hack because its needed to force GatherHud to load on a reloadui. Add ADDON_LOADED check because loading order is no longer guaranteed by Blizzard on reloadUIs. See http://forums.worldofwarcraft.com/thread.html?topicId=12354805813&postId=124532147725&sid=1#2
------------------------------------------------------------------------
r82 | xinhuan | 2008-11-06 21:37:44 +0000 (Thu, 06 Nov 2008) | 1 line
Changed paths:
   M /trunk/GatherHud.toc

Remove ## LoadWith: GatherMate that was added in 3.0.2 as a workaround for LoD bug (when AddOnLoader is present). Wow doesn't seem to honor my OptDep on Routes, when it loads with GatherMate in 3.0.3, but it worked in 3.0.2.
------------------------------------------------------------------------
r80 | xinhuan | 2008-11-06 19:26:38 +0000 (Thu, 06 Nov 2008) | 2 lines
Changed paths:
   M /trunk/GatherHud.lua
   M /trunk/GatherHud.toc

Force load GatherMate and Routes using LoadAddOn() in main chunk because Blizzard broke ReqDep (on GatherMate) and OptDep (on Routes which has an OptDep on GatherMate) so much that AddOnLoader is causing major issues again with GatherMate's possible LoD status.
See http://forums.worldofwarcraft.com/thread.html?topicId=10971929880&sid=1 for details.
------------------------------------------------------------------------
r78 | xinhuan | 2008-10-24 07:22:19 +0000 (Fri, 24 Oct 2008) | 1 line
Changed paths:
   M /trunk/GatherHud.lua
   M /trunk/GatherHud.toc

Fix GatherHud's icon updating. It was not clearing hidden icons when GatherMate was changing visibility of its icons. Bump to v1.1.1
------------------------------------------------------------------------
r76 | xinhuan | 2008-10-18 08:27:19 +0000 (Sat, 18 Oct 2008) | 1 line
Changed paths:
   M /trunk
   M /trunk/GatherHud.toc
   D /trunk/Locales.xml

Remove tsvn:logtemplate. Remove Locales.xml and put it into the TOC. Update TOC to 30000 and version to 1.1. Put ## LoadWith: GatherMate because GatherMate can be LoD if AddOnLoader is used.
------------------------------------------------------------------------
r75 | root | 2008-09-29 21:37:25 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
   A /trunk/.pkgmeta

Facilitate WowAce-on-CurseForge transition
------------------------------------------------------------------------
r73 | root | 2008-09-29 20:58:05 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
   D /tmp/trunk/GatherHud
   A /trunk (from /tmp/trunk/GatherHud:72)

Importing old repo data under /trunk
------------------------------------------------------------------------
r70 | StingerSoft | 2008-07-30 21:38:08 +0000 (Wed, 30 Jul 2008) | 1 line
Changed paths:
   M /tmp/trunk/GatherHud/Locales/Locale-ruRU.lua

GatherHud: added/updated ruRU localization
------------------------------------------------------------------------
r68 | xinhuan | 2008-04-28 00:29:01 +0000 (Mon, 28 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/GatherHud/GatherHud.lua

GatherHud: Report if some key got unbound when binding "Toggle GatherHud".
------------------------------------------------------------------------
r67 | xinhuan | 2008-04-03 01:15:41 +0000 (Thu, 03 Apr 2008) | 1 line
Changed paths:
   M /tmp/trunk/GatherHud/Locales/Locale-zhCN.lua
   M /tmp/trunk/GatherHud/Locales/Locale-zhTW.lua

GatherHud: Add zhCN and zhTW localization from NightOwl
------------------------------------------------------------------------
r66 | xinhuan | 2008-03-25 19:37:25 +0000 (Tue, 25 Mar 2008) | 1 line
Changed paths:
   M /tmp/trunk/GatherHud/GatherHud.toc

GatherHud: Update TOC to 20400
------------------------------------------------------------------------
r64 | xinhuan | 2008-03-17 19:47:05 +0000 (Mon, 17 Mar 2008) | 1 line
Changed paths:
   M /tmp/trunk/GatherHud/GatherHud.lua

GatherHud: Added a missing optimization line for the "Use Camera Pitch" option. Without it, it was redrawing all icons every frame, so CPU usage was 10x higher than necessary.
------------------------------------------------------------------------
r63 | xinhuan | 2008-02-16 06:11:58 +0000 (Sat, 16 Feb 2008) | 1 line
Changed paths:
   M /tmp/trunk/GatherHud/GatherHud.lua

GatherHud: Fix icon depth effect when looking up from below.
------------------------------------------------------------------------
r62 | xinhuan | 2008-02-16 05:51:29 +0000 (Sat, 16 Feb 2008) | 1 line
Changed paths:
   M /tmp/trunk/GatherHud/GatherHud.lua

GatherHud: Removed unused variable, some small optimizations
------------------------------------------------------------------------
r61 | xinhuan | 2008-02-16 05:32:00 +0000 (Sat, 16 Feb 2008) | 1 line
Changed paths:
   M /tmp/trunk/GatherHud/GatherHud.lua

GatherHud: Patch from HunterZ0, to make icon-depth vary with the camera pitch.
------------------------------------------------------------------------
r60 | xinhuan | 2008-02-12 02:27:04 +0000 (Tue, 12 Feb 2008) | 1 line
Changed paths:
   M /tmp/trunk/GatherHud/GatherHud.lua

GatherHud: Fix for GatherHud.lua:250 attempt to perform arithmetic on local 'offset' (a nil value)
------------------------------------------------------------------------
r59 | nevcairiel | 2008-02-10 16:45:08 +0000 (Sun, 10 Feb 2008) | 1 line
Changed paths:
   M /tmp/trunk/GatherHud/GatherHud.lua

GatherHud: fix for GM data change
------------------------------------------------------------------------
r58 | xinhuan | 2008-02-06 02:25:01 +0000 (Wed, 06 Feb 2008) | 1 line
Changed paths:
   A /tmp/trunk/GatherHud/Bindings.xml
   M /tmp/trunk/GatherHud/GatherHud.lua
   M /tmp/trunk/GatherHud/Locales/Locale-enUS.lua

GatherHud: Added keybind to toggle GatherHud on/off. Added "Use Camera Pitch" settings.
------------------------------------------------------------------------
r57 | xinhuan | 2008-02-05 09:20:40 +0000 (Tue, 05 Feb 2008) | 1 line
Changed paths:
   M /tmp/trunk/GatherHud/GatherHud.lua

GatherHud: GatherHud will now honor visibility and filter settings in GatherMate and update them immediately on configuration changes.
------------------------------------------------------------------------
r56 | xinhuan | 2008-02-05 03:32:07 +0000 (Tue, 05 Feb 2008) | 1 line
Changed paths:
   M /tmp/trunk/GatherHud/GatherHud.lua

GatherHud: Fixed the following error "line 276: attempt to perform arithmetic on upvalue 'cx' (a nil value)" that occurs when you try to change a setting while the hud hasn't been displayed before since login.
------------------------------------------------------------------------
r55 | pettigrow | 2008-02-04 16:22:43 +0000 (Mon, 04 Feb 2008) | 1 line
Changed paths:
   M /tmp/trunk/GatherHud/GatherHud.toc
   M /tmp/trunk/GatherHud/Locales/Locale-frFR.lua

GatherHud: frFR Update
------------------------------------------------------------------------
r54 | xinhuan | 2008-02-04 01:44:45 +0000 (Mon, 04 Feb 2008) | 1 line
Changed paths:
   A /tmp/trunk/GatherHud (from /tmp/branches/GatherHud/Ace3:53)

GatherHud: Copy branch to trunk
------------------------------------------------------------------------
r53 | xinhuan | 2008-02-03 07:47:32 +0000 (Sun, 03 Feb 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Update code to work with the new Routes SV format.
------------------------------------------------------------------------
r52 | xinhuan | 2008-02-02 06:59:05 +0000 (Sat, 02 Feb 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Set up addon enabling/disabling.
------------------------------------------------------------------------
r51 | xinhuan | 2008-02-02 06:04:28 +0000 (Sat, 02 Feb 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua
   M /tmp/branches/GatherHud/Ace3/Locales/Locale-enUS.lua

GatherHud: Localize all the used strings
------------------------------------------------------------------------
r50 | xinhuan | 2008-02-02 05:40:07 +0000 (Sat, 02 Feb 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Update the config menu
------------------------------------------------------------------------
r49 | xinhuan | 2008-02-01 09:26:16 +0000 (Fri, 01 Feb 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Commit current changes
------------------------------------------------------------------------
r48 | xinhuan | 2008-02-01 08:57:21 +0000 (Fri, 01 Feb 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Add a HuD Alpha option.
------------------------------------------------------------------------
r47 | xinhuan | 2008-02-01 07:13:34 +0000 (Fri, 01 Feb 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.toc
   D /tmp/branches/GatherHud/Ace3/Libs
   D /tmp/branches/GatherHud/Ace3/embeds.xml

GatherHud: Remove all externals and embeds since we depend on GatherMate.
------------------------------------------------------------------------
r46 | xinhuan | 2008-01-30 00:02:13 +0000 (Wed, 30 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Don't show HuD in combat too.
------------------------------------------------------------------------
r45 | xinhuan | 2008-01-29 23:36:25 +0000 (Tue, 29 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Hide the HuD when in an instance/inn/city
------------------------------------------------------------------------
r44 | xinhuan | 2008-01-29 22:08:45 +0000 (Tue, 29 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Add an option to show a "North indicator" on the HuD border
------------------------------------------------------------------------
r43 | xinhuan | 2008-01-29 21:42:54 +0000 (Tue, 29 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Don't name the frame the same name as the addon object.
------------------------------------------------------------------------
r42 | xinhuan | 2008-01-29 08:33:02 +0000 (Tue, 29 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Small optimization
------------------------------------------------------------------------
r41 | xinhuan | 2008-01-29 08:05:58 +0000 (Tue, 29 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Add code to check for line intersections at 2 points
------------------------------------------------------------------------
r40 | xinhuan | 2008-01-29 07:32:09 +0000 (Tue, 29 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua
   M /tmp/branches/GatherHud/Ace3/GatherHud.toc

GatherHud: Add comments, cleanup code slightly, minor optimizations, add a checkbox to disable GatherHud.
------------------------------------------------------------------------
r39 | xinhuan | 2008-01-29 04:27:18 +0000 (Tue, 29 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/Artwork/hud_border.tga

GatherHud: Replace HuD circle artwork again
------------------------------------------------------------------------
r38 | xinhuan | 2008-01-29 01:32:42 +0000 (Tue, 29 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Apply intersection finding code to only draw lines inside the circle. Huzzah!
------------------------------------------------------------------------
r37 | xinhuan | 2008-01-29 01:27:13 +0000 (Tue, 29 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Commit last working code
------------------------------------------------------------------------
r36 | xinhuan | 2008-01-29 00:28:28 +0000 (Tue, 29 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/Artwork/hud_border.tga
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Replace Grum's ugly HuD circle with a pretty one. Add option to show/hide this HuD circle, and update logic to hide it in instances.
------------------------------------------------------------------------
r35 | xinhuan | 2008-01-29 00:02:29 +0000 (Tue, 29 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Get the proper route color now
------------------------------------------------------------------------
r34 | xinhuan | 2008-01-28 23:40:20 +0000 (Mon, 28 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Fix a nil error temporarily
------------------------------------------------------------------------
r33 | xinhuan | 2008-01-28 23:00:17 +0000 (Mon, 28 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Fix some errors
------------------------------------------------------------------------
r32 | xinhuan | 2008-01-28 13:20:23 +0000 (Mon, 28 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Commit preliminary Routes support. Turns out to be pretty superfluous though, because I sure as hell would be staring at the minimap to see blips, not the lines on the HuD!
------------------------------------------------------------------------
r31 | xinhuan | 2008-01-28 01:02:21 +0000 (Mon, 28 Jan 2008) | 7 lines
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua
   M /tmp/branches/GatherHud/Ace3/GatherHud.toc

GatherHud: - Commented out TOC lines that load libraries, since we depend on GatherMate
- Changed some default setting values and min/max ranges, renamed some variables
- Get rid of debug lines
- Change HuD to use degrees for angel of view setting instead of calling it Y-Compression
- Fixed 0 width/height possibilities
- Hide update frame in :OnDisable()
- Some code cleanup
------------------------------------------------------------------------
r30 | grum | 2008-01-28 00:23:53 +0000 (Mon, 28 Jan 2008) | 2 lines
Changed paths:
   A /tmp/branches/GatherHud/Ace3/Artwork/hud_border.tga
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud:
- New graphic for border, also shows when changing hud_x/y
------------------------------------------------------------------------
r29 | grum | 2008-01-27 23:55:01 +0000 (Sun, 27 Jan 2008) | 5 lines
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud:
- Added graphic to represent size of the hud (disappears after 2 seconds)
- Added option for icon alpha
- Self-circle will remain in center unless hud_x/y is changed
 
------------------------------------------------------------------------
r28 | grum | 2008-01-27 22:59:35 +0000 (Sun, 27 Jan 2008) | 3 lines
Changed paths:
   A /tmp/branches/GatherHud/Ace3/Artwork
   A /tmp/branches/GatherHud/Ace3/Artwork/hud_circle.tga
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud:
- Added graphics for 'self'. (Badly named in code)
- Added options to alter the color (y compression also affects it)
------------------------------------------------------------------------
r27 | grum | 2008-01-27 20:42:24 +0000 (Sun, 27 Jan 2008) | 3 lines
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua
   M /tmp/branches/GatherHud/Ace3/GatherHud.toc

GatherHud:
- Activated Locales.
- Added first set of options (no localization yet)
------------------------------------------------------------------------
r26 | grum | 2008-01-27 17:11:37 +0000 (Sun, 27 Jan 2008) | 3 lines
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud:
- Fixed lingering line (caused problems with z-indexing)
- Further speed improvements in z-index code
------------------------------------------------------------------------
r25 | grum | 2008-01-27 16:42:22 +0000 (Sun, 27 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: Fixed z-indexing.
------------------------------------------------------------------------
r24 | grum | 2008-01-27 15:41:14 +0000 (Sun, 27 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud: better depth_offset number
------------------------------------------------------------------------
r23 | grum | 2008-01-27 15:24:37 +0000 (Sun, 27 Jan 2008) | 2 lines
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud:
- Changed textures to be on frames to implement z-indexing, doesn't work flawlessly enough atm
------------------------------------------------------------------------
r22 | xinhuan | 2008-01-27 14:31:49 +0000 (Sun, 27 Jan 2008) | 1 line
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua
   A /tmp/branches/GatherHud/Ace3/Locales
   A /tmp/branches/GatherHud/Ace3/Locales/Locale-deDE.lua
   A /tmp/branches/GatherHud/Ace3/Locales/Locale-enUS.lua
   A /tmp/branches/GatherHud/Ace3/Locales/Locale-esES.lua
   A /tmp/branches/GatherHud/Ace3/Locales/Locale-frFR.lua
   A /tmp/branches/GatherHud/Ace3/Locales/Locale-koKR.lua
   A /tmp/branches/GatherHud/Ace3/Locales/Locale-ruRU.lua
   A /tmp/branches/GatherHud/Ace3/Locales/Locale-zhCN.lua
   A /tmp/branches/GatherHud/Ace3/Locales/Locale-zhTW.lua
   A /tmp/branches/GatherHud/Ace3/Locales.xml

GatherHud: Add stub files for locales
------------------------------------------------------------------------
r21 | grum | 2008-01-27 14:29:33 +0000 (Sun, 27 Jan 2008) | 3 lines
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud:
- Ditched useless `else` and old comments
- Code now zone-change aware
------------------------------------------------------------------------
r20 | grum | 2008-01-27 14:08:19 +0000 (Sun, 27 Jan 2008) | 3 lines
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud:
- Ratelimit redraw unless we turned or moved more than 2 yards
- Cleaned some uglyness
------------------------------------------------------------------------
r19 | grum | 2008-01-27 13:26:10 +0000 (Sun, 27 Jan 2008) | 3 lines
Changed paths:
   M /tmp/branches/GatherHud/Ace3/GatherHud.lua

GatherHud:
- Added alpha and iconscaling on distance
- Fixed AceHook error
------------------------------------------------------------------------
r18 | grum | 2008-01-27 12:22:40 +0000 (Sun, 27 Jan 2008) | 4 lines
Changed paths:
   M /tmp/branches/GatherHud/Ace3
   A /tmp/branches/GatherHud/Ace3/GatherHud.lua
   A /tmp/branches/GatherHud/Ace3/GatherHud.toc
   A /tmp/branches/GatherHud/Ace3/Libs
   A /tmp/branches/GatherHud/Ace3/embeds.xml

GatherHud:
- Added files & fixed externals
- Pre Alpha code - yet workingish (depends on GatherMate)

------------------------------------------------------------------------
r17 | grum | 2008-01-27 12:12:18 +0000 (Sun, 27 Jan 2008) | 1 line
Changed paths:
   A /tmp/branches/GatherHud/Ace3

Wish I know how to combine these commits ^^
------------------------------------------------------------------------