Hendrik Leppkes
043098225a
Fix the keybinding names in the blizz keybinding panel.
2009-05-21 11:56:23 +02:00
Hendrik Leppkes
e8f070836e
Disable the range updating for buttons without a range.
2009-05-21 11:56:16 +02:00
Hendrik Leppkes
be945add01
Possible workaround for action blocked messages when using the default vehicle ui and the micromenu.
2009-05-15 17:59:15 +02:00
Hendrik Leppkes
acab7f809f
Use bonusbar instead of form for shadowdance
2009-04-21 17:33:00 +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
dc2329544f
Fix the QuestLog button anchoring when using a vertical micromenu
2009-04-16 11:46:55 +02:00
Hendrik Leppkes
7de8d7ab10
Add support for Shadow Dance switching
2009-04-16 10:40:14 +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
67037ce359
Add a "No Stance/Form" toggle to the visibility driver options, to hide a bar when in stance 0 (no form).
2009-04-01 10:54:49 +02:00
Hendrik Leppkes
7ae74d626f
Use a custom widget for the X/Y Coordinate EditBox
2009-03-27 15:03:41 +01:00
Hendrik Leppkes
842fb683f7
Options tweaks and fixes
2009-03-27 12:08:43 +01:00
Hendrik Leppkes
c285b34964
Added options to center the bars both vertically and horizontally.
2009-03-26 14:49:10 +01:00
Hendrik Leppkes
accceaaaeb
Hide the Stance-based Visibility options for classes that do not support it.
2009-03-26 13:23:26 +01:00
Hendrik Leppkes
642da52766
Rename the "align" option to "position", as its more accurate now.
2009-03-26 13:15:48 +01:00
Hendrik Leppkes
0e20409e76
Added initial positioning options for precise position control to the configuration.
2009-03-26 13:11:14 +01:00
Hendrik Leppkes
041966007c
Let LibWindow handle the default position of the XPBar.
2009-03-26 11:15:24 +01: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
7d18141115
Updated Babelfish.lua
2009-03-26 10:05:57 +01:00
Hendrik Leppkes
397fe7dbf4
Prevent changing the Vehicle UI option while on a vehicle to avoid serious breakage.
2009-03-26 10:04:41 +01:00
Hendrik Leppkes
a437ca9c5a
Properly unregister PLAYER_ENTERING_WORLD if the vehicle art is off.
2009-03-26 02:12:01 +01:00
Hendrik Leppkes
315048b6c0
Update Version and Interface in .toc
2009-03-26 01:12:03 +01:00
Hendrik Leppkes
6ac4b9af06
Split StateBar configuration out of ActionBar code
2009-03-26 00:39:27 +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
Hendrik Leppkes
55225dcef4
Re-bind keys previously bound to Action Bar 1 to the Vehicle Buttons when using the default UI, so the button on-click effects work properly.
...
This feature does require that the keys you want to control the vehicle buttons (usually 1-6) are actually bound to Bar 1. It will however still work if they are not, as long as you have the bar bound to those keys set as possess bar.
2009-03-26 00:36:33 +01:00
Hendrik Leppkes
7d202aabc1
Improve vehicle behaviour
2009-03-26 00:15:52 +01:00
Hendrik Leppkes
e15647895e
Refresh the state of buttons when they are newly created.
2009-03-25 18:22:42 +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
1f8d66d4fa
Securely hide the old Blizzard UI, thus working in combat
2009-02-26 10:41:26 +01:00
Hendrik Leppkes
91413bcacd
Small improvements to the vehicle stuff
2009-02-26 09:21:34 +01:00
Hendrik Leppkes
0325f96790
Properly unregister the vehicle events if not using the Blizzard VehicleUI
2009-02-26 08:53:49 +01:00
Hendrik Leppkes
f05563904d
Properly disable our built-in VehicleBar if using the Blizzard art
2009-02-25 23:41:51 +01:00
Hendrik Leppkes
6adef77860
Added an option to use the default blizzard vehicle frame for vehicles (the art and all the fun)
2009-02-25 23:38:14 +01:00
Hendrik Leppkes
7b28cae101
Fix FadeOut, we need to check if the mouse is over the Overlay now, and not the actual bar.
2009-02-22 10:08:58 +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
13b2f0c4e1
Merge branch 'libwindow'
2009-02-21 15:57:04 +01:00
Hendrik Leppkes
044899f525
Fixed initial positions for all bars
2009-02-21 15:53:41 +01:00
Hendrik Leppkes
204ac6a671
Fix the behaviour of snapping for the new bar positioning.
2009-02-21 15:42:57 +01:00
Hendrik Leppkes
571fe6cca4
Fixed behaviour of padding on alternate growth directions and fixed the alignment of the drag-overlay.
2009-02-21 15:16:34 +01:00
Hendrik Leppkes
a1189dbad8
Added options to adjust the vertical and horizontal growth direction
2009-02-21 14:58:17 +01:00
Hendrik Leppkes
4529c41327
Use our SavePosition function instead of LibWindow directly
2009-02-21 14:23:25 +01:00
Hendrik Leppkes
e9071dc3d0
Try to preserve the old position properly during the migration to the new system.
2009-02-21 14:14:53 +01:00
Hendrik Leppkes
6f5086adc8
Added plumbing to change the growth direction of the bars. Currently always defaults to DOWN and RIGHT, as that is the "old" behaviour.
2009-02-21 14:12:49 +01:00