vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ArcHUD 2.0
2 -------------
3  
4 This addon adds a combat HUD to your UI, showing player/target/pet hp and mana/rage/whatever as rings centered on your screen. It uses the StatRings code originally made by Iriel but later modified by Antiarc. It also shows a small target frame with textual hp/mana as well as a 3D target model for other players.
5  
6 It has support for FlightMap destination timers and also have a casting bar with spell text and timer. If the casting bar is enabled it will hide the default Blizzard casting bar.
7  
8 ArcHud uses MobHealth2/MobInfo-2 for mob health display.
9  
10 Based on Tivoli's beta Nurfed HUD which used the StatRings modification by Antiarc.
11  
12 Some of the features implemented in ArcHUD was first implemented in other addons, credits goes out to Moog for his modification of NurfedHUD called Moog_Hud as well as to Repent for creating eCastingBar where I got the FlightMap support code from.
13  
14 Once installed you can access ArcHUD options by typing /archud or /ah in the chat window.
15  
16 Written by Saleel/Nenie of Argent Dawn.
17  
18  
19  
20 Changelog
21 -----------
22  
23 06-08-24 - 2.0.8945
24 * Updated TOC for 1.12
25 * Added deDE locale
26 * Fixed remaining fontstrings to not show ...
27  
28 06-08-18 - 2.0.8359
29 * Updated locales
30 * Fixed DruidMana booleans
31 * Added native support for MobHealth3
32 * Made target nameplate always be active
33 * Fixed clickcasting support
34  
35 06-08-16 - 2.0.8158
36 * Added PvP indicator to nameplate
37 * Added PvP/group leader/raid target icons to the target frame
38 * Added class/creature type/creature family to level display
39 * Fixed fontstrings not being big enough for the text
40 * Fixed timer issue with DruidMana
41  
42 06-08-13 - 2.0.7892
43 * Reworked the entire addon to use Ace2 instead of Ace. As such, Ace is no longer a dependency as Ace2 is completely embedded in the addon
44 * Party interface has been removed as it was not the intention of ArcHUD to become a full unitframes-addon
45 * Locale for zhCN added
46 * Added options to show/hide Blizzard player/pet/target frames
47 * Alot of other fixes and stuff I can't remember