Commit Graph

30 Commits

Author SHA1 Message Date
BanditTech 8b3fd29130 Add a sort button to Guild, Personal, Realm banks (#13) 2022-11-12 15:13:14 -07:00
BanditTech 4a1936028e Correct Lockout Datatext abbreviations (#11)
* show wintergrasp when WotLK expact active

* Add middle click function to show raid info panel
2022-11-09 23:23:47 -07:00
Rock5901 306612c732 Update tooltip.lua more ilvl nitpicks (#12)
Previously when holding shift while hovering yourself/other player, ilvl would calculate ranged/offhand slot
As well, if an item was not-equipped, your ilvl would go up because it did not add +1 item (therefor dividing by 1 less)

Issue still remains with inaccurate display, best guess is that it's from an error grabbing item data? Could be worth looking into, issue existed before I touched it: only changed the calculation itself.
Example: I try and look at someone iLvl by holding shift on them, tooltip says "97", I whisper to ask and they are 130, seems to only work half the time? I will look further when i have more time.
2022-11-09 23:22:55 -07:00
BanditTech 03a785988a allow new bag search term for sets "any" (#10)
usage `set:any`
2022-11-09 03:01:57 -07:00
Andrew6810 3d8aa53253 Fix typo causing ilvl to never update 2022-11-07 16:24:38 -07:00
Andrew6810 b56a4e2942 Fix lua error if below max level 2022-11-06 16:11:01 -07:00
Andrew6810 ff27180511 Fix font inconsistency with GameFontHighlightMedium vs GameFontNormalMed3 2022-11-06 10:40:24 -07:00
Andrew6810 e5f9856e63 increment version 2022-11-05 22:34:02 -07:00
Andrew6810 7c63441b20 Fix average ilvl to copy default ui 2022-11-05 22:29:01 -07:00
Andrew6810 8f7079489e Add pve / pvp power to character frame 2022-11-05 22:24:21 -07:00
Andrew6810 bcf45a2188 Fix lua error in namecolor tag 2022-11-05 21:40:18 -07:00
salt-die 2455c076b0 Check for nil. (#8) 2022-11-01 13:40:20 -07:00
salt-die 8f4463b46a Add role message on login. (#7) 2022-10-31 18:27:19 -07:00
Andrew6810 c1146d473d Remove updated while running version check thing. 2022-10-31 13:32:00 -07:00
salt-die aeb5ac5918 Addon-skins (#4)
* Skin atlasloot for ascension.
* Add custom class colors from elvui to WIM.
2022-10-31 03:02:07 -07:00
Andrew 3958b884a2 Merge pull request #6 from salt-die/luacheck
Add luacheckrc file.
2022-10-30 20:50:42 -07:00
salt-die 44dd34b29d Add luacheckrc file. 2022-10-30 22:44:29 -05:00
Andrew 3d2b6824d6 Merge pull request #3 from salt-die/Castbar-colors
Bug fix: Color tables indexed improperly.
2022-10-30 20:32:11 -07:00
salt-die f92225c7cc Bug fix: Color tables indexed improperly. 2022-10-30 22:26:33 -05:00
higurush 6c2a2f145d Fix Auction House main UI 2022-10-30 19:51:45 -07:00
Andrew 7a8a80ea93 Merge pull request #1 from BanditTech/patch-1
add nil check to avoid thread crash
2022-10-30 19:44:01 -07:00
Andrew b358acc941 Merge pull request #2 from BanditTech/patch-2
leave character name in default position
2022-10-30 19:42:45 -07:00
BanditTech 4a4c753656 leave character name in default position 2022-10-30 19:40:46 -07:00
Andrew6810 b12d2a3fc5 update links. Increment version 2022-10-30 19:40:17 -07:00
BanditTech afa2c70b0a add nil check to avoid thread crash 2022-10-30 19:28:56 -07:00
Andrew6810 8ad40722a0 Fixes Enhanced character frame
Update nameplate coloring.
Fix world map blips
2022-10-30 16:41:03 -07:00
Andrew6810 944b72c9e4 fix bad class passed 2022-10-28 10:05:25 -07:00
Andrew6810 df7cc26a64 Change all use of heroclass to use RAID_CLASS_COLORS instead. This can be changed to CUSTOM_CLASS_COLORS later with a color picker for each class, but to support CoA classes need to go back to being colored properly.
Fix remaining lua errors covered by ascension patches

Add Addon Skins
Add Enhanced Friends List
2022-10-28 07:12:13 -07:00
Andrew6810 60ef8a38af init 2022-10-21 07:09:01 -07:00
Andrew cbdabfbcca Initial commit 2022-10-21 07:06:14 -07:00