-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
72cdb28
commit 12e8038
Showing
14 changed files
with
74 additions
and
18 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,10 @@ | ||
name: luacheck | ||
on: [push, pull_request] | ||
jobs: | ||
luacheck: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Luacheck | ||
uses: lunarmodules/luacheck@master |
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,3 +1,12 @@ | ||
allow_defined_top = true | ||
unused_args = false | ||
max_line_length = 999 | ||
|
||
read_globals = { | ||
string = {fields = {"split", "trim"}}, | ||
table = {fields = {"copy", "getn"}}, | ||
} | ||
|
||
globals = { | ||
"minetest", "player_api", "vector", "armor" | ||
} |
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,4 +1,46 @@ | ||
# GNU LESSER GENERAL PUBLIC LICENSE | ||
# License for textures/media | ||
|
||
Copyright (C) 2023 David Leal ([email protected])\ | ||
Copyright (C) Various other Minetest developers/contributors | ||
|
||
[David Leal](https://github.com/Panquesito7) ([CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)): | ||
|
||
- All sounds and textures in the `textures/` and `sounds/` folders. | ||
|
||
[Mircea Kitsune](https://github.com/MirceaKitsune) and [contributors](https://github.com/minetest/minetest_game/blob/master/mods/player_api/README.txt#L17-L18) ([CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)): | ||
|
||
- `models/character_wj.b3d` - [`models/character.b3d`](https://github.com/minetest/minetest_game/blob/master/mods/player_api/models/character.b3d) | ||
- `models/character.blend` - [`models/character.blend`](https://github.com/minetest/minetest_game/blob/master/mods/player_api/models/character.blend) | ||
|
||
## [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license statement | ||
|
||
### You are free to | ||
|
||
**Share** — copy and redistribute the material in any medium or format.\ | ||
**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](https://wiki.creativecommons.org/wiki/License_Versions#Detailed_attribution_comparison_chart), provide a link to the license, and [indicate if changes were made](https://wiki.creativecommons.org/wiki/License_Versions#Modifications_and_adaptations_must_be_marked_as_such). 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](https://creativecommons.org/share-your-work/licensing-considerations/compatible-licenses) as the original. | ||
|
||
**No additional restrictions** — You may not apply legal terms or [technological measures](https://wiki.creativecommons.org/wiki/License_Versions#Application_of_effective_technological_measures_by_users_of_CC-licensed_works_prohibited) 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](https://creativecommons.org/faq/#Do_Creative_Commons_licenses_affect_exceptions_and_limitations_to_copyright.2C_such_as_fair_dealing_and_fair_use.3F).\ | ||
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](https://wiki.creativecommons.org/wiki/Considerations_for_licensors_and_licensees) may limit how you use the material. | ||
|
||
### For more details | ||
|
||
<https://creativecommons.org/licenses/by-sa/4.0/> | ||
|
||
## License for source code | ||
|
||
GNU LESSER GENERAL PUBLIC LICENSE | ||
|
||
Version 2.1, February 1999 | ||
|
||
|
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.