From 90f253d82d65afccd224cc2f7105dec209a1ae05 Mon Sep 17 00:00:00 2001 From: crabman77 Date: Sat, 16 Jul 2016 20:49:55 +0200 Subject: [PATCH] first commit --- LICENSE | 674 +++++++++++++++++++++++++++++++++++++++ README.md | 9 + depends.txt | 4 + description.txt | 1 + init.lua | 440 +++++++++++++++++++++++++ mod.conf | 1 + screenshot.png | Bin 0 -> 55185 bytes textures/h2omes_home.png | Bin 0 -> 509 bytes 8 files changed, 1129 insertions(+) create mode 100644 LICENSE create mode 100644 README.md create mode 100755 depends.txt create mode 100644 description.txt create mode 100644 init.lua create mode 100644 mod.conf create mode 100644 screenshot.png create mode 100644 textures/h2omes_home.png diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9cecc1d --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + 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. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + 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. + + 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. + + 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. + + 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. + + 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. + + 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. + + 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. + + 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. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "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 +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f498a2 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +***H2omes*** + +**A minetest mod by MFF team** + +depends of action_timers +optional: nether, unified_inventory + +[demo video youtube](https://www.youtube.com/watch?v=79lt3M-2ZKs) + diff --git a/depends.txt b/depends.txt new file mode 100755 index 0000000..b7f1d7f --- /dev/null +++ b/depends.txt @@ -0,0 +1,4 @@ +default +action_timers +unified_inventory? +nether? diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..2c07ca4 --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +This mod add teleportation to spawn, 2 homes and to players. diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..11bd27e --- /dev/null +++ b/init.lua @@ -0,0 +1,440 @@ +h2omes = {} +h2omes.homes = {} -- table players home +h2omes.path = minetest.get_worldpath() .. "/h2omes/" +minetest.mkdir(h2omes.path) + +h2omes.time_home = 2 * 60 +h2omes.time_spawn = 5 * 60 +h2omes.time_from_player = 5 * 60 +h2omes.time_to_player = 5 * 60 + +local tmp_players = {} +local from_players = {} + +h2omes.have_nether = false -- nether mod +if (minetest.get_modpath("nether") ~= nil) then + h2omes.have_nether = true +end + + +function h2omes.check(name) + if h2omes.homes[name] == nil then + h2omes.homes[name] = {["home"] = {}, ["pit"] = {}} + end +end + + +--function save_homes +function h2omes.save_homes(name) + local file = h2omes.path..name + local input, err = io.open(file, "w") + if input then + input:write(minetest.serialize(h2omes.homes[name])) + input:close() + else + minetest.log("error", "open(" .. file .. ", 'w') failed: " .. err) + end +end + + +--function load_homes +function h2omes.load_homes(name) + h2omes.check(name) + local file = h2omes.path..name + local input, err = io.open(file, "r") + if input then + local data = minetest.deserialize(input:read()) + io.close(input) + if data and type(data) == "table" then + if data.home then + if data.home.real then + h2omes.homes[name].home.real = data.home.real + end + if data.home.nether then + h2omes.homes[name].home.nether = data.home.nether + end + end + if data.pit then + if data.pit.real then + h2omes.homes[name].pit.real = data.pit.real + end + if data.pit.nether then + h2omes.homes[name].pit.nether = data.pit.nether + end + end + end + end +end + +-- disallowed tp real-->nether or nether-->real +function h2omes.can_teleport(from_pos, to_pos) + if not h2omes.have_nether then -- not nether mod, -19600 is real + return true + end + if from_pos.y < -19600 and to_pos.y < -19600 then + return true + elseif from_pos.y > -19600 and to_pos.y > -19600 then + return true + end + return false +end + + +--function set_homes +function h2omes.set_home(name, home_type, pos) + h2omes.check(name) + if not pos then + local player = minetest.get_player_by_name(name) + if not player then return end + pos = player:getpos() + end + if not pos then return false end + if pos.y < -19600 and h2omes.have_nether then + h2omes.homes[name][home_type].nether = pos + else + h2omes.homes[name][home_type].real = pos + end + minetest.chat_send_player(name, home_type.." set!") + minetest.sound_play("dingdong",{to_player=name, gain = 1.0}) + h2omes.save_homes(name) + return true +end + + +--function get_homes +function h2omes.get_home(name, home_type) + h2omes.check(name) + local player = minetest.get_player_by_name(name) + if not player then return nil end + local pos = player:getpos() + if not pos then return nil end + local status = "real" + if pos.y < -19600 and h2omes.have_nether then + status = "nether" + end + if h2omes.homes[name][home_type][status] then + return h2omes.homes[name][home_type][status] + end + return nil +end + +--function getspawn +function h2omes.getspawn(name) + local player = minetest.get_player_by_name(name) + if not player then return nil end + local pos = player:getpos() + if not pos then return nil end + local spawn_pos + if pos.y < -19600 and h2omes.have_nether then + spawn_pos = minetest.string_to_pos(minetest.setting_get("nether_static_spawnpoint") or "") + elseif minetest.setting_get_pos("static_spawnpoint") then + spawn_pos = minetest.setting_get_pos("static_spawnpoint") + end + return spawn_pos +end + + +--function to_spawn +function h2omes.to_spawn(name) + local player = minetest.get_player_by_name(name) + if not player then return false end + local spawn_pos = h2omes.getspawn(name) + if spawn_pos then + minetest.chat_send_player(name, "Teleporting to spawn...") + player:setpos(spawn_pos) + minetest.sound_play("teleport", {to_player=name, gain = 1.0}) + minetest.log("action","Player ".. name .." respawned. Next allowed respawn in ".. h2omes.time_spawn .." seconds.") + return true + else + minetest.chat_send_player(name, "ERROR: No spawn point is set on this server!") + return false + end +end + + +--function to_homes +function h2omes.to_home(name, home_type) + h2omes.check(name) + local player = minetest.get_player_by_name(name) + if not player then return false end + local pos = player:getpos() + if not pos then return false end + local status = "real" + if pos.y < -19600 and h2omes.have_nether then + status = "nether" + end + if h2omes.homes[name][home_type][status] then + player:setpos(h2omes.homes[name][home_type][status]) + minetest.chat_send_player(name, "Teleported to "..home_type.."!") + minetest.sound_play("teleport", {to_player=name, gain = 1.0}) + return true + end + return false +end + + +--function to_player +function h2omes.to_player(name, to_pos, to_name) + local player = minetest.get_player_by_name(name) + if not player then return false end + local from_pos = player:getpos() + if to_pos then + if h2omes.can_teleport(from_pos, to_pos) then + minetest.chat_send_player(name, "Teleporting to player "..to_name) + player:setpos(to_pos) + minetest.sound_play("teleport", {to_player=name, gain = 1.0}) + return true + else + minetest.chat_send_player(name, "Sorry, teleport between 2 worlds(real/nether) is not allowed!") + return false + end + else + minetest.chat_send_player(name, "ERROR: No position to player!") + return false + end +end + + +function h2omes.update_pos(name, pos, from_name) + from_players[name] = {name=from_name, pos=pos} + minetest.chat_send_player(name, from_name .." sent you their position to teleport") + minetest.sound_play("dingdong",{to_player=name, gain = 0.8}) + return true +end + + +function h2omes.send_pos_to_player(name, pos, to_name) + local player = minetest.get_player_by_name(to_name) + if not player or not pos then return false end + if action_timers.wrapper(name, "send_pos_to_player", "from_player_" .. to_name, h2omes.time_from_player, h2omes.update_pos, {to_name, pos, name}) then + minetest.chat_send_player(name, "Your position has been sent to "..to_name) + return true + else + minetest.chat_send_player(name, "Error: "..to_name.." already received a request. please try again later.") + end + return false +end + + +function h2omes.show_formspec_home(name) + if tmp_players[name] == nil then + tmp_players[name] = {} + end + local player = minetest.get_player_by_name(name) + if not player then return false end + local formspec = {"size[8,9]label[3.15,0;Home Settings]"} + local pos = player:getpos() + --spawn + table.insert(formspec, "label[3.45,0.8;TO SPAWN]") + local spawn_pos = h2omes.getspawn(name) + if spawn_pos then + table.insert(formspec, string.format("label[2.9,1.3;x:%s, y:%s, z:%s]", math.floor(spawn_pos.x), math.floor(spawn_pos.y), math.floor(spawn_pos.z) )) + table.insert(formspec, "button_exit[6,1.1;1.5,1;to_spawn;To Spawn]") + else + table.insert(formspec, "label[3.3,1.3;No spawn set]") + end + + --home + table.insert(formspec, "label[3.5,2.1;TO HOME]") + table.insert(formspec, "button[0.5,2.4;1.5,1;set_home;Set Home]") + local home_pos = h2omes.get_home(name, "home") + if home_pos then + table.insert(formspec, string.format("label[2.9,2.5;x:%s, y:%s, z:%s]", math.floor(home_pos.x), math.floor(home_pos.y), math.floor(home_pos.z) )) + table.insert(formspec, "button_exit[6,2.4;1.5,1;to_home;To Home]") + else + table.insert(formspec, "label[3.3,2.5;Home no set]") + end + + --pit + table.insert(formspec, "label[3.55,3.4;TO PIT]") + table.insert(formspec, "button[0.5,3.7;1.5,1;set_pit;Set Pit]") + local pit_pos = h2omes.get_home(name, "pit") + if pit_pos then + table.insert(formspec, string.format("label[2.9,3.8;x:%s, y:%s, z:%s]", math.floor(pit_pos.x), math.floor(pit_pos.y), math.floor(pit_pos.z) )) + table.insert(formspec, "button_exit[6,3.7;1.5,1;to_pit;To Pit]") + else + table.insert(formspec, "label[3.3,3.8;Pit no set]") + end + + --to player + table.insert(formspec, "label[3.35,4.7;TO PLAYER]") + local to_player = from_players[name] + if to_player and to_player.name and to_player.pos then + table.insert(formspec, string.format("label[0.5,5.1;To %s]", to_player.name)) + table.insert(formspec,string.format("label[2.9,5.1;x:%s, y:%s, z:%s]", math.floor(to_player.pos.x),math.floor(to_player.pos.y),math.floor(to_player.pos.z))) + table.insert(formspec, "button_exit[6,5;1.5,1;to_player;To Player]") + else + table.insert(formspec, "label[2.7,5.1;No request from player]") + end + + table.insert(formspec, "label[2.8,6;SEND MY POS TO PLAYER]") + if not tmp_players[name] or not tmp_players[name].players_list or #tmp_players[name].players_list < 1 or tmp_players[name].refresh then + tmp_players[name].refresh = nil + tmp_players[name].players_list = {} + tmp_players[name].selected_id = 0 + for _,player in pairs(minetest.get_connected_players()) do + local player_name = player:get_player_name() + if player_name and player_name ~= "" and player_name ~= name then + table.insert(tmp_players[name].players_list, player_name) + end + end + tmp_players[name]["select_player"] = nil + end + if #tmp_players[name].players_list == 0 then + table.insert(formspec, "label[3,6.4;No player, try later]") + else + table.insert(formspec,"button[3.5,6.4;1.5,1;refresh;refresh]") + table.insert(formspec, "dropdown[0.5,6.5;3,1;select_player;"..table.concat(tmp_players[name].players_list, ",")..";"..tmp_players[name].selected_id.."]") + end + if tmp_players[name].selected_id and tmp_players[name].selected_id > 0 then + table.insert(formspec, "button_exit[6,6.4;1.5,1;send_to;Send To]") + end + + table.insert(formspec, "button_exit[3.25,8.3;1.5,1;close;Close]") + minetest.show_formspec(name, "h2omes:formspec", table.concat(formspec)) +end + + +minetest.register_on_player_receive_fields(function(player, formname, fields) + local name = player:get_player_name() + if not name or name == "" then return end + if formname == "h2omes:formspec" then + if fields["set_home"] then + --h2omes.set_home(name, "home") + action_timers.wrapper(name, "sethome", "sethome_" .. name, h2omes.time_home, h2omes.set_home, {name, "home"}) + elseif fields["set_pit"] then + --h2omes.set_home(name, "pit") + action_timers.wrapper(name, "setpit", "sethome_" .. name, h2omes.time_home, h2omes.set_home, {name, "pit"}) + elseif fields["to_home"] then + --h2omes.to_home(name, "home") + action_timers.wrapper(name, "home", "tohome_" .. name, h2omes.time_home, h2omes.to_home, {name, "home"}) + elseif fields["to_pit"] then + --h2omes.to_home(name, "pit") + action_timers.wrapper(name, "pit", "tohome_" .. name, h2omes.time_home, h2omes.to_home, {name, "pit"}) + elseif fields["to_spawn"] then + action_timers.wrapper(name, "spawn", "tospawn_" .. name, h2omes.time_spawn, h2omes.to_spawn, {name}) + elseif fields["to_player"] then + if not from_players[name] then return end + local to_name = from_players[name].name + local pos = from_players[name].pos + from_players[name] = nil + if not to_name or not pos then return end + h2omes.to_player(name, pos, to_name) + elseif fields["send_to"] then + local to_name = tmp_players[name]["select_player"] + if not to_name then return end + local pos = player:getpos() + action_timers.wrapper(name, "send_pos_to_player", "to_player_" .. name, h2omes.time_to_player, h2omes.send_pos_to_player, {name, pos, to_name}) + tmp_players[name] = nil + elseif fields["refresh"] then + tmp_players[name].refresh = true + elseif fields["select_player"] then + for i, n in pairs(tmp_players[name].players_list) do + if n == fields["select_player"] then + tmp_players[name]["select_player"] = fields["select_player"] + tmp_players[name].selected_id = i + break + end + end + end + if not fields["quit"] then + h2omes.show_formspec_home(name) + end + end +end) + + +minetest.register_on_joinplayer(function(player) + local name = player:get_player_name() + if not name or name == "" then return end + h2omes.load_homes(name) +end) + + +minetest.register_on_leaveplayer(function(player) + local name = player:get_player_name() + if not name or name == "" then return end + h2omes.homes[name] = nil + tmp_players[name] = nil + from_players[name] = nil +end) + + +minetest.register_privilege("home", "Can use /sethome, /home, /setpit and /pit") + +minetest.register_chatcommand("spawn", { + description = "Teleport a player to the defined spawnpoint", + func = function(name) + local spawn_pos = h2omes.getspawn(name) + if spawn_pos then + action_timers.wrapper(name, "spawn", "tospawn_" .. name, h2omes.time_spawn, h2omes.to_spawn, {name}) + else + minetest.chat_send_player(name, "ERROR: No spawn point is set on this server!") + return false + end + end +}) + +minetest.register_chatcommand("home", { + description = "Teleport you to your home point", + privs = {home=true}, + func = function (name, params) + if not h2omes.get_home(name, "home") then + minetest.chat_send_player(name, "Set a home using /sethome") + return false + end + --h2omes.to_home(name, "home") + return action_timers.wrapper(name, "home", "tohome_" .. name, h2omes.time_home, h2omes.to_home, {name, "home"}) + end, +}) + + +minetest.register_chatcommand("sethome", { + description = "Set your home point", + privs = {home=true}, + func = function (name, params) + --h2omes.set_home(name, "home") + return action_timers.wrapper(name, "sethome", "sethome_" .. name, h2omes.time_home, h2omes.set_home, {name, "home"}) + end, +}) + + +minetest.register_chatcommand("pit", { + description = "Teleport you to your pit point", + privs = {home=true}, + func = function (name, params) + if not h2omes.get_home(name, "pit") then + minetest.chat_send_player(name, "Set a pit using /setpit") + return false + end + --h2omes.to_home(name, "pit") + return action_timers.wrapper(name, "pit", "tohome_" .. name, h2omes.time_home, h2omes.to_home, {name, "pit"}) + end, +}) + + +minetest.register_chatcommand("setpit", { + description = "Set your pit point", + privs = {home=true}, + func = function (name, params) + --h2omes.set_home(name, "pit") + return action_timers.wrapper(name, "setpit", "sethome_" .. name, h2omes.time_home, h2omes.set_home, {name, "pit"}) + end, +}) + + +if (minetest.get_modpath("unified_inventory")) then + unified_inventory.register_button("home_formspec", { + type = "image", + image = "h2omes_home.png", + tooltip = "My Home", + show_with = "home", + action = function(player) + local name = player:get_player_name() + if not name then return end + h2omes.show_formspec_home(name) + end, + }) +end + +minetest.log("action","[h2omes] Loaded.") diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..7d4e5fc --- /dev/null +++ b/mod.conf @@ -0,0 +1 @@ +name = h2omes diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..ee0264f8eb8257241187e33bcde28f91fefcbc4b GIT binary patch literal 55185 zcmagFbyOSQ7d;w0xVyUrXn|rygS$J$30mB}xVsc6THM{GI24EC?of)mzkI&${oZ>2 zy(F`e+?kchoH_T%-up(XC`qHEke~nn0CZUy2{ix!Rsy=|0AZmcXleGR&^Kg98C@3u z02TMY4F-_;g9ti^&t_~H$&{<0i9y-n)4 zkvgaPMAPMghaeV(0wlnbC_*K`8pL=~$A%Zf@>11f%J)d5!BRM)Pk~qC7^PnvJ9{1u z-JSJFGH~|r>dt*hT+L$R{d_G5eU5Vtl-=U0n#@uPi*~9aA<|${rH*)}Daa}v=yGzh zM7_fqbohr_jy|E2coiUCUAyMA{tIqQL3AU%Vz%bVdNfL-ValOrBS3v0BZ)!mKK&p% z(NM@j75ENk)zILX_GjO;lcPv(^xebaoqWv*#VcTdBn19oF!&0*!!b&JaO&Ig& z{g%GZK_W;;=xM_VxNso*0Vkgevw^9bkz6-~`qE3X_n);X2E{q~KO3E}{YLu*J7xw4 z*bw!!!qb2aD8ymb2vXLAyrHBq5?)~G%wYnyhW8HkJa_7KxJ>fKQGR89sA%GV0|0(4 zMgn7R1}tu$oC|P|3Z#&gZo-p`dUDxYVwUZ80>s|x#KHMkKiSb91?8i@E4-!Se}L^S zMm$Fn1X`olJXV;{Xs{rXC`2W}!m zuPU5bSawK2C+ARrjEHLvzSm zLGY+_XMG=2!!t4x2q2EaN|JeGADunil~5XeFkG-3NRY=!b3g;iCgF{G#7#h&E;(dT z%Qx<@km(`Ob-y{r1jy(#Z*gO_!c+5!L>k9y3v54Zu&ZAl&vB+nsnQ{UVdR;BRxyt< zZ{Tmcd_RPB`)LgT)O5*Xb(!p&IqcYGpT7JW%U@5gOeY;ND!q5c$O$7%vpV3wtEGc| z$7X-uW;+8e;$AG81GcQ~+({R(-~r_cD2Ra(MW&^nMZ$V?5dorXy;~XI9YIFk^Q>H$ z+sNl^;1S#n{XE!<`;V{`p`nD^^h5B+*vJZMO&=A=!Pl&FSYpz!qE&%GlV{{QHO@OL-W^ywtQ{Nd29U4~t+X zN>CZ_>%DIE-`mq%IUQml&F}GeapJn2D?e1_%0DoHQCTX8J)iPl_@+n2VPfAP8D2~& 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
RotKA!u9y!;!yoU3OD1AiEmszC4Swb)H{ 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

lpn<&1`z=!2Q`ZAj6R-IRUOvsn z`SbSLMV9Y75tN0$tg#ol)&+E}hCs=uhC~OW4lu411nBq1^W(rwM`TEbC;3E*)_P0? zzo2VomHIW_8jE+>PUY=e-&MxGuC&l|xqjCd_Lqs~HQC5UFEAvP9j5=T$!w9+u*BBce{Yg)WbDS8vUe-OcB9TgKHk zCS$@8wMgb{^-G!Jq)m9;`xAfOk{GAS%GY2|V|q|J)Syl6CMpj9Bt?h97C{Jz1zC%> z{jK{nAQQZ`vdr}0;oPoYzTjmgA#3p6twooS+tYphY~6`q=LQONP>IvOsF(vQs(xXgn9kG8&^+7>Te0*1ZL{??B z8w`caB$dW`@<=Jt*w^(8=i-h0A9ya}HVy4mb6Mjw4<=R6hU$p2tn)@^-`iqWweGj9 zhW04eVS#0hHRl-==<-SmerbElZ=tAg*=^$A^>cB%X(cmAN(BUbME!r-h zIfEebKolr6pjtbeOC=klZ-xSI1j2=iC>ieQp`}({dTK_RpNhY0bQ7%JdLkPf?Gd^1 z`*@$Hf|o{2{&b$`@imxBj~}~xS9`}@%~2Zd1h$tonO0kBfi_XNSPF!*Gb?Grzq}th zz4V&`r5MpR7eCEKv;iZMlNQf6$S5boiP#~}>=RVs=czBwO$pSeFqaso-hOr1qW4~Atc*X0l%|odZl@Fuot&l88JGWklOX{+-J`Y=A_Fa!=^){dY zzS^zzCwae?x17&hy(O!!jNOzO%Fl-9mlsug$Bd@O7ti=46{Yu2#|IsKYlAVJNq+2Zgl4&@1Ne5()0^lVUh+0dM@-rC=j&K z@#h|*ELHa{woF0o!pHExpR=5*Rd5L6ZsSj&i}6yC=s}lp6ChL25Xc(RTnr_E43r4E z1z|o!n)26t`{a1OcUcvCBAdDQy%}t53&S1Za-X@Q$?^>icGBzO)hes%*C5~FvF(wE zO9MFRcTgl0XxKV#wr7N?vLo`-Ib(CIE|1gOX*wOXMY>1-daNso&Sf1wXxBOYe#2v_ zH!!Z*?V=mJ=D~&Oa+~8_XwEXq{u#r(9qExGOuWTNEy+v+SPci5TY^|z0sow}w2a?~ zD%_~3K%UzG8wZF(*ZI>>B;m!WrN6g{NeR`a3GU=HCt`&dg!m#&1{Z^pX7gud<=ND( zn_q(7cW7epWcHo63&yd6P3{-#UnmkL%(5q)zKSgfFL_Hnd=lorO8nxJbuHqY*QjQH zTC@xg1u~#D7!d)O<==$B$Kk2rAmgJM`3uhL`7vqNI9A|2p`*Wl>it3&%4Kt)=IhI!CXmvo)9S;SM@?N3VaeFH+p zE@0~ciO8j&2K3YD6B10c-Ea*y=#a`(Go^~wRaGuRE3jak&PLNfidIk4rBG_qFyr_3^aXJ_Xd6dLiht@3d(44UJY`hFRpzC(duebwbwdh6cr;=W+!kmRM8f+5U zV{{_UHfieZ5LNfF6plJd< z!NTFsCWRh~0f%OLK!R*EDLnL2M>4T7bn$k{!D=Hl>YMiSk^6R#E#`y{K0da4^G=5h zz5Q+?h*WyL?{7M`ASiB%VnSx%=#L!)WiAz{U`*FS-k}A&geeg~zFBRBe|&*SH2$q! z)}l|SCnGv%&!W;3iJXZdQ~C7Y6#E~e`kKbW)6-6u#>(( zJlR=+DI7v7#xXWo@Ff4m%UJiz*cXaF^Ygdn{&(i?8@|n!83`1xuN&{3RVT%A*=1E# zch9e7W$Uhsy8bs({&P!9rIyS0UH6^9@l18t=_dvJvg;}6C>9oZto;3MHso@=4~%|B z=i?FxD}IZ?5c8>`J%|q|Dw8vy2`d=k3@gRYJEda|SW0HP zNM?bY7sap>SeLg9Kj)_4H@YO>27CA$S3Rq;e2YYjcF26mXcq*X>H|uQhhIO7s(1?L zANI8ms5qmP{zz>wWvuKdEq|%AV)9&dQV3<9C70Sd!E(ar|=m+z=Zib3@CIDpZm<1cO4iUImkb)nag$WxYU4H{<@YKg5P}MggzL^ zM%^_vXWxIJPh<06X47UuLReC(Ny{GksNJ!4>d- z^U>Ge09@eTcN67_g?#>UOeoOo-ai9Q0q$$Ai?s{{2qA&^M(l-HNeFd6IT z+rdT^6C8}ot-ug~h3vWSzs?EvC$KgXewAQO!ZuMGSkxRa za>A0dg%oK~)~BGbmvy~}J6T7&1gU(FkcYpC-a{Wyk@y|S+QKSdL!D3nQe}zGUV|mU zls&=}zbz<4614^s1Sqv%+As!-HP1c6g#Be_>193o_*Xx^?yLre-Pu#{&$2er&hm*ev-FCDd9gH zl{GOu92_@*QS{;*gZShW;PNuJMx4b_@WfM7nd;X9k+-Vg5qlyo(i-t%i{1`FK<+}@F&o*tOxS?(bE~^#`3uIkpZfC<(3&6KZX?ck zBViRS2T-)Ym`#dr5p>kB2Y$<}oW9E>+PkTI8=QLi!b5C!la{!HfV!LT>ybQQ0QA!$ zGsQGICI*|22rw99pvOdj=;`SRFvQI$>bxGMpAx)Z-FTVU5V-7tiWPq20d?H`ky%?? zo0VfNpkZ2EDmx$}fdNhPrRu1k(E06*#ObNr-tpd=buL6U)HmcUs~$r3S`H#l4B2%V zkxjVykdFZ_OZ9>a^ri@YvV&fcOI>#!+HQEWnu2c+0KsSdzU!{BS`a+W4j8uJA^|qn zlarH2Ol;}n%>IvK%)Uo5v4VHFWV_(p_m^~bb1!di`?e!0F~Dy82Pu4!C0zuYfWXVs zNwxp$iT?XSbJs5#X>oC=AxA+$!7!QK>redW96XIVKwtI; z=pR$r{OX6ldfdC8*MuJvg?T+L^9*r`h=}|j!u*FFb$AHh_PM)DPx!{_baiz%-rw#a zHu*OmCktbRp861(6)=-0%-)}>-`hGnI|&Iz;*bMr7rnMVIIFc@Mdo$DgSzZd)FHw;LE^X@Lezs2k0;@kXJu zQNwLU@k=tPg4RMnI{uJmiYic2Tx#IkVU^}a0v=tWmQ*I>mSwEYBL@y7iiY4>g8=t| zOs^UT06eKB6vsT8kRbv`m+_LoP=-g`*pB>e*t`(d<772W-+$jaCD!^m2sx0)QZ^hUDVQ==STR1_%BC zL0(16d(*zDjjU>tQpyAnWG=si*9&yo-jr+{Z|ax(&T|P%Q>Z=T1@r#}J`ch0FM@4c zqBPS7WP^$s&M|IqaGDW8)~#h`Z^3M1l0G_6aK?}Uq+7!P5IZ^`0x$rB0Ij!%@e-k! zAxLFW>HC6KvSntijWcNa=)e{LH^+e>q-nbUOhT9C27oF60l*D#>gd3B)H4(_1VK>D z%6j}#P%^h0L{VZGm#)|3a*k9AR22ZK0h*W893f!q#p*b4Kp!2|y1JJ1(E?DSXy)^C zPlj^4LDS59e&Lh1Qys;uvR)P;Q3}n0RT|df|&6OUQ_X79|M5gE09H8#@+Tgy++m2m)qD!8*?C|VvmFhnd zYWvZ}3c z!lTUX+zFzXK6Z?o^U>9R0h*?~-hu!4kN(k7XHCuC-}$^lWq;C z-kp$i9TWxPaZnVLw#u+{ zJ^SjbNq|iN&hc?$VnVN~O7-@79S$ZO?)c|_W_7(KkCy)x}A<#HLOspxuMQ6>x{3jhGM*InnRt4ofLTbnnt z_upTb%;t9NP+M9ii%cUy7@&}QigCM*$;mtb6%2x9MPji!00KZJCS1YbbX{)iR()b( zJRT3&s$LFaw$T6pu8OVuM92ga0DQZAv_!|oW0uEk{Y;A~m;m70;pJM`3}oiqA*6~_ z3m^ah=jP?OqJp}>amK+Yvf^@y9L2G~vcOI+c6qmY^Aq`Kd_p49GB%4KQ{x)+%U=?8 zw}!`$4oJEV6a|^fPktXj7eMP(M#rt!JoM1?d?0;Ev49ZAfdk_Q4|a8TR|9Y!kGgN4 zariI~Aiw$MD1Z*&ID1z5>Q^JRwY9yy(+#Q}9k6X%CK`>LI^_YFiWx{G&b<7x1mGJT z4L|fy8^dhU_4E@@oL3YVfN!32<9F{i6=l4;y8(a*f~l%-sX_ z&pY6XDW1hwUvti!IkN%p+ljVl>jSMP>60}^X#CAc+=`iCM$YoLJQ`GLb6lUJ^C#WC zN)Ko8F5)WMg8y2dsTdd0nY-r zjLjmKUkDpD2?#oX*rXSL$!42p9O(n-TSSnV9E%OU|NiuKZ@T?<{nA__aXO*3b$3Gp z55Pzg;kZ74!d4}X;V>Nx5{H9W7R7P7D+P%KU;vx|(>uSXM@D#nCIBj(1^`(QtW3tt zWUc|2Z%-Gdu1+{`VCbo*Xw&peYweX~OaKdj_WPNts=>#1^k8ay4xFZ#d_078Igoebel~p2HD{kXPYiGp z=K{yOp6neo1~gEeUgu2@?DyT_jl3GAfZ~0eqe|#&?~{nMjLqWf2-%=wwk+vCnr;nu z9UagwIpPK9-Gir3_d9Z68D{0 zI%D}%zNV^XR3EcqdbO`wo>15*ClCiCGKDz+i#9huxVca`9nS;|9{`wO0RS`4J3$EW z&G(0U5B3j?_lHQ`^q8dRam%zCNCN9q4SdhbL6bKRgeu%{YfU2%mCnhKW z0>JIqF?{Hd=Ta9-t-fK=Et(P;Eh-Nk9-(NW%LWhv=G1RTXyT);z6(UMJ=u6;W7e0A zbVOL-s7t@IvrZIi9S8s6u&(J6ac%kNrkR&|ma*lmb1qQ0$Q|opTYjTy_|4G^7tdFb zYJO_+c;4fMFEsUvp%_y!^N0YirANch7xEDQC{O9(-`im%psN^_DV!EEl(HSE{dX zvb}xgdK=T&NO`>uuXo?I*G^4Qrqj_M{D23L4;~ag@d@$KM+rdw?AgxKr)vt~Wo>Py zWqE8>-_Ub7j9w?VU)ZzXO_CItDsT?Sn?NS5fP=`J)KjAK>O(X`G1L8Ng;o-|$uMc2 zKAs)QO?D+d`g?a;nw4lz#=2wH{24ORL)oH*eLKCTGnVPdxZtu(x*DCFmkW3UAKG=t zl=P;xvp+oVZS)j9&VW$!f$HW@ge~1N4Rhj5^!!`rTtxEi^hVoarfG^qT*hYcC5}w# z$-7Vf0hH#=_=9K8u7Q}9V41CQ%KYb#4$RyFroSM8Gmf+Y_$~!a8vuiZWO!beWf~w1 zP|%D4mQ7d|(RCky3g83q0dxR(0SXF{C#08U4OOiHsJ`+e9pEg$E&yJV&MAths?ArP z;UvJUpPvQT1pojVzBu)8m3{tUx)qG-gGKq?}yMd#rE8lX>7#sJM?C(0BkE+ z#eZ>!u=K~+{yWPmVVs{zCT!Q`Set_eMYV7Bih>iLtaWRUsj{%~UK$%$%vi>b$x_Pr z&g1c|(BN*Nai6Z)u3O6ZZmlLOHWZ@Z%*k224#+aXvAkND>2{g%v9ZaF{dZ-JzgFNU z)?nyS!eoU#87q-eW-1T_LCT+OCcTCuQH;`9C9@1c5CoZ5ifFpj7Ao;;uhkkdf*=S| zZb*^`Ei(k!px|N~vfgaF@%WhS$~FF4yn+aVAjsN_8D0VeK@bGR3_%cNvEZULf?|ds z$cCmA&o7#??<^@c=d(f~j zX;ng~nIw5o%n$@Ykcwv+ax?z^{X19rq+^p2+jRrJYTI?y5-fLrFlf7Oe}9kt!475r zC-!;#w(F+TN!xWp_4T&vYKpcd=d399)7ce5KJ8J7p*8sY;`6%_&o6~f!YVuo2!bHU zih|ROt3f3W>ktG%P|T2ur<6Gg1VIoKGo<1vWx^dn5Cp{xK@bF~R9N2rW|JspNO@6; zD-?nt%R(t0wxh$tYjV!$Ab=nUvJRO{#>;KxJ06Xqm>~#)T%83%XgE%=-E1jN#d--@ zslZS-HE*_Edwgu%cHLmmejw9|iqkDAIKae;PRe$Mor6P zplkF>g8YIR7@3&aIeGX6M5JX@bPO!*9ejeqa|;UlCQMqfcJuxN$If5A{rJi2_n*K0 z`1AK4r;FzXpw4%mE{-7;x87bk&e!B1;+9x_Fm8kSnj7oh|1Xm=?CN{SbGYx!%?T6k z)PHqkliD@Y%KYPr;O(_?p@#Z>5TTwyW!V9Wz93+sju_ou1baK zd6V~>gE^lblb7(^QEdM1K)}AwvrjQFOqySI?m7c=&?m2ljBHEH&a?Z+I%G}$&cM{= z!yHh;!{Ov0!gz=wU{m8c&mD{mhxBY2T4baDzdxOQF(>{%cZTMz+*J%5(V~n3W~Uhy za(o(QF#m0w!OWP%$I@XbpzzEAC;;T}c+77;@}fAE{gQP-bt-$1VZwe^>jd^M?C-?1 VcZ9p%(bfXRpr@;!%Q~loCIBH1n8g49 literal 0 HcmV?d00001