Skip to content

Commit

Permalink
Merge pull request #157 from Vapok/comm_clean_up
Browse files Browse the repository at this point in the history
Comm clean up
  • Loading branch information
Taidtuskecyh authored Jan 9, 2021
2 parents af038f7 + 96b273a commit 6e1cb41
Show file tree
Hide file tree
Showing 12 changed files with 1,359 additions and 924 deletions.
6 changes: 3 additions & 3 deletions Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ core.EncounterList = { -- Event IDs must be in the exact same order as core
}

core.CommDKPUI = {} -- global storing entire Configuration UI to hide/show UI
core.MonVersion = "v3.2.3";
core.BuildNumber = 30203;
core.ReleaseNumber = 60
core.MonVersion = "v3.2.4";
core.BuildNumber = 30204;
core.ReleaseNumber = 61
core.defaultTable = "__default";
core.SemVer = core.MonVersion.."-r"..tostring(core.ReleaseNumber);
core.UpgradeSchema = false;
Expand Down
14 changes: 7 additions & 7 deletions Localization/Localization.cn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -820,15 +820,15 @@ if GetLocale() == "zhCN" then
MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.", --TODO TRANSLATE:

--TODO TRANSLATE:
CHANGELOG1 = "CommunityDKP - v3.2.3",
CHANGELOG2 = " - Upgraded and Refactored the MinBids Table",
CHANGELOG3 = " - Fixed a Minbid Save Issue on Disenchant that was removing the Minbid price",
CHANGELOG4 = " - Implemented PriceList API Support (contribution by styxhope)",
CHANGELOG5 = "",
CHANGELOG1 = "CommunityDKP - v3.2.4-r61",
CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)",
CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)",
CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover",
CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)",
CHANGELOG6 = "",
CHANGELOG7 = "",
CHANGELOG7 = "Taidtuskecyh @ Gehennas",
CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH",
CHANGELOG9 = "",
CHANGELOG10 = "",
CHANGELOG10 = ""
}
end
14 changes: 7 additions & 7 deletions Localization/Localization.de.lua
Original file line number Diff line number Diff line change
Expand Up @@ -814,15 +814,15 @@ if GetLocale() == "deDE" then
MIGRATIONCOMPLETED = "Migration abgeschlossen.|n|nBitte deaktivieren Sie MonolithDKP und laden Sie das UI neu. (/reload)",

--TODO TRANSLATE:
CHANGELOG1 = "CommunityDKP - v3.2.3",
CHANGELOG2 = " - Upgraded and Refactored the MinBids Table",
CHANGELOG3 = " - Fixed a Minbid Save Issue on Disenchant that was removing the Minbid price",
CHANGELOG4 = " - Implemented PriceList API Support (contribution by styxhope)",
CHANGELOG5 = "",
CHANGELOG1 = "CommunityDKP - v3.2.4-r61",
CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)",
CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)",
CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover",
CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)",
CHANGELOG6 = "",
CHANGELOG7 = "",
CHANGELOG7 = "Taidtuskecyh @ Gehennas",
CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH",
CHANGELOG9 = "",
CHANGELOG10 = "",
CHANGELOG10 = ""
}
end
20 changes: 10 additions & 10 deletions Localization/Localization.en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -795,14 +795,14 @@ core.L = {
MIGRATIONCANCELED = "Migration canceled.|n|nPlease disable MonolithDKP and /reload the UI if you want to continue with CommunityDKP without using your current tables and settings.",
MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.",

CHANGELOG1 = "CommunityDKP - v3.2.3",
CHANGELOG2 = " - Upgraded and Refactored the MinBids Table",
CHANGELOG3 = " - Fixed a Minbid Save Issue on Disenchant that was removing the Minbid price",
CHANGELOG4 = " - Implemented PriceList API Support (contribution by styxhope)",
CHANGELOG5 = "",
CHANGELOG6 = "",
CHANGELOG7 = "",
CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH",
CHANGELOG9 = "",
CHANGELOG10 = "",
CHANGELOG1 = "CommunityDKP - v3.2.4-r61",
CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)",
CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)",
CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover",
CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)",
CHANGELOG6 = "",
CHANGELOG7 = "Taidtuskecyh @ Gehennas",
CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH",
CHANGELOG9 = "",
CHANGELOG10 = ""
}
14 changes: 7 additions & 7 deletions Localization/Localization.es.lua
Original file line number Diff line number Diff line change
Expand Up @@ -818,15 +818,15 @@ if GetLocale() == "esES" or GetLocale() == "esMX" then
MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.", --TODO TRANSLATE:

--TODO TRANSLATE:
CHANGELOG1 = "CommunityDKP - v3.2.3",
CHANGELOG2 = " - Upgraded and Refactored the MinBids Table",
CHANGELOG3 = " - Fixed a Minbid Save Issue on Disenchant that was removing the Minbid price",
CHANGELOG4 = " - Implemented PriceList API Support (contribution by styxhope)",
CHANGELOG5 = "",
CHANGELOG1 = "CommunityDKP - v3.2.4-r61",
CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)",
CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)",
CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover",
CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)",
CHANGELOG6 = "",
CHANGELOG7 = "",
CHANGELOG7 = "Taidtuskecyh @ Gehennas",
CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH",
CHANGELOG9 = "",
CHANGELOG10 = "",
CHANGELOG10 = ""
}
end
16 changes: 8 additions & 8 deletions Localization/Localization.fr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -874,15 +874,15 @@ if GetLocale() == "frFR" then

--TODO TRANSLATE:
--TODO TRANSLATE:
CHANGELOG1 = "CommunityDKP - v3.2.3",
CHANGELOG2 = " - Upgraded and Refactored the MinBids Table",
CHANGELOG3 = " - Fixed a Minbid Save Issue on Disenchant that was removing the Minbid price",
CHANGELOG4 = " - Implemented PriceList API Support (contribution by styxhope)",
CHANGELOG5 = "",
CHANGELOG1 = "CommunityDKP - v3.2.4-r61",
CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)",
CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)",
CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover",
CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)",
CHANGELOG6 = "",
CHANGELOG7 = "",
CHANGELOG8 = "Discord de CommunityDKP: https://discord.gg/dXXK4vH",
CHANGELOG7 = "Taidtuskecyh @ Gehennas",
CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH",
CHANGELOG9 = "",
CHANGELOG10 = "",
CHANGELOG10 = ""
}
end
14 changes: 7 additions & 7 deletions Localization/Localization.kr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -818,15 +818,15 @@ if GetLocale() == "koKR" then
MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.", --TODO TRANSLATE:

--TODO TRANSLATE:
CHANGELOG1 = "CommunityDKP - v3.2.3",
CHANGELOG2 = " - Upgraded and Refactored the MinBids Table",
CHANGELOG3 = " - Fixed a Minbid Save Issue on Disenchant that was removing the Minbid price",
CHANGELOG4 = " - Implemented PriceList API Support (contribution by styxhope)",
CHANGELOG5 = "",
CHANGELOG1 = "CommunityDKP - v3.2.4-r61",
CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)",
CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)",
CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover",
CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)",
CHANGELOG6 = "",
CHANGELOG7 = "",
CHANGELOG7 = "Taidtuskecyh @ Gehennas",
CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH",
CHANGELOG9 = "",
CHANGELOG10 = "",
CHANGELOG10 = ""
}
end
14 changes: 7 additions & 7 deletions Localization/Localization.ru.lua
Original file line number Diff line number Diff line change
Expand Up @@ -815,15 +815,15 @@ if GetLocale() == "ruRU" then
MIGRATIONCOMPLETED = "Миграция завершена.|n|nПожалуйста отключите MonolithDKP и перезагрузите интерфейс.",

--TODO TRANSLATE:
CHANGELOG1 = "CommunityDKP - v3.2.3",
CHANGELOG2 = " - Upgraded and Refactored the MinBids Table",
CHANGELOG3 = " - Fixed a Minbid Save Issue on Disenchant that was removing the Minbid price",
CHANGELOG4 = " - Implemented PriceList API Support (contribution by styxhope)",
CHANGELOG5 = "",
CHANGELOG1 = "CommunityDKP - v3.2.4-r61",
CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)",
CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)",
CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover",
CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)",
CHANGELOG6 = "",
CHANGELOG7 = "",
CHANGELOG7 = "Taidtuskecyh @ Gehennas",
CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH",
CHANGELOG9 = "",
CHANGELOG10 = "",
CHANGELOG10 = ""
}
end
14 changes: 7 additions & 7 deletions Localization/Localization.se.lua
Original file line number Diff line number Diff line change
Expand Up @@ -793,14 +793,14 @@ core.L = {
MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.",

--TODO TRANSLATE:
CHANGELOG1 = "CommunityDKP - v3.2.3",
CHANGELOG2 = " - Upgraded and Refactored the MinBids Table",
CHANGELOG3 = " - Fixed a Minbid Save Issue on Disenchant that was removing the Minbid price",
CHANGELOG4 = " - Implemented PriceList API Support (contribution by styxhope)",
CHANGELOG5 = "",
CHANGELOG1 = "CommunityDKP - v3.2.4-r61",
CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)",
CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)",
CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover",
CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)",
CHANGELOG6 = "",
CHANGELOG7 = "",
CHANGELOG7 = "Taidtuskecyh @ Gehennas",
CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH",
CHANGELOG9 = "",
CHANGELOG10 = "",
CHANGELOG10 = ""
}
14 changes: 7 additions & 7 deletions Localization/Localization.tw.lua
Original file line number Diff line number Diff line change
Expand Up @@ -820,15 +820,15 @@ if GetLocale() == "zhTW" then
MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.", --TODO TRANSLATE:

--TODO TRANSLATE:
CHANGELOG1 = "CommunityDKP - v3.2.3",
CHANGELOG2 = " - Upgraded and Refactored the MinBids Table",
CHANGELOG3 = " - Fixed a Minbid Save Issue on Disenchant that was removing the Minbid price",
CHANGELOG4 = " - Implemented PriceList API Support (contribution by styxhope)",
CHANGELOG5 = "",
CHANGELOG1 = "CommunityDKP - v3.2.4-r61",
CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)",
CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)",
CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover",
CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)",
CHANGELOG6 = "",
CHANGELOG7 = "",
CHANGELOG7 = "Taidtuskecyh @ Gehennas",
CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH",
CHANGELOG9 = "",
CHANGELOG10 = "",
CHANGELOG10 = ""
}
end
9 changes: 8 additions & 1 deletion Modules/Sync.lua
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,14 @@ function CommDKP_BroadcastFull_Init()
return
end
if core.Broadcast.fullCheckbox:GetChecked() == true then
tempTable = { DKPTable=CommDKP:GetTable(CommDKP_DKPTable, true), DKP=CommDKP:GetTable(CommDKP_DKPHistory, true), Loot=CommDKP:GetTable(CommDKP_Loot, true), Archive=CommDKP:GetTable(CommDKP_Archive, true), MinBids=CommDKP:FormatPriceTable(), Teams=teams }
tempTable = {
DKPTable = CommDKP:GetTable(CommDKP_DKPTable, true),
DKP=CommDKP:GetTable(CommDKP_DKPHistory, true),
Loot=CommDKP:GetTable(CommDKP_Loot, true),
Archive=CommDKP:GetTable(CommDKP_Archive, true),
MinBids=CommDKP:FormatPriceTable(),
Teams=teams
}
elseif core.Broadcast.mergeCheckbox:GetChecked() == true then
tempTable = CommDKP_MergeTable_Create()
end
Expand Down
Loading

0 comments on commit 6e1cb41

Please sign in to comment.