Skip to content

Commit

Permalink
Revert "removed license param from widgets/gadgets/other lua"
Browse files Browse the repository at this point in the history
This reverts commit 214e3c8.
  • Loading branch information
Ruwetuin committed Mar 28, 2021
1 parent f931c32 commit 1291539
Show file tree
Hide file tree
Showing 323 changed files with 324 additions and 0 deletions.
1 change: 1 addition & 0 deletions luaintro/Addons/bg_logo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ if addon.InGetInfo then
desc = "",
author = "jK",
date = "2012",
license = "GPL2",
layer = 1,
depend = {"LoadProgress"},
enabled = not true,
Expand Down
1 change: 1 addition & 0 deletions luaintro/Addons/bg_texture.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ if addon.InGetInfo then
desc = "",
author = "jK",
date = "2012",
license = "GPL2",
layer = 2,
depend = {"LoadProgress"},
enabled = true,
Expand Down
1 change: 1 addition & 0 deletions luaintro/Addons/engine_taskbar_control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function addon:GetInfo()
desc = 'Icon, name',
author = "KingRaptor",
date = "13 July 2011",
license = "Public Domain",
layer = -math.huge,
enabled = true,
}
Expand Down
1 change: 1 addition & 0 deletions luaintro/Addons/loadprogress.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ if addon.InGetInfo then
desc = "",
author = "jK",
date = "2012",
license = "GPL2",
layer = 0,
enabled = true,
}
Expand Down
1 change: 1 addition & 0 deletions luaintro/Addons/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ if addon.InGetInfo then
desc = "loadbar and tips",
author = "jK, Floris",
date = "2012",
license = "GPL2",
layer = 0,
depend = {"LoadProgress"},
enabled = true,
Expand Down
1 change: 1 addition & 0 deletions luaintro/Addons/music.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ if addon.InGetInfo then
desc = "plays music",
author = "jK",
date = "2012,2013",
license = "GPL2",
layer = 0,
--depend = {"LoadProgress"},
enabled = true, -- loading makes it choppy towards the end; also, volume cannot be adjusted
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/AILoader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "Shard by AF for Spring Lua",
author = "eronoobos, based on gadget by raaar, and original AI by AF",
date = "April 2020",
license = "GPL",
layer = 999999,
enabled = true,
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/aaa_unit_experience_gadget.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function gadget:GetInfo()
desc = "Gadget based XP implementation that gives way more flexibility than engine one",
author = "Damgam",
date = "2021",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = gadgetEnabled,
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/ai_helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "Used for AI scripts",
author = "Doo",
date = "August 2018",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true,
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/ai_resource_multiplier.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "",
author = "Floris",
date = "September 2018",
license = "GPL",
layer = 1,
enabled = true,
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/ai_scav_blueprint_generator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "AAA",
author = "Damgam",
date = "2020",
license = "who cares?",
layer = 0,
enabled = true, --enabled by default
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/api_custom_unit_shaders.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function gadget:GetInfo()
desc = "allows to override the engine unit and feature shaders",
author = "jK, gajop, ivand",
date = "2008,2009,2010,2016, 2019",
license = "GNU GPL, v2 or later",
layer = 1,
enabled = true -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/api_damage_stats.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function gadget:GetInfo()
desc = "Collect stats, send to LuaUI on GameOver",
author = "Bluestone",
date = "",
license = "GNU GPL, v3 or later",
layer = -math.huge,
enabled = true,
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/api_pbr_enabler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "Generates BRDF Lookup table for PBR shaders and sets necessary spring configuration parameters",
author = "ivand",
date = "2019",
license = "PD",
layer = -1,
enabled = true,
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/api_ranks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function gadget:GetInfo()
desc = "a shared interface to recieve unit ranks",
author = "jK",
date = "Dec 19, 2007",
license = "GNU GPL, v2 or later",
layer = -math.huge,
enabled = true -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/api_saveload.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function gadget:GetInfo()
desc = "General save/load stuff",
author = "KingRaptor (L.J. Lim)",
date = "25 September 2011",
license = "GNU LGPL, v2 or later",
layer = -math.huge + 1, -- we want this to go first
enabled = true
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/camera_lockcamera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ function gadget:GetInfo()
desc = "sends your camera to others",
author = "Evil4Zerggin",
date = "16 January 2009",
license = "GNU LGPL, v2.1 or later",
layer = -5,
enabled = true
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/chicken_overseer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function gadget:GetInfo()
desc = "Chicken Overseer",
author = "TheFatController",
date = "Sep 01, 2013",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/chicken_progenitor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function gadget:GetInfo()
desc = "Manages Splitting Chickens",
author = "TheFatController",
date = "05 November, 2008",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/chicken_spawner_defense.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function gadget:GetInfo()
desc = "Spawns burrows and chickens",
author = "TheFatController/quantum",
date = "27 February, 2012",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/chicken_special_damage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function gadget:GetInfo()
desc = "Nerfs some weapons vs Chickens",
author = "TheFatController",
date = "Aug 31, 2013",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/cmd_alliance_break.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "Removes an alliance when a dynamic ally attemps to backstab",
author = "BrainDamage",
date = "-",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/cmd_dev_helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function gadget:GetInfo()
desc = "provides various luarules commands to help developers, can only be used after /cheat",
author = "Bluestone",
date = "",
license = "Horses",
layer = 0,
enabled = true -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/cmd_get_player_data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function gadget:GetInfo()
desc = "",
author = "Floris",
date = "July 2018",
license = "GNU GPL, v2 or later",
layer = -math.huge,
enabled = true
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/cmd_idle_players.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "Handles players AFK and drops",
author = "BrainDamage",
date = "2012",
license = "WTFPL",
layer = 1,
enabled = true
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/cmd_luaui_reload.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "Implements /luarules reloadluaui (because luaui cannot reload itself)",
author = "Bluestone",
date = "Feb 2015",
license = "Round Objects",
layer = 0,
enabled = true -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/cmd_mouse_pos_broadcast.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function gadget:GetInfo()
desc = "Shows the mouse pos of allied players",
author = "jK,TheFatController",
date = "Apr,2009",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true,
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/cmd_onoffdesc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function gadget:GetInfo()
desc = "Replaces On/Off tooggle with description",
author = "Doo",
date = "09 January 2018",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true,
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/cmd_remove_stop.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function gadget:GetInfo()
desc = "Removes stop from structures which have no need for the command.",
author = "GoogleFrog",
date = "3 April 2015",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true,
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/cmd_remove_wait.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function gadget:GetInfo()
desc = "Removes wait from structures which have no need for the command.",
author = "GoogleFrog",
date = "3 April 2015",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true,
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/cmd_selected_units.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function gadget:GetInfo()
desc = "sends your selected units to others",
author = "very_bad_soldier",
date = "August 1, 2008",
license = "GNU GPL v2",
layer = 0,
enabled = true
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/dbg_buildicons_run.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "builds them all slow-like",
author = "Beherith, Floris",
date = "2015",
license = "Horses",
layer = 0,
enabled = true -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/dbg_gadget_profiler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "",
author = "jK, Bluestone",
date = "2007+",
license = "GNU GPL, v2 or later",
layer = math.huge,
handler = true,
enabled = true,
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/dbg_unitposition_logger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "logs all unit positions in intervals",
author = "Floris",
date = "February 2021",
license = "GNU GPL, v2 or later",
layer = -math.huge,
enabled = true,
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/fx_depthcharge_splash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function gadget:GetInfo()
version = "cake",
author = "Bluestone",
date = "July 2014",
license = "GNU GPL, v3 or later",
layer = 0,
enabled = true, -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/fx_missile_smoke.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function gadget:GetInfo()
version = "tart",
author = "Floris",
date = "October 2017",
license = "GNU GPL, v3 or later",
layer = 0,
enabled = true, -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/fx_missile_starburst_liftoff.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function gadget:GetInfo()
version = "tart",
author = "Floris",
date = "February 2018",
license = "GNU GPL, v3 or later",
layer = 0,
enabled = true, -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/fx_reclaim_shards.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "fx_reclaim_shards",
author = "TheFatController",
date = "13 Feb 2008",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/fx_submissile_splash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function gadget:GetInfo()
version = "cake",
author = "Bluestone",
date = "July 2014",
license = "GNU GPL, v3 or later",
layer = 0,
enabled = true, -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/fx_watersplash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ function gadget:GetInfo()
version = "1.1",
author = "Jools ,Nixtux",
date = "April,2012",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true, -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/game_controlVictory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "Enables a victory through capture and hold",
author = "KDR_11k (David Becker), Smoth, Lurker, Forboding Angel, Floris",
date = "2008-03-22 -- Major update July 11th, 2016",
license = "Public Domain",
layer = 1,
enabled = true
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/game_death_messages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "Makes callins for death messages",
author = "Bluestone",
date = "Sept 2013",
license = "GNU GPL, v2 or later, BA/BAR only",
layer = 0,
enabled = true -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/game_end.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ function gadget:GetInfo()
desc = "Handles team/allyteam deaths and declares gameover",
author = "Andrea Piras",
date = "June, 2013",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/game_no_share_to_enemy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "Disallows sharing to enemies",
author = "TheFatController",
date = "19 Jan 2008",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/game_replace_afk_players.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "Allows players absent at gamestart to be replaced by specs\nPrevents joinas to non-empty teams",
author = "Bluestone",
date = "June 2014",
license = "GNU GPL, v3 or later",
layer = 2, --run after game initial spawn and coop (because we use readyStates)
enabled = true
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/game_team_com_ends.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "Implements com ends for allyteams + blows up team if no players left",
author = "KDR_11k (David Becker)",
date = "2008-02-04",
license = "Public domain",
layer = 1,
enabled = true
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/game_unba_units.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function gadget:GetInfo()
desc = "Increases costs and experience of units depending on the amount of unit built or active",
author = "Doo",
date = "17/04/2018",
license = "GPL 2.0 or later", -- should be compatible with Spring
layer = 0,
enabled = false
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/gfx_debrisexplosions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function gadget:GetInfo()
desc = "Spawns CEG for debris explosions",
author = "Doo",
date = "Dec 9th 2017",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true -- loaded by default?
}
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/gfx_dynamic_lighting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ else
desc = "dynamic lighting in the Spring RTS engine",
author = "Kloot",
date = "January 15, 2011",
license = "GPL v2",
enabled = true,
}
end
Expand Down
1 change: 1 addition & 0 deletions luarules/gadgets/gfx_dynamicweather.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ function gadget:GetInfo()
desc = "Yea, Dynamic Weather",
author = "Damgam",
date = "2020",
license = "What?",
layer = 0,
enabled = enabled
}
Expand Down
Loading

0 comments on commit 1291539

Please sign in to comment.