comparison wiki/Main @ 3:78b5c34e20a9

fixes to the description
author Bryan McLemore <kaelten@gmail.com>
date Sun, 19 Apr 2009 19:35:02 -0500
parents 54e8dbc97ee3
children 831379ee6f8a
comparison
equal deleted inserted replaced
2:fb6c0d8f40ad 3:78b5c34e20a9
1 **OneBag3** is the latest in a long line of bag replacements for the default game bags that will combine all of your bags into one frame. 1 **OneRing3** is a plugin for OneBag3 that styles your keyring frame.
2 2
3 OneBag has a long history of minimalism and OneBag3 will continue to uphold the standard of easy of use and simplicity it's predecessors set. Like the earlier versions OneBag3 will continue to offer powerful options for those who wish to delve a little deeper. 3 It follows in the vien of minimzalism and stability as the rest of the OneBag suite. For the purpose of configuration OneRing3 will use the same settings as OneBag3.
4
5 Also in the vein of earlier iterations I've kept to the philosophy of doing as little work as possible, as a result the code base is very small, and most of it is in the OneCore library. As of the time of writing there are only 213 lines of code unique to OneBag3, and only 981 lines of code in OneCore itself. LoC is a horrible stat in general, but it's fun none the less, and I cheat horribly since I build off the powerful [[http://www.wowace.com/projects/Ace3|Ace3 libraries]].
6 4
7 ===Features 5 ===Features
8 * Combines all of your bags into one. 6 * Doesn't display more rows than you need to see.
9 * Customizable number of columns 7 * Color coded slots by item rarity
10 * Inherent support for addons that interact with the default bags 8 * Inherits from OneBag3 any scale, background color, alpha, and other options.
11 * Color coded slots by item rarity or bag type 9
12 * Will automatically open and close for you when visiting the auction house, bank, mailbox, merchant or when trading with another player.
13 * Allows only certain bags to be displayed, either by slot or type
14 * Custom bag bar which will highlight it's associated slots on mouseover. This highlighting can be locked in place by clicking.
15 * Customizable scale, background color, alpha, and more.
16 * Clean and powerful graphical configuration
17
18 ===Future Plans
19 * Reintroduce the plugin system from earlier in this beta. I had to remove it due to architectural issues.
20 * Release OneRing3, OneView3, and OneVault3
21
22 ===The Family 10 ===The Family
23 ; OneCore 11 ; OneCore
24 : The brains and the brawn of the outfit, Core does all the heavy lifting both logic and layout wise. This is embedded in OneBag by default, and you shouldn't need to worry about installing it unless you're running no-lib builds. 12 : The brains and the brawn of the outfit, Core does all the heavy lifting both logic and layout wise. This is embedded in OneBag by default, and you shouldn't need to worry about installing it unless you're running no-lib builds.
25 : [[http://www.wowace.com/projects/OneCore|On WowAce]] 13 : [[http://www.wowace.com/projects/OneCore|On WowAce]]
26 : [[http://wow.curse.com/downloads/wow-addons/details/onecore.aspx|On Curse]] 14 : [[http://wow.curse.com/downloads/wow-addons/details/onecore.aspx|On Curse]]
15 ; OneBag3
16 : OneBank's adventurous brother who didn't mind being dragged through a dank swamp, Bag does pretty much the exact same job for your character's bag as OneBank3 does for your bank bags.
17 : [[http://www.wowace.com/projects/OneBag3|On WowAce]]
18 : [[http://wow.curse.com/downloads/wow-addons/details/onebag3.aspx|On Curse]]
27 ; OneBank3 19 ; OneBank3
28 : OneBag's brother who always like the safety of town, Bank does pretty much the exact same job for your bankslots as OneBag does for your character's bags. 20 : OneBag's brother who always like the safety of town, Bank does pretty much the exact same job for your bankslots as OneBag does for your character's bags.
29 : [[http://www.wowace.com/projects/OneBank3|On WowAce]] 21 : [[http://www.wowace.com/projects/OneBank3|On WowAce]]
30 : [[http://wow.curse.com/downloads/wow-addons/details/onebank3.aspx|On Curse]] 22 : [[http://wow.curse.com/downloads/wow-addons/details/onebank3.aspx|On Curse]]
31 ; OneRing3
32 : Coming Soon(tm)
33 ; OneView3 23 ; OneView3
34 : Coming Soon(tm) 24 : Coming Soon(tm)
35 ; OneVault3 25 ; OneVault3
36 : Coming Soon(tm) 26 : Coming Soon(tm)
37 27
38 ===Bug Reports & Suggestions 28 ===Bug Reports & Suggestions
39 Please report all bug reports to [[http://www.wowace.com/projects/OneBag3/tickets|my tracker on WowAce]]. 29 Please report all bug reports to [[http://www.wowace.com/projects/OneRing3/tickets|my tracker on WowAce]].
40 30
41 I want to thank all the users who've been using OneBag for so long. I'm hoping not to leave the code on autopilot quite like I did once OB2 went stable, although it was nice to not have to touch it for almost two years. 31 I want to thank all the users who've been using the OneBag suite for so long. I'm hoping not to leave the code on autopilot quite like I did once OB2 went stable, although it was nice to not have to touch it for almost two years.