This commit is contained in:
Manuel Simon Hirsig
2016-09-03 18:35:41 +02:00
parent 9826acf9bc
commit 05fd1587cd
37 changed files with 140 additions and 201 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'core'
aux 'core' private()
COLORS = {
text = {enabled = {255, 254, 250, 1}, disabled = {147, 151, 139, 1}},
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'completion' local filter_util = aux.filter_util
aux 'completion' private() local filter_util = aux.filter_util
function public:complete_filter()
if IsControlKeyDown() then -- TODO problem is ctrl-v, maybe find a better solution
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'core'
aux 'core' private()
public.join = _G.table.concat
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'filter_util' local info = aux.info
aux 'filter_util' private() local info = aux.info
function default_filter(str)
return {
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'info'
aux 'info' private()
CreateFrame('GameTooltip', 'AuxTooltip', nil, 'GameTooltipTemplate')
AuxTooltip:SetScript('OnTooltipAddMoney', function()
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'money'
aux 'money' private()
public()
GOLD_TEXT = '|cffffd70ag|r'
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'persistence'
aux 'persistence' private()
_G.aux_datasets = t
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'scan_util' local info , filter_util = aux.info, aux.filter_util
aux 'scan_util' private() local info , filter_util = aux.info, aux.filter_util
function public.find(auction_record, status_bar, on_abort, on_failure, on_success)
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'sorting'
aux 'sorting' private()
public()