Commit Graph

206 Commits

Author SHA1 Message Date
upsilon 2b2faeca02
Fix crash when using the playerkiller
Fixes #9
2018-08-20 10:42:11 +02:00
upsilon 8a56370ce8
Allow using templates on multiple luacontrollers
Fixes #8
Patch submitted by @oiaohm
2018-02-27 16:33:18 +01:00
upsilon ce9544d2bf
Remove mod storage checks 2017-06-23 13:47:41 +02:00
upsilon 4c81b43032
mesechest: add crafts 2017-06-10 10:11:05 +02:00
upsilon 89b1fe18c5 mesechest: colorize textures 2017-06-09 20:44:25 +02:00
upsilon ae5a96cb42 Mesechest: make mesechest work with last mt_game version 2017-06-09 20:44:25 +02:00
upsilon fd21b16c02 Mesechest: limit API functions overwriting 2017-06-09 20:44:25 +02:00
upsilon 6291b4c001 Add the mesechest 2017-06-09 20:44:25 +02:00
upsilon dbd5c4cf99
Luacontroller tool: add counter and clock templates (#7) 2017-06-08 16:33:53 +02:00
upsilon 400e90c9ca
Fix luacontroller tool crash
Set "sender" parameter when executing on_receive_fields callback
2017-06-08 16:01:33 +02:00
upsilon aa2ae82cc2 Merge branch 'AntumDeluge-settings' 2017-06-04 17:56:30 +02:00
Pierre-Adrien Langrognet d580e0e974 Merge branch 'master' into settings 2017-06-04 17:57:16 +02:00
upsilon 6662f92902
Remove empty file .gitmodules 2017-06-03 15:34:39 +02:00
upsilon 7839aefcdc Add 'moremesecons_luablock/md5_lua/' from commit 'e8cd75ce397da6dd75ddb37cb07eb31663743223'
git-subtree-dir: moremesecons_luablock/md5_lua
git-subtree-mainline: 79e856494a
git-subtree-split: e8cd75ce39
2017-06-03 15:32:33 +02:00
upsilon 79e856494a
Remove md5_lua submodule
This prepares re-adding it as a subtree.
2017-06-03 15:32:05 +02:00
upsilon 180167110f
LuaBlock: store md5 checksums
This avoids changing the LuaBlock code by setting its metadata.
2017-06-02 14:51:10 +02:00
upsilon 8cac3f8f70
Add a craft for the induction transmitter 2017-05-28 18:02:31 +02:00
upsilon 482dd4df93
Add an induction transmitter
This node makes the signal goes two nodes forward instead of one
2017-05-28 15:16:01 +02:00
upsilon c53ac5b660
Adjustable Blinky Plant: fix very fast blinking before having set an interval + add a minimum interval setting 2017-05-21 19:11:12 +02:00
AntumDeluge d542d15fa4 Replace deprecated methods:
- 'setting_get' with 'settings:get'
- 'setting_getbool' with 'settings:get_bool'
2017-05-13 01:52:42 -07:00
AntumDeluge 17ddb23406 Add cornernote's 'craft_guide' mod as optional dependency:
Ensures that craft recipes are registered.

Added to the following mods with craft recipes:
- adjustable_blinkyplant
- adjustable_player_detector
- commandblock
- conductor_signalchanger
- dual_delayer
- entity_detector
- igniter
- injector_controller
- jammer
- playerkiller
- sayer
- signalchanger
- switchtorch
- teleporter
- timegate
- wireless
2017-05-13 10:45:08 +02:00
AntumDeluge 3e327c0172 Ignore Eclipse project files & directories 2017-05-13 10:37:34 +02:00
upsilon e1d2e84746
LuaBlock: don't set the function environment + remove created pos global 2017-05-02 18:26:09 +02:00
upsilon abe8368e32
Make the mod working with current stable release 2017-05-02 18:11:24 +02:00
upsilon 8c267be40d
luablock: add a "pos" table in env containing the LuaBlock position 2017-05-01 12:52:05 +02:00
upsilon f44bdbfb36
Remove a debug message 2017-04-27 18:19:16 +02:00
upsilon ae9935fcca
Wireless: make an "on" version of the wireless node
This avoids self-activating bugs
2017-04-27 18:15:47 +02:00
upsilon 5422017493
Wireless: avoid inserting numerous times same wireless in wireless table 2017-04-27 17:42:59 +02:00
upsilon b403e6e9ab
Wireless: bugfixes 2017-04-27 17:01:35 +02:00
upsilon 9b61effa60
Attemps to fix a strange server freeze, probably due to the wireless
No debug log...
2017-04-27 15:59:19 +02:00
upsilon 1d651b3811
Rename "Temporary gate" into "Time gate" 2017-04-24 21:12:46 +02:00
upsilon 8ac9b40cf6
Add the LuaBlock 2017-04-24 11:06:59 +02:00
upsilon aa54d34b5a
Fix switchtorch craft
Use moremesecons_switchtorch:switchtorch_off instead of moremesecons_switchtorch:switchtorch_on
2017-04-23 17:45:58 +02:00
upsilon eebb82f48b
Fix unworking wireless when the wireless LBM is enabled 2017-04-22 21:17:06 +02:00
upsilon 23dd415bbe
Wireless: add owners to wireless + optimize ?
Channels are linked together only if the owner is the same.
The mod storage upgrading function is untested.
2017-04-21 13:56:37 +02:00
upsilon d8c859a162
Define vector_extras functions in moremesecons_utils
if vector_extras is not loaded
Loading vector_extras is still recommended because its functions may be more up-to-date.
2017-04-19 21:41:10 +02:00
upsilon 66ccf8af3b
adjustable player detector: increase detection radius formspec field width
So the label can be entirely read
2017-04-19 20:56:30 +02:00
upsilon c79bc86666
Rotate dual delayer, signal changer and conductor signal changer 2017-04-19 20:53:18 +02:00
upsilon a68e7cb45b
settingtypes.txt: add a setting for jammer LBM 2017-04-19 20:52:50 +02:00
upsilon b60a719b14
moremesecons.setting: remove pointless val_under_min parameter 2017-04-19 18:33:36 +02:00
upsilon ea81d826b9
moremesecons.setting: fix wrong type name
"bool" instead of "boolean"
2017-04-19 13:27:06 +02:00
upsilon b79147065a Change license to MPL 2.0
Mozilla Public License is an OSI approved license, which is more permissive than GPL.
It is compatible with GPL
2017-04-19 11:42:41 +02:00
upsilon 8fd6859536
jammer: override mesecon.get_node_force instead of minetest.get_node_or_nil 2017-04-19 11:31:33 +02:00
upsilon 41c9b342c0
Use mod storage for jammer, too 2017-04-19 11:23:08 +02:00
upsilon 75abcb3077
Add a moremesecons_utils mod to reduce redundant code 2017-04-19 11:08:58 +02:00
upsilon b9654cca02
Add back registration LBMs, disabled by default. 2017-04-19 10:36:33 +02:00
upsilon 8051880395
Adds a description.txt 2017-04-17 11:28:17 +02:00
upsilon 3a6a2e616c
Use mod storage instead of LBMs to revover wireless and teleporter tables 2017-04-17 11:17:09 +02:00
upsilon 79aa35bc62 [moremesecons_jammer] Fix missing quotes 2017-03-12 17:27:13 +01:00
upsilon 29499c5f78 [moremesecons_teleport] Always select the nearest teleporter 2017-03-12 17:27:11 +01:00