vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 [b]Current Version: 2.0.$Revision: 8414 $[/b]
2  
3 [SIZE=3][b]OneView[/b][/SIZE]
4  
5 [b]Description:[/b]
6 OneView is a all in one inventory and bank viewer. It allows you to view the inventory and bank of your alts, or your main away from the bank. Its a compainion for OneBag.
7  
8 [b]Features:[/b][list]
9 [*]Combines all your character bags and bank bags into one frame.
10 [*]Customizable number of columns.
11 [*]Displays the total number of slots, by slots used and type. Types being that ammo, soul bags, and professions bags all get a seperate count.
12 [*]Inherent support for addons such as KC_Items, ItemSync, LootLink, and SellValue, with no need for special code.
13 [*]Color coded slots by item rarity or bag type.
14 [*]Customizable display of only certain bags, either but slot number, or by type.
15 [*]You can mouseover the bags on the bar to highlight the slots from that bag. You can also lock this highlight by clicking.
16 [*]Customize the scale and alpha of the frame.
17 [*]Provides an easy to use graphical config menu.
18 [*]Provides a keybinding to open the OneView frame.
19 [*]Currently localized for both chinese and german.
20 [/list]
21  
22 [b]A Couple of Notes:[/b][list]
23 [*]This mod does rely on the Ace2 embedable framework. Ace2 is the next generation of the Ace line, and does not require an external Ace2 addon as a dependency.
24 [*]However, OneBag is a required dependency for OneView. Much of the code between the two is different and as such only exists within the OneBag files.
25 [*]Slot highlighting will not work properly in a locale that is not currently offered. If you want to help remedy this problem then please contact me to help aid in the last few translations.
26 [/list]
27  
28 [b]Command List[/b]
29 [i]All of these commands are available from both the command line and dropwdown config menu unless otherwise noted.[/i]
30 [list][*][i]/ov[/i] - Main chat command
31 [list]
32 [*][i]colors[/i] - Different color code settings.
33 [list]
34 [*][i]mouseover[/i] - Changes the highlight color for when you mouseover a bag slot.
35 [*][i]ammo[/i] - Changes the highlight color for Ammo Bags.
36 [*][i]soul[/i] - Changes the highlight color for Soul Bags.
37 [*][i]prof[/i] - Changes the highlight color for Profession Bags.
38 [*][i]background[/i] - Changes the background color for the frame.
39 [*][i]glow[/i] - Turns hightlight glow on and off.
40 [*][i]rarity[/i] - Turns rarity coloring on and off.
41 [*][i]reset[/i] - Reset the different colors.
42 [list]
43 [*][i]mouseover[/i] - Returns your mouseover color to the default.
44 [*][i]ammo[/i] - Returns your ammo slot color to the default.
45 [*][i]soul[/i] - Returns your soul slot color to the default.
46 [*][i]prof[/i] - Returns your profession slot color to the default.
47 [*][i]background[/i] - Returns your frame background to the default.
48 [/list]
49 [/list]
50 [*][i]frame[/i] - Frame Options
51 [list]
52 [*][i]strata[/i] - Sets the strata of the frame
53 [*][i]bagbreak[/i] - Sets wether to start a new row at the beginning of a bag.
54 [*][i]scale[/i] - Sets the scale of the frame
55 [*][i]valign[/i] - Sets wether to have the extra spaces on the top or bottom.
56 [*][i]alpha[/i] - Sets the alpha of the frame
57 [*][i]cols[/i] - Sets the number of columns to use
58 [*][i]locked[/i] - Toggles the ability to move the frame
59 [*][i]clamped[/i] - Toggles the ability to drag the frame off screen.
60 [/list]
61 [*][i]show[/i] - Various Display Options
62 [list]
63 [*][i]counts[/i] - Toggles showing the counts for special bags.
64 [*][i]direction[/i] - Toggles direction the bags are shown
65 [*][i]ammo[/i] - Turns display of ammo bags on and off.
66 [*][i]soul[/i] - Turns display of soul bags on and off.
67 [*][i]prof[/i] - Turns display of profession bags on and off.
68 [*][i]0[/i] - Turns display of your backpack on and off.
69 [*][i]1[/i] - Turns display of your first bag on and off.
70 [*][i]2[/i] - Turns display of your second bag on and off.
71 [*][i]3[/i] - Turns display of your third bag on and off.
72 [*][i]4[/i] - Turns display of your fourth bag on and off.
73 [*][i]5[/i] - Turns display of your first bag on and off.
74 [*][i]6[/i] - Turns display of your second bag on and off.
75 [*][i]7[/i] - Turns display of your third bag on and off.
76 [*][i]8[/i] - Turns display of your fourth bag on and off.
77 [*][i]9[/i] - Turns display of your fifth bag on and off.
78 [*][i]10[/i] - Turns display of your sixth bag on and off.
79 [/list]
80 [*][i]remember[/i] - Toggles wether to remember which was the last character you selected.
81 [*][i]profile[/i] - Set profile for this addon
82 [list]
83 [*][i]other[/i] - Choose another profile
84 [*][i]copy[/i] - Copy settings from another profile
85 [*][i]choose[/i] - Choose a profile
86 [/list]
87 [*][i]standby[/i] - Suspend/resume this addon
88 [*][i]debug[/i] - Enable/disable debugging
89 [*][i]about[/i] - Print out addon info
90 [/list]
91 [*][i]/ovs or /ovshow[/i] - Shows the OneView frame.
92 [/list]
93  
94 [SIZE=3][b][url=http://kaelten.wowinterface.com/portal.php?&id=2&pageid=74]Version History[/url][/b][/SIZE]