|
| 1 | + |
| 2 | +# ArcDPS Boon Table |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | +## Usage |
| 7 | + |
| 8 | +Alt+Shift+B (overwrites Arc’s default boon table hotkey) or checkbox in the arc options |
| 9 | + |
| 10 | +Right-click for options menu |
| 11 | + |
| 12 | +## TODO: |
| 13 | + |
| 14 | + use disabled color for on not-hover |
| 15 | + show in/out of combat |
| 16 | + add profession column |
| 17 | + add optional profession colors |
| 18 | + add scholar uptime |
| 19 | + add seaweed salad uptime |
| 20 | + make columns same order as dps.report |
| 21 | + option to re-order columns |
| 22 | + show which column is used for sorting currently |
| 23 | + add line between subgroups when sorting by subgroup |
| 24 | + add condi generation/uptime |
| 25 | + add style options similar to Arc |
| 26 | + add option to ‘Hide Zero Buffs’ |
| 27 | + look into self being 1st player in list |
| 28 | + make the subgroups bake use a tuple for (subgroup number,<players in subgroup>) |
| 29 | + Add signet uptime |
| 30 | + does the subgroup hiding work well? |
| 31 | + stances |
| 32 | + guardian signet share |
| 33 | + |
| 34 | +## Changelog |
| 35 | + |
| 36 | + July 20 2019 |
| 37 | + Add dynamic version string |
| 38 | + Make boon generation not cap at 100% for duration stacking boons |
| 39 | + Use arcdps exports instead of reading the arc ini manually |
| 40 | + Add tracking for Signet of inspiration (more coming soon) |
| 41 | + Remember boons on players bars when they exit combat instead of assuming they will expire before player reenters combat |
| 42 | + Fixes an accuracy bug mainly visible in FotM / WvW |
| 43 | + Significant performance improvements (30%-50% reduction in cpu usage to render the table) |
| 44 | + Misc code cleanup |
| 45 | + May 11 2019 |
| 46 | + Remove Glyph of Empowerment tracking since it’s no longer in the game |
| 47 | + Add tracking for stealth and superspeed |
| 48 | + April 23 2019 |
| 49 | + Fix a rare crash in cases of extreme boon generation |
| 50 | + February 1 2019 |
| 51 | + Add initial boon generation support |
| 52 | + I’ve tested this a considerable amount myself, but please let me know of any oddities regarding generation. (Uptime is still as accurate as ever) |
| 53 | + Fix showing old subsquads when in a party |
| 54 | + Hide UI during loading screens/character select |
| 55 | + January 8 2019 |
| 56 | + Fix crash when launching GW2 with the UI hidden |
| 57 | + Rework when the ‘Total’ row shows |
| 58 | + January 1 2019 |
| 59 | + Completely rewrite the table’s UI code |
| 60 | + let me know of any issues and feedback |
| 61 | + Fix keyboard input requiring the mechanics log to also be running |
| 62 | + Fix subgroups not updating when a known player joins the 2nd time |
| 63 | + Fix non-bar display being off by 2 decimal places |
| 64 | + Change menus to mimic arcdps’s new style |
| 65 | + December 25 2018 |
| 66 | + Add tracking for water spirit |
| 67 | + Add initial support for pre-booning (mainly impacts fractals) |
| 68 | + Code Cleanup |
| 69 | + Fix a bug where some boon applications would have vastly negative duration |
| 70 | + December 18 2018 |
| 71 | + Add additional checks for empty player data |
| 72 | + December 13 2018 |
| 73 | + Fix boon uptime calculation potentially overflowing in extended combat |
| 74 | + Add option to show uptime as a % instead of a progress bar |
| 75 | + Make options menu work anywhere on the window |
| 76 | + Make subgroup column only show if the subgroup section shows |
| 77 | + Add additional checks for empty player data |
| 78 | + Add support for boon extensions (requires new arcdps, not yet released) |
| 79 | + November 29 2018 |
| 80 | + Add tracking for swiftness and resistance uptime |
| 81 | + November 7 2018 |
| 82 | + Code cleanup |
| 83 | + Don’t show if a player currently has a boon as per Terms of Service (oops) |
| 84 | + Thanks to deltaconnected for pointing this out |
| 85 | + October 9 2018 |
| 86 | + Simplify internal tracking code (breakage possible) |
| 87 | + Make a players initial subgroup accurate |
| 88 | + October 2 2018 |
| 89 | + Update for arcdps cbtevent changes |
| 90 | + Sceptember 17 2018 |
| 91 | + Fix some issues on player removes |
| 92 | + September 11 2018 |
| 93 | + Fix potential crash when leaving a squad |
| 94 | + Fixed Total line showing after joining/leaving a squad |
| 95 | + Add optional “Y”/”N” for if a player has a boon currently |
| 96 | + Fix header column alignment |
| 97 | + Add rt-click button to clear the table as a temporary fix for arc’s missing remove notifies |
| 98 | + Update to match combat api changes |
| 99 | + August 18 2018 |
| 100 | + Initial pre-release |
0 commit comments