This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function widget:GetInfo() | |
return { | |
name = "Improved unit area reclaim", | |
desc = "Easier and smarter area unit reclaim orders, priority system by team and unitdef", | |
author = "Lexon", | |
date = "17.07.2022", | |
version = 1.1, | |
license = "GNU GPL, v2 or later", | |
layer = 10, | |
enabled = true -- loaded by default? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function widget:GetInfo() | |
return { | |
name = "Commblast Range GL4", | |
desc = "Draws the spherical commblast range onto the ground", | |
author = "Beherith", --Updated for commander update by Lexon | |
date = "2022.08.27", | |
license = "Lua code: GNU GPL, v2 or later, Shader GLSL code: (c) Beherith ([email protected])", | |
layer = -1, | |
enabled = true, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function widget:GetInfo() | |
return { | |
name = "Prioritise", | |
desc = "On action 'prioritise' nearby constructors will prioritise assisting or repairing the selected units", | |
author = "Lexon", | |
date = "05.05.2023", | |
license = "GNU GPL, v2 or later", | |
layer = 10, | |
enabled = true | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function widget:GetInfo() | |
return { | |
name = "Onoff for Hound and trajectory", | |
desc = "onoff action will now work with units affected by the cmd_onoffdesc.lua", | |
author = "Lexon", | |
date = "19.08.2022", | |
license = "GNU GPL, v2 or later", | |
layer = 0, | |
enabled = true, --enabled by default | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function widget:GetInfo() | |
return { | |
name = "Converter Usage", | |
desc = "Shows the % of converters that are in use, their energy consumption and metal production", | |
author = "Lexon", | |
date = "05.08.2022", | |
layer = 0, | |
enabled = true -- loaded by default? | |
} | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function widget:GetInfo() | |
return { | |
name = "Reclaim Field Highlight", | |
desc = "Highlights clusters of reclaimable material", | |
author = "ivand, refactored by esainane, edited for BAR by Lexon", | |
date = "2022", | |
license = "public", | |
layer = 1000, | |
enabled = true -- loaded by default? |