Browse Source

changed username to reflect my new one

master
poikilos 6 years ago
committed by Jacob Gustafson
parent
commit
e2d058a3e0
  1. 4
      LICENSE
  2. 6
      README.md
  3. 2
      etc/change_hardcoded_world_and_username_manually_first/install-systemd-service
  4. 2
      etc/change_hardcoded_world_and_username_manually_first/upstart_version/install and start service.sh
  5. 2
      etc/change_hardcoded_world_name_first/backup-mts-world
  6. 20
      etc/game-install-ENLIVEN
  7. 2
      etc/game-install-testing.sh
  8. 2
      etc/minetestserver-install-git-all-backends.sh
  9. 2
      etc/minetestserver-update-from-git.sh
  10. 14
      etc/network/Logon/minetest_userscript_localENLIVEN_server_only.vbs
  11. 2
      etc/unused/game-install-ENLIVEN-DEPRECATED.sh
  12. 4
      patches/mods-deprecated/cme_to_spawners-0.4.15-git/README.txt
  13. 2
      patches/mods-deprecated/cme_to_spawners-0.4.15-git/init.lua
  14. 2
      patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/README.txt
  15. 2
      patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/init.lua
  16. 2
      patches/mods-integration/trm_compassgps/init.lua
  17. 2
      patches/mods-multiplayer/ore_spawner_to_junk/README.txt
  18. 2
      patches/mods-multiplayer/ore_spawner_to_junk/init.lua
  19. 2
      patches/mods-multiplayer/skinsdb/CREDITS.txt
  20. 4
      patches/mods-stopgap/cme_to_spawners/README.txt
  21. 2
      patches/mods-stopgap/cme_to_spawners/init.lua
  22. 2
      patches/mods-stopgap/dynamic_liquid_to_default/README.txt
  23. 2
      patches/mods-stopgap/dynamic_liquid_to_default/init.lua
  24. 4
      patches/mods-stopgap/junglelike_dryplants_recipes/README.txt
  25. 2
      patches/mods-stopgap/junglelike_minetestgame_recipes/README.txt
  26. 4
      patches/mods-stopgap/lasermk3_to_junk/README.txt
  27. 2
      patches/mods-stopgap/lasermk3_to_junk/init.lua
  28. 2
      patches/mods-stopgap/spawners_to_spawners_mobs/README.txt
  29. 2
      patches/mods-stopgap/spawners_to_spawners_mobs/init.lua
  30. 4
      patches/mods-stopgap/teleporter_to_travelnet/README.txt
  31. 2
      patches/mods-stopgap/teleporter_to_travelnet/init.lua
  32. 2
      patches/mods-stopgap/tsm_pyramids_to_spawners/README.txt
  33. 2
      patches/mods-stopgap/tsm_pyramids_to_spawners/init.lua

4
LICENSE

@ -2,7 +2,7 @@ License of media (such as textures and sounds)
---------------------------------------------- ----------------------------------------------
(author, copyright holder, & license only apply where not otherwise specified--see README.md) (author, copyright holder, & license only apply where not otherwise specified--see README.md)
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
Copyright (C) 2017 expertmm Copyright (C) 2017 poikilos
You are free to: You are free to:
Share — copy and redistribute the material in any medium or format. Share — copy and redistribute the material in any medium or format.
@ -37,7 +37,7 @@ http://creativecommons.org/licenses/by-sa/3.0/
License of source code License of source code
---------------------- ----------------------
(author, copyright holder, & license only apply where not otherwise specified--see README.md) (author, copyright holder, & license only apply where not otherwise specified--see README.md)
Copyright 2017 expertmm (Jacob Gustafson) Copyright 2017 poikilos (Jacob Gustafson)
GNU LESSER GENERAL PUBLIC LICENSE GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999 Version 2.1, February 1999

6
README.md

@ -198,7 +198,7 @@ Otherwise just install everything EXCEPT cme_to_spawners & tsm_pyramids_to_spawn
* (chunkymap-generator.bat, pythoninfo.py) if using Windows, check for various versions of Python3 and warn if fails (no longer check for Python2) * (chunkymap-generator.bat, pythoninfo.py) if using Windows, check for various versions of Python3 and warn if fails (no longer check for Python2)
* (minetestinfo.py) account for Minetest 0.4.16 arch naming difference: minetest_game (from minetest-data package) becomes minetest (still check for minetest_game if minetest not present in minetest/games since 0.4.16 repack 3 via deb from Debian via Ubuntu still uses the folder name minetest_game) * (minetestinfo.py) account for Minetest 0.4.16 arch naming difference: minetest_game (from minetest-data package) becomes minetest (still check for minetest_game if minetest not present in minetest/games since 0.4.16 repack 3 via deb from Debian via Ubuntu still uses the folder name minetest_game)
### (2017-05-25) ### (2017-05-25)
* switched to expertmm fork of travelnet * switched to poikilos fork of travelnet
### (2017-05-18) ### (2017-05-18)
* Installer now available at [axlemedia.net](http://www.axlemedia.net/index.php?htmlref=tutoring.html "Axle Media") -- added project and related files for Inno Setup Compiler. * Installer now available at [axlemedia.net](http://www.axlemedia.net/index.php?htmlref=tutoring.html "Axle Media") -- added project and related files for Inno Setup Compiler.
### (2017-05-15) ### (2017-05-15)
@ -406,7 +406,7 @@ Further steps needed to recreate:
* The recommended minetest.conf for subgame, including for server, is in the ENLIVEN subgame folder (also available at [EnlivenMinetest on GitHub](https://github.com/poikilos/EnlivenMinetest) * The recommended minetest.conf for subgame, including for server, is in the ENLIVEN subgame folder (also available at [EnlivenMinetest on GitHub](https://github.com/poikilos/EnlivenMinetest)
## Sources and License ## Sources and License
Authors: expertmm (Jacob Gustafson) Authors: poikilos (Jake Gustafson)
ENLIVEN project (aka EnlivenMinetest), including launcher (ENLIVEN application) and ENLIVEN subgame, is released under the LGPL v2.1 license (see LICENSE), except media which is released under the CC-BY-SA 3.0 license (see LICENSE). There are other exceptions to this license and authorship where specified below and in subfolders. ENLIVEN project (aka EnlivenMinetest), including launcher (ENLIVEN application) and ENLIVEN subgame, is released under the LGPL v2.1 license (see LICENSE), except media which is released under the CC-BY-SA 3.0 license (see LICENSE). There are other exceptions to this license and authorship where specified below and in subfolders.
Source code is available at [https://github.com/poikilos/EnlivenMinetest](https://github.com/poikilos/EnlivenMinetest). Source code is available at [https://github.com/poikilos/EnlivenMinetest](https://github.com/poikilos/EnlivenMinetest).
@ -444,4 +444,4 @@ Qt5Widgets.dll
## Developer Notes ## Developer Notes
### Regression Tests ### Regression Tests
* Use of input in python, where should never be used except in expertmm.py and minetestinfo.py for first-time setup or when interactive_enable is True * Use of input in python, where should never be used except in poikilos.py and minetestinfo.py for first-time setup or when interactive_enable is True

2
etc/change_hardcoded_world_and_username_manually_first/install-systemd-service

@ -23,7 +23,7 @@ if [ -f mts-ENLIVEN.service ]; then
#clear old downloaded copy if exists in userspace #clear old downloaded copy if exists in userspace
rm mts-ENLIVEN.service rm mts-ENLIVEN.service
fi fi
wget https://github.com/expertmm/EnlivenMinetest/raw/master/etc/change_hardcoded_world_and_username_manually_first/mts-ENLIVEN.service wget https://github.com/poikilos/EnlivenMinetest/raw/master/etc/change_hardcoded_world_and_username_manually_first/mts-ENLIVEN.service
echo "This will only work if you are using systemd." echo "This will only work if you are using systemd."
sudo mv -f mts-ENLIVEN.service /etc/systemd/system/ sudo mv -f mts-ENLIVEN.service /etc/systemd/system/
#sudo chmod +x /etc/systemd/system/mts-ENLIVEN.service #sudo chmod +x /etc/systemd/system/mts-ENLIVEN.service

2
etc/change_hardcoded_world_and_username_manually_first/upstart_version/install and start service.sh

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
echo "This doesn't work on Xenial since Ubuntu switched from Canonical upstart to systemd (unless you manually switched to upstart)" echo "This doesn't work on Xenial since Ubuntu switched from Canonical upstart to systemd (unless you manually switched to upstart)"
wget https://github.com/expertmm/EnlivenMinetest/raw/master/etc/change_hardcoded_username_first/upstart_version/etc/init.d/mts-ENLIVEN.conf wget https://github.com/poikilos/EnlivenMinetest/raw/master/etc/change_hardcoded_username_first/upstart_version/etc/init.d/mts-ENLIVEN.conf
sudo mv -f mts-ENLIVEN.conf /etc/init.d/ sudo mv -f mts-ENLIVEN.conf /etc/init.d/
#enable the mts-ENLIVEN upstart service on Ubuntu: #enable the mts-ENLIVEN upstart service on Ubuntu:
sudo service mts-ENLIVEN enable sudo service mts-ENLIVEN enable

2
etc/change_hardcoded_world_name_first/backup-mts-world

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# Copyright 2017 expertmm # Copyright 2017 poikilos
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. # The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

20
etc/game-install-ENLIVEN

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# Copyright 2017 expertmm. License: # Copyright 2017 poikilos. License:
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. # The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@ -639,7 +639,7 @@ add_git_mod invhack minetest-invhack https://github.com/salahzar/minetest-invhac
# add_zip_mod worldedit Minetest-WorldEdit-* https://github.com/Uberi/MineTest-WorldEdit/zipball/master # add_zip_mod worldedit Minetest-WorldEdit-* https://github.com/Uberi/MineTest-WorldEdit/zipball/master
echo "Installing Uberi's worldedit..." echo "Installing Uberi's worldedit..."
add_git_mod worldedit Minetest-WorldEdit https://github.com/Uberi/Minetest-WorldEdit.git add_git_mod worldedit Minetest-WorldEdit https://github.com/Uberi/Minetest-WorldEdit.git
# metatools: expertmm fork of LeMagnesium's minetest-mod-metatools # metatools: poikilos fork of LeMagnesium's minetest-mod-metatools
add_git_mod metatools minetest-mod-metatools https://github.com/poikilos/minetest-mod-metatools.git add_git_mod metatools minetest-mod-metatools https://github.com/poikilos/minetest-mod-metatools.git
# forum_url="https://forum.minetest.net/viewtopic.php?f=11&t=9376" # forum_url="https://forum.minetest.net/viewtopic.php?f=11&t=9376"
# author="tenplus1" # author="tenplus1"
@ -731,7 +731,7 @@ if [ "$spawners_enable" = "true" ]; then
echo "CHESTS_GENERATE = false" >> settings.txt echo "CHESTS_GENERATE = false" >> settings.txt
sudo mv settings.txt "$MTMOD_DEST_PATH/" # formerly $MT_MYGAME_MODS_PATH/spawners/, now is spawners/spawners_env/ sudo mv settings.txt "$MTMOD_DEST_PATH/" # formerly $MT_MYGAME_MODS_PATH/spawners/, now is spawners/spawners_env/
echo "NOTE: in spawners, only SPAWNERS_GENERATE or CHESTS_GENERATE, not both (chests seem to override) spawn in world for now. See thread for updated info: https://forum.minetest.net/viewtopic.php?f=11&t=13857&start=25" echo "NOTE: in spawners, only SPAWNERS_GENERATE or CHESTS_GENERATE, not both (chests seem to override) spawn in world for now. See thread for updated info: https://forum.minetest.net/viewtopic.php?f=11&t=13857&start=25"
echo "see also expertmm's game-install-enliven-testing-SPAWNERS_BOTH_DEBUG.txt" echo "see also poikilos's game-install-enliven-testing-SPAWNERS_BOTH_DEBUG.txt"
# dungeon_loot is part of default game, but I haven't created loot tables for this subgame yet, so remove: # dungeon_loot is part of default game, but I haven't created loot tables for this subgame yet, so remove:
remove_mod "dungeon_loot" remove_mod "dungeon_loot"
@ -930,7 +930,7 @@ add_git_mod tsm_railcorridors tsm_railcorridors http://repo.or.cz/RailCorridors/
#-- carts:powerrail #-- carts:powerrail
#-- carts:rail #-- carts:rail
# forum_url="https://forum.minetest.net/viewtopic.php?f=11&t=10172&hilit=boost+cart" # forum_url="https://forum.minetest.net/viewtopic.php?f=11&t=10172&hilit=boost+cart"
# birthstones: expertmm fork of a rather non-maintained mod--forum link is at https://forum.minetest.net/viewtopic.php?id=3663 (original mod was at https://github.com/Doc22/birthstones-mod.git) # birthstones: poikilos fork of a rather non-maintained mod--forum link is at https://forum.minetest.net/viewtopic.php?id=3663 (original mod was at https://github.com/Doc22/birthstones-mod.git)
add_git_mod birthstones minetest-birthstones https://github.com/poikilos/minetest-birthstones.git add_git_mod birthstones minetest-birthstones https://github.com/poikilos/minetest-birthstones.git
add_git_mod bakedclay bakedclay https://github.com/tenplus1/bakedclay.git add_git_mod bakedclay bakedclay https://github.com/tenplus1/bakedclay.git
add_git_mod quartz quartz https://github.com/minetest-mods/quartz add_git_mod quartz quartz https://github.com/minetest-mods/quartz
@ -1026,7 +1026,7 @@ fi
# Wuzzy's slimenodes mod (only available via /give command). # Wuzzy's slimenodes mod (only available via /give command).
# web view: http://repo.or.cz/w/minetest_slimenodes.git # web view: http://repo.or.cz/w/minetest_slimenodes.git
# add_git_mod slimenodes minetest_slimenodes http://repo.or.cz/minetest_slimenodes.git # add_git_mod slimenodes minetest_slimenodes http://repo.or.cz/minetest_slimenodes.git
# use expertmm fork instead: # use poikilos fork instead:
add_git_mod slimenodes slimenodes https://github.com/poikilos/slimenodes.git add_git_mod slimenodes slimenodes https://github.com/poikilos/slimenodes.git
# ropes: adds rope spools that are mounted to the side or bottom of a node and can be cut with any choppy tool while someone lower is climbing; doesn't lower into protected areas; also has rope ladders # ropes: adds rope spools that are mounted to the side or bottom of a node and can be cut with any choppy tool while someone lower is climbing; doesn't lower into protected areas; also has rope ladders
add_git_mod ropes ropes https://github.com/minetest-mods/ropes.git add_git_mod ropes ropes https://github.com/minetest-mods/ropes.git
@ -1159,7 +1159,7 @@ if [ -d "$PATCHES_PATH" ]; then
echo "patching $MT_MYGAME_DIR (files only, so 'omitting directory' warnings are ok)..." echo "patching $MT_MYGAME_DIR (files only, so 'omitting directory' warnings are ok)..."
sudo cp -f $PATCHES_PATH/subgame/mods/mobs_monster/textures/* "$MT_MYGAME_DIR/mods/mobs_monster/textures/" sudo cp -f $PATCHES_PATH/subgame/mods/mobs_monster/textures/* "$MT_MYGAME_DIR/mods/mobs_monster/textures/"
# REMOVE EXISTING SKINS AND ONLY ADD expertmm skins: # REMOVE EXISTING SKINS AND ONLY ADD poikilos skins:
MTMOD_DEST_PATH=$MT_MYGAME_MODS_PATH/$PATCH_SKINS_MOD_NAME MTMOD_DEST_PATH=$MT_MYGAME_MODS_PATH/$PATCH_SKINS_MOD_NAME
SUB_NAME="textures" # include u_skins since u_skins/u_skins IS THE MOD in the modpack SUB_NAME="textures" # include u_skins since u_skins/u_skins IS THE MOD in the modpack
SUB_PATH="$MTMOD_DEST_PATH/$SUB_NAME" SUB_PATH="$MTMOD_DEST_PATH/$SUB_NAME"
@ -1169,7 +1169,7 @@ if [ -d "$SUB_PATH" ]; then
fi fi
sudo cp -f $PATCHES_PATH/mods-multiplayer/$PATCH_SKINS_MOD_NAME/$SUB_NAME/* "$SUB_PATH" sudo cp -f $PATCHES_PATH/mods-multiplayer/$PATCH_SKINS_MOD_NAME/$SUB_NAME/* "$SUB_PATH"
if [ ! -d "$SUB_PATH" ]; then if [ ! -d "$SUB_PATH" ]; then
echo "ERROR: failed to install expertmm's skins to $SUB_PATH, so cannot continue." > $err_txt echo "ERROR: failed to install poikilos's skins to $SUB_PATH, so cannot continue." > $err_txt
cat $err_txt cat $err_txt
echo " press Ctrl C to cancel ENLIVEN install or this terminal will close..." echo " press Ctrl C to cancel ENLIVEN install or this terminal will close..."
sleep 1 sleep 1
@ -1181,7 +1181,7 @@ if [ ! -d "$SUB_PATH" ]; then
sleep 1 sleep 1
exit 1 exit 1
else else
echo "installed expertmm's skins to $SUB_PATH" echo "installed poikilos's skins to $SUB_PATH"
fi fi
SUB_NAME="meta" # include u_skins since u_skins/u_skins IS THE MOD in the modpack SUB_NAME="meta" # include u_skins since u_skins/u_skins IS THE MOD in the modpack
SUB_PATH="$MTMOD_DEST_PATH/$SUB_NAME" SUB_PATH="$MTMOD_DEST_PATH/$SUB_NAME"
@ -1191,7 +1191,7 @@ if [ -d "$SUB_PATH" ]; then
fi fi
sudo cp -f $PATCHES_PATH/mods-multiplayer/$PATCH_SKINS_MOD_NAME/$SUB_NAME/* "$SUB_PATH" sudo cp -f $PATCHES_PATH/mods-multiplayer/$PATCH_SKINS_MOD_NAME/$SUB_NAME/* "$SUB_PATH"
if [ ! -d "$SUB_PATH" ]; then if [ ! -d "$SUB_PATH" ]; then
echo "ERROR: failed to install expertmm's skins to $SUB_PATH, so cannot continue." > $err_txt echo "ERROR: failed to install poikilos's skins to $SUB_PATH, so cannot continue." > $err_txt
cat $err_txt cat $err_txt
echo " press Ctrl C to cancel ENLIVEN install or this terminal will close..." echo " press Ctrl C to cancel ENLIVEN install or this terminal will close..."
sleep 1 sleep 1
@ -1203,7 +1203,7 @@ if [ ! -d "$SUB_PATH" ]; then
sleep 1 sleep 1
exit 1 exit 1
else else
echo "installed metadata for expertmm's skins to $SUB_PATH" echo "installed metadata for poikilos's skins to $SUB_PATH"
fi fi

2
etc/game-install-testing.sh

@ -1,6 +1,6 @@
echo "Installing Enliven TESTING patch (run this after game-install-enliven.sh)" echo "Installing Enliven TESTING patch (run this after game-install-enliven.sh)"
echo "* You have to manually paste the environment variable settings from the beginning of game-install-enliven.sh here, so you have them." echo "* You have to manually paste the environment variable settings from the beginning of game-install-enliven.sh here, so you have them."
echo "* Only install these mods if you know what you are doing! These mods may become part of enliven later, but are not thoroughly tested for stability and compatibility. Thanks, expertmm." echo "* Only install these mods if you know what you are doing! These mods may become part of enliven later, but are not thoroughly tested for stability and compatibility. Thanks, poikilos."
echo "Known issues:" echo "Known issues:"
echo "* advanced_npc: 0.4.15 git (Jan 2017) has error with advanced_npc even with secure.enable_security = false ()" echo "* advanced_npc: 0.4.15 git (Jan 2017) has error with advanced_npc even with secure.enable_security = false ()"
echo "* torches: removes ceiling torches" echo "* torches: removes ceiling torches"

2
etc/minetestserver-install-git-all-backends.sh

@ -38,7 +38,7 @@ elif [ -f "`command -v pacman`" ]; then
elif [ -f "`command -v dnf`" ]; then elif [ -f "`command -v dnf`" ]; then
sudo dnf -y remove minetest-server sudo dnf -y remove minetest-server
sudo dnf -y remove minetest sudo dnf -y remove minetest
#see expertmm post at https://forum.minetest.net/viewtopic.php?f=42&t=3837&start=125 #see poikilos post at https://forum.minetest.net/viewtopic.php?f=42&t=3837&start=125
sudo dnf -y install -y gcc-c++ freetype-devel spatialindex-devel postgresql-devel doxygen irrlicht-devel gettext freetype cmake bzip2-devel libpng libjpeg-turbo libXxf86vm mesa-libGLU libsqlite3x-devel libogg-devel libvorbis-devel openal-devel curl-devel luajit-devel lua-devel leveldb-devel ncurses-devel redis hiredis-devel gmp-devel sudo dnf -y install -y gcc-c++ freetype-devel spatialindex-devel postgresql-devel doxygen irrlicht-devel gettext freetype cmake bzip2-devel libpng libjpeg-turbo libXxf86vm mesa-libGLU libsqlite3x-devel libogg-devel libvorbis-devel openal-devel curl-devel luajit-devel lua-devel leveldb-devel ncurses-devel redis hiredis-devel gmp-devel
cd cd
#git clone https://github.com/minetest/minetest.git #git clone https://github.com/minetest/minetest.git

2
etc/minetestserver-update-from-git.sh

@ -25,7 +25,7 @@ if [ -d "$HOME/Downloads/minetest" ]; then
make -j$(nproc) make -j$(nproc)
#cd games; git pull; make -j$(nproc) #cd games; git pull; make -j$(nproc)
#git config global user.email "" #git config global user.email ""
#git config global user.name "expertmm" #git config global user.name "poikilos"
#git pull https://github.com/minetest/minetest_game.git #git pull https://github.com/minetest/minetest_game.git
#git fetch #git fetch
#git checkout HEAD games/minetest_game #git checkout HEAD games/minetest_game

14
etc/network/Logon/minetest_userscript_localENLIVEN_server_only.vbs

@ -1,4 +1,4 @@
' Copyright 2017 expertmm ' Copyright 2017 poikilos
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: ' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. ' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@ -76,7 +76,7 @@ If objFSO.FolderExists(Minetest_folder_path) Then
objFile.Write "server_announce = false" & vbCrLf objFile.Write "server_announce = false" & vbCrLf
objFile.Write "cinematic = true" & vbCrLf objFile.Write "cinematic = true" & vbCrLf
objFile.Write "cinematic_camera_smoothing = 0.7" & vbCrLf objFile.Write "cinematic_camera_smoothing = 0.7" & vbCrLf
objFile.Write "serverlist_file = favoriteservers.txt" & vbCrLf objFile.Write "serverlist_file = favoriteservers.txt" & vbCrLf
objFile.Write "font_size = 22" & vbCrLf objFile.Write "font_size = 22" & vbCrLf
objFile.Write "font_shadow = 1" & vbCrLf objFile.Write "font_shadow = 1" & vbCrLf
@ -118,9 +118,9 @@ If objFSO.FolderExists(Minetest_folder_path) Then
objFile.Write "ambient_occlusion_gamma = 2.2" & vbCrLf objFile.Write "ambient_occlusion_gamma = 2.2" & vbCrLf
objFile.Write "inventory_items_animations = true" & vbCrLf objFile.Write "inventory_items_animations = true" & vbCrLf
objFile.Write "menu_clouds = true" & vbCrLf objFile.Write "menu_clouds = true" & vbCrLf
objFile.Close objFile.Close
End If End If

2
etc/unused/game-install-ENLIVEN-DEPRECATED.sh

@ -252,5 +252,5 @@ fi
# This mod is part of minetest_game 0.4.15! # This mod is part of minetest_game 0.4.15!
# add_git_mod moresnow moresnow https://github.com/Sokomine/moresnow # add_git_mod moresnow moresnow https://github.com/Sokomine/moresnow
# no longer needed since ENLIVEN main branch now uses expertmm travelnet: # no longer needed since ENLIVEN main branch now uses poikilos travelnet:
# add_git_mod travelnet travelnet https://github.com/Sokomine/travelnet.git # add_git_mod travelnet travelnet https://github.com/Sokomine/travelnet.git

4
patches/mods-deprecated/cme_to_spawners-0.4.15-git/README.txt

@ -4,8 +4,8 @@ This mod provides a transition from cme (Creatures Mob Engine) so you can use "s
Authors of source code Authors of source code
---------------------- ----------------------
expertmm (github.com/expertmm) poikilos (github.com/poikilos)
Authors of media (textures) Authors of media (textures)
--------------------------- ---------------------------
(no media) (no media)

2
patches/mods-deprecated/cme_to_spawners-0.4.15-git/init.lua

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm -- Copyright 2017 poikilos
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

2
patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/README.txt

@ -4,7 +4,7 @@ This mod provides a transition from tsm_pyramids so you can use "spawners" mod i
Authors of source code Authors of source code
---------------------- ----------------------
expertmm (github.com/expertmm) poikilos (github.com/poikilos)
Authors of media (textures) Authors of media (textures)
--------------------------- ---------------------------

2
patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/init.lua

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm -- Copyright 2017 poikilos
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

2
patches/mods-integration/trm_compassgps/init.lua

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm -- Copyright 2017 poikilos
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

2
patches/mods-multiplayer/ore_spawner_to_junk/README.txt

@ -14,7 +14,7 @@ Mod dependencies: default, slimenodes
Authors of source code Authors of source code
---------------------- ----------------------
expertmm (github.com/expertmm) poikilos (github.com/poikilos)
Authors of media (textures) Authors of media (textures)
--------------------------- ---------------------------

2
patches/mods-multiplayer/ore_spawner_to_junk/init.lua

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm (GNU GPL v2.1 license) -- Copyright 2017 poikilos (GNU GPL v2.1 license)
-- minetest.register_alias(name, convert_to) -- minetest.register_alias(name, convert_to)
-- "This means that if the engine finds nodes with the name name in the world the node with the name convert_to is used instead. " -- "This means that if the engine finds nodes with the name name in the world the node with the name convert_to is used instead. "

2
patches/mods-multiplayer/skinsdb/CREDITS.txt

@ -1,3 +1,3 @@
1-44: CC BY-SA 3.0 (unless otherwise specified at following url) individual authors listed at http://minetest.fensta.bplaced.net/ 1-44: CC BY-SA 3.0 (unless otherwise specified at following url) individual authors listed at http://minetest.fensta.bplaced.net/
45-49: CC0 expertmm 45-49: CC0 poikilos
50: CC BY-SA 3.0 (?) yelby2 50: CC BY-SA 3.0 (?) yelby2

4
patches/mods-stopgap/cme_to_spawners/README.txt

@ -4,8 +4,8 @@ This mod provides a transition from cme (Creatures Mob Engine) so you can use "s
Authors of source code Authors of source code
---------------------- ----------------------
expertmm (github.com/expertmm) poikilos (github.com/poikilos)
Authors of media (textures) Authors of media (textures)
--------------------------- ---------------------------
(no media) (no media)

2
patches/mods-stopgap/cme_to_spawners/init.lua

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm -- Copyright 2017 poikilos
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

2
patches/mods-stopgap/dynamic_liquid_to_default/README.txt

@ -4,4 +4,4 @@ This Minetest mod was created to repair worlds that have materials from dynamic_
Authors of source code Authors of source code
---------------------- ----------------------
expertmm (github.com/expertmm) poikilos (github.com/poikilos)

2
patches/mods-stopgap/dynamic_liquid_to_default/init.lua

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm (GNU GPL v2.1 license) -- Copyright 2017 poikilos (GNU GPL v2.1 license)
-- minetest.register_alias(name, convert_to) -- minetest.register_alias(name, convert_to)
-- "This means that if the engine finds nodes with the name name in the world the node with the name convert_to is used instead. " -- "This means that if the engine finds nodes with the name name in the world the node with the name convert_to is used instead. "

4
patches/mods-stopgap/junglelike_dryplants_recipes/README.txt

@ -17,8 +17,8 @@ Reedmace sometimes drops cotton seeds
Authors of source code Authors of source code
---------------------- ----------------------
expertmm (github.com/expertmm) poikilos (github.com/poikilos)
Authors of media (textures) Authors of media (textures)
--------------------------- ---------------------------
(no media) (no media)

2
patches/mods-stopgap/junglelike_minetestgame_recipes/README.txt

@ -11,7 +11,7 @@ Craft 8 "Cotton" (farming:cotton, formerly default:string) into Cotton Seed (cot
Authors of source code Authors of source code
---------------------- ----------------------
expertmm (github.com/expertmm) poikilos (github.com/poikilos)
Authors of media (textures) Authors of media (textures)

4
patches/mods-stopgap/lasermk3_to_junk/README.txt

@ -21,8 +21,8 @@ Mod dependencies: slimenodes, technic
Authors of source code Authors of source code
---------------------- ----------------------
expertmm (github.com/expertmm) poikilos (github.com/poikilos)
Authors of media (textures) Authors of media (textures)
--------------------------- ---------------------------
(no media) (no media)

2
patches/mods-stopgap/lasermk3_to_junk/init.lua

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm (GNU GPL v2.1 license) -- Copyright 2017 poikilos (GNU GPL v2.1 license)
-- minetest.register_alias(name, convert_to) -- minetest.register_alias(name, convert_to)
-- "This means that if the engine finds nodes with the name name in the world the node with the name convert_to is used instead. " -- "This means that if the engine finds nodes with the name name in the world the node with the name convert_to is used instead. "

2
patches/mods-stopgap/spawners_to_spawners_mobs/README.txt

@ -4,7 +4,7 @@ This mod provides a transition from spawners (old non-modpack version) in case o
Authors of source code Authors of source code
---------------------- ----------------------
expertmm (github.com/expertmm) poikilos (github.com/poikilos)
Authors of media (textures) Authors of media (textures)
--------------------------- ---------------------------

2
patches/mods-stopgap/spawners_to_spawners_mobs/init.lua

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm -- Copyright 2017 poikilos
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

4
patches/mods-stopgap/teleporter_to_travelnet/README.txt

@ -12,8 +12,8 @@ Mod dependencies: travelnet
Authors of source code Authors of source code
---------------------- ----------------------
expertmm (github.com/expertmm) poikilos (github.com/poikilos)
Authors of media (textures) Authors of media (textures)
--------------------------- ---------------------------
(no media) (no media)

2
patches/mods-stopgap/teleporter_to_travelnet/init.lua

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm (MIT license) -- Copyright 2017 poikilos (MIT license)
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

2
patches/mods-stopgap/tsm_pyramids_to_spawners/README.txt

@ -4,7 +4,7 @@ This mod provides a transition from tsm_pyramids so you can use "spawners" modpa
Authors of source code Authors of source code
---------------------- ----------------------
expertmm (github.com/expertmm) poikilos (github.com/poikilos)
Authors of media (textures) Authors of media (textures)
--------------------------- ---------------------------

2
patches/mods-stopgap/tsm_pyramids_to_spawners/init.lua

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm -- Copyright 2017 poikilos
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Loading…
Cancel
Save