Namespacing pt. 1
674
mods/ip_elevator/LICENSE
Normal file
@@ -0,0 +1,674 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
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
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
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
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||
39
mods/ip_elevator/README.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Travelnet
|
||||
|
||||
[](https://github.com/mt-mods/travelnet/actions?query=workflow%3Aluacheck)
|
||||
[](https://github.com/mt-mods/travelnet/actions?query=workflow%3Aintegration-test)
|
||||
[](https://content.minetest.net/packages/mt-mods/travelnet/)
|
||||
|
||||
## How this works
|
||||
|
||||
- craft it by filling the right and left row with glass; place in the middle row (from top to bottom): steel, mese, steel
|
||||
- place the travelnet box somewhere
|
||||
- right-click on it; enter name of the station (e.g. "my house", "center of desert city") and name of the network (e.g. "intresting towns","my buildings")
|
||||
- punch it to update the list of stations on that network
|
||||
- right-click to use the travelbox
|
||||
|
||||
An unconfigured travelnet box can be configured by anyone. If it is misconfigured, just dig it and place it anew.
|
||||
All stations that have the same network name set and are owned by the same user connect to the same network.
|
||||
|
||||
## Documentation
|
||||
|
||||
* [API](./doc/api.md)
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## License
|
||||
|
||||
The mod was written by me, Sokomine, and includes small contributions from other contributors.
|
||||
License: GPLv3 (see [`LICENSE`](https://github.com/mt-mods/travelnet/blob/master/LICENSE) for more information)
|
||||
|
||||
The models and textures as found in the textures/ and models/ folders where created by VanessaE
|
||||
and are provided under the [CC0](https://creativecommons.org/publicdomain/zero/1.0/) license.
|
||||
|
||||
Exceptions:
|
||||
|
||||
* `textures/travelnet_top.png` [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) https://github.com/minetest/minetest_game (`default_steel_block.png`)
|
||||
* `textures/travelnet_bottom.png` [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) https://github.com/minetest/minetest_game (`default_clay.png`)
|
||||
110
mods/ip_elevator/add_target.lua
Normal file
@@ -0,0 +1,110 @@
|
||||
local S = minetest.get_translator("elevator")
|
||||
|
||||
|
||||
local function is_falsey_string(str)
|
||||
return not str or str == ""
|
||||
end
|
||||
|
||||
-- add a new target; meta is optional
|
||||
function elevator.add_target(station_name, network_name, pos, player_name, meta, owner_name)
|
||||
|
||||
if not player_name then return end -- this should never happen, but just in case
|
||||
|
||||
if not minetest.check_player_privs(player_name, { interact=true }) then
|
||||
elevator.show_message(pos, player_name, S("Error"),
|
||||
S("There is no player with interact privilege named '@1'. Aborting.", player_name))
|
||||
return
|
||||
end
|
||||
|
||||
-- if it is an elevator, determine the network name through x and z coordinates
|
||||
local this_node = minetest.get_node(pos)
|
||||
local is_elevator = elevator.is_elevator(this_node.name)
|
||||
|
||||
if is_elevator then
|
||||
network_name = elevator.elevator_network(pos)
|
||||
if is_falsey_string(station_name) then
|
||||
station_name = S("Unnamed elevator", tostring(pos.y))
|
||||
end
|
||||
end
|
||||
|
||||
if is_falsey_string(station_name) then
|
||||
elevator.show_message(pos, player_name, S("Error"), S("Please provide a name for this station."))
|
||||
return
|
||||
end
|
||||
|
||||
if is_falsey_string(network_name) then
|
||||
elevator.show_message(pos, player_name, S("Error"),
|
||||
S("Please provide the name of the network this station ought to be connected to."))
|
||||
return
|
||||
end
|
||||
|
||||
if is_falsey_string(owner_name) or owner_name == player_name or is_elevator then -- elevator networks
|
||||
owner_name = player_name
|
||||
elseif not minetest.check_player_privs(player_name, { elevator_attach=true })
|
||||
and not elevator.allow_attach(player_name, owner_name, network_name)
|
||||
then
|
||||
elevator.show_message(pos, player_name, S("Error"),
|
||||
S("You do not have the elevator_attach priv which is required to attach your box to " ..
|
||||
"the network of someone else. Aborting."))
|
||||
return
|
||||
end
|
||||
|
||||
local network = elevator.get_or_create_network(owner_name, network_name)
|
||||
|
||||
-- lua doesn't allow efficient counting here
|
||||
local station_count = 1 -- start at one, assume the station about to be created already exists
|
||||
for existing_station_name in pairs(network) do
|
||||
if existing_station_name == station_name then
|
||||
elevator.show_message(pos, player_name, S("Error"),
|
||||
S("A station named '@1' already exists on this network. Please choose a different name!", station_name))
|
||||
return
|
||||
end
|
||||
station_count = station_count+1
|
||||
end
|
||||
|
||||
-- we don't want too many stations in the same network because that would get confusing when displaying the targets
|
||||
if station_count > elevator.MAX_STATIONS_PER_NETWORK then
|
||||
elevator.show_message(pos, player_name, S("Error"),
|
||||
S("Network '@1', already contains the maximum number (@2) of allowed stations per network. " ..
|
||||
"Please choose a different/new network name.", network_name, elevator.MAX_STATIONS_PER_NETWORK))
|
||||
return
|
||||
end
|
||||
|
||||
-- add this station
|
||||
local creation_timestamp = os.time()
|
||||
network[station_name] = {
|
||||
pos = pos,
|
||||
timestamp = creation_timestamp
|
||||
}
|
||||
|
||||
-- do we have a new node to set up? (and are not just reading from a safefile?)
|
||||
if meta then
|
||||
minetest.chat_send_player(player_name,
|
||||
S("Station '@1'" .. " " ..
|
||||
"has been added to the network '@2'" ..
|
||||
", which now consists of @3 station(s).", station_name, network_name, station_count))
|
||||
|
||||
meta:set_string("station_name", station_name)
|
||||
meta:set_string("station_network", network_name)
|
||||
meta:set_string("owner", owner_name)
|
||||
meta:set_int ("timestamp", creation_timestamp)
|
||||
|
||||
meta:set_string("formspec",
|
||||
([[
|
||||
size[12,10]
|
||||
field[0.3,0.6;6,0.7;station_name;%s;%s]
|
||||
field[0.3,3.6;6,0.7;station_network;%s;%s]
|
||||
]]):format(
|
||||
S("Station:"),
|
||||
minetest.formspec_escape(station_name),
|
||||
S("Network:"),
|
||||
minetest.formspec_escape(network_name)
|
||||
))
|
||||
|
||||
-- display a list of all stations that can be reached from here
|
||||
elevator.update_formspec(pos, player_name, nil)
|
||||
|
||||
-- save the updated network data in a savefile over server restart
|
||||
elevator.save_data()
|
||||
end
|
||||
end
|
||||
103
mods/ip_elevator/config.lua
Normal file
@@ -0,0 +1,103 @@
|
||||
|
||||
elevator.MAX_STATIONS_PER_NETWORK = 24
|
||||
|
||||
-- set this to true if you want a simulated beam effect
|
||||
elevator.elevator_effect_enabled = false
|
||||
-- set this to true if you want a sound to be played when the elevator is used
|
||||
elevator.elevator_sound_enabled = false
|
||||
|
||||
-- if you set this to false, elevators cannot be created
|
||||
-- (this may be useful if you want nothing but the elevators on your server)
|
||||
elevator.elevator_enabled = true
|
||||
-- if you set elevator.elevator_enabled to false, you will not be able to
|
||||
-- craft, place or use elevators
|
||||
elevator.elevator_enabled = true
|
||||
-- if you set this to false, doors will be disabled
|
||||
elevator.doors_enabled = true
|
||||
|
||||
-- starts an abm which re-adds elevator stations to networks in case the savefile got lost
|
||||
elevator.abm_enabled = false
|
||||
|
||||
-- change these if you want other receipes for elevator or elevator
|
||||
elevator.elevator_recipe = {
|
||||
{ "default:glass", "default:steel_ingot", "default:glass" },
|
||||
{ "default:glass", "default:mese", "default:glass" },
|
||||
{ "default:glass", "default:steel_ingot", "default:glass" }
|
||||
}
|
||||
elevator.elevator_recipe = {
|
||||
{ "default:steel_ingot", "default:glass", "default:steel_ingot" },
|
||||
{ "default:steel_ingot", "", "default:steel_ingot" },
|
||||
{ "default:steel_ingot", "default:glass", "default:steel_ingot" }
|
||||
}
|
||||
elevator.tiles_elevator = {
|
||||
"elevator_front.png",
|
||||
"elevator_panel.png",
|
||||
"elevator_outside.png",
|
||||
"elevator_ceiling.png",
|
||||
"elevator_floor.png",
|
||||
"main_block_iron.png"
|
||||
}
|
||||
elevator.elevator_inventory_image = "elevator_elevator_inv.png"
|
||||
|
||||
if minetest.registered_nodes["mcl_core:wood"] then
|
||||
elevator.elevator_recipe = {
|
||||
{ "mcl_stairs:slab_wood", "mcl_stairs:slab_wood", "mcl_stairs:slab_wood" },
|
||||
{ "mesecons_torch:mesecon_torch_on", "mcl_chests:chest", "mesecons_torch:mesecon_torch_on" },
|
||||
{ "mesecons_torch:mesecon_torch_on", "mcl_chests:chest", "mesecons_torch:mesecon_torch_on" },
|
||||
-- { "core:glass", "mcl_core:iron_ingot", "mcl_core:glass" },
|
||||
-- { "mcl_core:glass", "mesecons_torch:redstoneblock", "mcl_core:glass" },
|
||||
-- { "mcl_core:glass", "mcl_core:iron_ingot", "mcl_core:glass" }
|
||||
}
|
||||
elevator.elevator_recipe = {
|
||||
{ "mcl_stairs:slab_wood", "mcl_stairs:slab_wood", "mcl_stairs:slab_wood" },
|
||||
{ "mesecons_torch:mesecon_torch_on", "", "mesecons_torch:mesecon_torch_on" },
|
||||
{ "mesecons_torch:mesecon_torch_on", "", "mesecons_torch:mesecon_torch_on" },
|
||||
-- { "mcl_core:iron_ingot", "mcl_core:glass", "mcl_core:iron_ingot" },
|
||||
-- { "mcl_core:iron_ingot", "", "mcl_core:iron_ingot" },
|
||||
-- { "mcl_core:iron_ingot", "mcl_core:glass", "mcl_core:iron_ingot" }
|
||||
}
|
||||
elevator.tiles_elevator = {
|
||||
"mcl_core_planks_big_oak.png^[transformR90", -- front
|
||||
"mcl_core_planks_big_oak.png^[transformR90", -- inside
|
||||
"mcl_core_planks_big_oak.png^[transformR90", -- sides outside
|
||||
"mcl_core_planks_big_oak.png^[transformR90", -- inside ceiling
|
||||
"mcl_core_planks_big_oak.png^[transformR90", -- inside floor
|
||||
"mcl_core_planks_big_oak.png^[transformR90", -- top
|
||||
}
|
||||
elevator.elevator_inventory_image = nil
|
||||
end
|
||||
|
||||
-- if this function returns true, the player with the name player_name is
|
||||
-- allowed to add a box to the network named network_name, which is owned
|
||||
-- by the player owner_name;
|
||||
-- if you want to allow *everybody* to attach stations to all nets, let the
|
||||
-- function always return true;
|
||||
-- if the function returns false, players with the elevator_attach priv
|
||||
-- can still add stations to that network
|
||||
-- params: player_name, owner_name, network_name
|
||||
elevator.allow_attach = function()
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
-- if this returns true, a player named player_name can remove a elevator station
|
||||
-- from network_name (owned by owner_name) even though he is neither the owner nor
|
||||
-- has the elevator_remove priv
|
||||
-- params: player_name, owner_name, network_name, pos
|
||||
elevator.allow_dig = function()
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
-- if this function returns false, then player player_name will not be allowed to use
|
||||
-- the elevator station_name_start on networ network_name owned by owner_name to travel to
|
||||
-- the station station_name_target on the same network;
|
||||
-- if this function returns true, the player will be transfered to the target station;
|
||||
-- you can use this code to i.e. charge the player money for the transfer or to limit
|
||||
-- usage of stations to players in the same fraction on PvP servers
|
||||
-- params: player_name, owner_name, network_name, station_name_start, station_name_target
|
||||
elevator.allow_travel = function()
|
||||
return true
|
||||
end
|
||||
|
||||
elevator.elevator_sound_enabled = true
|
||||
145
mods/ip_elevator/doors.lua
Normal file
@@ -0,0 +1,145 @@
|
||||
-- Doors that are especially useful for elevator elevators but can also be used in other situations.
|
||||
-- All doors (not only these here) in front of a elevator or elevator are opened automaticly when a player arrives
|
||||
-- and are closed when a player departs from the elevator or elevator.
|
||||
-- Autor: Sokomine
|
||||
local S = minetest.get_translator("elevator")
|
||||
|
||||
|
||||
doors.register("elevator:swing_door", {
|
||||
tiles = {
|
||||
{name = "elevator_door.png", backface_culling = true}
|
||||
},
|
||||
description = "Swinging Elevator Door",
|
||||
inventory_image = "elevator_door.png",
|
||||
groups = {cracky = 2, door = 1},
|
||||
})
|
||||
|
||||
doors.register("elevator:swing_door_aqua", {
|
||||
tiles = {
|
||||
{name = "elevator_door1.png", backface_culling = true}
|
||||
},
|
||||
description = "Swinging Elevator Door",
|
||||
inventory_image = "elevator_door1.png",
|
||||
groups = {cracky = 2, door = 1},
|
||||
})
|
||||
|
||||
function elevator.register_door(node_base_name, def_tiles, material)
|
||||
local closed_door = node_base_name .. "_closed"
|
||||
local open_door = node_base_name .. "_open"
|
||||
|
||||
minetest.register_node(open_door, {
|
||||
description = S("elevator door (open)"),
|
||||
drawtype = "nodebox",
|
||||
tiles = def_tiles,
|
||||
use_texture_alpha = "clip",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = true,
|
||||
-- only the closed variant is in creative inventory
|
||||
groups = {
|
||||
snappy = 2,
|
||||
choppy = 2,
|
||||
oddly_breakable_by_hand = 2,
|
||||
not_in_creative_inventory = 1
|
||||
},
|
||||
-- larger than one node but slightly smaller than a half node so
|
||||
-- that wallmounted torches pose no problem
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{ -0.90, -0.5, 0.4, -0.49, 1.5, 0.5 },
|
||||
{ 0.49, -0.5, 0.4, 0.9, 1.5, 0.5 },
|
||||
},
|
||||
},
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{ -0.9, -0.5, 0.4, 0.9, 1.5, 0.5 },
|
||||
},
|
||||
},
|
||||
drop = closed_door,
|
||||
on_rightclick = function(pos, node)
|
||||
minetest.add_node(pos, {
|
||||
name = closed_door,
|
||||
param2 = node.param2
|
||||
})
|
||||
end,
|
||||
})
|
||||
|
||||
minetest.register_node(closed_door, {
|
||||
description = S("elevator door (closed)"),
|
||||
drawtype = "nodebox",
|
||||
tiles = def_tiles,
|
||||
use_texture_alpha = "clip",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = true,
|
||||
groups = {
|
||||
snappy = 2,
|
||||
choppy = 2,
|
||||
oddly_breakable_by_hand = 2
|
||||
},
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{ -0.5, -0.5, 0.4, -0.01, 1.5, 0.5 },
|
||||
{ 0.01, -0.5, 0.4, 0.5, 1.5, 0.5 },
|
||||
},
|
||||
},
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{ -0.5, -0.5, 0.4, 0.5, 1.5, 0.5 },
|
||||
},
|
||||
},
|
||||
on_rightclick = function(pos, node)
|
||||
minetest.add_node(pos, {
|
||||
name = open_door,
|
||||
param2 = node.param2
|
||||
})
|
||||
end,
|
||||
})
|
||||
|
||||
-- add a craft receipe for the door
|
||||
minetest.register_craft({
|
||||
output = closed_door,
|
||||
recipe = {
|
||||
{ material, "", material },
|
||||
{ material, "", material },
|
||||
{ material, "", material }
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
-- Make doors reacts to mesecons
|
||||
if minetest.get_modpath("mesecons") then
|
||||
local mesecons = {
|
||||
effector = {
|
||||
action_on = function(pos, node)
|
||||
minetest.add_node(pos, {
|
||||
name = open_door,
|
||||
param2 = node.param2
|
||||
})
|
||||
end,
|
||||
action_off = function(pos, node)
|
||||
minetest.add_node(pos, {
|
||||
name = closed_door,
|
||||
param2 = node.param2
|
||||
})
|
||||
end,
|
||||
rules = mesecon.rules.pplate
|
||||
}
|
||||
}
|
||||
|
||||
minetest.override_item(closed_door, { mesecons=mesecons })
|
||||
minetest.override_item(open_door, { mesecons=mesecons })
|
||||
end
|
||||
end
|
||||
|
||||
-- actually register the doors
|
||||
-- (but only if the materials for them exist)
|
||||
if minetest.get_modpath("default") then
|
||||
elevator.register_door("elevator:elevator_door_steel", { "default_stone.png" }, "default:steel_ingot")
|
||||
elevator.register_door("elevator:elevator_door_glass", { "elevator_elevator_door_glass.png" }, "default:glass")
|
||||
elevator.register_door("elevator:elevator_door_tin", { "default_clay.png" }, "default:tin_ingot")
|
||||
end
|
||||
170
mods/ip_elevator/elevator.lua
Normal file
@@ -0,0 +1,170 @@
|
||||
-- This version of the elevator box allows to move up or down only.
|
||||
-- The network name is determined automaticly from the position (x/z coordinates).
|
||||
-- >utor: Sokomine
|
||||
local S = minetest.get_translator("elevator")
|
||||
|
||||
|
||||
|
||||
|
||||
function elevator.show_nearest_elevator(pos, owner_name, param2)
|
||||
if not pos or not pos.x or not pos.z or not owner_name then
|
||||
return
|
||||
end
|
||||
|
||||
if not elevator.targets[owner_name] then
|
||||
minetest.chat_send_player(owner_name,
|
||||
S("Congratulations! This is your first elevator. " ..
|
||||
"You can build an elevator network by placing further elevators somewhere above " ..
|
||||
"or below this one. Just make sure that the x and z coordinate are the same."))
|
||||
return
|
||||
end
|
||||
|
||||
local network_name = elevator.elevator_network(pos)
|
||||
-- will this be an elevator that will be added to an existing network?
|
||||
if elevator.targets[owner_name][network_name]
|
||||
-- does the network have any members at all?
|
||||
and next(elevator.targets[owner_name][network_name], nil)
|
||||
then
|
||||
minetest.chat_send_player(owner_name,
|
||||
S("This elevator will automaticly connect to the " ..
|
||||
"other elevators you have placed at different heights. Just enter a station name " ..
|
||||
"and click on \"store\" to set it up. Or just punch it to set the height as station " ..
|
||||
"name."))
|
||||
return
|
||||
end
|
||||
|
||||
local nearest_name, nearest_dist = elevator.find_nearest_elevator_network(pos, owner_name)
|
||||
|
||||
if not nearest_name then
|
||||
minetest.chat_send_player(owner_name,
|
||||
S("This is your first elevator. It differs from " ..
|
||||
"elevator networks by only allowing movement in vertical direction (up or down). " ..
|
||||
"All further elevators which you will place at the same x,z coordinates at differnt " ..
|
||||
"heights will be able to connect to this elevator."))
|
||||
return
|
||||
end
|
||||
|
||||
local direction_strings = {
|
||||
S("m to the right"),
|
||||
S("m behind this elevator and"),
|
||||
S("m to the left"),
|
||||
S("m in front of this elevator and")
|
||||
}
|
||||
local direction_indexes = { x=param2+1, z=((param2+1) % 4)+1 }
|
||||
|
||||
-- Should X or Z be displayed first?
|
||||
local direction_order = ({ [0]={"z","x"}, [1]={"x","z"} })[param2 % 2]
|
||||
|
||||
local text = S("Your nearest elevator network is located") .. " "
|
||||
|
||||
for index, direction in ipairs(direction_order) do
|
||||
local nearest_dist_direction = nearest_dist[direction]
|
||||
local direction_index = direction_indexes[direction]
|
||||
if nearest_dist_direction < 0 then
|
||||
direction_index = ((direction_indexes[direction]+1) % 4)+1
|
||||
end
|
||||
text = text .. tostring(math.abs(nearest_dist_direction)) .. " " .. direction_strings[direction_index]
|
||||
if index == 1 then text = text .. " " end
|
||||
end
|
||||
|
||||
minetest.chat_send_player(owner_name, text .. S(", located at x") ..
|
||||
("=%f, z=%f. "):format(pos.x + nearest_dist.x, pos.z + nearest_dist.z) ..
|
||||
S("This elevator here will start a new shaft/network."))
|
||||
end
|
||||
|
||||
|
||||
minetest.register_node("elevator:elevator", {
|
||||
description = S("Elevator"),
|
||||
drawtype = "mesh",
|
||||
mesh = "elevator_elevator.obj",
|
||||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
wield_scale = { x=0.6, y=0.6, z=0.6 },
|
||||
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = { -0.5, -0.5, -0.5, 0.5, 1.5, 0.5 }
|
||||
},
|
||||
|
||||
collision_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
|
||||
{ 0.48, -0.5,-0.5, 0.5, 0.5, 0.5},
|
||||
{-0.5 , -0.5, 0.48, 0.48, 0.5, 0.5},
|
||||
{-0.5, -0.5,-0.5 ,-0.48, 0.5, 0.5},
|
||||
|
||||
--groundplate to stand on
|
||||
{ -0.5,-0.5,-0.5,0.5,-0.48, 0.5},
|
||||
},
|
||||
},
|
||||
|
||||
tiles = elevator.tiles_elevator,
|
||||
|
||||
inventory_image = elevator.elevator_inventory_image,
|
||||
groups = {
|
||||
elevator = 1
|
||||
},
|
||||
|
||||
light_source = 10,
|
||||
|
||||
after_place_node = function(pos, placer)
|
||||
local meta = minetest.get_meta(pos)
|
||||
meta:set_string("infotext", S("Elevator (unconfigured)"))
|
||||
meta:set_string("station_name", "")
|
||||
meta:set_string("station_network","")
|
||||
meta:set_string("owner", placer:get_player_name())
|
||||
|
||||
-- request initial data
|
||||
meta:set_string("formspec", ([[
|
||||
size[12,10]
|
||||
field[0.3,5.6;6,0.7;station_name;%s;]
|
||||
button_exit[6.3,6.2;1.7,0.7;station_set;%s]
|
||||
]]):format(S("Name of this station:"), S("Store")))
|
||||
|
||||
minetest.set_node(vector.add(pos, { x=0, y=1, z=0 }), { name="elevator:hidden_top" })
|
||||
elevator.show_nearest_elevator(pos, placer:get_player_name(), minetest.dir_to_facedir(placer:get_look_dir()))
|
||||
end,
|
||||
|
||||
on_receive_fields = elevator.on_receive_fields,
|
||||
on_punch = function(pos, _, puncher)
|
||||
elevator.update_formspec(pos, puncher:get_player_name())
|
||||
end,
|
||||
|
||||
can_dig = function(pos, player)
|
||||
return elevator.can_dig(pos, player, "elevator")
|
||||
end,
|
||||
|
||||
after_dig_node = function(pos, oldnode, oldmetadata, digger)
|
||||
elevator.remove_box(pos, oldnode, oldmetadata, digger)
|
||||
end,
|
||||
|
||||
-- TNT and overenthusiastic DMs do not destroy elevators either
|
||||
on_blast = function()
|
||||
end,
|
||||
|
||||
-- taken from VanessaEs homedecor fridge
|
||||
on_place = function(itemstack, placer, pointed_thing)
|
||||
local node = minetest.get_node(vector.add(pointed_thing.above, { x=0, y=1, z=0 }))
|
||||
local def = minetest.registered_nodes[node.name]
|
||||
-- leftover top nodes can be removed by placing a new elevator underneath
|
||||
if (not def or not def.buildable_to) and node.name ~= "elevator:hidden_top" then
|
||||
minetest.chat_send_player(
|
||||
placer:get_player_name(),
|
||||
S("Not enough vertical space to place the elevator box!")
|
||||
)
|
||||
return
|
||||
end
|
||||
return minetest.item_place(itemstack, placer, pointed_thing)
|
||||
end,
|
||||
|
||||
on_destruct = function(pos)
|
||||
minetest.remove_node(vector.add(pos, { x=0, y=1, z=0 }))
|
||||
end
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "elevator:elevator",
|
||||
recipe = elevator.elevator_recipe,
|
||||
})
|
||||
105
mods/ip_elevator/formspecs.lua
Normal file
@@ -0,0 +1,105 @@
|
||||
local S = minetest.get_translator("elevator")
|
||||
|
||||
local elevator_form_name = "elevator:show"
|
||||
|
||||
-- minetest.chat_send_player is sometimes not so well visible
|
||||
function elevator.show_message(pos, player_name, title, message)
|
||||
if not pos or not player_name or not message then
|
||||
return
|
||||
end
|
||||
local formspec = ([[
|
||||
size[8,3]
|
||||
label[3,0;%s]
|
||||
textlist[0,0.5;8,1.5;;%s;]
|
||||
button_exit[3.5,2.5;1.0,0.5;back;%s]
|
||||
button_exit[6.8,2.5;1.0,0.5;station_exit;%s]
|
||||
field[20,20;0.1,0.1;pos2str;Pos;%s]
|
||||
]]):format(
|
||||
minetest.formspec_escape(title or S("Error")),
|
||||
minetest.formspec_escape(message or "- nothing -"),
|
||||
S("Back"),
|
||||
S("Exit"),
|
||||
minetest.pos_to_string(pos)
|
||||
)
|
||||
minetest.show_formspec(player_name, elevator_form_name, formspec)
|
||||
end
|
||||
|
||||
-- show the player the formspec they would see when right-clicking the node;
|
||||
-- needs to be simulated this way as calling on_rightclick would not do
|
||||
function elevator.show_current_formspec(pos, meta, player_name)
|
||||
if not pos or not meta or not player_name then
|
||||
return
|
||||
end
|
||||
-- we need to supply the position of the elevator box
|
||||
local formspec = meta:get_string("formspec") ..
|
||||
("field[20,20;0.1,0.1;pos2str;Pos;%s]"):format(minetest.pos_to_string(pos))
|
||||
-- show the formspec manually
|
||||
minetest.show_formspec(player_name, elevator_form_name, formspec)
|
||||
end
|
||||
|
||||
-- a player clicked on something in the formspec hse was manually shown
|
||||
-- (back from help page, moved elevator up or down etc.)
|
||||
function elevator.form_input_handler(player, formname, fields)
|
||||
if formname ~= elevator_form_name then return end
|
||||
if fields and fields.pos2str then
|
||||
local pos = minetest.string_to_pos(fields.pos2str)
|
||||
if not pos then
|
||||
return
|
||||
end
|
||||
|
||||
-- back button leads back to the main menu
|
||||
if fields.back and fields.back ~= "" then
|
||||
return elevator.show_current_formspec(pos,
|
||||
minetest.get_meta(pos), player:get_player_name())
|
||||
end
|
||||
return elevator.on_receive_fields(pos, formname, fields, player)
|
||||
end
|
||||
end
|
||||
|
||||
-- most formspecs the elevator uses are stored in the elevator node itself,
|
||||
-- but some may require some "back"-button functionality (i.e. help page,
|
||||
-- move up/down etc.)
|
||||
minetest.register_on_player_receive_fields(elevator.form_input_handler)
|
||||
|
||||
|
||||
function elevator.reset_formspec(meta)
|
||||
if not meta then return end
|
||||
|
||||
meta:set_string("infotext", S("elevator-box (unconfigured)"))
|
||||
meta:set_string("station_name", "")
|
||||
meta:set_string("station_network","")
|
||||
meta:set_string("owner", "")
|
||||
|
||||
-- some players seem to be confused with entering network names at first; provide them
|
||||
-- with a default name
|
||||
local default_network = "net1"
|
||||
|
||||
-- request initinal data
|
||||
meta:set_string("formspec",
|
||||
([[
|
||||
size[10,6.0]
|
||||
label[2.0,0.0;--> %s <--]
|
||||
button_exit[8.0,0.0;2.2,0.7;station_dig;%s]
|
||||
field[0.3,1.2;9,0.9;station_name;%s:;]
|
||||
label[0.3,1.5;%s]
|
||||
field[0.3,2.8;9,0.9;station_network;%s;%s]
|
||||
label[0.3,3.1;%s]
|
||||
field[0.3,4.4;9,0.9;owner;%s;]
|
||||
label[0.3,4.7;%s]
|
||||
button_exit[3.8,5.3;1.7,0.7;station_set;%s]
|
||||
button_exit[6.3,5.3;1.7,0.7;station_exit;%s]
|
||||
]]):format(
|
||||
S("Configure this elevator station"),
|
||||
S("Remove station"),
|
||||
S("Name of this station"),
|
||||
S("How do you call this place here? Example: \"my first house\", \"mine\", \"shop\"..."),
|
||||
S("Assign to Network:"),
|
||||
default_network,
|
||||
S("You can have more than one network. If unsure, use \"@1\".", default_network),
|
||||
S("Owned by:"),
|
||||
S("Unless you know what you are doing, leave this empty."),
|
||||
S("Save"),
|
||||
S("Exit")
|
||||
)
|
||||
)
|
||||
end
|
||||
282
mods/ip_elevator/functions.lua
Normal file
@@ -0,0 +1,282 @@
|
||||
local S = minetest.get_translator("elevator")
|
||||
|
||||
|
||||
local function string_endswith(str, ends)
|
||||
local len = #ends
|
||||
if str:sub(-len) == ends then
|
||||
return str:sub(1, -len-1)
|
||||
end
|
||||
end
|
||||
|
||||
local function string_startswith(str, start)
|
||||
local len = #start
|
||||
if str:sub(1, len) == start then
|
||||
return str:sub(len+1)
|
||||
end
|
||||
end
|
||||
|
||||
function elevator.find_nearest_elevator_network(pos, owner_name)
|
||||
local nearest_network = false
|
||||
local nearest_dist = false
|
||||
local nearest_dist_x
|
||||
local nearest_dist_z
|
||||
for target_network_name, network in pairs(elevator.targets[owner_name]) do
|
||||
local station_name = next(network, nil)
|
||||
if station_name then
|
||||
local station = network[station_name]
|
||||
if station.nr and station.pos then
|
||||
local dist_x = station.pos.x - pos.x
|
||||
local dist_z = station.pos.z - pos.z
|
||||
local dist = math.ceil(math.sqrt(dist_x * dist_x + dist_z * dist_z))
|
||||
-- find the nearest one; store network_name and (minimal) distance
|
||||
if not nearest_dist or dist < nearest_dist then
|
||||
nearest_dist = dist
|
||||
nearest_dist_x = dist_x
|
||||
nearest_dist_z = dist_z
|
||||
nearest_network = target_network_name
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
return nearest_network, {
|
||||
x = nearest_dist_x,
|
||||
z = nearest_dist_z,
|
||||
}
|
||||
end
|
||||
|
||||
function elevator.elevator_network(pos)
|
||||
return tostring(pos.x) .. "," .. tostring(pos.z)
|
||||
end
|
||||
|
||||
function elevator.is_elevator(node_name)
|
||||
return node_name == "elevator:elevator"
|
||||
end
|
||||
|
||||
function elevator.door_is_open(node, opposite_direction)
|
||||
return string.sub(node.name, -5) == "_open"
|
||||
-- handle doors that change their facedir
|
||||
or (
|
||||
node.param2 ~= opposite_direction
|
||||
and not (
|
||||
string_startswith(node.name, "elevator:elevator_door")
|
||||
and string_endswith(node.name, "_closed")
|
||||
)
|
||||
)
|
||||
end
|
||||
|
||||
function elevator.door_is_closed(node, opposite_direction)
|
||||
return string.sub(node.name, -7) == "_closed"
|
||||
-- handle doors that change their facedir
|
||||
or (
|
||||
node.param2 == opposite_direction
|
||||
and not (
|
||||
string_startswith(node.name, "elevator:elevator_door")
|
||||
and string_endswith(node.name, "_open")
|
||||
)
|
||||
)
|
||||
end
|
||||
|
||||
function elevator.param2_to_yaw(param2)
|
||||
if param2 == 0 then
|
||||
return 180
|
||||
elseif param2 == 1 then
|
||||
return 90
|
||||
elseif param2 == 2 then
|
||||
return 0
|
||||
elseif param2 == 3 then
|
||||
return 270
|
||||
end
|
||||
end
|
||||
|
||||
function elevator.get_or_create_network(owner_name, network_name)
|
||||
if not elevator.targets then
|
||||
elevator.targets = {}
|
||||
end
|
||||
|
||||
-- first one by this player?
|
||||
if not elevator.targets[owner_name] then
|
||||
elevator.targets[owner_name] = {}
|
||||
end
|
||||
|
||||
local owners_targets = elevator.targets[owner_name]
|
||||
|
||||
-- first station on this network?
|
||||
if not owners_targets[network_name] then
|
||||
owners_targets[network_name] = {}
|
||||
end
|
||||
|
||||
return owners_targets[network_name]
|
||||
end
|
||||
|
||||
function elevator.get_network(owner_name, network_name)
|
||||
if not elevator.targets then return end
|
||||
|
||||
local owners_targets = elevator.targets[owner_name]
|
||||
if not owners_targets then return end
|
||||
|
||||
return elevator.targets[owner_name][network_name]
|
||||
end
|
||||
|
||||
function elevator.get_station(owner_name, station_network, station_name)
|
||||
|
||||
local network = elevator.get_network(owner_name, station_network)
|
||||
if not network then return end
|
||||
|
||||
return network[station_name]
|
||||
end
|
||||
|
||||
-- punching the elevator updates its formspec and shows it to the player;
|
||||
-- however, that would be very annoying when actually trying to dig the thing.
|
||||
-- Thus, check if the player is wielding a tool that can dig nodes of the
|
||||
-- group cracky
|
||||
function elevator.check_if_trying_to_dig(puncher)
|
||||
-- if in doubt: show formspec
|
||||
if not puncher or not puncher:get_wielded_item() then
|
||||
return false
|
||||
end
|
||||
-- show menu when in creative mode
|
||||
if creative and creative.is_enabled_for(puncher:get_player_name()) then
|
||||
return false
|
||||
end
|
||||
local tool_capabilities = puncher:get_wielded_item():get_tool_capabilities()
|
||||
if not tool_capabilities or not tool_capabilities["groupcaps"] or not tool_capabilities["groupcaps"]["cracky"] then
|
||||
return false
|
||||
end
|
||||
-- tools which can dig cracky items can start digging immediately
|
||||
return true
|
||||
end
|
||||
|
||||
|
||||
-- allow doors to open
|
||||
function elevator.open_close_door(pos, player, mode)
|
||||
local this_node = minetest.get_node_or_nil(pos)
|
||||
-- give up if the area is *still* not loaded
|
||||
if not this_node then
|
||||
return
|
||||
end
|
||||
|
||||
local opposite_direction = (this_node.param2 + 2) % 4
|
||||
local door_pos = vector.add(pos, minetest.facedir_to_dir(opposite_direction))
|
||||
|
||||
local door_node = minetest.get_node_or_nil(door_pos)
|
||||
|
||||
if not door_node or door_node.name == "ignore" or door_node.name == "air"
|
||||
or not minetest.registered_nodes[door_node.name] then
|
||||
return
|
||||
end
|
||||
|
||||
local right_click_action = minetest.registered_nodes[door_node.name].on_rightclick
|
||||
if not right_click_action then return end
|
||||
|
||||
-- Map to old API in case anyone is using it externally
|
||||
if mode == 0 then mode = "toggle"
|
||||
elseif mode == 1 then mode = "close"
|
||||
elseif mode == 2 then mode = "open"
|
||||
end
|
||||
|
||||
-- at least for homedecor, same facedir would mean "door closed"
|
||||
-- do not close the elevator door if it is already closed
|
||||
if mode == "close" and elevator.door_is_closed(door_node, opposite_direction) then
|
||||
return
|
||||
end
|
||||
|
||||
-- do not open the doors if they are already open (works only on elevator-doors; not on doors in general)
|
||||
if mode == "open" and elevator.door_is_open(door_node, opposite_direction) then
|
||||
return
|
||||
end
|
||||
|
||||
if mode == "open" then
|
||||
local playername = player:get_player_name()
|
||||
minetest.after(1, function()
|
||||
-- Get the player again in case it doesn't exist anymore (logged out)
|
||||
local pplayer = minetest.get_player_by_name(playername)
|
||||
if pplayer then
|
||||
right_click_action(door_pos, door_node, pplayer)
|
||||
end
|
||||
end)
|
||||
else
|
||||
right_click_action(door_pos, door_node, player)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
elevator.rotate_player = function(target_pos, player, tries)
|
||||
-- try later when the box is loaded
|
||||
local target_node = minetest.get_node_or_nil(target_pos)
|
||||
if target_node == nil then
|
||||
if tries < 30 then
|
||||
minetest.after(0, elevator.rotate_player, target_pos, player, tries+1)
|
||||
end
|
||||
return
|
||||
end
|
||||
|
||||
-- play sound at the target position as well
|
||||
if elevator.elevator_sound_enabled then
|
||||
local sound = "elevator_travel"
|
||||
if elevator.is_elevator(target_node.name) then
|
||||
sound = "elevator_bell"
|
||||
end
|
||||
|
||||
minetest.sound_play(sound, {
|
||||
pos = target_pos,
|
||||
gain = 0.75,
|
||||
max_hear_distance = 10
|
||||
})
|
||||
end
|
||||
|
||||
-- do this only on servers where the function exists
|
||||
if player.set_look_horizontal then
|
||||
-- rotate the player so that they can walk straight out of the box
|
||||
local yaw = elevator.param2_to_yaw(target_node.param2) or 0
|
||||
|
||||
player:set_look_horizontal(math.rad(yaw))
|
||||
player:set_look_vertical(math.rad(0))
|
||||
end
|
||||
|
||||
elevator.open_close_door(target_pos, player, "open")
|
||||
end
|
||||
|
||||
|
||||
elevator.remove_box = function(_, _, oldmetadata, digger)
|
||||
if not oldmetadata or oldmetadata == "nil" or not oldmetadata.fields then
|
||||
minetest.chat_send_player(digger:get_player_name(), S("Error") .. ": " ..
|
||||
S("Could not find information about the station that is to be removed."))
|
||||
return
|
||||
end
|
||||
|
||||
local owner_name = oldmetadata.fields["owner"]
|
||||
local station_name = oldmetadata.fields["station_name"]
|
||||
local station_network = oldmetadata.fields["station_network"]
|
||||
|
||||
-- station is not known? then just remove it
|
||||
if not (owner_name and station_network and station_name)
|
||||
or not elevator.get_station(owner_name, station_network, station_name)
|
||||
then
|
||||
minetest.chat_send_player(digger:get_player_name(), S("Error") .. ": " ..
|
||||
S("Could not find the station that is to be removed."))
|
||||
return
|
||||
end
|
||||
|
||||
elevator.targets[owner_name][station_network][station_name] = nil
|
||||
|
||||
-- inform the owner
|
||||
minetest.chat_send_player(owner_name,
|
||||
S("Station '@1'" .. " " ..
|
||||
"has been REMOVED from the network '@2'.", station_name, station_network))
|
||||
|
||||
if digger and owner_name ~= digger:get_player_name() then
|
||||
minetest.chat_send_player(digger:get_player_name(),
|
||||
S("Station '@1'" .. " " ..
|
||||
"has been REMOVED from the network '@2'.", station_name, station_network))
|
||||
end
|
||||
|
||||
-- save the updated network data in a savefile over server restart
|
||||
elevator.save_data()
|
||||
end
|
||||
|
||||
|
||||
|
||||
elevator.can_dig = function()
|
||||
-- forbid digging of the elevator
|
||||
return false
|
||||
end
|
||||
129
mods/ip_elevator/init.lua
Normal file
@@ -0,0 +1,129 @@
|
||||
--[[
|
||||
Teleporter networks that allow players to choose a destination out of a list
|
||||
Copyright (C) 2013 Sokomine
|
||||
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
--]]
|
||||
|
||||
-- integration test
|
||||
if minetest.settings:get_bool("elevator:.enable_elevator:_integration_test") then
|
||||
dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/integration_test.lua")
|
||||
end
|
||||
|
||||
-- Required to save the elevator: data properly in all cases
|
||||
if not minetest.safe_file_write then
|
||||
error("[Mod elevator:] Your Minetest version is no longer supported. (version < 0.4.17)")
|
||||
end
|
||||
|
||||
elevator = {}
|
||||
|
||||
elevator.targets = {}
|
||||
elevator.path = minetest.get_modpath(minetest.get_current_modname())
|
||||
|
||||
local function mod_dofile(filename)
|
||||
dofile(elevator.path .. "/"..filename..".lua")
|
||||
end
|
||||
|
||||
-- privs
|
||||
mod_dofile("privs")
|
||||
|
||||
-- read the configuration
|
||||
mod_dofile("config")
|
||||
|
||||
-- saving / reading
|
||||
mod_dofile("persistence")
|
||||
|
||||
-- common functions
|
||||
mod_dofile("functions")
|
||||
|
||||
-- formspec stuff
|
||||
mod_dofile("formspecs")
|
||||
|
||||
-- elevator: / elevator update
|
||||
mod_dofile("update_formspec")
|
||||
|
||||
-- add button
|
||||
mod_dofile("add_target")
|
||||
|
||||
-- receive fields handler
|
||||
mod_dofile("on_receive_fields")
|
||||
|
||||
-- invisible node to place inside top of elevator: box and elevator
|
||||
minetest.register_node("elevator:hidden_top", {
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
pointable = false,
|
||||
diggable = false,
|
||||
drop = "",
|
||||
groups = { not_in_creative_inventory=1 },
|
||||
tiles = { "elevator_blank.png" },
|
||||
use_texture_alpha = "clip",
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = { -0.5, 0.45, -0.5, 0.5, 0.5, 0.5 },
|
||||
},
|
||||
collision_box = {
|
||||
type = "fixed",
|
||||
fixed = { -0.5, 0.45, -0.5, 0.5, 0.5, 0.5 },
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
if elevator.elevator_effect_enabled then
|
||||
minetest.register_entity("elevator:effect", {
|
||||
hp_max = 1,
|
||||
physical = false,
|
||||
weight = 5,
|
||||
collisionbox = { -0.4, -0.5, -0.4, 0.4, 1.5, 0.4 },
|
||||
visual = "upright_sprite",
|
||||
visual_size = { x=1, y=2 },
|
||||
textures = { "elevator_flash.png" }, -- number of required textures depends on visual
|
||||
spritediv = { x=1, y=1 },
|
||||
initial_sprite_basepos = { x=0, y=0 },
|
||||
is_visible = true,
|
||||
makes_footstep_sound = false,
|
||||
automatic_rotate = true,
|
||||
|
||||
anz_rotations = 0,
|
||||
|
||||
on_step = function(self)
|
||||
-- this is supposed to be more flickering than smooth animation
|
||||
self.object:set_yaw(self.object:get_yaw()+1)
|
||||
self.anz_rotations = self.anz_rotations+1
|
||||
-- eventually self-destruct
|
||||
if self.anz_rotations > 15 then
|
||||
self.object:remove()
|
||||
end
|
||||
end
|
||||
})
|
||||
end
|
||||
|
||||
|
||||
if elevator.elevator_enabled then
|
||||
mod_dofile("elevator") -- allows up/down transfers only
|
||||
end
|
||||
if elevator.doors_enabled then
|
||||
-- doors that open and close automaticly when the elevator: or elevator is used
|
||||
mod_dofile("doors")
|
||||
end
|
||||
|
||||
if elevator.enable_abm then
|
||||
-- restore elevator: data when players pass by broken networks
|
||||
mod_dofile("restore_network_via_abm")
|
||||
end
|
||||
|
||||
-- upon server start, read the savefile
|
||||
elevator.restore_data()
|
||||
25
mods/ip_elevator/integration_test.lua
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
minetest.log("warning", "[TEST] integration-test enabled!")
|
||||
|
||||
minetest.register_on_mods_loaded(function()
|
||||
minetest.after(1, function()
|
||||
|
||||
local data = minetest.write_json({ success=true }, true)
|
||||
local file = io.open(minetest.get_worldpath() .. "/integration_test.json", "w")
|
||||
if file then
|
||||
file:write(data)
|
||||
file:close()
|
||||
end
|
||||
|
||||
file = io.open(minetest.get_worldpath() .. "/registered_nodes.txt", "w")
|
||||
if file then
|
||||
for name in pairs(minetest.registered_nodes) do
|
||||
file:write(name .. "\n")
|
||||
end
|
||||
file:close()
|
||||
end
|
||||
|
||||
minetest.log("warning", "[TEST] integration tests done!")
|
||||
minetest.request_shutdown("success")
|
||||
end)
|
||||
end)
|
||||
5
mods/ip_elevator/mod.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
name = elevator
|
||||
optional_depends = mesecons, dye
|
||||
description = Network of teleporter-boxes that allows easy travelling to other boxes on the same network.
|
||||
author = mt-mods
|
||||
title = Elevator
|
||||
64
mods/ip_elevator/models/elevator_elevator.obj
Normal file
@@ -0,0 +1,64 @@
|
||||
# Blender v2.73 (sub 0) OBJ File: 'travelnet_elevator.blend'
|
||||
# www.blender.org
|
||||
o Cylinder
|
||||
v -0.499016 -0.499034 0.499022
|
||||
v -0.499016 -0.499034 -0.498989
|
||||
v 0.499035 -0.499034 -0.498989
|
||||
v 0.499035 -0.499034 0.499022
|
||||
v -0.499016 1.498990 0.499022
|
||||
v -0.499016 1.498990 -0.498989
|
||||
v 0.499035 1.498990 -0.498989
|
||||
v 0.499035 1.498990 0.499022
|
||||
v 0.437500 -0.437500 0.437500
|
||||
v -0.499016 1.437500 -0.498989
|
||||
v 0.499035 1.437500 -0.498989
|
||||
v -0.437500 -0.437500 0.437500
|
||||
v 0.437500 1.437500 0.437500
|
||||
v -0.499016 -0.437500 -0.498989
|
||||
v 0.499035 -0.437500 -0.498989
|
||||
v -0.437500 1.437500 0.437500
|
||||
v -0.437500 -0.437500 -0.498989
|
||||
v 0.437500 -0.437500 -0.498989
|
||||
v -0.437500 1.437500 -0.498989
|
||||
v 0.437500 1.437500 -0.498989
|
||||
vt 0.000000 0.968750
|
||||
vt 1.000000 0.968750
|
||||
vt 1.000000 1.000000
|
||||
vt 0.000000 1.000000
|
||||
vt 0.062500 0.031250
|
||||
vt 0.062500 0.968750
|
||||
vt 0.000000 0.031250
|
||||
vt 0.937500 0.031250
|
||||
vt 1.000000 0.031250
|
||||
vt 0.937500 0.968750
|
||||
vt 1.000000 -0.000000
|
||||
vt 0.000000 -0.000000
|
||||
vt 0.062500 -0.000000
|
||||
vt 0.937500 -0.000000
|
||||
vt 0.937500 0.937500
|
||||
vt 0.062500 0.937500
|
||||
vt 0.062500 1.000000
|
||||
vt 0.062500 0.062500
|
||||
vt 0.937500 0.062500
|
||||
vt 0.937500 1.000000
|
||||
g Cylinder_Cylinder_front
|
||||
s off
|
||||
f 11/1 10/2 6/3 7/4
|
||||
f 18/5 20/6 11/1 15/7
|
||||
f 17/8 14/9 10/2 19/10
|
||||
f 13/6 9/5 12/8 16/10
|
||||
f 2/11 14/9 15/7 3/12
|
||||
f 17/7 19/1 16/10 12/8
|
||||
g Cylinder_Cylinder_controls
|
||||
f 18/7 9/8 13/10 20/1
|
||||
g Cylinder_Cylinder_outside
|
||||
f 8/3 4/11 3/12 7/4
|
||||
f 6/4 2/12 1/11 5/3
|
||||
f 8/4 5/3 1/11 4/12
|
||||
g Cylinder_Cylinder_ceiling
|
||||
f 19/13 20/14 13/15 16/16
|
||||
g Cylinder_Cylinder_floor
|
||||
f 17/17 12/18 9/19 18/20
|
||||
g Cylinder_Cylinder_top-bottom
|
||||
f 5/12 8/11 7/3 6/4
|
||||
f 2/12 3/11 4/3 1/4
|
||||
218
mods/ip_elevator/on_receive_fields.lua
Normal file
@@ -0,0 +1,218 @@
|
||||
local S = minetest.get_translator("elevator")
|
||||
|
||||
|
||||
function elevator.on_receive_fields(pos, _, fields, player)
|
||||
if not pos then
|
||||
return
|
||||
end
|
||||
|
||||
local meta = minetest.get_meta(pos)
|
||||
local name = player:get_player_name()
|
||||
|
||||
-- the player wants to quit/exit the formspec; do not save/update anything
|
||||
if fields and fields.station_exit and fields.station_exit ~= "" then
|
||||
return
|
||||
end
|
||||
|
||||
local owner_name = meta:get_string("owner")
|
||||
local station_network = meta:get_string("station_network")
|
||||
local station_name = meta:get_string("station_name")
|
||||
|
||||
-- if there is something wrong with the data
|
||||
if not owner_name or not station_network or not station_name then
|
||||
minetest.chat_send_player(name, S("Error") .. ": " ..
|
||||
S("There is something wrong with the configuration of this station.") ..
|
||||
" DEBUG DATA: owner: " .. (owner_name or "?") ..
|
||||
" station_name: " .. (station_name or "?") ..
|
||||
" station_network: " .. (station_network or "?") .. "."
|
||||
)
|
||||
print(
|
||||
"ERROR: The elevator at " .. minetest.pos_to_string(pos) .. " has a problem: " ..
|
||||
" DATA: owner: " .. (owner_name or "?") ..
|
||||
" station_name: " .. (station_name or "?") ..
|
||||
" station_network: " .. (station_network or "?") .. "."
|
||||
)
|
||||
return
|
||||
end
|
||||
|
||||
local node = minetest.get_node(pos)
|
||||
|
||||
-- the player wants to remove the station
|
||||
if fields.station_dig then
|
||||
local description
|
||||
|
||||
if node and minetest.get_item_group(node.name, "elevator") == 1 then
|
||||
description = "elevator box"
|
||||
elseif node and minetest.get_item_group(node.name, "elevator") == 1 then
|
||||
description = "elevator"
|
||||
elseif node and node.name == "locked_elevator:elevator" then
|
||||
description = "locked elevator"
|
||||
elseif node and node.name == "locked_elevator:elevator" then
|
||||
description = "locked elevator"
|
||||
else
|
||||
minetest.chat_send_player(name, "Error: Unknown node.")
|
||||
return
|
||||
end
|
||||
|
||||
-- players with elevator_remove priv can dig the station
|
||||
if not minetest.check_player_privs(name, { elevator_remove=true })
|
||||
-- the function elevator.allow_dig(..) may allow additional digging
|
||||
and not elevator.allow_dig(name, owner_name, station_network, pos)
|
||||
-- the owner can remove the station
|
||||
and owner_name ~= name
|
||||
-- stations without owner can be removed by anybody
|
||||
and owner_name ~= ""
|
||||
then
|
||||
minetest.chat_send_player(name,
|
||||
S("This %s belongs to %s. You can't remove it."):format(
|
||||
description,
|
||||
tostring(owner_name)
|
||||
)
|
||||
)
|
||||
return
|
||||
end
|
||||
|
||||
-- abort if protected by another mod
|
||||
if minetest.is_protected(pos, name)
|
||||
and not minetest.check_player_privs(name, { protection_bypass=true })
|
||||
then
|
||||
minetest.record_protection_violation(pos, name)
|
||||
return
|
||||
end
|
||||
|
||||
local player_inventory = player:get_inventory()
|
||||
if not player_inventory:room_for_item("main", node.name) then
|
||||
minetest.chat_send_player(name, S("You do not have enough room in your inventory."))
|
||||
return
|
||||
end
|
||||
|
||||
-- give the player the box
|
||||
player_inventory:add_item("main", node.name)
|
||||
-- remove the box from the data structure
|
||||
elevator.remove_box(pos, nil, meta:to_table(), player)
|
||||
-- remove the node as such
|
||||
minetest.remove_node(pos)
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
-- if the box has not been configured yet
|
||||
if station_network == "" then
|
||||
elevator.add_target(fields.station_name, fields.station_network, pos, name, meta, fields.owner)
|
||||
return
|
||||
end
|
||||
|
||||
if fields.open_door then
|
||||
elevator.open_close_door(pos, player, "toggle")
|
||||
return
|
||||
end
|
||||
|
||||
-- the owner or players with the elevator_attach priv can move stations up or down in the list
|
||||
if fields.move_up or fields.move_down then
|
||||
elevator.update_formspec(pos, name, fields)
|
||||
return
|
||||
end
|
||||
|
||||
if not fields.target then
|
||||
minetest.chat_send_player(name, S("Please click on the target you want to travel to."))
|
||||
return
|
||||
end
|
||||
|
||||
local network = elevator.get_network(owner_name, station_network)
|
||||
|
||||
if not network then
|
||||
elevator.add_target(station_name, station_network, pos, owner_name, meta, owner_name)
|
||||
end
|
||||
|
||||
if node ~= nil and elevator.is_elevator(node.name) then
|
||||
for k,_ in pairs(network) do
|
||||
if network[k].nr == fields.target then
|
||||
fields.target = k
|
||||
-- break ??
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
local target_station = network[fields.target]
|
||||
|
||||
-- if the target station is gone
|
||||
if not target_station then
|
||||
minetest.chat_send_player(name,
|
||||
S("Station '@1' does not exist (anymore?)" ..
|
||||
" " .. "on this network.", fields.target or "?")
|
||||
)
|
||||
elevator.update_formspec(pos, name, nil)
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
if not elevator.allow_travel(name, owner_name, station_network, station_name, fields.target) then
|
||||
return
|
||||
end
|
||||
minetest.chat_send_player(name, S("Initiating transfer to station '@1'.", fields.target or "?"))
|
||||
|
||||
if elevator.elevator_sound_enabled then
|
||||
if node.name == "elevator:elevator" then
|
||||
minetest.sound_play("elevator_bell", {
|
||||
pos = pos,
|
||||
gain = 0.75,
|
||||
max_hear_distance = 10
|
||||
})
|
||||
else
|
||||
minetest.sound_play("elevator_travel", {
|
||||
pos = pos,
|
||||
gain = 0.75,
|
||||
max_hear_distance = 10
|
||||
})
|
||||
end
|
||||
end
|
||||
|
||||
if elevator.elevator_effect_enabled then
|
||||
minetest.add_entity(vector.add(pos, { x=0, y=0.5, z=0 }), "elevator:effect") -- it self-destructs after 20 turns
|
||||
end
|
||||
|
||||
-- close the doors at the sending station
|
||||
elevator.open_close_door(pos, player, "close")
|
||||
|
||||
-- transport the player to the target location
|
||||
|
||||
-- may be 0.0 for some versions of MT 5 player model
|
||||
local player_model_bottom = tonumber(minetest.settings:get("player_model_bottom")) or -.5
|
||||
local player_model_vec = vector.new(0, player_model_bottom, 0)
|
||||
local target_pos = target_station.pos
|
||||
|
||||
local top_pos = vector.add(pos, { x=0, y=2, z=0 })
|
||||
local top_node = minetest.get_node(top_pos)
|
||||
if top_node.name ~= "elevator:hidden_top" then
|
||||
local def = minetest.registered_nodes[top_node.name]
|
||||
if def and def.buildable_to then
|
||||
minetest.set_node(top_pos, { name="elevator:hidden_top" })
|
||||
end
|
||||
end
|
||||
|
||||
player:move_to(vector.add(target_pos, player_model_vec), false)
|
||||
|
||||
-- check if the box has at the other end has been removed.
|
||||
local target_node = minetest.get_node_or_nil(target_pos)
|
||||
if target_node ~= nil then
|
||||
local target_node_def = minetest.registered_nodes[target_node.name]
|
||||
local has_elevator_group = target_node_def.groups.elevator or target_node_def.groups.elevator
|
||||
|
||||
if not has_elevator_group then
|
||||
-- provide information necessary to identify the removed box
|
||||
local oldmetadata = {
|
||||
fields = {
|
||||
owner = owner_name,
|
||||
station_name = fields.target,
|
||||
station_network = station_network
|
||||
}
|
||||
}
|
||||
|
||||
elevator.remove_box(target_pos, nil, oldmetadata, player)
|
||||
-- send the player back as there's no receiving elevator
|
||||
player:move_to(pos, false)
|
||||
else
|
||||
elevator.rotate_player(target_pos, player, 0)
|
||||
end
|
||||
end
|
||||
end
|
||||
35
mods/ip_elevator/persistence.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
local S = minetest.get_translator("elevator")
|
||||
|
||||
local mod_data_path = minetest.get_worldpath() .. "/mod_elevator.data"
|
||||
|
||||
-- called whenever a station is added or removed
|
||||
function elevator.save_data()
|
||||
local data = minetest.serialize(elevator.targets)
|
||||
|
||||
local success = minetest.safe_file_write(mod_data_path, data)
|
||||
if not success then
|
||||
print(S("[Mod elevator] Error: Savefile '@1' could not be written.", mod_data_path))
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
function elevator.restore_data()
|
||||
local file = io.open(mod_data_path, "r")
|
||||
if not file then
|
||||
print(S("[Mod elevator] Error: Savefile '@1' not found.", mod_data_path))
|
||||
return
|
||||
end
|
||||
|
||||
local data = file:read("*all")
|
||||
elevator.targets = minetest.deserialize(data)
|
||||
|
||||
if not elevator.targets then
|
||||
local backup_file = mod_data_path .. ".bak"
|
||||
print(S("[Mod elevator] Error: Savefile '@1' is damaged." .. " " ..
|
||||
"Saved the backup as '@2'.", mod_data_path, backup_file))
|
||||
|
||||
minetest.safe_file_write(backup_file, data)
|
||||
elevator.targets = {}
|
||||
end
|
||||
file:close()
|
||||
end
|
||||
11
mods/ip_elevator/privs.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
local S = minetest.get_translator("travelnet")
|
||||
|
||||
minetest.register_privilege("travelnet_attach", {
|
||||
description = S("allows to attach travelnet boxes to travelnets of other players"),
|
||||
give_to_singleplayer = false
|
||||
})
|
||||
|
||||
minetest.register_privilege("travelnet_remove", {
|
||||
description = S("allows to dig travelnet boxes which belog to nets of other players"),
|
||||
give_to_singleplayer = false
|
||||
})
|
||||
19
mods/ip_elevator/restore_network_via_abm.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
minetest.register_abm({
|
||||
nodenames = { "travelnet:travelnet" },
|
||||
interval = 20,
|
||||
chance = 1,
|
||||
action = function(pos)
|
||||
local meta = minetest.get_meta(pos)
|
||||
local owner_name = meta:get_string("owner")
|
||||
local station_name = meta:get_string("station_name")
|
||||
local station_network = meta:get_string("station_network")
|
||||
|
||||
if owner_name and station_name and station_network
|
||||
and not travelnet.get_station(owner_name, station_network, station_name) then
|
||||
travelnet.add_target(station_name, station_network, pos, owner_name, meta, owner_name)
|
||||
print("TRAVELNET: re-adding " .. tostring(station_name) .. " to " ..
|
||||
tostring(station_network) .. " owned by " .. tostring(owner_name))
|
||||
end
|
||||
end
|
||||
})
|
||||
BIN
mods/ip_elevator/screenshot.png
Normal file
|
After Width: | Height: | Size: 228 KiB |
BIN
mods/ip_elevator/screenshot_day.png
Normal file
|
After Width: | Height: | Size: 167 KiB |
BIN
mods/ip_elevator/screenshot_night.png
Normal file
|
After Width: | Height: | Size: 205 KiB |
BIN
mods/ip_elevator/sounds/travelnet_bell.ogg
Normal file
BIN
mods/ip_elevator/sounds/travelnet_travel.ogg
Normal file
BIN
mods/ip_elevator/textures/elevator_ceiling.png
Normal file
|
After Width: | Height: | Size: 659 B |
BIN
mods/ip_elevator/textures/elevator_door.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
mods/ip_elevator/textures/elevator_door1.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
mods/ip_elevator/textures/elevator_floor.png
Normal file
|
After Width: | Height: | Size: 663 B |
BIN
mods/ip_elevator/textures/elevator_front.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
mods/ip_elevator/textures/elevator_panel.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
mods/ip_elevator/textures/travelnet_blank.png
Normal file
|
After Width: | Height: | Size: 81 B |
BIN
mods/ip_elevator/textures/travelnet_bottom.png
Normal file
|
After Width: | Height: | Size: 230 B |
BIN
mods/ip_elevator/textures/travelnet_elevator_door_glass.png
Normal file
|
After Width: | Height: | Size: 160 B |
BIN
mods/ip_elevator/textures/travelnet_elevator_front.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
mods/ip_elevator/textures/travelnet_elevator_inv.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
mods/ip_elevator/textures/travelnet_elevator_sides_outside.png
Normal file
|
After Width: | Height: | Size: 211 B |
BIN
mods/ip_elevator/textures/travelnet_flash.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
mods/ip_elevator/textures/travelnet_inv_base.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
mods/ip_elevator/textures/travelnet_inv_colorable.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
mods/ip_elevator/textures/travelnet_top.png
Normal file
|
After Width: | Height: | Size: 344 B |
BIN
mods/ip_elevator/textures/travelnet_travelnet_back.png
Normal file
|
After Width: | Height: | Size: 236 B |
BIN
mods/ip_elevator/textures/travelnet_travelnet_back_color.png
Normal file
|
After Width: | Height: | Size: 185 B |
BIN
mods/ip_elevator/textures/travelnet_travelnet_front_color.png
Normal file
|
After Width: | Height: | Size: 318 B |
BIN
mods/ip_elevator/textures/travelnet_travelnet_side.png
Normal file
|
After Width: | Height: | Size: 248 B |
BIN
mods/ip_elevator/textures/travelnet_travelnet_side_color.png
Normal file
|
After Width: | Height: | Size: 236 B |
242
mods/ip_elevator/update_formspec.lua
Normal file
@@ -0,0 +1,242 @@
|
||||
local S = minetest.get_translator("elevator")
|
||||
|
||||
local function is_falsey_string(str)
|
||||
return not str or str == ""
|
||||
end
|
||||
|
||||
-- called "on_punch" of elevator and elevator
|
||||
function elevator.update_formspec(pos, puncher_name, fields)
|
||||
local meta = minetest.get_meta(pos)
|
||||
|
||||
local this_node = minetest.get_node(pos)
|
||||
local is_elevator = this_node ~= nil and this_node.name == "elevator:elevator"
|
||||
|
||||
if not meta then
|
||||
return
|
||||
end
|
||||
|
||||
local owner_name = meta:get_string("owner")
|
||||
local station_name = meta:get_string("station_name")
|
||||
local station_network = meta:get_string("station_network")
|
||||
|
||||
if not owner_name
|
||||
or not station_name
|
||||
or is_falsey_string(station_network)
|
||||
then
|
||||
if is_elevator then
|
||||
elevator.add_target(nil, nil, pos, puncher_name, meta, owner_name)
|
||||
return
|
||||
end
|
||||
|
||||
elevator.reset_formspec(meta)
|
||||
elevator.show_message(pos, puncher_name, "Error", S("Update failed! Resetting this box on the elevator."))
|
||||
return
|
||||
end
|
||||
|
||||
-- if the station got lost from the network for some reason (savefile corrupted?) then add it again
|
||||
if not elevator.get_station(owner_name, station_network, station_name) then
|
||||
|
||||
local network = elevator.get_or_create_network(owner_name, station_network)
|
||||
|
||||
local zeit = meta:get_int("timestamp")
|
||||
if not zeit or type(zeit) ~= "number" or zeit < 100000 then
|
||||
zeit = os.time()
|
||||
end
|
||||
|
||||
-- add this station
|
||||
network[station_name] = {
|
||||
pos = pos,
|
||||
timestamp = zeit
|
||||
}
|
||||
|
||||
minetest.chat_send_player(owner_name,
|
||||
S("Station '@1'" .. " " ..
|
||||
"has been reattached to the network '@2'.", station_name, station_network))
|
||||
elevator.save_data()
|
||||
end
|
||||
|
||||
|
||||
-- add name of station + network + owner + update-button
|
||||
|
||||
local formspec = ([[
|
||||
size[12,10]
|
||||
label[3.3,0.0;%s:]
|
||||
label[6.3,0.0;%s]
|
||||
label[0.3,0.4;%s]
|
||||
label[6.3,0.4;%s]
|
||||
label[0.3,0.8;%s]
|
||||
label[6.3,0.8;%s]
|
||||
label[0.3,1.2;%s]
|
||||
label[6.3,1.2;%s]
|
||||
label[3.3,1.6;%s]
|
||||
]]):format(
|
||||
S("elevator-Box"),
|
||||
S("Punch box to update target list."),
|
||||
S("Name of this station:"),
|
||||
minetest.formspec_escape(station_name or "?"),
|
||||
S("Assigned to Network:"),
|
||||
minetest.formspec_escape(station_network or "?"),
|
||||
S("Owned by:"),
|
||||
minetest.formspec_escape(owner_name or "?"),
|
||||
S("Click on target to travel there:")
|
||||
)
|
||||
|
||||
local x = 0
|
||||
local y = 0
|
||||
local i = 0
|
||||
|
||||
-- collect all station names in a table
|
||||
local stations = {}
|
||||
local network = elevator.targets[owner_name][station_network]
|
||||
|
||||
for k in pairs(network) do
|
||||
table.insert(stations, k)
|
||||
end
|
||||
|
||||
local ground_level = 1
|
||||
if is_elevator then
|
||||
table.sort(stations, function(a, b)
|
||||
return network[a].pos.y > network[b].pos.y
|
||||
end)
|
||||
|
||||
-- find ground level
|
||||
local vgl_timestamp = 999999999999
|
||||
for index,k in ipairs(stations) do
|
||||
local station = network[k]
|
||||
if not station.timestamp then
|
||||
station.timestamp = os.time()
|
||||
end
|
||||
if station.timestamp < vgl_timestamp then
|
||||
vgl_timestamp = station.timestamp
|
||||
ground_level = index
|
||||
end
|
||||
end
|
||||
|
||||
for index,k in ipairs(stations) do
|
||||
local station = network[k]
|
||||
if index == ground_level then
|
||||
station.nr = "1"
|
||||
else
|
||||
station.nr = tostring(ground_level + 1 - index)
|
||||
end
|
||||
end
|
||||
else
|
||||
-- sort the table according to the timestamp (=time the station was configured)
|
||||
table.sort(stations, function(a, b)
|
||||
return network[a].timestamp < network[b].timestamp
|
||||
end)
|
||||
end
|
||||
|
||||
-- does the player want to move this station one position up in the list?
|
||||
-- only the owner and players with the elevator_attach priv can change the order of the list
|
||||
-- Note: With elevators, only the "G"(round) marking is actually moved
|
||||
if fields and (fields.move_up or fields.move_down)
|
||||
and not is_falsey_string(owner_name)
|
||||
and (
|
||||
(owner_name == puncher_name)
|
||||
or (minetest.check_player_privs(puncher_name, { elevator_attach=true }))
|
||||
)
|
||||
then
|
||||
|
||||
local current_pos = -1
|
||||
for index, k in ipairs(stations) do
|
||||
if k == station_name then
|
||||
current_pos = index
|
||||
-- break??
|
||||
end
|
||||
end
|
||||
|
||||
local swap_with_pos
|
||||
if fields.move_up then
|
||||
swap_with_pos = current_pos-1
|
||||
else
|
||||
swap_with_pos = current_pos+1
|
||||
end
|
||||
|
||||
-- handle errors
|
||||
if swap_with_pos < 1 then
|
||||
elevator.show_message(pos, puncher_name, "Info", S("This station is already the first one on the list."))
|
||||
return
|
||||
elseif swap_with_pos > #stations then
|
||||
elevator.show_message(pos, puncher_name, "Info", S("This station is already the last one on the list."))
|
||||
return
|
||||
else
|
||||
local current_station = stations[current_pos]
|
||||
local swap_with_station = stations[swap_with_pos]
|
||||
|
||||
-- swap the actual data by which the stations are sorted
|
||||
local old_timestamp = network[swap_with_station].timestamp
|
||||
network[swap_with_station].timestamp = network[current_station].timestamp
|
||||
network[current_station].timestamp = old_timestamp
|
||||
|
||||
-- for elevators, only the "G"(round) marking is moved; no point in swapping stations
|
||||
if not is_elevator then
|
||||
-- actually swap the stations
|
||||
stations[swap_with_pos] = current_station
|
||||
stations[current_pos] = swap_with_station
|
||||
end
|
||||
|
||||
-- store the changed order
|
||||
elevator.save_data()
|
||||
end
|
||||
end
|
||||
|
||||
-- if there are only 8 stations (plus this one), center them in the formspec
|
||||
if #stations < 10 then
|
||||
x = 4
|
||||
end
|
||||
|
||||
for _,k in ipairs(stations) do
|
||||
|
||||
i = i+1
|
||||
|
||||
-- new column
|
||||
if y == 8 then
|
||||
x = x + 4
|
||||
y = 0
|
||||
end
|
||||
|
||||
-- check if there is an elevator door in front that needs to be opened
|
||||
if k == station_name then
|
||||
formspec = formspec ..
|
||||
("button_exit[%f,%f;1,0.5;open_door;<>]label[%f,%f;%s]")
|
||||
:format(x, y + 2.5, x + 0.9, y + 2.35, k)
|
||||
elseif is_elevator then
|
||||
formspec = formspec ..
|
||||
("button_exit[%f,%f;1,0.5;target;%s]label[%f,%f;%s]")
|
||||
:format(x, y + 2.5, tostring(network[k].nr), x + 0.9, y + 2.35, k)
|
||||
else
|
||||
formspec = formspec ..
|
||||
("button_exit[%f,%f;4,0.5;target;%s]")
|
||||
:format(x, y + 2.5, k)
|
||||
end
|
||||
|
||||
y = y+1
|
||||
end
|
||||
|
||||
formspec = formspec .. ([[
|
||||
label[8.0,1.6;%s]
|
||||
button_exit[11.3,0.0;1.0,0.5;station_exit;%s]
|
||||
button_exit[10.0,0.5;2.2,0.7;station_dig;%s]
|
||||
button[9.6,1.6;1.4,0.5;move_up;%s]
|
||||
button[10.9,1.6;1.4,0.5;move_down;%s]
|
||||
]]):format(
|
||||
S("Position in list:"),
|
||||
S("Exit"),
|
||||
S("Remove station"),
|
||||
S("move up"),
|
||||
S("move down")
|
||||
)
|
||||
|
||||
|
||||
meta:set_string("formspec", formspec)
|
||||
|
||||
meta:set_string("infotext",
|
||||
S("Station '@1'" .. " " ..
|
||||
"on elevator '@2' (owned by @3)" .. " " ..
|
||||
"ready for usage. Right-click to travel, punch to update.",
|
||||
tostring(station_name), tostring(station_network), tostring(owner_name)))
|
||||
|
||||
-- show the player the updated formspec
|
||||
elevator.show_current_formspec(pos, meta, puncher_name)
|
||||
end
|
||||