vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 Necronomicon is a Necrosis lookalike. It has about all the functionality of
2 Necrosis Lite. And the looks as well. But it's coded from scratch and only
3 uses the excellent graphics of Necrosis. It is written with effeciency in
4 mind and should not eat boatloads of memory.
5  
6 Necromicon has a shardcounter, healthstone creation/using/trading,
7 summoning, mount button, a pet menu and spell timers.
8  
9 There is currently only one option to the slashcommands. /necro reset
10 Which will reset the frames to their current position.
11  
12 Future additions will be:
13 - Optional tooltips when hovering the buttons (pro locks don't need those,
14 so they can be turned off)
15 - Shading of buttons that have a cooldown (healthstone used etc).
16 - Detection of AQ mount for AQ40 so it'll work with the mount button.
17  
18 What will I not code:
19 - Extra bloat and too many config options. Don't like it, don't use it.
20 - Servitude like functionality. Real warlocks manage their pets themselves.
21 - Shard sorting/destroying etc. Get a shardbag and use it.
22  
23 Dependancies: Ace, Timex
24  
25 Blue/Turquois/Orange/Rose/Violet/X Textures are curtsey of Eliah, from
26 EU-Ner'zhul server and Necrosis LDC. Credits go to them.
27  
28 CHANGELOG:
29  
30 Version 0.6
31 - Added keybindings for most important functions.
32 - Added frame locking /necro lock.
33 - Added 6 textures from Necrosis LDC, credits go to Lomig and his team.
34 /necro texture.
35 - Fixed several bugs in the spell timers.
36 - Cleaned up the localization files some more.
37  
38 Version 0.5
39 - Rewrote most of the spell detection code. It's a lot cleaner now.
40 - Rewrote the structure of the localization files. It's a lot cleaner now.
41 - Added German and French localization: These need testing!
42 - Added resisted and immune checks for the spell timers
43 - Added Curse of Tongues to the spelltimers
44 - Fixed the Soulstone aborted detection, it wasn't working before.
45  
46 Version 0.4.1
47 - Fixed stupid typo.
48  
49 Version 0.4
50 - Added soulstone expired and shadowtrance sounds. Off by default. /necro to
51 see the options.
52 - Added Fear and Death Coil timers.
53 - Added Fel Domination key modifier. You can now set ctrl, alt or shiftclick
54 to fel domination + summon
55 in the pet menu. Off by default.
56 - Added Close on Click option for the pet menu. Off by default.
57  
58 Version 0.3.2
59 - It's getting old, but another fix for tooltips and action bars.
60  
61 Version 0.3.1
62 - Remove the return hooks. Read in the SuperSelfCast thread it might cause
63 problems. Seems to
64 work fine for me still.
65 - Calling the original functions at the top of the hooks now.
66  
67 Version 0.3
68 - Another attempt at fixing the actionbar tooltip problems. When there is no
69 lefttext on the tooltip
70 it should now give an error in the chatframe. I don't get the erors myself
71 so it's hard to test
72  
73 Version 0.2
74 - Hopefully fixed the tooltip problems
75 - Fixed a typo in the spell rollback when cancelling a spell
76 - Added b+ for Worldboss, r+ for rare elite, + for elite and r for rare to
77 the spelltimers
78  
79 Version 0.1
80 - Initial Release