r67
Details
-
FilenameOneBag3-r67.zip
-
Uploaded by
-
UploadedDec 9, 2008
-
Size111.23 KB
-
Downloads231
-
MD57ad0c3bf0456e726e295b959ca55d117
Supported WoW Retail Versions
- 3.0.3
Changelog
2008-12-09 Bryan McLemore <kaelten@gmail.com>
* OneConfig3.lua
made max col width 32 slots
[89b4cbb18810] [tip]
* .hgtags:
Added tag v3.0.13-beta for changeset 736ae9c0d14d
[0908a2dc2f9b]
* plugins/sorting/simple.lua
cleanup of some of the code, remove of some debug stuff
[736ae9c0d14d] [v3.0.13-beta]
* OneBag3.lua OneConfig3.lua OneCore3.lua
plugins/sorting/simple.lua
unloading of options when SimpleSort is disabled.
[3e72ec93debc]
* OneConfig3.lua OneCore3.lua plugins/sorting/simple.lua
got the options related to simplesort working again
[e6e99cf874e4]
2008-12-04 Bryan McLemore <kaelten@gmail.com>
* OneBag3.lua OneConfig3.lua OneCore3.lua
plugins/sorting/simple.lua
plugin architecture fleshed out and overhauled further.
Current limitations, only sort plugins allowed for and only one can
be enabled at a time. That makese sense for Sorts but maybe not for
other types.
Currently the BagBreak, Valign and BagOrder options won't work as
they aren't tied into the plugin yet.
Yes the 'BROKEN' sort plugin is a test plugin, and yes it'll be
removed.
[56a7454fcff0]
2008-12-03 Bryan McLemore <kaelten@gmail.com>
* plugins/sorting/simple.lua
beginnings of simple sorting plugin
[8260bb12c211]
* OneBag3.toc OneCore3.lua
mostly functional plugin harness
[6ba34e27964c]
2008-11-30 Bryan McLemore <kaelten@gmail.com>
* .hgtags:
Added tag v3.0.12-beta for changeset eac4b09a8d3a
[35374cadb90d]
* OneConfig3.lua OneCore3.lua
fixes to known bugs
[eac4b09a8d3a] [v3.0.12-beta]
2008-11-26 Bryan McLemore <kaelten@gmail.com>
* OneBag3.lua
quick fix
[7a507d041fd7]
* OneCore3.lua
better comments
[fb5c121d9ce5]
* OneBag3.lua OneCore3.lua
moved a lot of code into the core, cleaned up some hook handlers,
fixed a few bugs
[49c8a25d8320]
2008-11-25 Bryan McLemore <kaelten@gmail.com>
* OneCore3.lua
may fix an issue with bags getting flagged improperly
[ca38ea85edd2]
* OneCore3.lua
quick fix to the bag type check
[d1e10fb37c85]
* .hgtags:
Added tag v3.0.11-beta for changeset f8a66ec7a77f
[d21b5afef173]
* OneBag3.lua
this should fix the bug where you try to change certain option
before opening the bag
[f8a66ec7a77f] [v3.0.11-beta]
* OneBag3.lua
quick fix for the bug in .10 related to having either bag break on
or valign set to bottom.
[15c542267a6f]
* .hgtags:
Added tag v3.0.10-beta for changeset b238e72a1dd7
[47e235db9bb6]
* OneConfig3.lua
fixed bad reference to addon in the config file
[b238e72a1dd7] [v3.0.10-beta]
* .hgtags:
Added tag v3.0.9-beta for changeset cf1dcaa258f5
[f0fcceb498ac]
* OneBag3.lua OneConfig3.lua OneCore3.lua
removed debug code, cleanup of other bag type checks to use
consolidated API.
[cf1dcaa258f5] [v3.0.9-beta]
* OneBag3.lua OneConfig3.lua OneCore3.lua localizations/enUS.lua
Started moving some code towards the core, Added the ability to hide
specific bags or filer based on bag types
[f6ab895cdfb8]
2008-11-23 Bryan McLemore <kaelten@gmail.com>
* .hgignore, Config.lua
removed dead config file and added .DS_Store to the ignored files
list
[b8d55d69b402]
* OneConfig3.lua
removed some random comments that I was using as a reference
[277a7301d958]
* .hgtags:
Added tag v3.0.8-beta for changeset 780422973247
[fcfe296de391]
* OneBag3.lua OneConfig3.lua
fixes for making it not in debug mode
[780422973247] [v3.0.8-beta]
* OneBag3.lua
Made the event based bag opening 'smart'. It will now only close
your bag if it wasn't open before.
[ad2889183e16]
* OneBag3.lua OneConfig3.lua OneCore3.lua localizations/enUS.lua
continued work on making it localizable, Added 2 more panes of
config options Added back in special bag highlights Fixed bug with
click dropping items into bag slots
[1b21594f9768]
2008-11-17 Bryan McLemore <kaelten@gmail.com>
* Config.lua OneConfig3.lua localizations/enUS.lua
new front config pane, meant as more of a simple intro into bare
bones configuration.
[3897f2c60637]