-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee4954b
commit 4d46f6a
Showing
18 changed files
with
172 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
unused_args = false | ||
allow_defined_top = true | ||
max_line_length = 999 | ||
max_line_length = false | ||
|
||
globals = { | ||
"tp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Authors | ||
|
||
## Source code | ||
|
||
[ChaosWormz](https://github.com/ChaosWormz) and contributors ([GNU LGPLv2.1+](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)). | ||
|
||
## Media (textures and sounds) | ||
|
||
[David Leal](https://github.com/Panquesito7) ([CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)): | ||
|
||
- [`tpr_warp.ogg`](https://github.com/minetest-mods/teleport-request/blob/HEAD/sounds/tpr_warp.ogg) | ||
|
||
[Robbie Ferguson](https://github.com/Cat5TV) ([CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/)): | ||
|
||
- [`tpr_portal_parti.png`](https://github.com/minetest-mods/teleport-request/blob/HEAD/textures/tpr_portal_parti.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# Contributing | ||
|
||
Welcome to the [Teleport Request](https://github.com/minetest-mods/teleport-request) mod! Before contributing, **please make sure** you have read the whole guidelines mentioned below. If you have any doubts about these guidelines, please open [an issue](https://github.com/minetest-mods/teleport-request/issues/new), and clearly state your concerns. | ||
Welcome to the [Teleport Request](https://github.com/minetest-mods/teleport-request) mod! Before contributing, **please make sure** you have read the guidelines mentioned below. If you have any doubts about these guidelines, please open [an issue](https://github.com/minetest-mods/teleport-request/issues/new), and clearly state your concerns. Thank you for your interest in contributing! | ||
|
||
## Creating an issue | ||
## Creating issues | ||
|
||
- Why did you open the issue? What is the reason? | ||
- You must explain clearly the issue you are experiencing. | ||
- If it's a feature request, think if it's needed. | ||
- You **must** be polite (while commenting on or opening an issue). | ||
- Review your issue before submitting it. | ||
|
||
## Creating a pull request | ||
## Creating pull requests | ||
|
||
- First, think if your feature/bugfix/etc. is needed before opening it. | ||
- Explain clearly what it does, what does it change, or any additional information. | ||
- You must create a new branch for your new features or bugfixes. | ||
- Explain clearly what it does, what it changes, or any additional information. | ||
- You must create a new branch for your new features or bug fixes. | ||
- You **must** be polite (while commenting on or opening a pull request). | ||
- Review before opening the pull request (if it has any issues, a pending change you forgot about, etc.). | ||
- You must enable the checkbox `Allow edits from maintainers`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
License of source code | ||
---------------------- | ||
|
||
GNU Lesser General Public License, version 2.1 | ||
Copyright (C) 2014-2024 ChaosWormz and contributors | ||
|
||
This library is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 2.1 of the License, or (at your option) any later version. | ||
|
||
This library 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 | ||
Lesser General Public License for more details. | ||
|
||
You should have received a copy of the GNU Lesser General Public | ||
License along with this library; if not, write to the Free Software | ||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 | ||
USA | ||
|
||
Licenses of media (textures and sounds) | ||
--------------------------------------- | ||
|
||
Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) | ||
Copyright (C) 2020 David Leal ([email protected]) | ||
|
||
You are free to: | ||
|
||
Share — copy and redistribute the material in any medium or format for any | ||
purpose, even commercially. | ||
Adapt — remix, transform, and build upon the material for any purpose, even | ||
commercially. | ||
|
||
The licensor cannot revoke these freedoms as long as you follow the license | ||
terms. | ||
|
||
Under the following terms: | ||
|
||
Attribution — You must give appropriate credit, provide a link to the license, | ||
and indicate if changes were made. You may do so in any reasonable manner, | ||
but not in any way that suggests the licensor endorses you or your use. | ||
ShareAlike — If you remix, transform, or build upon the material, you must | ||
distribute your contributions under the same license as the original. | ||
|
||
No additional restrictions — You may not apply legal terms or technological | ||
measures that legally restrict others from doing anything the license permits. | ||
|
||
Notices: | ||
|
||
You do not have to comply with the license for elements of the material in the public | ||
domain or where your use is permitted by an applicable exception or limitation. | ||
|
||
No warranties are given. The license may not give you all of the permissions necessary for | ||
your intended use. For example, other rights such as publicity, privacy, or moral rights | ||
may limit how you use the material. | ||
|
||
For more details: | ||
https://creativecommons.org/licenses/by-sa/4.0/ | ||
|
||
----------------------- | ||
|
||
CC0 1.0 Universal (CC0 1.0) Public Domain Dedication | ||
Robbie Ferguson | ||
|
||
No Copyright | ||
|
||
The person who associated a work with this deed has dedicated the work to | ||
the public domain by waiving all of his or her rights to the work worldwide | ||
under copyright law, including all related and neighboring rights, to the extent | ||
allowed by law. | ||
|
||
You can copy, modify, distribute and perform the work, even for commercial | ||
purposes, all without asking permission. See Other Information below. | ||
|
||
Other Information: | ||
|
||
In no way are the patent or trademark rights of any person affected by CC0, | ||
nor are the rights that other persons may have in the work or in how the work | ||
is used, such as publicity or privacy rights. | ||
|
||
Unless expressly stated otherwise, the person who associated a work with this | ||
deed makes no warranties about the work, and disclaims liability for all uses | ||
of the work, to the fullest extent permitted by applicable law. | ||
|
||
When using or citing the work, you should not imply endorsement by the | ||
author or the affirmer. | ||
|
||
For more details: | ||
https://creativecommons.org/publicdomain/zero/1.0/ | ||
|
||
Authors | ||
------- | ||
|
||
See `AUTHORS.md`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.