1
0
Fork 0
Commit Graph

60 Commits

Author SHA1 Message Date
Andrew Tomaka fcdfe1ba1f Add current item level to item level tooltip in Paper Doll frame. 2011-09-27 07:52:27 -04:00
pigmonkey c01267f550 Fixes potential bug with registering ADDON_LOADED in OnEnable 2011-09-18 17:35:02 -04:00
pigmonkey fe7e404ebe Fix bug where alts once online are considered raiders until reload 2011-09-06 15:34:49 -04:00
pigmonkey ddebbedb6c Fixed coloring of on-alt members 2011-09-04 20:01:49 -04:00
pigmonkey 38f03047f8 Added coloring of mains who are on an alt in guild roster 2011-09-03 16:46:49 -04:00
pigmonkey 9f69520833 Potion queues save between sessions and are only removed on a successful send 2011-09-03 16:17:41 -04:00
pigmonkey 8df75073fa Fix a copy-paste bug from the old atlt 2011-09-03 16:16:26 -04:00
pigmonkey c925c86278 Adding /rl for reloading ui 2011-09-03 15:11:58 -04:00
pigmonkey 2bf5191d4f Fixed bug when ctrl+clicking links 2011-09-03 15:09:06 -04:00
pigmonkey 6c26b284bf Adding blacklisting (Moulder), started to add something to color offline mains who are playing alts 2011-09-03 15:08:36 -04:00
pigmonkey 8c34b0e63d Not printing taunt fails for living meteors 2011-09-03 15:07:34 -04:00
pigmonkey 48828d172a Added EJ 'fix', fixed clickToPaste options, fixed raid frame showing repeatedly 2011-08-09 19:46:13 -04:00
pigmonkey b9b3342455 Fixed a problem with guild roster number counts. Hopefully fixed the problem with bottom members being cut off. 2011-07-31 06:12:21 -04:00
pigmonkey 6563c571db Fixed ML one-click, fixed AH script 2011-07-31 05:34:10 -04:00
pigmonkey 5a8f52cac3 Adding click to paste into officer chat 2011-07-31 05:33:09 -04:00
pigmonkey c436c6af9d Fixed Blizzard's TradeSkill coloring when you press View Crafters 2011-07-13 19:17:22 -04:00
pigmonkey a88cdb9693 Removed debug statements from potions and added a new slash command to print the queue 2011-07-03 03:12:00 -04:00
pigmonkey bb9266219d Fixed AH buying 2011-07-03 03:11:04 -04:00
pigmonkey 408c8799e8 Change CLEU for 4.2 2011-07-02 18:45:40 -04:00
pigmonkey d99013a9d3 Announce: fix to formatted strings for combat event reporting 2011-06-25 04:06:55 -04:00
pigmonkey 26af0aac7d Added a 'louder' LFD ready check noise, but this might not be the right event 2011-06-19 21:35:20 -04:00
pigmonkey 998e51c038 Fixed AH macro; should work pretty well now 2011-06-19 21:34:51 -04:00
pigmonkey 53701ad4df Modules: Fixed AH purchasing; now goes bottom up and also clears on API search query instead of update event 2011-06-11 23:46:05 -04:00
pigmonkey c59d191263 Macros: Print when done with all auctions in current page 2011-06-10 19:57:05 -04:00
pigmonkey d72dd1d2d3 Macros: Added mass buyout for auction house 2011-06-10 02:01:18 -04:00
pigmonkey 7a9261d6d3 Potions fix: missing parameter and library 2011-06-08 05:34:17 -04:00
pigmonkey d1dd3898aa Getting player GUID every time 2011-06-05 20:26:39 -04:00
pigmonkey 0177b5934b Adding module for monitoring spellcasts in PvP 2011-06-04 05:18:08 -04:00
pigmonkey cd8f501570 safe calls to db callbacks 2011-06-04 03:13:27 -04:00
pigmonkey ba42823d63 Removed some more debug prints that I missed 2011-06-03 18:22:59 -04:00
pigmonkey 183e59eb71 New misc feature: fix to blizzard bug with auto complete menu 2011-06-03 06:53:55 -04:00
pigmonkey 727108f466 Removed a debug print message 2011-06-01 03:13:07 -04:00
pigmonkey 4ea3b81945 Changed so module population and toggling happens in OnInitialize instead of RegisterOptions and OnEnable 2011-05-31 04:01:50 -04:00
pigmonkey 1559f02a92 Additional README details 2011-05-31 03:41:18 -04:00
pigmonkey 9986a34072 Added a README 2011-05-31 03:31:05 -04:00
pigmonkey 84c06d47c7 Added entire module toggling and separated options/defaults from module specific data 2011-05-31 03:26:46 -04:00
pigmonkey afe7bdb2a4 Changed how modules get their db. No longer embedding AceConsole so I acan register my own Print. Minor bug fixes. 2011-05-31 02:40:36 -04:00
pigmonkey 0adbe3fd8c Removing empty options registration from macros 2011-05-30 19:54:08 -04:00
pigmonkey e1813d69c4 Removing unnecessary includes 2011-05-30 19:53:30 -04:00
pigmonkey 31fad88493 Removing more unnecessary files 2011-05-30 19:39:14 -04:00
pigmonkey 3ad7ead089 Removing the old file 2011-05-30 19:38:32 -04:00
pigmonkey 9099e06a0d Fixed the Prat and RBS modules detecting their respective addons 2011-05-30 19:32:56 -04:00
pigmonkey f81b074aac changed slash command coloring and display order 2011-05-30 19:07:01 -04:00
pigmonkey df9f0e897a change some module names 2011-05-30 18:54:56 -04:00
pigmonkey 6f61e5b513 work on slash command core 2011-05-30 18:53:33 -04:00
pigmonkey da6316ea52 fixed a typo and accidental find-replace mishap 2011-05-30 18:30:56 -04:00
pigmonkey a237d9c06b Fixed an absurd amount of bugs, which serves me right for not testing a single module before making them all 2011-05-30 18:13:08 -04:00
pigmonkey 0bd08158bb core functionality: RegisterSlashCommand 2011-05-30 14:57:41 -04:00
pigmonkey b5ace77c95 chat filter module 2011-05-30 14:47:46 -04:00
pigmonkey cfacbcee8e more deprecated and misc 2011-05-30 14:45:27 -04:00