vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | Version: 1.2 |
2 | Home URL: http://wwww.dd.org/~tale/wow/TalentSafe.zip |
||
3 | |||
4 | This addon pops up a confirmation dialog when you spend your talent |
||
5 | points. |
||
6 | |||
7 | Currently it does it for each point spent, which admittedly would be a |
||
8 | bit of a hassle when you're level 60 and respeccing 51 points. You |
||
9 | might want to turn off the addon from the player selection screen |
||
10 | before you do that; currently no provision is made to enable/disable |
||
11 | confimations from within the game. |
||
12 | |||
13 | TODO |
||
14 | ================ |
||
15 | |||
16 | In the future I would like to adapt this to be able to spend all your |
||
17 | talent points at once, and then confirm (and actually learn) the whole |
||
18 | set of changes when satisfied. This would be a much nicer interface |
||
19 | during respeccing, but is considerably more complicated than just |
||
20 | confirming a point before you spend it. |
||
21 | |||
22 | HISTORY |
||
23 | ================ |
||
24 | Version 1.2 |
||
25 | - Fixed to work with Blizzard's dynamically loaded TalentUI. |
||
26 | |||
27 | Version 1.1 |
||
28 | - Localization for the single word, "Learn". |
||
29 | - Added README.txt |
||
30 | |||
31 | Version 1.0 |
||
32 | - Initial release. |