Commit Graph

52 Commits

Author SHA1 Message Date
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 cc587411a6 Avoid even more taint in the actionbutton onevent to potentially stop breaking the totem bar. 2009-08-13 18:00:10 +02:00
Hendrik Leppkes 4f2a720e9d Small tweaks, optimizations and fixes. 2009-05-26 20:15:30 +02:00
Hendrik Leppkes 83b1ab3c13 Properly refresh the range status when paging the action bar. 2009-05-23 13:45:47 +02:00
Hendrik Leppkes f96760380f Disable the range update when the range display is disabled. 2009-05-21 16:05:20 +02:00
Hendrik Leppkes 922d7f32e6 Shuffle some code around for more logical order. 2009-05-21 12:53:22 +02:00
Hendrik Leppkes bc39082795 Further optimizations to the range check. 2009-05-21 12:51:34 +02:00
Hendrik Leppkes e8f070836e Disable the range updating for buttons without a range. 2009-05-21 11:56:16 +02:00
Hendrik Leppkes af8f18617d Support proper hotkeys and range coloring for the vehicle buttons. 2009-04-17 10:50:31 +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 c0c8f9db64 Fixes to the handling of the secure environment updates. 2009-04-14 19:46:19 +02:00
Hendrik Leppkes 4c33175e0c Update each button individually when changing spec (and on any other action change, if out of combat). 2009-04-14 19:46:17 +02:00
Hendrik Leppkes db938ac83d Don't clear the unit attribute in the state configuration anymore, secure env does that now. 2009-04-01 10:55:48 +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 723bb00618 Furhter split of the StateBar from the ActionBar 2009-03-26 00:39:26 +01:00
Hendrik Leppkes cf06d4d754 Added an assertion with an detailed error message to debug an error in the action button code. 2009-02-26 15:16:03 +01:00
Hendrik Leppkes 6758e5d9c3 Safety check for an error that really shouldn't happen. 2009-02-21 19:16:06 +01:00
Hendrik Leppkes 2ed2263968 Fix all and any white-space errors 2009-02-20 23:19:34 +01:00
Hendrik Leppkes fc31c9d48d Potential fix for a rare error when moving actions while on a vehicle 2009-02-19 15:44:09 +01:00
Hendrik Leppkes 303cea06c7 Fixed the hotkey range-indicator 2009-01-07 15:42:29 +01:00
Hendrik Leppkes 275a0537b2 Disable color caching for OutOfMana/OutOfRange coloring since there are issues with invalidating the cache. 2009-01-04 16:48:37 +01:00
Hendrik Leppkes 80667ee9ef Improve the "Leave" button on the possess bar by delegating the click to PossessButton2 which cancels non-vehicles too. 2008-11-21 15:39:03 +01:00
Hendrik Leppkes dccc0b43bc Changes to how Vehicle Buttons work, try to forward the click to the original buttons 2008-11-19 16:10:37 +01:00
Hendrik Leppkes 130afe7ac4 Fixed the NormalTexture again to behave like it used to 4.1.x 2008-11-11 20:05:26 +01:00
Hendrik Leppkes 598e2af4a8 Slightly adjusted the NormalTexture of the buttons to feel like before 2008-11-11 19:52:23 +01:00
Hendrik Leppkes 48e68d1499 Fix display of Leave Vehicle button 2008-11-11 08:44:08 +01:00
Hendrik Leppkes ebd489cfd5 Only try to set our special-action-icon on our own buttons 2008-11-10 22:49:05 +01:00
Hendrik Leppkes 1665e10865 Added compat var to not break every addon using the old button frame names to access BT4 buttons 2008-11-10 01:10:16 +01:00
Hendrik Leppkes 2f5605a396 Fixed Show Grid option 2008-11-09 16:06:49 +01:00
Hendrik Leppkes ff11807e39 Fix showing of the icon for special buttons 2008-11-09 15:46:59 +01:00
Hendrik Leppkes 293e41b7d2 Prevent taint in UpdateAction 2008-11-09 15:46:50 +01:00
Hendrik Leppkes 170b8253cd Fix moving of actions 2008-11-09 15:10:08 +01:00
Hendrik Leppkes 15f27066ec Fixed NormalTexture display 2008-11-09 15:09:56 +01:00
Hendrik Leppkes 21a325c494 Remove old code 2008-11-09 14:33:13 +01:00
Hendrik Leppkes 832e94c2ff Removed OnUpdate hook and made keybindings show properly 2008-11-09 13:40:03 +01:00
Hendrik Leppkes 0ebc4c4ec1 Hide MacroText works again 2008-11-09 13:33:39 +01:00
Hendrik Leppkes 82af623c08 Hook UpdateUsable and OnUpdate 2008-11-09 13:28:00 +01:00
Hendrik Leppkes 88a71decb0 Hotkeys work properly again 2008-11-09 13:22:09 +01:00
Hendrik Leppkes 453773aebd First draft of conversion to the Blizzard template 2008-11-09 13:10:23 +01:00
Hendrik Leppkes 3998774497 Fix enabling/disabling of selfcast/focuscast 2008-10-30 09:18:54 +01:00
Hendrik Leppkes 1b76f3f9dd Fix error in auto-assist code with harm-assisting 2008-10-11 19:48:55 +02:00
Hendrik Leppkes 5efa96d0ee Added a Leave Vehicle Button to the Main Bar on Slot 12
The Possess Bar usually only uses 10 buttons to the limit of 10 buttons on the pet bar, that leaves button 11 and 12 empty. Button 12 (id 132) is now being used for a Leave Vehicle button to be able to leave vehicles properly.

Without a full 12-Button Main Bar, you probably want to Macro /script VehicleExit();

I may add another form of button for this at some point, but not right now.
2008-10-11 19:37:55 +02:00
Hendrik Leppkes 93ad63a772 Re-implemented Right-Click self-casting 2008-09-28 15:02:23 +02:00
Hendrik Leppkes 0c9429af60 Merge branch 'master' into wrath 2008-09-23 11:19:43 +02:00
Hendrik Leppkes aa1867ad90 Removed SVN $Id$ Tags and updated locale 2008-09-14 13:25:48 +02:00
Hendrik Leppkes c365751794 Minor cleanups in action button code 2008-09-02 21:44:52 +02:00
Hendrik Leppkes c7c303ae3c Removed trailing spaces 2008-09-02 16:55:22 +02:00
Hendrik Leppkes 5c5e2746c8 oops forgot one 2008-09-02 16:51:38 +02:00