Commit Graph

398 Commits

Author SHA1 Message Date
Logan Payton 3482c89c53 Fix action bars and remove a thing we dont need 2018-02-28 00:47:55 -05:00
Logan Payton f63a589fd3 Add normal action bar 2018-02-28 00:32:34 -05:00
Logan Payton 627b7c4501 WIP - detecting actual key bindings now 2018-02-27 23:57:13 -05:00
Crum e9d7b1827f Merge pull request #6 from EnsignPayton/levelup-message
Remove extra print line
2018-02-27 21:01:34 -06:00
Logan Payton add61dbc80 Remove extra print line 2018-02-27 17:07:32 -05:00
Crum 002dd0fe31 update DelayScriptCall function and load /kb command 2018-02-23 23:33:05 -06:00
Crum ccb6c8cf2a cleanup cvars 2018-02-23 23:32:00 -06:00
Crum 54ec0d89b4 update Bind 2018-02-23 22:12:41 -06:00
Crum ef014f0e1a Merge pull request #5 from EnsignPayton/actionbars
Action Bars Work
2018-02-23 15:29:26 -06:00
Logan Payton 7f6c06bde2 FIXED IT 2018-02-23 01:34:29 -05:00
Logan Payton a41b76db36 At least I identified the problem frame 2018-02-23 01:02:39 -05:00
Crum e26096ccd9 update LibItemPrice prices string (more accurate now) 2018-02-22 15:27:06 -06:00
Logan Payton ac9cde1345 Actually hide blizzard frames 2018-02-21 20:31:35 -05:00
Logan Payton 550a7e2bd1 Turns out mod is a function, whoops 2018-02-21 20:27:21 -05:00
Logan Payton 2da5a01197 Merge branch 'dev' into actionbars 2018-02-21 15:07:48 -05:00
Logan Payton c3bdb0aa08 This is screwing up keying actions 2018-02-21 15:02:33 -05:00
Crum e868c50b60 update ItemPrice 2018-02-21 12:58:44 -06:00
Crum 7f58853bd5 clean GetItemCount 2018-02-21 11:29:42 -06:00
Crum 612c53d6d5 cleanup 2018-02-21 11:23:00 -06:00
Logan Payton d0e5c44d68 Still not working but its progress 2018-02-21 10:51:15 -05:00
Crum 3717ffbca1 Merge pull request #4 from ElvUI-Vanilla/libitemprice
load module LibItemPrice
2018-02-20 22:08:10 -06:00
Crum d746519b8d oops maybe this is better 2018-02-20 22:02:48 -06:00
Crum fcad35aafe fix merchant vendor grays 2018-02-20 21:51:20 -06:00
Crum d56a8b312b cleanup 2018-02-20 21:50:44 -06:00
Logan Payton 0215f479e8 Bindings added and some errors fixed, still doesnt work 2018-02-20 22:14:47 -05:00
Logan Payton b4d8c9f6a4 I guess lockActionBars wasnt a cvar in vanilla 2018-02-20 20:17:24 -05:00
Logan Payton ab615962a9 Make this like it is on wotlk 5.40 2018-02-20 20:01:58 -05:00
Crum a56d00fac0 maybe closer? some prices appear correct 2018-02-20 17:20:19 -06:00
Crum b511a9b9d1 Not sure this function is needed. Cleanup otherwise. 2018-02-20 15:31:58 -06:00
Crum 5df31cd2dc LibItemPrice
Needs some more work
2018-02-20 15:28:17 -06:00
Crum b6f18c6823 Merge pull request #3 from EnsignPayton/fix-gsub
Fix Gsub for Money Loot
2018-02-20 12:09:33 -06:00
Logan Payton dc8e8308d8 Cache gsub 2018-02-20 13:08:56 -05:00
Logan Payton 844ed68db9 Old Lua didnt like the OO-style syntax 2018-02-20 13:00:39 -05:00
Crum b8c15d6318 Merge pull request #2 from EnsignPayton/lua-errors-2
Vendoring Fixes
2018-02-20 10:27:55 -06:00
Logan Payton b4f8cad7d0 Fix vendoring grays - still no sell value check 2018-02-20 11:18:16 -05:00
Logan Payton 9276d3e021 GetItemInfo was returning nil, not empty string 2018-02-20 10:12:49 -05:00
Crum 9c8601bd02 Merge pull request #1 from EnsignPayton/install-errors
Death Aura Color nil
2018-02-20 00:04:05 -06:00
Crum 63603d655f update TOC just cause 2018-02-19 23:45:26 -06:00
Logan Payton 4b9b1edf3c color was nil when logging in on my dead character 2018-02-20 00:38:37 -05:00
Crum 51b7859e21 Update README.md 2018-02-19 22:59:53 -06:00
Crum be313354cf Merge branch 'dev' of https://github.com/Bunny67/who into dev 2018-02-19 22:21:44 -06:00
Crum 644d0cd74a update !Compatibily & !DebugTools 2018-02-19 22:20:51 -06:00
Crum 611f11aff9 remove temp folder structure 2018-02-19 21:03:21 -06:00
Pinya 82d91d177e nil arg fix 2018-02-19 23:25:36 +03:00
Pinya d6877724ea update DebugTools 2018-02-15 21:20:45 +03:00
Pinya 74011a85c2 fix math.modf in case value equal 0 or ±Inf 2018-02-15 21:18:51 +03:00
Pinya cee03dfde1 added math.modulo function as replacement for the '%' operator 2018-02-15 21:16:05 +03:00
Pinya 7729d0aa97 implemented math.cosh, math.sinh, math.tanh, string.reverse 2018-02-15 21:14:31 +03:00
Pinya 6a2e477578 optimizations 2018-02-15 21:12:02 +03:00
Pinya 048ead8588 cosmetic 2018-02-15 21:06:15 +03:00