vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 #---------------------------------------#
2 #Thank you for trying CS_AddOnOrganizer!#
3 #---------------------------------------#
4  
5 #-Version: 1.1011-#
6  
7 #-Features:-#
8 This mod allows you to turn on and off,
9 all of you'r current mods in you'r addon
10 directory. I made this because I wanted
11 a simple and straight way to get an over-
12 view of my addons, and a quick way to
13 enable and disable them.
14 Now you can create profiles, load them
15 and delete them. Something you all have
16 been waiting for.
17  
18 #-History:-#
19 v.1.1011
20 Button added to the game main menu.
21 This is placed below as there might be
22 changes to this menu in the near future.
23 When a profile is selected the name is
24 written in the textbox for a much better
25 modification oportunity than having to
26 type an existing name to modify it.
27  
28 v.1.1010
29 As you all have requested; Profiles have
30 been implemented. To learn how to use these
31 newly implemented profiles read the
32 "How-To". Also still programming on the
33 concept of K-I-S-S, "Keep It Simple Stupid"!
34 :)
35  
36 v.1.1000
37 Updated version and ui number to match the
38 1.10 patch!
39 Nothing new yet, but the old stuff works
40 perfectly ;)
41  
42 V.1.900
43 Made Version number match Wow's two first
44 digits. So this is version 00 :) heh...
45 Added Moveable Frame and close on ecsape.
46 Profiles are coming, and will now be easier
47 with blizzard having implemented it :P.
48  
49 V.1.4
50 Code Cleanup, and added some small visual
51 features for addons wich is enabled, but
52 can't be loaded.
53  
54 V.1.3
55 Added Slash Command "/aoo" for simplicity.
56 :D
57  
58 V.1.2
59 The bug with enable all,
60 and disable all, have now been fixed!
61 Thanks to Ezikial who reported them :)
62  
63 V.1.1
64 Fixed Bug when more than 22 mods are in the
65 directory.
66 Fixed Bug when scrolling.
67  
68 V.1.0First release version, so no changes yet!
69 Although any suggestions about eventual
70 changes are welcome!
71  
72 #-How to Use?:-#
73 -Method #1:
74 To open the CS_AddOnOrganizer, navigate
75 to the keybindings area in the menu, and
76 locate CS_AddOnOrganizer.
77 Hereafter assign a key to open the
78 organizer.
79  
80 -Method #2:
81 Make a new macro and in the script write:
82  
83 /script CS_AddOnOrganizer_ListShowHide();
84  
85 And execute the macro.
86  
87 -Method #3:
88 Same as method #2, only with the command
89 '/aoo', this can also be used from the chat.
90  
91 -Method #4:
92 Button added to the game main menu.
93  
94 -When you have it opened:
95 Now all you need to do is to click the
96 different addons, to change thier state
97 from enabled to disabled. After all
98 you'r changes have been made, click
99 Accept.
100 You can also click Enable all or the
101 disable all for a quicker way to do this.
102  
103 -Profiles:
104 Press the button "Profiles..." and a small
105 frame next to the main interface is shown.
106 Press it again to close it.
107 When you have it opened, set up you'r
108 interfaces as you would like them in you'r
109 new profile. When you have them all set
110 as you like, write a name for the profile
111 and press "Save". Now the profile is saved
112 and can be restored from the dropdown list
113 below.
114 If you can't remember how a certain profile
115 looked, you can always restore them from
116 the list, and it will automatically turn
117 the addons on and off in the original view.
118 When you have selected a profile you would
119 like to use, select it in the list, and
120 press "Accept" in the main window, and
121 voilá! You're all set :D
122  
123 -Deleting Profiles:
124 Select a profile from the list, and press
125 "Delete" and the profile is gone.
126  
127  
128 #-Author:-#
129 Arina lvl 60 warrior on Deathwing EU.
130  
131 #-Have Fun! And I'll see you in Azeroth!-#