Change Log:
--------------------
ChangeLog for DynamicBoxer by MooreaTv (moorea@ymail.com)
Coming next:
- More refinements on the new status UI, options panel and other features
- Your input/suggestions welcome !
- See open issues for ideas https://github.com/mooreatv/DynamicBoxer/issues
v2.08.01 Feb 21st 2020
- Updated TOC for BfA/mainline 8.3
v2.08.00 Dec 10th 2019
- Handle classic API changes:
- can't use addon messages on private secure channel anymore
- use bfa xrealm like whisper based sync instead
- started refactor for classic only into new DBoxClassic.lua file (overriding some functions from the main file)
- todo:
- there are still some rough edges with or requiring broadcast /reload or selective resync (alt left click) to be fixed
(specially with a mix of in and out of party toons)
- refactor/cleanup
- add guild/say/yell option for faster/more efficient reach
- Slightly better error and options text
v2.07.02 Nov 16th 2019
- Fix for error finding last toon for modified FTL assist case (when using /targetexact {FTL}\n/assist)
Many thanks to Termi for the help finding and debugging this issue!
In order to be more able to detect characters in modified ISboxer macros (that may contain extra spaces)
we now use space as a possible separator as that is illegal for wow characters but was working for versions before this one
NOTE: that means you should not use spaces in the name of your characters (ie if you have "Character 1" please
rename that to "Character1" or "Character_1")
v2.07.01 Oct 5th 2019
- Fix for some other addon emulating only partially bfa api in classic ()
(attempt to call global 'GetSpecializationInfo' (a nil value))
v2.07.00 Sept 24th 2019
- BfA 8.2.5 toc update (everything seems to be working from my testing)
v2.06.03 Sept 22nd 2019
- Fixed packager bug/changelog being mangled on cf
v2.06.02 Sept 21st 2019
- Switch to community/bigwigs packager as CF build was stuck/broken, also lets us
have classic and non classic toc without retagging and upload to wowi automatically too
Thanks Nebula and Nev for their help. (rebuilt as .02 to avoid double file confusion)
v2.06.00 Sept 21st 2019
- Option to delay a bit accept of auto invite in order to have team in slot order.
(you need to set the option on all the windows, not just the lead, also disable auto accept
in other addons like EMA to use this feature; lastly it may not work at login time, if so,
middle click to disband and left click to reinvite, in order)
v2.05.03 Sept 12th 2019
- Fixed bug for case where there was duplicate binding of isboxer FTLAssist macro
v2.05.02 Aug 24th 2019
- Fixed bogus realm mismatch warning
v2.05.01 Aug 24th 2019
- Moved some common code to MoLib (event registration)
- Trigger rebuild with latest MoLib for Classic
v2.05.00 Aug 11th 2019
- Option to limit invite to a set max party size. eg. 4 so a 8box can be 2x4 (Issue #61)
if you have 12 and set max to 4 you will have 3 groups of 4 (1-4, 5-8, 9-12) automatically at login
configure with `/dbox c` or `/dbox partymax N` (make sure to broadcast)
if you are 15 boxing and unset autoRaid, you'll end up with 3 parties of 5, etc...
(works for any party size 2 to 5)
- Get a warning when failing to convert to raid (because characters are too low to raid for instance)
- Moved :SetSaved handling to MoLib (by setting self.savedVar)
- WIP: support for Mama
v2.04.01 Aug 9th 2019
- Pick up wow classic fix from MoLib for bug report and keybinds frame
v2.04.00 Aug 7th 2019
- Added Jamba support (DynamicBoxer will auto set your Jamba team like
it has been doing for your EMA team so far)
- Fixed typo in invite code (only affecting debug-ish printing)
v2.03.03 Aug 4th 2019
- Latest MoLib and re-tagging with correct TOC for classic
- new classictag.sh to auto sync the classic tags (take 2)
v2.03.01 July 31st 2019
- Filter and truncate bug reports as needed (MoLib fix)
- use MoLib's new NormalizeF...
Description:
--------------------
The way ISBoxer works currently is you need to go back outside of the game into the windows isboxer suite program each time you want to create a new character or change whichever combination of characters you may want to be multi-boxing with at the time.
This addon allows you to create only 1 team per layout and dynamically load any characters you wish into it
Likewise it lets you create new characters and teams without having to go back to isboxer suite and export to innerspace
This is quite important for instance in classic when you can't create your teams ahead of time and want to get going asap with your teams
One time Setup:
/dbox init (to redo it/change it later, it happens automatically the first time)
or when adding new members
/dbox xchg (it also should pop up automatically when needed)
And then broadcast the keys:
Ctrl-C (copy the token) Ctrl-V (paste it in the other windows) Enter - you're done!
Additional features:
- (optional) Auto invite including auto conversion to raid if needed (very fast)
including since 2.05 support for multi group like 2x4 or 3x5 etc... (see changelog)
- Disband/Invite commands and key bindings
- Export all your keybindings to CSV
The source of this addon are at
github.com/mooreatv/DynamicBoxer
github.com/mooreatv/MoLib
--------------------
ChangeLog for DynamicBoxer by MooreaTv (moorea@ymail.com)
Coming next:
- More refinements on the new status UI, options panel and other features
- Your input/suggestions welcome !
- See open issues for ideas https://github.com/mooreatv/DynamicBoxer/issues
v2.08.01 Feb 21st 2020
- Updated TOC for BfA/mainline 8.3
v2.08.00 Dec 10th 2019
- Handle classic API changes:
- can't use addon messages on private secure channel anymore
- use bfa xrealm like whisper based sync instead
- started refactor for classic only into new DBoxClassic.lua file (overriding some functions from the main file)
- todo:
- there are still some rough edges with or requiring broadcast /reload or selective resync (alt left click) to be fixed
(specially with a mix of in and out of party toons)
- refactor/cleanup
- add guild/say/yell option for faster/more efficient reach
- Slightly better error and options text
v2.07.02 Nov 16th 2019
- Fix for error finding last toon for modified FTL assist case (when using /targetexact {FTL}\n/assist)
Many thanks to Termi for the help finding and debugging this issue!
In order to be more able to detect characters in modified ISboxer macros (that may contain extra spaces)
we now use space as a possible separator as that is illegal for wow characters but was working for versions before this one
NOTE: that means you should not use spaces in the name of your characters (ie if you have "Character 1" please
rename that to "Character1" or "Character_1")
v2.07.01 Oct 5th 2019
- Fix for some other addon emulating only partially bfa api in classic ()
(attempt to call global 'GetSpecializationInfo' (a nil value))
v2.07.00 Sept 24th 2019
- BfA 8.2.5 toc update (everything seems to be working from my testing)
v2.06.03 Sept 22nd 2019
- Fixed packager bug/changelog being mangled on cf
v2.06.02 Sept 21st 2019
- Switch to community/bigwigs packager as CF build was stuck/broken, also lets us
have classic and non classic toc without retagging and upload to wowi automatically too
Thanks Nebula and Nev for their help. (rebuilt as .02 to avoid double file confusion)
v2.06.00 Sept 21st 2019
- Option to delay a bit accept of auto invite in order to have team in slot order.
(you need to set the option on all the windows, not just the lead, also disable auto accept
in other addons like EMA to use this feature; lastly it may not work at login time, if so,
middle click to disband and left click to reinvite, in order)
v2.05.03 Sept 12th 2019
- Fixed bug for case where there was duplicate binding of isboxer FTLAssist macro
v2.05.02 Aug 24th 2019
- Fixed bogus realm mismatch warning
v2.05.01 Aug 24th 2019
- Moved some common code to MoLib (event registration)
- Trigger rebuild with latest MoLib for Classic
v2.05.00 Aug 11th 2019
- Option to limit invite to a set max party size. eg. 4 so a 8box can be 2x4 (Issue #61)
if you have 12 and set max to 4 you will have 3 groups of 4 (1-4, 5-8, 9-12) automatically at login
configure with `/dbox c` or `/dbox partymax N` (make sure to broadcast)
if you are 15 boxing and unset autoRaid, you'll end up with 3 parties of 5, etc...
(works for any party size 2 to 5)
- Get a warning when failing to convert to raid (because characters are too low to raid for instance)
- Moved :SetSaved handling to MoLib (by setting self.savedVar)
- WIP: support for Mama
v2.04.01 Aug 9th 2019
- Pick up wow classic fix from MoLib for bug report and keybinds frame
v2.04.00 Aug 7th 2019
- Added Jamba support (DynamicBoxer will auto set your Jamba team like
it has been doing for your EMA team so far)
- Fixed typo in invite code (only affecting debug-ish printing)
v2.03.03 Aug 4th 2019
- Latest MoLib and re-tagging with correct TOC for classic
- new classictag.sh to auto sync the classic tags (take 2)
v2.03.01 July 31st 2019
- Filter and truncate bug reports as needed (MoLib fix)
- use MoLib's new NormalizeF...
Description:
--------------------
The way ISBoxer works currently is you need to go back outside of the game into the windows isboxer suite program each time you want to create a new character or change whichever combination of characters you may want to be multi-boxing with at the time.
This addon allows you to create only 1 team per layout and dynamically load any characters you wish into it
Likewise it lets you create new characters and teams without having to go back to isboxer suite and export to innerspace
This is quite important for instance in classic when you can't create your teams ahead of time and want to get going asap with your teams
One time Setup:
/dbox init (to redo it/change it later, it happens automatically the first time)
or when adding new members
/dbox xchg (it also should pop up automatically when needed)
And then broadcast the keys:
Ctrl-C (copy the token) Ctrl-V (paste it in the other windows) Enter - you're done!
Additional features:
- (optional) Auto invite including auto conversion to raid if needed (very fast)
including since 2.05 support for multi group like 2x4 or 3x5 etc... (see changelog)
- Disband/Invite commands and key bindings
- Export all your keybindings to CSV
The source of this addon are at
github.com/mooreatv/DynamicBoxer
github.com/mooreatv/MoLib