From 163661c2b728382f5f4ff8a57481c7a3d400332b Mon Sep 17 00:00:00 2001 From: 4Evergreen4 <4Evergreen4@users.noreply.github.com> Date: Mon, 17 Mar 2014 13:23:56 -0400 Subject: [PATCH 01/15] Add all files and bump version to 0.1 --- LICENSE.txt | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 16 +++++++- init.lua | 25 +++++++++++ 3 files changed, 155 insertions(+), 2 deletions(-) create mode 100644 LICENSE.txt create mode 100644 init.lua diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..670154e --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,116 @@ +CC0 1.0 Universal + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator and +subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for the +purpose of contributing to a commons of creative, cultural and scientific +works ("Commons") that the public can reliably and without fear of later +claims of infringement build upon, modify, incorporate in other works, reuse +and redistribute as freely as possible in any form whatsoever and for any +purposes, including without limitation commercial purposes. These owners may +contribute to the Commons to promote the ideal of a free culture and the +further production of creative, cultural and scientific works, or to gain +reputation or greater distribution for their Work in part through the use and +efforts of others. + +For these and/or other purposes and motivations, and without any expectation +of additional consideration or compensation, the person associating CC0 with a +Work (the "Affirmer"), to the extent that he or she is an owner of Copyright +and Related Rights in the Work, voluntarily elects to apply CC0 to the Work +and publicly distribute the Work under its terms, with knowledge of his or her +Copyright and Related Rights in the Work and the meaning and intended legal +effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not limited +to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, communicate, + and translate a Work; + + ii. moral rights retained by the original author(s) and/or performer(s); + + iii. publicity and privacy rights pertaining to a person's image or likeness + depicted in a Work; + + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + + v. rights protecting the extraction, dissemination, use and reuse of data in + a Work; + + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation thereof, + including any amended or successor version of such directive); and + + vii. other similar, equivalent or corresponding rights throughout the world + based on applicable law or treaty, and any national implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention of, +applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and +unconditionally waives, abandons, and surrenders all of Affirmer's Copyright +and Related Rights and associated claims and causes of action, whether now +known or unknown (including existing as well as future claims and causes of +action), in the Work (i) in all territories worldwide, (ii) for the maximum +duration provided by applicable law or treaty (including future time +extensions), (iii) in any current or future medium and for any number of +copies, and (iv) for any purpose whatsoever, including without limitation +commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes +the Waiver for the benefit of each member of the public at large and to the +detriment of Affirmer's heirs and successors, fully intending that such Waiver +shall not be subject to revocation, rescission, cancellation, termination, or +any other legal or equitable action to disrupt the quiet enjoyment of the Work +by the public as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason be +judged legally invalid or ineffective under applicable law, then the Waiver +shall be preserved to the maximum extent permitted taking into account +Affirmer's express Statement of Purpose. In addition, to the extent the Waiver +is so judged Affirmer hereby grants to each affected person a royalty-free, +non transferable, non sublicensable, non exclusive, irrevocable and +unconditional license to exercise Affirmer's Copyright and Related Rights in +the Work (i) in all territories worldwide, (ii) for the maximum duration +provided by applicable law or treaty (including future time extensions), (iii) +in any current or future medium and for any number of copies, and (iv) for any +purpose whatsoever, including without limitation commercial, advertising or +promotional purposes (the "License"). The License shall be deemed effective as +of the date CC0 was applied by Affirmer to the Work. Should any part of the +License for any reason be judged legally invalid or ineffective under +applicable law, such partial invalidity or ineffectiveness shall not +invalidate the remainder of the License, and in such case Affirmer hereby +affirms that he or she will not (i) exercise any of his or her remaining +Copyright and Related Rights in the Work or (ii) assert any associated claims +and causes of action with respect to the Work, in either case contrary to +Affirmer's express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + + b. Affirmer offers the Work as-is and makes no representations or warranties + of any kind concerning the Work, express, implied, statutory or otherwise, + including without limitation warranties of title, merchantability, fitness + for a particular purpose, non infringement, or the absence of latent or + other defects, accuracy, or the present or absence of errors, whether or not + discoverable, all to the greatest extent permissible under applicable law. + + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without limitation + any person's Copyright and Related Rights in the Work. Further, Affirmer + disclaims responsibility for obtaining any necessary consents, permissions + or other rights required for any use of the Work. + + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to this + CC0 or use of the Work. + +For more information, please see + diff --git a/README.md b/README.md index e1918e2..bd9a955 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,16 @@ -death_messages +______ _ _ ___ ___ +| _ \ | | | | | \/ | +| | | |___ __ _| |_| |__ | . . | ___ ___ ___ __ _ __ _ ___ ___ +| | | / _ \/ _` | __| '_ \ | |\/| |/ _ \/ __/ __|/ _` |/ _` |/ _ \/ __| +| |/ / __/ (_| | |_| | | | | | | | __/\__ \__ \ (_| | (_| | __/\__ \ +|___/ \___|\__,_|\__|_| |_| \_| |_/\___||___/___/\__,_|\__, |\___||___/ + __/ | + |___/ ============== -A Minetest mod which sends a chat message when a player dies +A Minetest mod which sends a chat message when a player dies. + +License of source code: +CC0 1.0 Universal +See LICENSE.txt for full legal text + diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..842168d --- /dev/null +++ b/init.lua @@ -0,0 +1,25 @@ +----------------------------------------------------------------------------------------------- +local title = "Death Messages" +local version = "0.1" +local mname = "death_messages" +----------------------------------------------------------------------------------------------- + +minetest.register_on_dieplayer(function(player) + -- Death by lava + if minetest.get_node(player:getpos(name)).name == "default:lava_source" or minetest.get_node(player:getpos(name)).name == "default:lava_flowing" then + minetest.chat_send_all(player:get_player_name().." melted into a ball of fire.") + -- Death by drowning + elseif minetest.get_node(player:getpos(name)).name == "default:water_source" or minetest.get_node(player:getpos(name)).name == "default:water_flowing" then + minetest.chat_send_all(player:get_player_name().." ran out of air.") + --Death by fire + elseif minetest.get_node(player:getpos(name)).name == "fire:basic_flame" then + minetest.chat_send_all(player:get_player_name().." burned up.") + --Death by something else + else + minetest.chat_send_all(player:get_player_name().." died.") + end +end) + +----------------------------------------------------------------------------------------------- +print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...") +----------------------------------------------------------------------------------------------- From bb2fe0f6772d77c5b87435fa329b8725298d685a Mon Sep 17 00:00:00 2001 From: 4Evergreen4 <4Evergreen4@users.noreply.github.com> Date: Mon, 17 Mar 2014 13:25:34 -0400 Subject: [PATCH 02/15] Fix README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index bd9a955..202eed7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,4 @@ -______ _ _ ___ ___ -| _ \ | | | | | \/ | -| | | |___ __ _| |_| |__ | . . | ___ ___ ___ __ _ __ _ ___ ___ -| | | / _ \/ _` | __| '_ \ | |\/| |/ _ \/ __/ __|/ _` |/ _` |/ _ \/ __| -| |/ / __/ (_| | |_| | | | | | | | __/\__ \__ \ (_| | (_| | __/\__ \ -|___/ \___|\__,_|\__|_| |_| \_| |_/\___||___/___/\__,_|\__, |\___||___/ - __/ | - |___/ +Death Messages ============== A Minetest mod which sends a chat message when a player dies. From e78359248ed2ca4185d4d83828b9200db56ebdfb Mon Sep 17 00:00:00 2001 From: 4Evergreen4 <4Evergreen4@users.noreply.github.com> Date: Mon, 17 Mar 2014 13:51:40 -0400 Subject: [PATCH 03/15] Add depends.txt --- depends.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 depends.txt diff --git a/depends.txt b/depends.txt new file mode 100644 index 0000000..e69de29 From 327b43428c9743387c8b0fca97a4b7196d3b85c8 Mon Sep 17 00:00:00 2001 From: 4Evergreen4 <4Evergreen4@users.noreply.github.com> Date: Mon, 17 Mar 2014 15:10:44 -0400 Subject: [PATCH 04/15] Clean up code a bit and use variables --- init.lua | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/init.lua b/init.lua index 842168d..30da938 100644 --- a/init.lua +++ b/init.lua @@ -5,19 +5,25 @@ local mname = "death_messages" ----------------------------------------------------------------------------------------------- minetest.register_on_dieplayer(function(player) + local player_name = player:get_player_name() + if minetest.is_singleplayer() then + player_name = "You" + end -- Death by lava - if minetest.get_node(player:getpos(name)).name == "default:lava_source" or minetest.get_node(player:getpos(name)).name == "default:lava_flowing" then - minetest.chat_send_all(player:get_player_name().." melted into a ball of fire.") + local nodename = minetest.get_node(player:getpos()).name + if nodename == "default:lava_source" or nodename == "default:lava_flowing" then + minetest.chat_send_all(player_name .. " melted into a ball of fire.") -- Death by drowning - elseif minetest.get_node(player:getpos(name)).name == "default:water_source" or minetest.get_node(player:getpos(name)).name == "default:water_flowing" then - minetest.chat_send_all(player:get_player_name().." ran out of air.") + elseif nodename == "default:water_source" or nodename == "default:water_flowing" then + minetest.chat_send_all(player_name .. " ran out of air.") --Death by fire - elseif minetest.get_node(player:getpos(name)).name == "fire:basic_flame" then - minetest.chat_send_all(player:get_player_name().." burned up.") + elseif nodename == "fire:basic_flame" then + minetest.chat_send_all(player_name .. " burned up.") --Death by something else else - minetest.chat_send_all(player:get_player_name().." died.") + minetest.chat_send_all(player_name .. " died.") end + end) ----------------------------------------------------------------------------------------------- From 02a867082326c4654d721ab2e8e1b34343815f28 Mon Sep 17 00:00:00 2001 From: 4Evergreen4 <4Evergreen4@users.noreply.github.com> Date: Mon, 17 Mar 2014 15:15:12 -0400 Subject: [PATCH 05/15] Fix formatting in README (OCD much?) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 202eed7..67df883 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,6 @@ A Minetest mod which sends a chat message when a player dies. License of source code: CC0 1.0 Universal + See LICENSE.txt for full legal text From d2b31a3ffe7dc9730a134c70f2aa9c09952973d7 Mon Sep 17 00:00:00 2001 From: 4Evergreen4 <4Evergreen4@users.noreply.github.com> Date: Tue, 18 Mar 2014 20:59:44 -0400 Subject: [PATCH 06/15] Add random table of quips, and bump version to 0.1.1 --- README.md | 2 ++ init.lua | 44 +++++++++++++++++++++++++++++++++++++++----- 2 files changed, 41 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 67df883..a9f7f89 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Death Messages A Minetest mod which sends a chat message when a player dies. +Version: 0.1.1 beta + License of source code: CC0 1.0 Universal diff --git a/init.lua b/init.lua index 30da938..fb3469e 100644 --- a/init.lua +++ b/init.lua @@ -1,9 +1,43 @@ ----------------------------------------------------------------------------------------------- local title = "Death Messages" -local version = "0.1" +local version = "0.1.1" local mname = "death_messages" ----------------------------------------------------------------------------------------------- + +-- A table of quips for death messages + +local messages = {} + +-- Lava death messages +messages.lava = { + " thought lava was cool.", + " melted into a ball of fire.", + " couldn't resist that warm glow of lava." +} + +-- Drowning death messages +messages.water = { + " ran out of air.", + " failed at swimming lessons.", + " tried to impersonate an anchor." +} + +-- Burning death messages +messages.fire = { + " burned to a crisp.", + " got a little too warm.", + " got too close to the camp fire." +} + +-- Other death messages +messages.other = { + " did something fatal.", + " died.", + " gave up on life." +} + + minetest.register_on_dieplayer(function(player) local player_name = player:get_player_name() if minetest.is_singleplayer() then @@ -12,16 +46,16 @@ minetest.register_on_dieplayer(function(player) -- Death by lava local nodename = minetest.get_node(player:getpos()).name if nodename == "default:lava_source" or nodename == "default:lava_flowing" then - minetest.chat_send_all(player_name .. " melted into a ball of fire.") + minetest.chat_send_all(player_name .. messages.lava[math.random(1,#messages.lava)] ) -- Death by drowning elseif nodename == "default:water_source" or nodename == "default:water_flowing" then - minetest.chat_send_all(player_name .. " ran out of air.") + minetest.chat_send_all(player_name .. messages.water[math.random(1,#messages.water)] ) --Death by fire elseif nodename == "fire:basic_flame" then - minetest.chat_send_all(player_name .. " burned up.") + minetest.chat_send_all(player_name .. messages.fire[math.random(1,#messages.fire)] ) --Death by something else else - minetest.chat_send_all(player_name .. " died.") + minetest.chat_send_all(player_name .. messages.other[math.random(1,#messages.other)] ) end end) From 7bcdff90d9585239b4546af41ad9704f32defffe Mon Sep 17 00:00:00 2001 From: 4Evergreen4 <4Evergreen4@users.noreply.github.com> Date: Wed, 19 Mar 2014 10:48:40 -0400 Subject: [PATCH 07/15] Make random messages optional, and add more quips. --- init.lua | 83 ++++++++++++++++++++++++++++++++++++---------------- settings.txt | 1 + 2 files changed, 59 insertions(+), 25 deletions(-) create mode 100644 settings.txt diff --git a/init.lua b/init.lua index fb3469e..e5d7f5d 100644 --- a/init.lua +++ b/init.lua @@ -3,7 +3,8 @@ local title = "Death Messages" local version = "0.1.1" local mname = "death_messages" ----------------------------------------------------------------------------------------------- - +dofile(minetest.get_modpath("death_messages").."/settings.txt") +----------------------------------------------------------------------------------------------- -- A table of quips for death messages @@ -13,52 +14,84 @@ local messages = {} messages.lava = { " thought lava was cool.", " melted into a ball of fire.", - " couldn't resist that warm glow of lava." + " couldn't resist that warm glow of lava.", + " dug straight down.", + " didn't know lava was hot." } -- Drowning death messages messages.water = { " ran out of air.", " failed at swimming lessons.", - " tried to impersonate an anchor." + " tried to impersonate an anchor.", + " forgot he wasn't a fish.", + " blew one too many bubbles." } -- Burning death messages messages.fire = { " burned to a crisp.", " got a little too warm.", - " got too close to the camp fire." + " got too close to the camp fire.", + " just got roasted , hotdog style.", + " was set aflame. More light that way." } -- Other death messages messages.other = { " did something fatal.", " died.", - " gave up on life." + " gave up on life.", + " is somewhat dead now.", + " passed out -permanently." } +if RANDOM_MESSAGES == true then + minetest.register_on_dieplayer(function(player) + local player_name = player:get_player_name() + if minetest.is_singleplayer() then + player_name = "You" + end + -- Death by lava + local nodename = minetest.get_node(player:getpos()).name + if nodename == "default:lava_source" or nodename == "default:lava_flowing" then + minetest.chat_send_all(player_name .. messages.lava[math.random(1,#messages.lava)] ) + -- Death by drowning + elseif nodename == "default:water_source" or nodename == "default:water_flowing" then + minetest.chat_send_all(player_name .. messages.water[math.random(1,#messages.water)] ) + -- Death by fire + elseif nodename == "fire:basic_flame" then + minetest.chat_send_all(player_name .. messages.fire[math.random(1,#messages.fire)] ) + -- Death by something else + else + minetest.chat_send_all(player_name .. messages.other[math.random(1,#messages.other)] ) + end -minetest.register_on_dieplayer(function(player) - local player_name = player:get_player_name() - if minetest.is_singleplayer() then - player_name = "You" - end - -- Death by lava - local nodename = minetest.get_node(player:getpos()).name - if nodename == "default:lava_source" or nodename == "default:lava_flowing" then - minetest.chat_send_all(player_name .. messages.lava[math.random(1,#messages.lava)] ) - -- Death by drowning - elseif nodename == "default:water_source" or nodename == "default:water_flowing" then - minetest.chat_send_all(player_name .. messages.water[math.random(1,#messages.water)] ) - --Death by fire - elseif nodename == "fire:basic_flame" then - minetest.chat_send_all(player_name .. messages.fire[math.random(1,#messages.fire)] ) - --Death by something else - else - minetest.chat_send_all(player_name .. messages.other[math.random(1,#messages.other)] ) - end + end) -end) +else + minetest.register_on_dieplayer(function(player) + local player_name = player:get_player_name() + if minetest.is_singleplayer() then + player_name = "You" + end + -- Death by lava + local nodename = minetest.get_node(player:getpos()).name + if nodename == "default:lava_source" or nodename == "default:lava_flowing" then + minetest.chat_send_all(player_name .. " melted into a ball of fire") + -- Death by drowning + elseif nodename == "default:water_source" or nodename == "default:water_flowing" then + minetest.chat_send_all(player_name .. " ran out of air.") + -- Death by fire + elseif nodename == "fire:basic_flame" then + minetest.chat_send_all(player_name .. " burned to a crisp.") + -- Death by something else + else + minetest.chat_send_all(player_name .. " died.") + end + + end) +end ----------------------------------------------------------------------------------------------- print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...") diff --git a/settings.txt b/settings.txt new file mode 100644 index 0000000..1d77b31 --- /dev/null +++ b/settings.txt @@ -0,0 +1 @@ +RANDOM_MESSAGES = true \ No newline at end of file From 24644bbb33b52a168020738cee60458dd6e0a5de Mon Sep 17 00:00:00 2001 From: 4Evergreen4 <4Evergreen4@users.noreply.github.com> Date: Wed, 19 Mar 2014 10:50:44 -0400 Subject: [PATCH 08/15] Bump version to 0.1.2 --- README.md | 2 +- init.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9f7f89..3f1a34f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Death Messages A Minetest mod which sends a chat message when a player dies. -Version: 0.1.1 beta +Version: 0.1.2 beta License of source code: CC0 1.0 Universal diff --git a/init.lua b/init.lua index e5d7f5d..868eeef 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ ----------------------------------------------------------------------------------------------- local title = "Death Messages" -local version = "0.1.1" +local version = "0.1.2" local mname = "death_messages" ----------------------------------------------------------------------------------------------- dofile(minetest.get_modpath("death_messages").."/settings.txt") From edd059747c450e7abc5f6fa8a062186e76a764ab Mon Sep 17 00:00:00 2001 From: 4Evergreen4 <4Evergreen4@users.noreply.github.com> Date: Wed, 19 Mar 2014 12:16:52 -0400 Subject: [PATCH 09/15] Change license to GPL v3 --- LICENSE.txt | 788 +++++++++++++++++++++++++++++++++++++++++++++------- README.md | 2 +- 2 files changed, 693 insertions(+), 97 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 670154e..c617638 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,116 +1,712 @@ -CC0 1.0 Universal -Statement of Purpose -The laws of most jurisdictions throughout the world automatically confer -exclusive Copyright and Related Rights (defined below) upon the creator and -subsequent owner(s) (each and all, an "owner") of an original work of -authorship and/or a database (each, a "Work"). + Home / Licenses -Certain owners wish to permanently relinquish those rights to a Work for the -purpose of contributing to a commons of creative, cultural and scientific -works ("Commons") that the public can reliably and without fear of later -claims of infringement build upon, modify, incorporate in other works, reuse -and redistribute as freely as possible in any form whatsoever and for any -purposes, including without limitation commercial purposes. These owners may -contribute to the Commons to promote the ideal of a free culture and the -further production of creative, cultural and scientific works, or to gain -reputation or greater distribution for their Work in part through the use and -efforts of others. +GPL v3 -For these and/or other purposes and motivations, and without any expectation -of additional consideration or compensation, the person associating CC0 with a -Work (the "Affirmer"), to the extent that he or she is an owner of Copyright -and Related Rights in the Work, voluntarily elects to apply CC0 to the Work -and publicly distribute the Work under its terms, with knowledge of his or her -Copyright and Related Rights in the Work and the meaning and intended legal -effect of CC0 on those rights. + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 -1. Copyright and Related Rights. A Work made available under CC0 may be -protected by copyright and related or neighboring rights ("Copyright and -Related Rights"). Copyright and Related Rights include, but are not limited -to, the following: + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. - i. the right to reproduce, adapt, distribute, perform, display, communicate, - and translate a Work; + Preamble - ii. moral rights retained by the original author(s) and/or performer(s); + The GNU General Public License is a free, copyleft license for +software and other kinds of works. - iii. publicity and privacy rights pertaining to a person's image or likeness - depicted in a Work; + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. - iv. rights protecting against unfair competition in regards to a Work, - subject to the limitations in paragraph 4(a), below; + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. - v. rights protecting the extraction, dissemination, use and reuse of data in - a Work; + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. - vi. database rights (such as those arising under Directive 96/9/EC of the - European Parliament and of the Council of 11 March 1996 on the legal - protection of databases, and under any national implementation thereof, - including any amended or successor version of such directive); and + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. - vii. other similar, equivalent or corresponding rights throughout the world - based on applicable law or treaty, and any national implementations thereof. + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. -2. Waiver. To the greatest extent permitted by, but not in contravention of, -applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and -unconditionally waives, abandons, and surrenders all of Affirmer's Copyright -and Related Rights and associated claims and causes of action, whether now -known or unknown (including existing as well as future claims and causes of -action), in the Work (i) in all territories worldwide, (ii) for the maximum -duration provided by applicable law or treaty (including future time -extensions), (iii) in any current or future medium and for any number of -copies, and (iv) for any purpose whatsoever, including without limitation -commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes -the Waiver for the benefit of each member of the public at large and to the -detriment of Affirmer's heirs and successors, fully intending that such Waiver -shall not be subject to revocation, rescission, cancellation, termination, or -any other legal or equitable action to disrupt the quiet enjoyment of the Work -by the public as contemplated by Affirmer's express Statement of Purpose. + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. -3. Public License Fallback. Should any part of the Waiver for any reason be -judged legally invalid or ineffective under applicable law, then the Waiver -shall be preserved to the maximum extent permitted taking into account -Affirmer's express Statement of Purpose. In addition, to the extent the Waiver -is so judged Affirmer hereby grants to each affected person a royalty-free, -non transferable, non sublicensable, non exclusive, irrevocable and -unconditional license to exercise Affirmer's Copyright and Related Rights in -the Work (i) in all territories worldwide, (ii) for the maximum duration -provided by applicable law or treaty (including future time extensions), (iii) -in any current or future medium and for any number of copies, and (iv) for any -purpose whatsoever, including without limitation commercial, advertising or -promotional purposes (the "License"). The License shall be deemed effective as -of the date CC0 was applied by Affirmer to the Work. Should any part of the -License for any reason be judged legally invalid or ineffective under -applicable law, such partial invalidity or ineffectiveness shall not -invalidate the remainder of the License, and in such case Affirmer hereby -affirms that he or she will not (i) exercise any of his or her remaining -Copyright and Related Rights in the Work or (ii) assert any associated claims -and causes of action with respect to the Work, in either case contrary to -Affirmer's express Statement of Purpose. + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. -4. Limitations and Disclaimers. + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. - a. No trademark or patent rights held by Affirmer are waived, abandoned, - surrendered, licensed or otherwise affected by this document. + The precise terms and conditions for copying, distribution and +modification follow. - b. Affirmer offers the Work as-is and makes no representations or warranties - of any kind concerning the Work, express, implied, statutory or otherwise, - including without limitation warranties of title, merchantability, fitness - for a particular purpose, non infringement, or the absence of latent or - other defects, accuracy, or the present or absence of errors, whether or not - discoverable, all to the greatest extent permissible under applicable law. + TERMS AND CONDITIONS - c. Affirmer disclaims responsibility for clearing rights of other persons - that may apply to the Work or any use thereof, including without limitation - any person's Copyright and Related Rights in the Work. Further, Affirmer - disclaims responsibility for obtaining any necessary consents, permissions - or other rights required for any use of the Work. + 0. Definitions. - d. Affirmer understands and acknowledges that Creative Commons is not a - party to this document and has no duty or obligation with respect to this - CC0 or use of the Work. + "This License" refers to version 3 of the GNU General Public License. -For more information, please see - + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + {one line to give the program's name and a brief idea of what it does.} + Copyright (C) {year} {name of author} + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + {project} Copyright (C) {year} {fullname} + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + +Copy license text to clipboard +How to apply this license + +Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. + +Note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license. +Source +Required + + Disclose Source + License and copyright notice + State Changes + +Permitted + + Commercial Use + Distribution + Modification + Patent Grant + Private Use + +Forbidden + + Hold Liable + Sublicensing + +About Terms of Service + +If you have questions or issues, it is always best to consult a legal professional. +This site is licensed under the Creative Commons Attribution 3.0 Unported License. +Demystified with <3 by GitHub, Inc. diff --git a/README.md b/README.md index 3f1a34f..f02f044 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A Minetest mod which sends a chat message when a player dies. Version: 0.1.2 beta License of source code: -CC0 1.0 Universal +GPL v3 See LICENSE.txt for full legal text From 31aff1751a209005b77311491e19aabb1641da28 Mon Sep 17 00:00:00 2001 From: webdesigner97 Date: Thu, 20 Mar 2014 12:32:08 +0100 Subject: [PATCH 10/15] add support for groups lava and water --- init.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/init.lua b/init.lua index 868eeef..dcae4a4 100644 --- a/init.lua +++ b/init.lua @@ -49,18 +49,18 @@ messages.other = { if RANDOM_MESSAGES == true then minetest.register_on_dieplayer(function(player) local player_name = player:get_player_name() + local node = minetest.registered_nodes[minetest.get_node(player:getpos()).name] if minetest.is_singleplayer() then player_name = "You" end -- Death by lava - local nodename = minetest.get_node(player:getpos()).name - if nodename == "default:lava_source" or nodename == "default:lava_flowing" then + if node.groups.lava ~= nil then minetest.chat_send_all(player_name .. messages.lava[math.random(1,#messages.lava)] ) -- Death by drowning - elseif nodename == "default:water_source" or nodename == "default:water_flowing" then + elseif node.groups.water ~= nil then minetest.chat_send_all(player_name .. messages.water[math.random(1,#messages.water)] ) -- Death by fire - elseif nodename == "fire:basic_flame" then + elseif node.name == "fire:basic_flame" then minetest.chat_send_all(player_name .. messages.fire[math.random(1,#messages.fire)] ) -- Death by something else else @@ -72,18 +72,18 @@ if RANDOM_MESSAGES == true then else minetest.register_on_dieplayer(function(player) local player_name = player:get_player_name() + local node = minetest.registered_nodes[minetest.get_node(player:getpos()).name] if minetest.is_singleplayer() then player_name = "You" end -- Death by lava - local nodename = minetest.get_node(player:getpos()).name - if nodename == "default:lava_source" or nodename == "default:lava_flowing" then + if node.groups.lava ~= nil then minetest.chat_send_all(player_name .. " melted into a ball of fire") -- Death by drowning - elseif nodename == "default:water_source" or nodename == "default:water_flowing" then + elseif node.groups.water ~= nil then minetest.chat_send_all(player_name .. " ran out of air.") -- Death by fire - elseif nodename == "fire:basic_flame" then + elseif node.name == "fire:basic_flame" then minetest.chat_send_all(player_name .. " burned to a crisp.") -- Death by something else else From 1579c47a584e2aeeb3bbbd71bafd2277e11d402f Mon Sep 17 00:00:00 2001 From: 4Evergreen4 <4Evergreen4@users.noreply.github.com> Date: Thu, 20 Mar 2014 10:25:56 -0400 Subject: [PATCH 11/15] Change drowning detection to player:get_breath() --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index dcae4a4..cc19322 100644 --- a/init.lua +++ b/init.lua @@ -57,7 +57,7 @@ if RANDOM_MESSAGES == true then if node.groups.lava ~= nil then minetest.chat_send_all(player_name .. messages.lava[math.random(1,#messages.lava)] ) -- Death by drowning - elseif node.groups.water ~= nil then + elseif player:get_breath() == 0 then minetest.chat_send_all(player_name .. messages.water[math.random(1,#messages.water)] ) -- Death by fire elseif node.name == "fire:basic_flame" then @@ -80,7 +80,7 @@ else if node.groups.lava ~= nil then minetest.chat_send_all(player_name .. " melted into a ball of fire") -- Death by drowning - elseif node.groups.water ~= nil then + elseif player:get_breath() == 0 then minetest.chat_send_all(player_name .. " ran out of air.") -- Death by fire elseif node.name == "fire:basic_flame" then From 509c036d94a0ccae90106ee21913462b12021e4a Mon Sep 17 00:00:00 2001 From: 4Evergreen4 <4Evergreen4@users.noreply.github.com> Date: Thu, 14 Jan 2016 19:34:10 -0500 Subject: [PATCH 12/15] Cleanup as well as adding screenshot and description --- LICENSE.txt | 38 ----------------- README.md | 12 ------ README.txt | 17 ++++++++ description.txt | 1 + init.lua | 107 +++++++++++++++++++++++++----------------------- mod.conf | 1 + screenshot.png | Bin 0 -> 70111 bytes 7 files changed, 74 insertions(+), 102 deletions(-) delete mode 100644 README.md create mode 100644 README.txt create mode 100644 description.txt create mode 100644 mod.conf create mode 100644 screenshot.png diff --git a/LICENSE.txt b/LICENSE.txt index c617638..9cecc1d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,9 +1,3 @@ - - - Home / Licenses - -GPL v3 - GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 @@ -678,35 +672,3 @@ may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . - -Copy license text to clipboard -How to apply this license - -Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. - -Note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license. -Source -Required - - Disclose Source - License and copyright notice - State Changes - -Permitted - - Commercial Use - Distribution - Modification - Patent Grant - Private Use - -Forbidden - - Hold Liable - Sublicensing - -About Terms of Service - -If you have questions or issues, it is always best to consult a legal professional. -This site is licensed under the Creative Commons Attribution 3.0 Unported License. -Demystified with <3 by GitHub, Inc. diff --git a/README.md b/README.md deleted file mode 100644 index f02f044..0000000 --- a/README.md +++ /dev/null @@ -1,12 +0,0 @@ -Death Messages -============== - -A Minetest mod which sends a chat message when a player dies. - -Version: 0.1.2 beta - -License of source code: -GPL v3 - -See LICENSE.txt for full legal text - diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..ec577ed --- /dev/null +++ b/README.txt @@ -0,0 +1,17 @@ + ____ _ _ __ __ + | _ \ ___ __ _| |_| |__ | \/ | ___ ___ ___ __ _ __ _ ___ ___ + | | | |/ _ \/ _` | __| '_ \ | |\/| |/ _ \/ __/ __|/ _` |/ _` |/ _ \/ __| + | |_| | __/ (_| | |_| | | | | | | | __/\__ \__ \ (_| | (_| | __/\__ \ + |____/ \___|\__,_|\__|_| |_| |_| |_|\___||___/___/\__,_|\__, |\___||___/ + |___/ + +A Minetest mod which sends a chat message when a player dies. + +Version: 0.1.3 +License: GPL v3 (see LICENSE.txt) + +Dependencies: +none + +Please report bugs at the github issue tracker: +https://github.com/4Evergreen4/death_messages/issues/ diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..6a8d75a --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +A Minetest mod which sends a chat message when a player dies. diff --git a/init.lua b/init.lua index cc19322..3601c1e 100644 --- a/init.lua +++ b/init.lua @@ -1,17 +1,36 @@ +--[[ +death_messages - A Minetest mod which sends a chat message when a player dies. +Copyright (C) 2016 EvergreenTree + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +--]] + ----------------------------------------------------------------------------------------------- -local title = "Death Messages" +local title = "Death Messages" local version = "0.1.2" -local mname = "death_messages" +local mname = "death_messages" ----------------------------------------------------------------------------------------------- dofile(minetest.get_modpath("death_messages").."/settings.txt") ----------------------------------------------------------------------------------------------- --- A table of quips for death messages - +-- A table of quips for death messages. The first item in each sub table is the +-- default message used when RANDOM_MESSAGES is disabled. local messages = {} -- Lava death messages messages.lava = { + " melted into a ball of fire.", " thought lava was cool.", " melted into a ball of fire.", " couldn't resist that warm glow of lava.", @@ -21,6 +40,7 @@ messages.lava = { -- Drowning death messages messages.water = { + " drowned.", " ran out of air.", " failed at swimming lessons.", " tried to impersonate an anchor.", @@ -33,66 +53,49 @@ messages.fire = { " burned to a crisp.", " got a little too warm.", " got too close to the camp fire.", - " just got roasted , hotdog style.", - " was set aflame. More light that way." + " just got roasted, hotdog style.", + " gout burned up. More light that way." } -- Other death messages messages.other = { - " did something fatal.", " died.", + " did something fatal.", " gave up on life.", " is somewhat dead now.", " passed out -permanently." } -if RANDOM_MESSAGES == true then - minetest.register_on_dieplayer(function(player) - local player_name = player:get_player_name() - local node = minetest.registered_nodes[minetest.get_node(player:getpos()).name] - if minetest.is_singleplayer() then - player_name = "You" - end - -- Death by lava - if node.groups.lava ~= nil then - minetest.chat_send_all(player_name .. messages.lava[math.random(1,#messages.lava)] ) - -- Death by drowning - elseif player:get_breath() == 0 then - minetest.chat_send_all(player_name .. messages.water[math.random(1,#messages.water)] ) - -- Death by fire - elseif node.name == "fire:basic_flame" then - minetest.chat_send_all(player_name .. messages.fire[math.random(1,#messages.fire)] ) - -- Death by something else - else - minetest.chat_send_all(player_name .. messages.other[math.random(1,#messages.other)] ) - end - - end) - -else - minetest.register_on_dieplayer(function(player) - local player_name = player:get_player_name() - local node = minetest.registered_nodes[minetest.get_node(player:getpos()).name] - if minetest.is_singleplayer() then - player_name = "You" - end - -- Death by lava - if node.groups.lava ~= nil then - minetest.chat_send_all(player_name .. " melted into a ball of fire") - -- Death by drowning - elseif player:get_breath() == 0 then - minetest.chat_send_all(player_name .. " ran out of air.") - -- Death by fire - elseif node.name == "fire:basic_flame" then - minetest.chat_send_all(player_name .. " burned to a crisp.") - -- Death by something else - else - minetest.chat_send_all(player_name .. " died.") - end - - end) +function get_message(mtype) + if RANDOM_MESSAGES then + return messages[mtype][math.random(1, #messages[mtype])] + else + return messages[1] -- 1 is the index for the non-random message + end end +minetest.register_on_dieplayer(function(player) + local player_name = player:get_player_name() + local node = minetest.registered_nodes[minetest.get_node(player:getpos()).name] + if minetest.is_singleplayer() then + player_name = "You" + end + -- Death by lava + if node.groups.lava ~= nil then + minetest.chat_send_all(player_name .. get_message("lava")) + -- Death by drowning + elseif player:get_breath() == 0 then + minetest.chat_send_all(player_name .. get_message("water")) + -- Death by fire + elseif node.name == "fire:basic_flame" then + minetest.chat_send_all(player_name .. get_message("fire")) + -- Death by something else + else + minetest.chat_send_all(player_name .. get_message("other")) + end + +end) + ----------------------------------------------------------------------------------------------- print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...") ----------------------------------------------------------------------------------------------- diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..e775487 --- /dev/null +++ b/mod.conf @@ -0,0 +1 @@ +name = death_messages diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..31a7c627c57d5d3520b0bb197f46bca137306cd0 GIT binary patch literal 70111 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%0DX=pfdH)Iv zVA)xMdeGgYEc#LRR`bh?ZiMmWQuabGdgDT&;uvJ90TN@GcqU~71&Ty4-~TiIV=iF%V)Iu#oK=y6!anKe^A=a)F|f*t&ZJ45+D zby6~1EQb`{dY3uvxAQSsa_y<4TO2rVQ#WyUJ{rLOU0%sJcP5XnBe2t|{QAtn(GWo^ zbzKa%ygpoUSbZBNT^8u!dSo=~Gt;Q?a1GFh8iyGN*NUyMg+|7%h6%luJ%$@jse??K zw5^Sm$}d3{WAdHd?-p*9t)snZ_v`zUcNCmGiAEG=GOPsUXAsAiG|&n%ix;4SxU=AK zFx%_1bX{AZS?Z(>cVavO-U@0&&Jx|(wZ3$G zH@Cy5RS)T=bMni%i|iE^{p$zwhm{GNgE_ZZR6_kf<9#xMwfv+P??EQ=4iV#kY6K}4 zKALDUre^xV%*{Dv;2*pjsm~sVL4@V>$h*RA#|on-fTwt5(~laRm1k*wPwGJ!|1b;Y zaz-L;*b{f7;bMTCW#COkxYEf>Abz^+A8L2@Dp$3jf__byb0fDNrN&w<@KAyhR(VM- zAU~t|J;h?Tj+3x|bt3V{Pw&8WxO5~e_{jTs$OO313aRUVX}_n)J?z@O!GsDh#gkw) zRyb_Fl}Htv-R~n@Ot|r4u;n(WnK;m^k9<*iLsNlVsrq!4pMjTCQpf=MidP0^Jl1K{ z(_kagd!ykMP#Wgo^sfVYJsi*We#<^ic9P8^Z)%8&*=xCl!J=0Nty@eI2&kDzhJ^Zh z8%I8#p(cQW{J=$Tsv6cT`k<}+0Gli(P7Y8Uzjg-gwV`{TKf2ht`O^ZEN%`u!Lk%zH zwf`$2DgCeA#kqXXboCnet1vVp8CB|Ku*(i^hyfj1@HzPPn$Xxl4%qIpEtV2s4{#nr}_gka!yS;01I#b|A)l&^ma?H^VPoMYI#lp@oWZz*S( z8L!Is9!as#ecH4H=aFL)lvr(&v!$8{IyD*PL5>OP!kYMSd<`%97bzTlH&rqYttM*@ zY%ce=v(;KR8hJgm9tE{2o8#Xc4XO8XQP$ix7?(3Q-GZH+EAL~2PbOHT8)y!6#KGEx z$=Txc&2F4Ya?7W)0>4T~=V8$8pYT|Dlx?|Q^5`$9TOt{ue@DqbWXN<^l0RYb%Mmfg z*K6QW$e8EY@T5lqS+jvLo+S9Zy=r;%CUEA<&}M#tF?OA?V++sNR17BP^S4@;)t~RE zM&ZvA<24vkQwn+)8u9Fm9^6-n{#Z&BIekNE^YF9mB3yf4hAP^3V?typ!^afgP*Za_ z1+_F&VA__vwV`AD@Dc?qq}yx`ytjw^0RTAANsVdI7xz#B$pP?(F?Up!h`bkBxY_O> z4E)v!U6BFOVZd<&%JztKh**5H=GSzm$@*2@jBo2>uLz)>yS&wxO@brhKDf*WWUMMm z&YqOkhm&2XGR65iRDplmd~3HeJK3aEQt-&}Z*)%IQp^A0VR zbzjyk{SJR*N|;_Gr|Fe}XK0W~65a)ES*M?0-)4=q+@;PUFU4^~4_$h zDOr3gzImj*<@Iz6cC~pQu7T?$?#9MD^hl<_g_!l}dg)|zLtQ|0zOL1mS1vUy!%*L!G`u*is~3qhN>_i8s);<^Iw;Cir1mTLqH<^ho3BG2ZJpgg;64Dd%` z>ebSr@VT7V+|oXW{NU=B?9eSJTwZy>m`iNy^JML*m~SPzir)Lu$HG-X4Xd=zA0v1V zt~)!h(hO>s0?`)aA??`l5Ec@3i}~6W*R#0w#W70y?xU31IZuL=xd6`jgThYP0N76S zDwtti+?sa+(Q=q$tkkA9-K>#mxWY&zv)~_pegP$%~pE z`00kC$fh?v`ABnMq!9^E%03&P1tLU`hZ9bC?2OBq_+>9bzu{T!oPID8Zf3uku|;nX zi#eErjiPfo4wUD0=Hnos{6Q<3#cS(UCq38gh~ez@1zq<%~L)J6*L zyu3#>g2Ad7^|2H*dl;Gu@Y!N8c(szBsSfIW3b@zZ9zGen1!G#j@8bKHEIuNV*GNiw z`2d*XAHi0rb^u+*;aHY)=L)Qah%)4Q;Z^t>#{K-1B6e9lo&I>Nq1c{^uOR%WYatfh z@uYy9`yS^P2(?p!5Dm3D|C3 zR30K_Sw^5>IWX<`XWj({{dX#tbMvC*QQ`L__8UZm)QML$dMN`6XIc5-3eKelR_H zqPnHx2QQN0J9!Bq9ZqAxLG#j=&D(`rSiwFQA&*RM^71;8JFiY9j}_H!`}$FolfQfH zW2s~LOn(9G3B1QKvrzzAphFsPeA{5qFxTj)QI+EX(hfujb3hm+Trcio3uV753w=O; z<~QhVdptSL<8)4o(H9^rg4u|(+~%@Gab&&zt%gT*Va2ed^`k8j-ya;*8`MX!KW zx3)-b#M54hY{d5tsA@uzJ=ue`;o7hZ_Un^u2V!-vFA_js>H|0fx@ZLzh2r1Se!f6# z!(TXJ9Qb~AMZ~1~>r9fQ&>r*|T-|YYAt;ol!H-&OxlxFU?1o8LX99BfJRI%CA$_!< zKQEqT2cA8+*kmI33slC?wfnyw)u>0Y4gxb+I+wg)(G#y@%Y!r*+1hsO+9FFpmN$0t zW;_c>FaE45`7D8~bPBTQS=J+|^1$?QTFtK5DyGkhH-ye?X8vJN1uY(3I_>oM}_yzb$xd=thx zcsccw+_{z)R%Mmfbh01?4RIlFLPw$O98N7jm<8VzVwv`wOHSe)%@(?C8=jH==d)J` z)gVPGq$OYg?TLyKja)Z|IF1F(-tC$1vgDSY;FtFTZLA~V=4vX0S)^s#3%0uEAUzO( z^W1u`)~aTsU)%S5bKZY9t|(H@yQ#RD?qndjm{t~Wh?CK?R# zzZjRqM$yo+51&u1-4w%&O}6) z3kifxhng&5g;$^w>p~=chV&03#FAP970Orsh}7uXp>pM>IPH zomqmF>FC}uBnz5h$!6pbYsjJ!rv~A%Ix<;@?L2)jx7pr$dNPl^(tMZou{@WH4o9SF zePxM73*kLh=Ak~PGaod3ZY}uIBzPA=Q1;zT%_@Oy$fyY0`NnNvs>+7^5pwBWRar$5 zG8S3N_dg7hRF$8J;02PvM#Y; z&y3v)2|=#1aJ>3CGXgm&XW+iR-?#KrEIY)sK51q3ZpOf-J7+ex$xkMiHJe6pRXrMl zNRE?DmpS*}gXxGPOu3e84<$-Mk#8qp0?QmLLYQ^^F3a5NMjCqvf4v^8C}&XbalviVJg?^f664^2gP5!?j}j zezy3@4tnEu9~3^GHBrE8g8$W48$5ziNacnFOSW!^e%?p9>L%pKLbmU{yvmycI5wU$ zZL_iP2UoLCQl4`N-3bxScZua*GcD;W@a>!H_j<-BUfivVs`bzEc(b7a z8)mh11SdN)#gq)4FY2=2zA#Xd3=e7*-p-M}Qr*^*)H-g0QvPgo@k3TmYgAP2ddGM> z8-1{2ICJ5axJpl7zt>!GeO%7471cRg)-n8RaIK)@rlHpvDg%>}bc2Nqtnyr$D&-b} zBSH!20>A-yu4n>k^0xD|(}PaZtwF9S(kbd;;N@81Opny_KRm1DlmDdiXiUV^PitFW zy2S63=~;td;rvz>Jku0QET|hC6S?o%ENPnAy#2e`E|2y(A{LgNsI02TXA(T}Ks8!N z`PEjN_9O3}XZ5>*A2tqx#6@0SACfC3(C;8-3vONny$kUAHN~Le=M`~jLw<-1cMoVw zM`jLvw7Dl%OcI3v=ZF3ldf8yqSV?nmC2Gur`JIy-QlZVKb3c1V`*1diSF+NYs{&V$ za$xshF!PXt0~gw}^=jr};|yox!~?VU#st|tl=%QYcACV?p`-gLKdAL-{={5^Hi(#0#|6ewKGo!GTtNzOrray&^WR5= zS4zO`QU>WznR6<}YqS2PvO9liG-CNM{kS6~*f8^c_mP_;7eXM?eIiVRIx%HW3{!+S$GL#mCN zjg^G+OmaN6yjx8Md=+>a^}!Vx(^qL7lsbCHAX{fvX)T_WXuCQ8MnOqL3kL^OJ(mFi z-26V$Z>Xe>xAXMP@v5JGpl0LE zMuK9BSN*QW=to2MCS(7ToQs6$XXk;YG^YN>G-knaVH%kbn%prVw=A|H(<0>Bz?}@; z{uRRSD})>_YniG_nTd*ES+kf~$Uat2?LaE%I73Rc$RFLUo!YrCpC2eywM%36t5VHD zN8CI7)jcB}-Gz_2-zdc1IfKm@Ik@s=3Ki9q<{XvJIG9+nY24T>Bz}Fm-V^?8c49x^ zQF$G6L-mfgKH@^_)O$yB_sszdR!EukvqH$@-MN~YKVqDfNaRT4z~-+%VxR1xG*uiL zdS$^r0V9jX>EAgV$nhx6=C@o$y$%f-euJc0Rnv~PAj^s&3?@*k+h2%I)1K!8@d;+_ z8L?5BD)(bf-_UM2>kGfW_qJQ#;Pi#ANQ3o0<=)&U8N;aBoDACM`Xd^@gzzN;p-KKb zdwD`H$1QI&Yi*zoFU&(R3HccDeaRE@DJYwkrxDpY{l~TW4_+jhYsU4bC(QTOlU3RbUU1AoG-4|Rq0>2BJcOw){O}za*ENYroW~Q40H>ABqqLaTP6#(*C`}|^Tq{VB4-;D3$_vsoC4Id7-|#24jlWhCWHW&)TKC+sLSV zF1F9u(1qKOsPl*9AH|=)S^aK~+&qz~Bu?WgH(1TAykR`xyEdb%m)?Aw+dHvSCOIef zDI16J>a+Je7sA3GmJ*{mQy?0ikitf7kdWj)fweSSp3;)-sPev!*E2-JBwi0H>?SzB zWMG7yKIx^zk6QpyJz1vu*}J^S0gDiVFRqA;CDYpq)I_gdw|4~Qu6F@J6P3V(4M41$ z0;|ad@@r4AoBhiP!>{}$(fN)lJl?(0pojh0)guaU+`(|*qf0uRwT7>hr8uJ%TyB`0 zs^O!7KwP!Z2~Eid?|-tvh|qj;wS0rQC?awI57EC7*jCYLr>Ly0#T?F@?|a~!;<$M; zQRkF0>(b=bZ6((ER-*H5yLaxNOwkPvtU{Z_KfuD#F8=o6sQh-qIjF7?u3z+2{)rnv zl>46BO6g`!N2Ns9E%w-0+gHx0r|BH6Z{rMYsnj`El`Frw-YcJ0@?&Bv(13f z=xn`LJD-5}FHMzNa9D!ITN7Hwk4huHWFk}NrhT(pL1Z9y722d`f>dCJC?GVOTyNHDweXl$It+Pvoufw;)iVVbELV{XhfH8m}t5q*ZfkG=JS?a|U1 zvldgeb-I%hZgbJyEl9myW5j9Z^`*5ZFGMPw(wVS7J)K(3@fSYG))aN79f%7?=+f&rpD(|x&u}PR7 zJVad+zZV3u zM_m1)O{e0ja!cZX_`LtFSs@!*wEZD|u85)JKGNu>v9Ls3@Txt@Jb@E3p2`+2v%7QS zT>$sIr3C0?K)8c+)Ne)qEs;t#RMNLh0vKyR;qK`Sd@)y%`S!Qv`N$Q$>3W&_+6Il& z-u+#Lw&(4If&dgz!U^+S!v`^n$}h9*cvl{702QRIUl3RgRkTT$0)TTys?fEb-a@oe z+JI&-Du(}5Vm$~l zEbISdSdijsrQA*9Mi3aySDxN~AD;ZM2YKsejBEwkp(U< z$!0`6GhUpj@hFI10YW4@F=YuAmd^G2&h_)wX%A@8>uw8YC*}kiF{Q&vZ^dG-wg8#K zIbFJUZ**?DDs<;l$GkxbvqhNp8MC!_!djD=!b!06_Njs;L(lu`+y2Z}^Aw2v@cu{( zEm2io_;&Su14DU&PD$-j=Wm1gzruzfes4Cjg){j5*ZY%bW;?$pNV<5X;}6C#j7ZQH z@wCap2)}N74PsNi<^I8;-{t%jQVyZcmmJYZ?{7<|Q~wZdv=zLCH+j;Ls#X0|*|Z6It@heZd{Sw40KL zIjAb}`0P<_qck_jg%5)Z6mmLN!XmneBj(l^)Lw8B>=2(JWIEf*=3rFugoK@cg*ofB ztixq{T++4btN+A~?L@6G@+&easR2|`m8CA~!FcLY+0(sYNW?Q^$?4YM&7);K5kQTN zAM+FYls0~#o83MDWBBWf^+JO7Ru|xGjOTmRp#a`^d=q0Mg$Grn0ACjzoTmhhhw;x%S{&~y;?WjGFh8fSJFWLv zDv^infe}dY(&dd68#1!C9da4DaO0yZ6D({&^Sm7ACh9hvfKLPPgns~|bsrpe>pSga zkj2+}B4~xM*SapSks!LA-#h_W=Bj~iteegzk@cByZe+9`o)GUC3*!1-T3D2cCccYd ztQ-Hlo#Zxo-F`+0RreiD{Q|`pJBH+~RaD=`gCl7qINE7wVkQOd5)a>1gmFSG=%f=5sC%p3{+i$(UDu_$I&;umR0r~`K*|eE_4D2hE z>{^y^Iy|~~cWkU@Q=`dQWXbt{jQ#7pOTTsXUZ|vCj#knnZL|dT9J3Yt{1=G2mGpa^ z<{&@MR&2g@yZa1|4xGYVbu~Vfyktm+d^0m}wQZ?NF`casdwqr%)*(78a z*njxi_UCrXut4|?!*gOkdX(z_okNIJp&Bgu**ueCcIIyA7)=8NUomg zLg80-mmSos#qfs!X|_<FW-3eObuIw(UwS@DPDPzg&mml13CtLac5EEUJX#) z;M666n0hUUD8;pPga4Ow(bA%)K=VNB6a^rMmqdSwtgQwZ(ci1(|T#x2~&B( zV)pwOyZ5!wfR1-$s>iZ(le2ajxdbn6Bjr~*m>P1?% z6XR^7#$a}TJU)5@`kpf^Ig4jMysR*SowSF!9L(en^3N$PeZ0z_J3A!h>g_h#u;s>o zt#{?P$PU=CJl~?L+jQw-n2OWEOkro7Sy|Cv$jS)b^fugl430P)q6Wa-HgefBy;>MZ2MN9r^yWky&a3?yc0@QAbfZ%_h*W2h>v~KNX=?rB%kRgo zcOd)AI>_+o*fd>NXnPzCiRgH=hlIZXas&$o?Ex}C!`&N4y*rMCDIbhorh&PwpTzfA zd)z=V@^p^HmAOKr`!-&yY*gnNR6E!lipy0M?9LC zLk)k{OK-fd?&RTJU`WMo=f0U;mYhi{o~srZ%9C-oGwmxR&kSzr=PE(Ac0b#>nV4o( zM(DbYoQ(C{$sP0B2+qXyPm^e0mt zp<7#J<0&7BV9FVLYNYV=edDr(bYf+VE3v{;WhE}t>$Wk;CTI}6#!jiE18#F27iuYb z)u6_1=*cj~f=9ePQB!atk$Tc?1MwcW+69xnS;-JPl(Y*sW3Fw^QOdXGb8hR8>PoA< zpUUF2zCR2hj*;k$6{neK@^Bb&0H`jJdQiy-_B*r7#Y$bVMu$Wxv}?z)prKBCKylOb zU=*|BHZy#0zWM6=1B#GNffUXQG*c#l$r!BJAEW9TT=5nFTT0oXfMti1eE@8o*VZ{= zMsp6@?Ua!dv09^0CMq_w90AmT{&`{4UAlQ8aE84)!V2%Rce^vyk|VyUZMdt|uegj# zK$NQedwWTn;(bIDgb`0-2|veDuilN6hjpcSU#&)UyfRMl92{PB>o8P!3Y)$>)@w`! zvX=kr5XZqKPi=rFdXsW{CH>uNE!CTJ#Q+rimB5m<&7nrmtrFdlp0 zDaXl*fLbbkWPMY=kP&Bw8JwCnkc~$RRalt*Y5t0hY4jPUu zcK7BP#@HvSP6l2)<`kEpG5`mCQNFy|PhIDUcg^p4ULMHp&ozp;AollwECaHUmPb{% ztM^+n6|WP@t3LW*GRV2Fj)l(8hyyvGDlQ<_nCTOK^lqFNTHSPJO19**v7TviDjwHW zT5GvXugurbIXF$;2xg(?6-Ss6fe=R3C8O`31J;XQ9)2)<+eZ%?$sQ&Ff85ZPvhva& z;CRPZeb_r!fIP@gaLGn>5x(NwV+QWD{Rzr@VF}10Ggy63Q)nMEFh-mzW@rltsbSY% zJjpWB?_X4ikG|*9%xWrW%o+_6M69CjzJC!1z>C+ag`gq;nwe}&@2^P07re$^G&rgX&mAWu;%5#5GJp`7hD|-U3<%uX;6^J#r+Mj+eSjyyR6w zf$!q#%}y=9HxCI@j^fkzj3YPzAUEG`$rcq^ZRwqT7D$`Igw!fl-z_`r!e)y!Ig5e5 zHsOUn6#e6rAzH#b-9x8m=7%U#QPTYmeMg%Yt9?M@33kq`{ab>`yXNZ*?+fz#Z|HSc z!Z5xi#yZ(WWN7?AVRN3N2Ou%tS3_yaZwUnUkD~gFPr+LByJ5ul+CU`R=d1^_!*Hc$ z>)}Zx=;f;)DWE*Tfe(j_jTa&T;l)4apEFR;<(Y2GdcPzZ1vL$9+=L9^9A(c#-yD+HlHtb2nb{^hgM zTBP?~pVL->h0V@u&5)tH2te>b$A<+xjBEY;GWdxgRKP1u+iUYNnm<_b2b*AYTBngC z&yu>>chPGXq#;tEl6{g5V%-5UQ#=rlB(x2J#@+|DQ$d^pc9Up|9EPg&wu-f`(t)i1 zhbJ$Y2BrT$+5H>X*9gJVuh_rItI)ir6A^oVTe^eJA8%KS8KuA6l+2h7!c z?kYFx=m)FcXCsq2Y%IrW@>z~h>~8DozU~brZDksrH%bk4@TP_9qb2S1A0GRm-cb?)*_0#KsE*T> zjDc7C+)@LY=4lqtbU1Xc@$GwkGbFneLGS4;JtoIEp9di8>{Oky72l#9Q<4f(Ql!~$ z^SRnmL(})-(Z2qTNoL*M z#t%CEs{r~^AXE3a8rn`KNQ2jMHoA5ZqZv2z(WvA>%lLW?gq=#y4&^#{6`W9uj1==? zcd5z#0cKOY*RhLjX!0qW2_60U`|aJrLlRkOV(NHz2Sh6g8iQUVRuGpM=I5@e*mkkW z)*m;fu-dDE%nHIG*=+fN?t{*Gf76@8dlw~ZzLF5%(`^(R`ZXpr5Fhh`p5Q={eLm}3 zjp~tDv%=5c3P1A!M(D`8dlwe#w*+xa7pk>%{&zH5WsqfEV_YCpe`yXXD7dwa-bPVR zbE4#_3?kdkeqz(Uz+@nMUqJ(|&5nh2dZ0M9ND2}H)ttQiSiX2U0RzEKGzb9@+4|ii z>R86N4ks?q(S&#}^*k;6O3O03_&#jqkgxy`AR6LfUi7j*qte%#A;qRzlQ&|c zo@!0CFc5tnlw8>2^)cz6tQ!&S8t$fpG=9)8)#MO(iRLR*CNG zC6K8#m!)hvhxkJ4{V%9Ov8>XHwU%|ySv%eeQ^>FqF!}RFBBEfn+**m8kXotsh$+ID zv5m>ofIN$Va)`=Y*e?<2l>-D}Q|!LZG{C*X$RV3pTvz&X12e8~f=a(P`(+TxpGM`ee>1an-m#lZjh|$1SB!ITKLCB0>f(u1 z=R5cHYQZVRi#r7;1De7z=TM+4fM~BVlZ!p^}@UWREhg??zt+=4@+8DL3h%!kU6mx1VGv3!q zsUL0ofUp>eICyb!2ws8D6^sS_E zjNc0DxrM^EaIK|q%T z>CxFnyQqrP1`i9#nDL|5OXE~Wloek^nRwNDu3~xm*W~kQu$CD=5I2FU2qZ zdPSvlhWZfX&Mys_E61nUW2Yj~6i;Lt<(#CW*MSUc?eeVXc<(G8)cXtUZXE}-+*>IG zZFplJ#OOClJo`L3LLWlbmvO%Vjp@Bb+EkzHLQ!3=_%W(**B|CCS)F|7;-$|fbF&x_ z^*}WOtzX4F_2XAenffn3Tltsh%`y7Ed`)WK8FeE^WD2;#u!z{a>pmjV!5dY{z*5}I z2Tm#!%aO=^LV35)yqIODxEY2ZlnfGn80ABrQ08K{*w0o&+h4kTuq?o?dfBmR`J1Aq zj!hr_ZxG#}Z|9iyn>N*0cR`a`nP;oL^zT|Rhj^`YC}JP^JrBG+Ympj&vFM>%PyZuQ zRoL`XV7kLGwUSPQK~3p>(8kY#4SSUaoD3>ape}wr8V;Wv#Vm;d%4FAG{KCqmg$|F_ z!}F!MuXLU6*xU<2ZrbbD&#%M9H3(AN5}GdC`D#BuMq&y6whI;vehPR+?;bOQd;fuL zckVkJ1E3|xHNqvF_7^h^-)1_pmfS8c>OY8}P@Rlk-uGThu|a1INmCz-7E2nB(fW*t z0!Irjkv-yS=gC0g0)GOMk>WnmHL?dG~qOYotT&_x(AV64iNB(OUJ0Y#9Lc<68d`HjZ}dzIK#15jP$ zj$-Z}G{}c4a7~W`;Qyx`a?rx4%I8+o(@W#Q07;ouj9QX$ZzLeaA4$E|BxF@&dn0&a#edNP zu>eBV`WY&aS~1zs*5o(J%wE^-Q=r*^Pzqex;ylWs^6*p==oq0HX#;a7R3>rey+NHkkw!C+qVSZFc&`zhOl zOr|{XD;C(qluoXl;#Ln^+n>KwTi#-rvh~@+I84=+ob{tUzsZ``M2o#v^a4E2Nspb5 zF29>6ax22`_g%ucxj}(|H5dgFGU(Yncz?LG+q!g{H2Lv_2GpFfi)}19W0fb(M-t#u zH-dM?8AzvRgk(%tY&O+-S|>3)bt_ZMra-y6xIeym(EWnuQ|~-mBdGhi#Z4fG4nZ7q z=ej^upStg}0TAxA1tvHe626pWJJcjh)*J<*mBs3xj_VearmRgmhZ?%aNVcKV)^2rz zvS61)Tm7AxY7NlQFj7(h=zVPTV+0kxE> z@JWokT4vHf_F10Jog65CCEtACJn?; zEvJEK5WoYCf532hu$^WsnUdrILc^cJRW4RY*{RSXQOR*~ZRG)qR26IFfXYJ54{X|Kncg)lT99(o zjDB^>{4PMv)6y&x8(6ul57CGT6$#`Qa9(Bfx==+U@S3T!js<yGnpONA5i5V(F=-F$GoGN-YM3SNdoP z07e02**FVQ8e@@(-b&3ZIFaF}mh4|DbQt0+_Cn}komMaaa`Bc|?)S{#i%n7&;6kW;$RC4M}y&=eL)j$dnG+io7`usGlq?JEk}Zh#W?8Yz_VB@3_giLHo& zx$a6W4k)bh(@W@E0|l#x6Pce!ami5!jZxJv995NHh6S1>0wS*lKviV>ic)%m1ewk! z>u~7vm`gtp(;wRD4s5~82)p)n1ts;BMeG3jy>&;ACw_9EA1vnBZR6xhD0a(I6tFu$ z>nhiN#mDw#1C43@=!uewTGno$T_GvkXQt{c{wuZ1K^hq_gDWBoKuz>U94@{vVI~V> z)?$|__~LlEHx0Y)h;E#Z0XvxIzkArXo`!Mk)}jUURv4Dgg^QQ|6t)V99OyQ#mgG#@ zuWA*9!8PAk34PM|ZD(3N1I*9p6_3#v9XNoD93!3w@R72zRy05xl1vQV%vWd4nt96M z^U9~w55e0aN0>PSA>&7Cyp#F`>KIuX3Czh``XEe^WWZb`@=8VaOX)^Nc7 z$}|m7O> z^}RV)B8VwjL*;bZ5BhaNK$m1}%7)Qpd-bYA=YGXW9tPujrHmvxVTAdp5R>#W>ED;x zVbY>2Y48~tBpE3anF|a1#-K2y#ZC{V%egrlQ;V>vnz5R1xJr;8@ zQ^y5OnO#+m*-!6$aB)k29Mr-@#iN+N<>IS)o@-gj?wxZv4Ou~AD1o+KLS>@usCl6? zNqhb+)i@9;IBE{0o~_ohd?6Iwe4 z$90(M4TXm|@G>yELfAgxljZ4d{HIrCL6;tZekS73rKHha7#%NuSIU~zpW~T~G-RYM zXo7)ckhcZb!EoI`J>F01b!R?h9jy%4w;5mPvs~HVj&+ata%VKq_%%z(s8{kAI2b<( zB28lJ%t^AYQ(oIjDY-6P`wHU_)=t{wAZ)I^-H(S1voTw9FPAC~-TM$F(Xg~3kyPrJ z-<(&%C-|%HB%;=jT%CHlpbXdLP83!4{PKThQlf^G^NEf&EsF3$MDS!ATpq>z-v=ye zAnFAlKRe30uhWn%R+lA2w$Xz?IX%C+$kclT#&CSTXfY87$}36^MDpGMs(=3Q<$ zK7*G`K&{9Ku74%5rwrq?O^=0nou>AmC)n8w zN=n6nq#76r3h%KCt(FeS-xkN-2}DL}&nAqTDL!rw^STZ`Ih%o8%7TFlXY}sA^Tq-T z>>KGH{SvgfS;*Sm5&T=Y*`PQWHMM18i2RD9Bkr175wg%XzTrrCSL-v!Y00dV{K}Z| zTcHxY-SU#j!CLk1!V#y+)&B4hlFwRvpZv$mJydp-ax8ot6QYPA-0hU$oicaedGojn@qi0DjJFR)zJj^QjhZ^u({`2DncbD9sZv z@x{MD)g5nyg$k-3fephf6T>fltXawAC)NI+UV#7Y5pXM~UjvShSh{hSYTgz!Ozz8= z^<=L|T0)zz^|dY*G$y#MGd&T@dLJ#c`|_@hs&R%y;WcoxN~d$u!|C~G*=WI6L`PRd zy(vVBD@s-g!baNlx7PK^&f=VOCSnDa+NBi*i@!6%Y-K!d%25R= z6_i^_SfN@>dD5KXJDS=%mfHM&clGr&MdSIZ_FKH+Rjg3ymlj&)j4p-q@Q5L!=mqWV zKEuiJPi;zFpJeLY%Y$=|;kz{!CH4jM%W^FS(S3S~0y?i;z-<@gg>Tw;V7r4P=VweR z^Y7d~+2L69UzXEB3$U!E^X&?Fwh#}+;Zi> zD>o6v+_tB}DKCUQuFE9078fjzWU6nzBp$_29p1#Wr>gcX^JlXz%N?eBh_NQAx=`kU ziK%xNy@x-mRx~egE}-6)Giu3T4c97Z-Ajp&>Dh?w*}xZ1+znkHf6X*M6n1{n7TRn8 zU#P2spWY#gzo)jsvG8S-uSt)wy=}UQ6j%)knXS!jbX52}%0%wH`G0rON#{Ei6pZHd z`e+HLuE3+Dn4peKP+$LobKhiVXOkGPDWyRRJdS#@ZsOaDQb6-ze=T)wfieJ|XF zaH+hOI%tp(y~)Jm%(c;Fj0Ob)uXFMkOZ>K{V71+nz-+KvbQX!#05KW?yH4RQfja#V>2er-b zkp2mMdjBr62tSjF{18oeyXxy`4;PeM#qi^85R7Q@#Ny6c z6LwOPbW4RdY#NpRQ3HjdBc)p+(ns@|AuVl;QOFD0rx_+~;YD73#5&r8V3~U0nyh!aG=Ebd$F`032mZdWiwn8m5{ z=x2n-;#0a$6v(F%7_mJ1H6c`{q{pkB>0FjCI`A&n=nq;4FK=d<@J-H+#6I3kV?TUP zo_u2Q*Ga9UkxJD(IdyL)PFqNlWqon@tr(XV^~6OCcbH*~MbM0h>IuazCgq>1n$2(( z?BAzv)1UvX_p9OA{(O^(dXnV*A_IG}*HoiAb}6y<~BBSAFzRJryOEnZtXhfkb0 zPN#|Rhx-8&qV;YCwu?_iY(CY34wPEW(N-lTMv&WQLy4kVspw8u`eGvMnY@&W;u-XW zwm09w4LSxgrk%vtU&TCPPoV4`QFwzovZUi`bDylijAU7YWQ}t(%(?o@t&uW(-ptc2 zC^4rR{>;O+q_6xB!9|R?ytUzp>3QhQp;?lJn$_eMm`SlJT|xAfsV(C;$HXc1s-Ke= zbHP;k0|xfiI2w1{&tFjDMYWvk(@B*1C&Q&Mkb3wVbu6FjB?p#*6p`;zhjIYQF#(Has<3G&1F4E_N zmhl4tr;p8K4dSVO&*tqpy{cL6qQ=L^cjqL$+e1lm=%$xPo$Kv&Birm_bH78#4LRR) zs6wIi`olD--~wliOs9|6>RVQ-f0;sXU)ZSl^Yf3!*!{$3)j|B+vSCb2pFy2B&J>I z+^?|G4LWY^!J_c*&oFRQy5EEe=RWd9GHyh#CBmSY)!I%|pBWr<+9egIWX$#HGRJ4h z_qVHLz>l0(p!AcMUYRDPd6bc3G@v{&_409-4lBj;OrA;I%LP=FfgO}i%pCs~KYV+` zqJX~ZCJ70B)dUh{9{prf7roin!Sz^)xg(Zw=>j_avmvVqebg!F;BX1#=U&>7sVR*r zyps{RywzLCRuDU?pTp|ziTGD6Tt(0qk@Zt6=r75K@13dkulH=Nef zg5RDSg2#+@!l2D5ozvIPK$?><9HtWkPx-+xJLaZDyzS68OF-S@M3cnqNNE%_u(e+aQQf-=+XNxZ?E6c}Jxw1>7IG;=kySRj1aX*Go zsbwl--NqW*-O!O{2`s9p34_f6jdD{cDzM9GBILwYn41vK)Cb9hTbfTP7uD$fe!R2T zUl86Jnc(VmRhg;5m%yqww*@X1uGAM_{G5;oS0mWawMHHL5wS~|eTIOJ|DAGhjh{Cr zRto=yJ$urcDt$xpO9QEoN~CF}z2D$5NH;}>EIaug$iF5ql@@Sre~K;d1YY`ihhB{T z{98`R83ZW^6_lWra<8=y%X{-N)#++gB&9{SCEP{(8hO#t-EZq!F ztzlo6I{k2b?Ll_v=w~ky=tx;MF63DvjvT;UnOxOsR>hwmsTjc|9FR}>W!xuP>5EX_ zk0sIP&)LhA45jX5IA^GZmK;cZp2D%h{U4*-Dgm=$l+l>U4!Xd^Rh{yVSH9{Ijur{|#$K9SR~ek4+w z=ba@UtQLex8eM8-*pRHMGl=oQw-Nt1-)x@$u>rT;3bp%_E*2|?Phye7h4{1|UY8mu zQUyzcIs@HvUDcoHegZcORr8MXT}B(NkO+3QFDu(#XHFdU z>1lWit5H&Pn$%m-s?QKZ7$tlpn_&9Lab({XsMU~x1} z*c69*r#)1g*o{E>{@GuMz3IfHxo;Q~p^N_R!ck1s^8-n9Edid(8e%EjB&B5{Llh8AWt7I0^`Uj~7ya4RIkOse5sr-w(#C+-Xhr z4a#sWL}0V3z4yFLN^3R7(UFJjUI_+%sX~zW>=oDZb$L#!_utljdgD`m@ph5NkxZJ8 zTu5GIp==3CDfv&F@es{RyBqOF;`Lbn+=hi!iTUBYYn+nM;Ze__)5#|LwL<2BA(yz7CZBKHE!TmN)T3Sv(DXJJRHG*Hr( zm9Z(FW|t#(G;NQ2$|}y76=LR(sD3h!6TbKpH4^*kvY3A|wbN>g)OwSBc#3#$TEft{ z^&`;MVj6h1BDdSJ*S9>zWUwy^ZF@Ch%|Whv#-Xb8+b{B_bAc)t1ViYB%VEcE=23{E zo`JPvKH(O2b9K6o-n(5c!mTT)jOU?6!)>FWNu|^BKm3NW<>zY%>Lj^^{uOkIe{Vll z6#0H&dK|6Y09i(s;~MXU`i(ZbMBy~Cma6ov;ytMv(tv#PWcAN`rGdr9g39y z-copPtrTA#mwQmCM|8|6Ww)Yz#mP!HXArYLt2#K_btxN|sN4)OjmIlJt{l>JPvhbXp8d4#d`J~Xf_L(Xi{DcQhxj(m{&Tlbcxj`EK+LTi0}!#A5% z#{`=7Cs()6e{QC6DB-Ux2oth=V10EmAy87}`S{&ShcJF5Ln6#glAE(QtIRY0_)C$u z7&x#$UlpZ4AhqmZtqR2xbJcg+T`$ks*8jfEMM3^pYr}>(#Ysh~Z1Ij4@90)^k9b@8nr5nUiM*uDr6DJh<@L(;e}o?9}{r33AG~%g|mSMx8})+-LGhpJA&Z zagITxNS3QC)!DgjC(tqC=alT))K(jO>#WA^v{6-F!@5o9{t8|`>vj|yZhPKKI_SNK zb4~SfQp07b@^V;{R*#fme@;Hg1v{ndlgmx;BZ%gdXQO~%SXy(Bt1%N)Jn@6LD*EVA z4&(XrS)PMXhINJ89`cWY7F%KVL=j0CImtWIXfmFGNieTa6QhZwh)6R-HLCjF8rhkW z#oab8#5qkeMx-R&-Cc;yGJrii5X5B_*w@<&sZ|$=_yxPPfhzEvioHDGHiC%t;{4Bo zNWXtqtu@~ta&dd^(wpdRW$-?>_HuSE#Xhu`L3$>ETpfk;r2RM;7pz>D6DQ+&(tJk} zC%)I{qrqdiI>F}2%8ucAhI!K-m@yS3T%F84X5BG@vlvQrTE7H^Betv2?OcU_DT|=j zgoSVMN06y|6>Ul)J>>3|sy1SM#0tc)AWHugBNJ`1>Wv8v7Hb zJrmwvxFW0!qSy6=R#~5D{J;F0d@6Xo5#+ixd`0DFa?!OsAUn7UZMvXu5D=8);)pl3 zJLtYaM^%M?@ockWm+FqUcXn9LC|uvjGhJ1g({OVB+M(Y=C>5g;ZtS8zxwC26zHw}SK+*H+RPxCJ?EG=N$~h73hpjh5`R)I<-)M%-Y+OmRBGXj1 z2Uu9y)@+8j=d+%651Y_zc*n_z&5?9T@>{Q)$jM10Krff8)JgaqNcmx0@+9&C`_y>_pWA9>{ff~3g9B-qJ8P@KRa29cVj=2zrUsB;1x4u zMHj;$tA2Sfqvq*a^|FI{ZC;dZO11LQuN+=Y9tRW+GEe<>RD={SMUg!f5{ZBlKAg0+ z+bnsz+#zGaMEGqi*ty8ji#u`9f9_sg@58lYpVOs zE)%;uXPmuSi6Y_8cBtdCQeuYoD1M(^`I)A3JCDMfFJIlCXz1vtY(w!PX|4r5H&|GE zomY>K9@|bApM>#?x9awP4QzF_X_7y@X#j>{d#1w7IfY;T2pPY_joYOX%PnA|nv$RqX>hE3RX(x}S)7?mgm znI{+5)aeO$qT%!vhkD(l#Fn8&UQ9(9>SykoPnXwlI9CSlkKg*geZl(cY96`bS=F;n z>OaZI7Ny_7-jhP6tgIA@`JbK!y!q4uzi8#L@N;VWUX7F51-VQ?BjAqQxSVMw7ut(u z%U?QQ-bFzuR4f$)cU$H`E|2EAtvsK_hm*JL_p=Mryt0>iM!I_9rdzINcV$diH6HtA zib4bo%Wm&^R^aNhD3^=y)%L9TZ$kk>FUn59zHZ(AQW+>zcocZg+P2PGI61;z656b- zr1Uc)#R>%$Mv)}*9SfZEpXB%(J}P!zhK~H}|Hn$i8j+CE_OF68ZUp(aWFdjoJ4Nv_ z)`=xPPh=dpb#gUv4sHzLMrN@G`pb8Zhj+^ftQ5aI;zgZnZJHl#-M8?TSLo$@Soc>y z@;NxXAxKMJM^@wfmyAqlyy)Q;i>>ht$}F3N!X*mAlu<2PXUoRT_-tUMojC1vj%9=5 zu~$jROeFW{+SSn+XuooC^T*YHP_d#s@~%lPuW`=9kybWV(H)I3`J}p}^)2uwGS)(3 z+p{E0Xy))>1rxmJUuT;1if@{;ac4uN#PB7C*|Flio;34}1~WDiOcB{o;@@x;p37K(T2-t0pb8Ozy7p+*~ z3mjH^q6nc3E;y}~@>1=YEV-`G-Oel_p4H~+ix~#nK2dwk1)XkgIR2n%&Ag^|auCEr z3N!T$QC;H4u8vRe&7a&YHM?lv|I><&r#zX_zAM7tHI%y8j0z{YMP_xtcokyw&c`Ad zq%rMP?$!Zj`mYOdXm4U29JnjOt|PlBzITzCwlz1{BdNI=1C!JqeENhgT|V6aN>|+# zQZ2yKeybHF)PCMb%Lv`D+-n;1DEAaMk!xWc#X)-W=98K9 zOM2pJ(MD^NaC>@fea_YS2~NiaGd0%3yb+^SOvokV{mgw(+MOR2q)SufSE4lEn)`)O zIL+6rCtBPs&YQhfnl&R>!q!O0_qRm7y&p2tvvKWXpWsn_d9&;{CXnVN|GJ~+YR3Xi zFGVl4Q*uLs-FhjAMDfFxOBwui&la!A(G{w%AlM0cy-E6VfF^BuWe9?*|1@byltK?q z4qNaG9YR4K=Y)%jJH11Z)SNnN#p$bfEZlDJS4v$kp`w-5?D1zLt!fQ9&56JCs(4Wu zOFf*bQ<;K6vRWMzbB(qk8k(I zw~Lahvi?|O(vTl`aZ}E#jslWl3lMOfwT`gST2=O>Jb}k^ZOD&}WG(=@wr2>WLZ311 z%ro~lC8XMAdgwlDH&E;zNX4O?P{q#xUa^)XOsmo6%W6(bp!I8P*n8 zvL4_V-la*4aIz*J1O?`}mJ5pj?xc?XPdu!-i+9cWp&IAdxaL$Y9;!A@E0;55{@*|M zOG*1%;RFi}&5e#VP#~oR@lUux`Xi z`ln#2iSWwU`kJ~_DGtxK*>HHlE85%DlVTDp0Iy_0ik~|1XKGALY2~JCfD5E9y6o z-c>vaOnx*8?-fBYA$}J}m)tPj>l$aq*i!OUknpAKSg6jkzR|=%$1=TRStwyajm8=Z zhvpRz5r$A$(cBiasuf@U-*=z}xo*EU+(?MGJSkE3&qX=qz{6PKB2WE31?wy>+S>dc z$w%h>M6EXD!eV|fCDA+0$64PIiK&ax5M!fvO5&M+M~qyB@xRUx9xEG9$0w~w0j(vr zqTfG#(m#0|?!aq#{f7mITzojWfx_UW3ZTw@M^ZTxdKU&m9qiQ6-l+Q}NJ^~ERhP_5 zyn%D7Lqm}`Y)&t~PPC&wy8t9IjOefS4A*=+P?c9$cy;!M zl4o5;cbe!^q;G-bZV|>-@=Z=e^&5+GXOn4U8#tLE_XPl;m$0vSA3kvYkYnjy{b5|u zBmaDP7G^D~^6LYX#muOF_S(DP?6fs9c$_aDrM`NVn7!`^4_>h9|5RclqTiNm^q&!5l}vomwE zIZCQB8|~5(Iw~C3&$D2HyX9UTHPCZFm5n2En(dr1PZ;-^?5t+cnC9{4_@rCu5mM@F^O1 z^S~paq-S*B|KFm$h$=pO15wNH3T4su6YVQQZ})xi#WxtL z)~F|JX&b`lQi|r70`a(s+_>oNZadAaqUr$lZN=HWPyLrSX*>^#CF9)5Qus7pm(&E?k zVO&FjnuCKzYagFON(o?K?t&g2$?>RH-yISagXAQ7$ z3KCAL&|umd)mez8iD!fxC(|3C7I5X&NQy*uC?C2n0Dx26IqSO)CNtrVv$Q!<_e@o$ zeK?TJ=g}hJZKlCEt~_TZpZ6<71lIN&JN}mUkM&+Yd#~HX6SJ&m9mO?V@rvwy*F-Gv zBX0Aaa@5^w7!aA*Te<#&<^EV3mv)>d=|?Yo5`IB~gAU)V>H?W@vAC!cem!JSp>+y? zrhXWNpM?^Pyf@P0Fc}Wf%3xX6+`qi*n07UQQ0I5{{euk-uE|qj+~nr2Fc0e44N8=P$e2}!@cY09Al%0mguK#Um86k09%7WZYq2P$iCe^7eL7;2cD9iArr zr6gCrSEU3GF;24|GdM{)wznHs+)(B00pX;h81`_aaG}_)`Pqi^4mQKMtm*ikEQMDr zimv3Tcil>Ko%(r;67boG$n<5EgfPP{dlFYqdtGJ1=*k zX;$4N^o~fZ-z`|r; zw9K4~Mxa1!glQ?Q5(9q^NIE9EGtdnq>@A}k?1$2re@2|Ma@^Wi+vUB~RG_}hv4IBp z@C^mwt8GY>DU!A~@SMKNHaBFD+iNGgkL}cab`^@JpP*gXI(Bfyks_bdL=06Va$aiO zMU#0gzKHb#Lb@R3K4nqua+KVyD^X^Q zB#pG=H66}44yOncr-Sd@UjIrP(9kPZM;_HVla3i;3}M7bbR!}f0(r}1dgz3}a}US^ zzHlE3!Y8(`NbMl--1Y($M7DGUu1>|}78;Q9|47OFEOLnjGF?U@V{)naatmPMdTG;l zgqxb=?~TURM+Zb~ji4?^eoYwd2xU+EU?9X+iYP0zJdU_U6MstCxP|&ree5{#4RiN} zfH?9Ly#1*#%iOtPk{tuNFKOMV-DwhfvIHIOkJ4vgF=^qMbYxm?#LUs`xM6A)48ec_R)=6~< z==rZp7rfUor6k3oKeYiW20pLvpd|Z~qvhK6>uXA}#LM62)pBb_$Zz%eZHj($z8;k7 z*g+DiTmRW2SO7~6Cc#1IWSVBzf#tRo6zξb+q`@`&PmGT+b#BgDq0M5-N;i^x-p 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 literal 0 HcmV?d00001 From c7b597995e1a536d5fea09cd8e211180de3c946f Mon Sep 17 00:00:00 2001 From: 4Evergreen4 <4Evergreen4@users.noreply.github.com> Date: Mon, 13 Jul 2020 11:41:11 -0400 Subject: [PATCH 13/15] Update mod.conf, reformat init.lua, and add luacheckrc --- .luacheckrc | 36 ++++++++++++++++++ README.txt | 2 +- init.lua | 104 ++++++++++++++++++++++++++-------------------------- mod.conf | 6 +++ 4 files changed, 96 insertions(+), 52 deletions(-) create mode 100644 .luacheckrc diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..6caea83 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,36 @@ +read_globals = { + "DIR_DELIM", + "minetest", "core", + "dump", "dump2", + "vector", + "VoxelManip", "VoxelArea", + "PseudoRandom", "PcgRandom", + "ItemStack", + "Settings", + "unpack", + + table = { + fields = { + "copy", + "indexof", + "insert_all", + "key_value_swap", + } + }, + + string = { + fields = { + "split", + "trim", + } + }, + + math = { + fields = { + "hypot", + "sign", + "factorial" + } + }, +} +max_line_length = 80 \ No newline at end of file diff --git a/README.txt b/README.txt index ec577ed..05106e1 100644 --- a/README.txt +++ b/README.txt @@ -7,7 +7,7 @@ A Minetest mod which sends a chat message when a player dies. -Version: 0.1.3 +Version: 0.1.4 License: GPL v3 (see LICENSE.txt) Dependencies: diff --git a/init.lua b/init.lua index 3601c1e..152f2b2 100644 --- a/init.lua +++ b/init.lua @@ -16,13 +16,13 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . --]] ------------------------------------------------------------------------------------------------ +-------------------------------------------------------------------------------- local title = "Death Messages" -local version = "0.1.2" +local version = "0.1.4" local mname = "death_messages" ------------------------------------------------------------------------------------------------ +-------------------------------------------------------------------------------- dofile(minetest.get_modpath("death_messages").."/settings.txt") ------------------------------------------------------------------------------------------------ +-------------------------------------------------------------------------------- -- A table of quips for death messages. The first item in each sub table is the -- default message used when RANDOM_MESSAGES is disabled. @@ -30,72 +30,74 @@ local messages = {} -- Lava death messages messages.lava = { - " melted into a ball of fire.", - " thought lava was cool.", - " melted into a ball of fire.", - " couldn't resist that warm glow of lava.", - " dug straight down.", - " didn't know lava was hot." + " melted into a ball of fire.", + " thought lava was cool.", + " melted into a ball of fire.", + " couldn't resist that warm glow of lava.", + " dug straight down.", + " didn't know lava was hot." } -- Drowning death messages messages.water = { - " drowned.", - " ran out of air.", - " failed at swimming lessons.", - " tried to impersonate an anchor.", - " forgot he wasn't a fish.", - " blew one too many bubbles." + " drowned.", + " ran out of air.", + " failed at swimming lessons.", + " tried to impersonate an anchor.", + " forgot he wasn't a fish.", + " blew one too many bubbles." } -- Burning death messages messages.fire = { - " burned to a crisp.", - " got a little too warm.", - " got too close to the camp fire.", - " just got roasted, hotdog style.", - " gout burned up. More light that way." + " burned to a crisp.", + " got a little too warm.", + " got too close to the camp fire.", + " just got roasted, hotdog style.", + " got burned up. More light that way." } -- Other death messages messages.other = { - " died.", - " did something fatal.", - " gave up on life.", - " is somewhat dead now.", - " passed out -permanently." + " died.", + " did something fatal.", + " gave up on life.", + " is somewhat dead now.", + " passed out -permanently." } function get_message(mtype) - if RANDOM_MESSAGES then - return messages[mtype][math.random(1, #messages[mtype])] - else - return messages[1] -- 1 is the index for the non-random message - end + if RANDOM_MESSAGES then + return messages[mtype][math.random(1, #messages[mtype])] + else + return messages[1] -- 1 is the index for the non-random message + end end minetest.register_on_dieplayer(function(player) - local player_name = player:get_player_name() - local node = minetest.registered_nodes[minetest.get_node(player:getpos()).name] - if minetest.is_singleplayer() then - player_name = "You" - end - -- Death by lava - if node.groups.lava ~= nil then - minetest.chat_send_all(player_name .. get_message("lava")) - -- Death by drowning - elseif player:get_breath() == 0 then - minetest.chat_send_all(player_name .. get_message("water")) - -- Death by fire - elseif node.name == "fire:basic_flame" then - minetest.chat_send_all(player_name .. get_message("fire")) - -- Death by something else - else - minetest.chat_send_all(player_name .. get_message("other")) - end + local player_name = player:get_player_name() + local node = minetest.registered_nodes[ + minetest.get_node(player:getpos()).name + ] + if minetest.is_singleplayer() then + player_name = "You" + end + -- Death by lava + if node.groups.lava ~= nil then + minetest.chat_send_all(player_name .. get_message("lava")) + -- Death by drowning + elseif player:get_breath() == 0 then + minetest.chat_send_all(player_name .. get_message("water")) + -- Death by fire + elseif node.name == "fire:basic_flame" then + minetest.chat_send_all(player_name .. get_message("fire")) + -- Death by something else + else + minetest.chat_send_all(player_name .. get_message("other")) + end end) ------------------------------------------------------------------------------------------------ +-------------------------------------------------------------------------------- print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...") ------------------------------------------------------------------------------------------------ +-------------------------------------------------------------------------------- diff --git a/mod.conf b/mod.conf index e775487..1b0b66d 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,7 @@ name = death_messages +title = Death Messages +author = Evergreen +description = Sends a chat message when a player dies (with customizable messages) +license = GPL v3 +forum = https://forum.minetest.net/viewtopic.php?t=8821 +version = 0.1.4 \ No newline at end of file From 87145f0634524edb1ac6b011b57159582a47c84d Mon Sep 17 00:00:00 2001 From: Evergreen <3642781+EvergreenTheTree@users.noreply.github.com> Date: Sat, 17 Aug 2024 12:49:20 -0500 Subject: [PATCH 14/15] Archive repository, update README.txt --- README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.txt b/README.txt index 05106e1..035f201 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,13 @@ +As of 2024-08-17, this mod will probably not be updated by me as I lost interest +in Minetest a long time ago and probably will probably not be coming back. + +If you do want to make any changes, here was my list of TODO items that I never got around to: +- Update meta stuff (readme, version, mod.conf, etc.) +- Change settings file to not use do_file and add options for custom messages (with placement of player name(s) anywhere in the message) +- Add some kind of translation support (may be covered by custom messages) +- Use the new API features to poperly detect types of death that weren't feasible before +- Make a small API for registering custom messages for other mods (see dying by corium in technic) + ____ _ _ __ __ | _ \ ___ __ _| |_| |__ | \/ | ___ ___ ___ __ _ __ _ ___ ___ | | | |/ _ \/ _` | __| '_ \ | |\/| |/ _ \/ __/ __|/ _` |/ _` |/ _ \/ __| From 4a294c2f14d9481936893c1d9e36be4d4f06eb1c Mon Sep 17 00:00:00 2001 From: Evergreen <3642781+EvergreenTheTree@users.noreply.github.com> Date: Sat, 17 Aug 2024 12:55:46 -0500 Subject: [PATCH 15/15] Update README.txt --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 035f201..62ecba8 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ As of 2024-08-17, this mod will probably not be updated by me as I lost interest -in Minetest a long time ago and probably will probably not be coming back. +in Minetest a long time ago and probably will not be coming back. If you do want to make any changes, here was my list of TODO items that I never got around to: - Update meta stuff (readme, version, mod.conf, etc.)