Commit Graph

12 Commits

Author SHA1 Message Date
florian.berthold a32bba6dc0 feat(paging): accept [aura:Name] / [form:Name] / [stance:Name] form-name conditionals
Translate non-numeric stance/form/aura conditionals to [stance:N] via
GetShapeshiftFormInfo() before handing the string to RegisterStateDriver.
Lets CoA custom-class users write self-documenting paging strings:

    [aura:Beetle Form]6;1     -- instead of [stance:1]6;1
    [stance:Beetle Form/Wasp Form]9
    [noaura:Beetle Form]2

All three keywords (aura, form, stance) are accepted equivalently when
the value is a non-numeric form name. Numeric values pass through
unchanged. Unresolved names are left as-is so the failure is visible
at parse time.

Re-applies on UPDATE_SHAPESHIFT_FORMS / PLAYER_ENTERING_WORLD so newly
learned forms take effect without a /reload (defers during combat
lockdown to avoid taint).

Bumps Version to 4.4.2-2-g3b02ee4-coa1 so the loaded copy is
identifiable in-game.
2026-05-08 03:45:58 +02:00
florian.berthold 57a5cdabdf ascension: 4.4.2 → vendored 4.4.2-2-g3b02ee4 (in-game AddOns dir)
Imported from /srv/add01/wow-ascension/Interface/AddOns/Bartender4 — the
build Ascension's WotLK 3.3.5 client ships.

Single vendored drop: Ascension's build process bundles their custom
patches with the standard CurseForge packager output (embedded libs),
and the individual patches aren't published separately.

Net delta vs Nevcairiel 4.4.2, excluding bundled libs and CRLF
normalization: 21 files, 2213+/52- — the Ascension-specific
adaptations for WotLK 3.3.5 hero classes / custom action systems.

License: All rights reserved (per .toc).
2026-05-08 03:45:58 +02:00
Hendrik Leppkes acab7f809f Use bonusbar instead of form for shadowdance 2009-04-21 17:33:00 +02:00
Hendrik Leppkes fe0281fdb7 Small improvements to the behaviour of the secure environment. Fixes a rare bug when adding/removing buttons from a bar. 2009-04-16 17:04:41 +02:00
Hendrik Leppkes 7de8d7ab10 Add support for Shadow Dance switching 2009-04-16 10:40:14 +02:00
Hendrik Leppkes 704116323c Move alot of auto-assist processing into the secure environment, allowing full action drag/drop support in combat. 2009-04-01 10:55:48 +02:00
Hendrik Leppkes 542cb58208 Use @project-version@ in the Version field and update copyright headers to 2009. 2009-03-26 10:55:06 +01:00
Hendrik Leppkes fe2cc6f24b Further cleanup and seperation 2009-03-26 00:39:27 +01:00
Hendrik Leppkes 83926efad4 Fix Prowl Paging. Before, when turned prowl was turned off, it would switch back to Page0, which is not intended. Instead, it will stay in the cat bar now if prowl is set to "Do not page". 2009-03-26 00:39:26 +01:00
Hendrik Leppkes aee5d1e3cf Properly unset the statedriver when its disabled with custom conditionals active. 2009-03-26 00:39:26 +01:00
Hendrik Leppkes 723bb00618 Furhter split of the StateBar from the ActionBar 2009-03-26 00:39:26 +01:00
Hendrik Leppkes d0f4650b58 Initial abstraction of state code into StateBar prototype 2009-03-26 00:39:25 +01:00