Commit Graph

  • f63a589fd3 Add normal action bar Logan Payton 2018-02-28 00:32:34 -05:00
  • 627b7c4501 WIP - detecting actual key bindings now Logan Payton 2018-02-27 23:57:13 -05:00
  • e9d7b1827f Merge pull request #6 from EnsignPayton/levelup-message Crum 2018-02-27 21:01:34 -06:00
  • add61dbc80 Remove extra print line Logan Payton 2018-02-27 17:07:32 -05:00
  • 002dd0fe31 update DelayScriptCall function and load /kb command Crum 2018-02-23 23:33:05 -06:00
  • ccb6c8cf2a cleanup cvars Crum 2018-02-23 23:32:00 -06:00
  • 54ec0d89b4 update Bind Crum 2018-02-23 22:12:41 -06:00
  • ef014f0e1a Merge pull request #5 from EnsignPayton/actionbars Crum 2018-02-23 15:29:26 -06:00
  • 7f6c06bde2 FIXED IT Logan Payton 2018-02-23 01:34:29 -05:00
  • a41b76db36 At least I identified the problem frame Logan Payton 2018-02-23 01:02:39 -05:00
  • e26096ccd9 update LibItemPrice prices string (more accurate now) Crum 2018-02-22 15:27:06 -06:00
  • ac9cde1345 Actually hide blizzard frames Logan Payton 2018-02-21 20:31:35 -05:00
  • 550a7e2bd1 Turns out mod is a function, whoops Logan Payton 2018-02-21 20:27:21 -05:00
  • 2da5a01197 Merge branch 'dev' into actionbars Logan Payton 2018-02-21 15:07:48 -05:00
  • c3bdb0aa08 This is screwing up keying actions Logan Payton 2018-02-21 15:02:33 -05:00
  • e868c50b60 update ItemPrice Crum 2018-02-21 12:58:44 -06:00
  • 7f58853bd5 clean GetItemCount Crum 2018-02-21 11:29:42 -06:00
  • 612c53d6d5 cleanup Crum 2018-02-21 11:23:00 -06:00
  • d0e5c44d68 Still not working but its progress Logan Payton 2018-02-21 10:51:15 -05:00
  • 3717ffbca1 Merge pull request #4 from ElvUI-Vanilla/libitemprice Crum 2018-02-20 22:08:10 -06:00
  • d746519b8d oops maybe this is better Crum 2018-02-20 22:02:48 -06:00
  • fcad35aafe fix merchant vendor grays Crum 2018-02-20 21:51:20 -06:00
  • d56a8b312b cleanup Crum 2018-02-20 21:50:44 -06:00
  • 0215f479e8 Bindings added and some errors fixed, still doesnt work Logan Payton 2018-02-20 22:14:47 -05:00
  • b4d8c9f6a4 I guess lockActionBars wasnt a cvar in vanilla Logan Payton 2018-02-20 20:17:24 -05:00
  • ab615962a9 Make this like it is on wotlk 5.40 Logan Payton 2018-02-20 20:01:58 -05:00
  • a56d00fac0 maybe closer? some prices appear correct Crum 2018-02-20 17:20:19 -06:00
  • b511a9b9d1 Not sure this function is needed. Cleanup otherwise. Crum 2018-02-20 15:31:58 -06:00
  • 5df31cd2dc LibItemPrice Crum 2018-02-20 15:28:17 -06:00
  • b6f18c6823 Merge pull request #3 from EnsignPayton/fix-gsub Crum 2018-02-20 12:09:33 -06:00
  • dc8e8308d8 Cache gsub Logan Payton 2018-02-20 13:08:56 -05:00
  • 844ed68db9 Old Lua didnt like the OO-style syntax Logan Payton 2018-02-20 13:00:39 -05:00
  • b8c15d6318 Merge pull request #2 from EnsignPayton/lua-errors-2 Crum 2018-02-20 10:27:55 -06:00
  • b4f8cad7d0 Fix vendoring grays - still no sell value check Logan Payton 2018-02-20 11:18:16 -05:00
  • 9276d3e021 GetItemInfo was returning nil, not empty string Logan Payton 2018-02-20 10:12:49 -05:00
  • 9c8601bd02 Merge pull request #1 from EnsignPayton/install-errors Crum 2018-02-20 00:04:05 -06:00
  • 63603d655f update TOC just cause Crum 2018-02-19 23:45:26 -06:00
  • 4b9b1edf3c color was nil when logging in on my dead character Logan Payton 2018-02-20 00:38:37 -05:00
  • 51b7859e21 Update README.md Crum 2018-02-19 22:59:53 -06:00
  • be313354cf Merge branch 'dev' of https://github.com/Bunny67/who into dev Crum 2018-02-19 22:21:44 -06:00
  • 644d0cd74a update !Compatibily & !DebugTools Crum 2018-02-19 22:20:51 -06:00
  • 611f11aff9 remove temp folder structure Crum 2018-02-19 21:03:21 -06:00
  • 82d91d177e nil arg fix Pinya 2018-02-19 23:25:36 +03:00
  • d6877724ea update DebugTools Pinya 2018-02-15 21:20:45 +03:00
  • 74011a85c2 fix math.modf in case value equal 0 or ±Inf Pinya 2018-02-15 21:18:51 +03:00
  • cee03dfde1 added math.modulo function as replacement for the '%' operator Pinya 2018-02-15 21:16:05 +03:00
  • 7729d0aa97 implemented math.cosh, math.sinh, math.tanh, string.reverse Pinya 2018-02-15 21:14:31 +03:00
  • 6a2e477578 optimizations Pinya 2018-02-15 21:12:02 +03:00
  • 048ead8588 cosmetic Pinya 2018-02-15 21:06:15 +03:00
  • 1840a9f5f3 update GetItemInfoByName Pinya 2018-02-15 21:03:11 +03:00
  • 5a911e41c5 error instead of assert for better performance Pinya 2018-02-15 20:56:29 +03:00
  • 85a2a5bcf7 hide Exp and Rep in DisableBlizzard Crum 2018-02-07 15:35:59 -06:00
  • 196657f249 update ScrollToBottom function in chat Crum 2018-02-02 23:05:46 -06:00
  • ed202e0e48 update DelayGuildMOTD function in chat Crum 2018-02-02 23:05:20 -06:00
  • 90c2847d81 cleanup Crum 2018-01-30 20:56:03 -06:00
  • 2ca06abbfe temp disable until further fix Crum 2018-01-30 19:08:52 -06:00
  • 1cdd96dcfd alternative method for Guild delay function Crum 2018-01-28 18:44:07 -06:00
  • 1a34f1b4d1 chat Bunny67 2018-01-28 11:04:51 +03:00
  • dc83e26bc5 update chat Crum 2018-01-26 00:47:36 -06:00
  • 0eee0cafdd fix nil ClearFocus error in bags Crum 2018-01-25 19:50:05 -06:00
  • fc4a2b628b cleanup and update chat Crum 2018-01-25 14:46:24 -06:00
  • feec2011d3 @bunny67 need to work on this more (removed lua error, thanks @Loaal) Crum 2018-01-25 14:05:10 -06:00
  • 688b7dcbed cleanup locale smiley Crum 2018-01-25 14:03:04 -06:00
  • fc00704afd remove smiley functions from chat (icon string not compatible) Crum 2018-01-25 13:59:19 -06:00
  • 2e26b39fb0 update skins Crum 2018-01-25 13:06:22 -06:00
  • d767657cf7 cleanup core Crum 2018-01-25 13:05:39 -06:00
  • 95c2da3075 update !Compatibility Crum 2018-01-25 13:05:13 -06:00
  • eab1951b39 remove filter from locale Crum 2018-01-22 21:21:20 -06:00
  • a1b896f247 load LibWho-2.0, ClassCache & update Chat Crum 2018-01-22 01:30:58 -06:00
  • dabfbfc067 update numberPrefixStyle and add decimalLength Crum 2018-01-21 22:18:33 -06:00
  • 92bb08fc4a update SpellBook skin Crum 2018-01-21 21:45:01 -06:00
  • 8d353ec83b update LibElvUIPlugin Crum 2018-01-21 21:34:46 -06:00
  • ed64ac7202 version check working now Crum 2018-01-21 21:10:39 -06:00
  • c46af9f997 oops Crum 2018-01-21 20:50:23 -06:00
  • ca8624f899 update VersionCheck Crum 2018-01-21 20:49:47 -06:00
  • c506fd329a load RaidMarker module Crum 2018-01-20 17:05:14 -06:00
  • 525ee7b815 added TBC chat functions as local for install Crum 2018-01-19 20:22:27 -06:00
  • fec592c1f8 update chat Crum 2018-01-19 19:56:00 -06:00
  • e03c4b9eb3 cleanup Crum 2018-01-18 17:14:26 -06:00
  • c1828828df load Hyperlink Hover Crum 2018-01-18 15:14:50 -06:00
  • 3314de89c5 update Bags and Sort (Need some more work) Crum 2018-01-18 11:35:09 -06:00
  • cbb5f07cc7 load Dropdown in core Crum 2018-01-13 23:51:18 -06:00
  • 25b0480d73 load GM module Crum 2018-01-13 23:49:45 -06:00
  • 60719e05cb load Durability module Crum 2018-01-13 23:40:41 -06:00
  • 1ff77091e9 load AlertFrame module Crum 2018-01-13 23:32:45 -06:00
  • cd34a85874 load CaptureBar module Crum 2018-01-13 23:28:23 -06:00
  • 4b4bb06dcd update ColorPicker Crum 2018-01-13 23:13:57 -06:00
  • d0fd753039 oops Crum 2018-01-13 00:46:35 -06:00
  • 4593b0322a load ColorPicker module Crum 2018-01-13 00:22:39 -06:00
  • bc36dd13b8 update Misc Crum 2018-01-12 23:26:39 -06:00
  • b7fb60a0e3 update StaticPopups Crum 2018-01-12 23:26:19 -06:00
  • 6f640f248e update AuctionHouse Crum 2018-01-12 23:25:18 -06:00
  • 687eb89e86 disable CH:ScheduleTimer in chat temporarily Crum 2018-01-12 16:21:23 -06:00
  • 5ff5e3e083 temp remove select Crum 2018-01-12 16:13:34 -06:00
  • 9a15ecbeaf update MerchantBuyBackItemItemButton Crum 2018-01-12 15:19:43 -06:00
  • 6693c0a6a7 update AuctionHouse skin Crum 2018-01-12 15:03:13 -06:00
  • 5032865fcc LibItemSearch Bunny67 2018-01-12 19:33:13 +03:00
  • 325fa0520e cleanup Crum 2018-01-12 10:16:59 -06:00
  • 4184554066 load AttackPower Datatext Crum 2018-01-12 10:14:10 -06:00
  • 2d4d3ebeb8 sort Bunny67 2018-01-12 19:04:47 +03:00