Commit Graph

68 Commits

Author SHA1 Message Date
Hendrik Leppkes 0c0abdbca6 tweak keybinding stuff and add support for pet and stance bar 2008-03-10 13:39:48 +00:00
Hendrik Leppkes 4fbff43f4a add keyBound by Tuller for key binding configuration, until there is some GUI/Button to open it, use /kb to bind buttons 2008-03-10 13:12:58 +00:00
Hendrik Leppkes 439e4d2389 fix some state stuff 2008-03-07 15:54:33 +00:00
Hendrik Leppkes d84c43e524 beautify text tags on unlocked bars 2008-03-07 15:42:44 +00:00
Hendrik Leppkes 177f03f29f - add more descriptive error messages to get/set handlers
- add MicroMenu module (may not be 100% complete yet)
2008-03-07 15:38:34 +00:00
Hendrik Leppkes 9afedb26f2 use some more upvalues 2008-03-07 14:02:01 +00:00
Hendrik Leppkes 83e787fa06 tweak OnUpdate code, now uses ~30-40% less CPU then Bartender3 2008-03-07 13:53:36 +00:00
Hendrik Leppkes 160e9ffe4f tweaks 2008-03-07 10:43:34 +00:00
Hendrik Leppkes 3246f3a8a5 improve button handling with overlays 2008-03-07 10:18:42 +00:00
Hendrik Leppkes b83005b733 hide empty pet buttons 2008-03-05 15:07:53 +00:00
Hendrik Leppkes 45f86eff26 - add Enable/Disable to the Pet and Stance Bar
- unlocking works right on the petbar now
2008-03-05 14:17:12 +00:00
Hendrik Leppkes 23f723b892 adjust strata of pet buttons to match all other bars, and fix dreamlayout framelevel 2008-03-04 22:21:13 +00:00
Hendrik Leppkes b2bc187f6c reuse the DreamLayout frames 2008-03-04 11:18:33 +00:00
Hendrik Leppkes 6adcf86b1b make button style work on the pet bar buttons, pretty much done now (short of hotkey display) 2008-03-03 12:17:59 +00:00
Hendrik Leppkes 4fe87b8eeb fix a bug in button code 2008-03-03 12:05:45 +00:00
Hendrik Leppkes 3ae640802d pet buttons actually work now, using blizzard templates 2008-03-03 11:45:24 +00:00
Hendrik Leppkes 1ccc647634 some work on pet bar, interim commit so i can raid in peace :P 2008-02-21 17:29:02 +00:00
Hendrik Leppkes 720bd42401 fix bugs for classes that dont have any stances (yet) 2008-02-21 16:53:12 +00:00
Hendrik Leppkes 17ed1caa90 change pet button to a SecureActionButtonTemplate 2008-02-21 13:58:23 +00:00
Hendrik Leppkes 9ed47da99d add pet button template, borrowed from blizzy code, without their ugly scripts 2008-02-21 13:56:20 +00:00
Hendrik Leppkes aa66d37a95 stub for a petbar - not worky yet 2008-02-21 13:28:43 +00:00
Hendrik Leppkes 299783383a add new bar overlays 2008-02-18 14:14:54 +00:00
Hendrik Leppkes c337a64192 toc update 2008-02-17 13:26:43 +00:00
Hendrik Leppkes 0b32b4a473 add state support for the possess bar 2008-02-17 11:41:33 +00:00
Hendrik Leppkes c0cdde8e45 option tweaks 2008-02-17 01:37:33 +00:00
Hendrik Leppkes 59df1ce268 - ButtonBar now uses .button_width and .button_height for layouting the buttons (defaults to 36)
- set button width/height for stancebar buttons
2008-02-16 18:19:25 +00:00
Hendrik Leppkes 4f31e91de5 StanceBar
- increase default scale of the stance buttons
- add events to update the bar
- add OnDisable
2008-02-16 18:04:50 +00:00
Hendrik Leppkes 3f60367faf first working stance bar, still needs events for updating etc 2008-02-16 17:17:31 +00:00
Hendrik Leppkes 1cec9114c9 dummy stancebar module 2008-02-16 16:45:35 +00:00
Hendrik Leppkes e7841ed4d5 strip some code from the actionbar module and move it to a generic ButtonBar module to be used for the stance and pet bar 2008-02-16 16:11:49 +00:00
Hendrik Leppkes b95223a020 implement option to change the button style 2008-02-12 08:44:19 +00:00
Hendrik Leppkes ea23115e2f mark dreamlayout overlay properly so it gets hidden for empty buttons 2008-02-11 18:59:17 +00:00
Hendrik Leppkes a7b9ca4c1f implement different layouts 2008-02-11 18:12:12 +00:00
Hendrik Leppkes 80f0d3d811 options for page swapping based on stance 2008-02-11 14:24:21 +00:00
Hendrik Leppkes 9102bb3f61 some option fluff 2008-02-02 14:34:35 +00:00
Hendrik Leppkes 319f5dc02a rework config system to use a API for setting up the table now, and no merging 2008-01-31 09:55:51 +00:00
Hendrik Leppkes 2242edd844 cleanups 2008-01-20 16:05:17 +00:00
Hendrik Leppkes ccd361a4e0 svn stuff 2008-01-11 18:49:03 +00:00
Hendrik Leppkes 3c64ce4269 - basic shapeshift support, no config interface for it yet 2008-01-11 18:45:01 +00:00
Hendrik Leppkes 2fbed3b0ce DRYCODE: copy/pasted stance translations from BT3 into locale files using AceLocale-3.0, and first module interface for stances 2008-01-11 15:56:03 +00:00
Hendrik Leppkes 4431a2f8ed small tweak to button code 2008-01-11 15:28:09 +00:00
Hendrik Leppkes 941de6d3db profile handling 2008-01-11 15:20:55 +00:00
Hendrik Leppkes 72b94f4db2 - Button: added action drag support
- Button: added show grid option
- Options: cleanup and sorting
2007-12-30 21:36:55 +00:00
Hendrik Leppkes 09bb28f162 cleanup options and database layout 2007-12-22 12:06:26 +00:00
Hendrik Leppkes c1eaea3311 replace the slash command handler with a simple function to open the gui until AceConfigCmd works properly with plugins and inline groups 2007-12-12 15:49:23 +00:00
Hendrik Leppkes 9efe3269eb implement (Show|Hide)Grid 2007-12-12 15:36:10 +00:00
Hendrik Leppkes e4392c23d8 small options tweak 2007-12-12 15:03:31 +00:00
Hendrik Leppkes d56c2cc4fc use db namespaces to store the actionbar configs, zomgmoremodular 2007-12-12 09:59:17 +00:00
Hendrik Leppkes 21d87e57cf change defaults to be more sane, default bars may work, or may hack your account, who knows 2007-12-11 13:13:52 +00:00
Hendrik Leppkes 37520f8b58 more work done and fixes applied 2007-12-11 13:02:06 +00:00