35 Commits

Author SHA1 Message Date
HybridDog
3b4328d574 Add a setting to allow incomplete lighting
I have also changed the description of the other setting because torches are only a special case.
2023-12-17 15:30:58 +01:00
HybridDog
55029262a0 Create vectors with vector.new and use more voxel indices
Creating a table with the x, y and z fields instead of using vector.new is considered deprecated in the current Minetest version.
2023-12-16 14:15:55 +01:00
HybridDog
817fc3003e Inform the player about progress after the positions search 2023-12-16 14:05:18 +01:00
HybridDog
f4306fe095 Make the maximum number of search positions configurable 2023-12-16 13:26:25 +01:00
HybridDog
6348036f6b Fix the deprecated getpos() warning 2023-12-16 13:02:25 +01:00
HybridDog
48e731f727 depends.txt -> mod.conf 2021-10-10 13:02:08 +02:00
HybridDog
5e5af398c6 Fix protection test
Additionally do a small code change and add a .luacheckrc
2020-10-11 17:14:11 +02:00
HybridDog
705dccfabb Fix the good positions searching loop and take items from the player inventory 2020-07-28 21:32:41 +02:00
HybridDog
8442513208 Add a few functions to be used by other mods 2020-07-28 20:59:02 +02:00
HybridDog
884082884e Update README 2020-07-28 20:39:32 +02:00
HybridDog
2537583096 Many changes
Change the search algorithm
Change default values and messages
Use minetest.after instead of minetest.globalstep
2020-07-28 20:28:44 +02:00
HybridDog
f2293b66ab Find the target position with minetest.raycast, and make it a bit more robust 2020-07-28 18:38:10 +02:00
HybridDog
f54af55bc1 Change the License to MIT; WTFPL allows relicensing 2020-07-28 18:02:05 +02:00
HybridDog
5f05e23347 Remove the load time time logging; this is now in minetest infostream 2020-07-28 18:00:13 +02:00
Hybrid Dog
18112e66dc remove unused
M  init.lua
2016-12-28 12:01:26 +01:00
HybridDog
e28098598d fix readme
M  README.md
2016-06-30 18:59:39 +02:00
HybridDog
360c54e4ea update code
M  README.md
M  init.lua
2016-06-30 18:24:00 +02:00
HybridDog
a28f44f573 🐈
M  init.lua
2016-06-12 17:52:34 +02:00
HybridDog
f2332af244 🐈 2016-05-15 19:07:41 +02:00
HybridDog
913ff5fc76 🐈 2016-02-21 12:31:38 +01:00
HybridDog
c39bcd8374 🐈 2015-06-20 18:50:48 +02:00
HybridDog
e0902c27ed increase the cave light test nodes amount limit to 8000000 nodes 2015-06-17 16:48:11 +02:00
HybridDog
6f4e82fc8e fix playing too much sound 2015-06-16 16:46:52 +02:00
HybridDog
f92712532c add comments and infomessages 2015-06-16 16:22:16 +02:00
HybridDog
a531e43b52 search for air 2015-06-16 16:15:10 +02:00
HybridDog
30d3423119 only place onto "normal" nodes 2015-06-16 16:03:01 +02:00
HybridDog
a751f14c90 tell more info 2015-06-15 20:38:52 +02:00
HybridDog
ec00075fb0 update readme 2015-06-14 17:17:41 +02:00
HybridDog
ebb70c908f update readme 2015-06-14 17:12:18 +02:00
HybridDog
b18a3489ea play sounds and inform about the amount of placed light nodes 2015-06-14 16:50:41 +02:00
HybridDog
9fd5d65689 protection tests and use wielded nodes 2015-06-14 16:42:30 +02:00
HybridDog
e2ce8ac705 fix stuff 2015-06-14 15:19:51 +02:00
HybridDog
5a7fc08b51 make it work 2015-06-14 15:05:40 +02:00
HybridDog
acef951d8b add some code 2015-06-14 14:54:14 +02:00
HybridDog
da548853ff 💥 2015-06-14 14:20:48 +02:00