Commit graph

35 commits

Author SHA1 Message Date
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
Hendrik Leppkes
eed9a681a5 rewrite auto-assist feature using new secure state driver rather then ugly macrotext 2008-09-02 16:51:38 +02:00
Hendrik Leppkes
6acaa9e6a1 restructuring, preparing for new changes 2008-09-02 16:51:34 +02:00
Renamed from buttonPrototypes/ActionButton.lua (Browse further)