Commit Graph

1210 Commits

Author SHA1 Message Date
de5f0dbe93 Fix server crash on anchor placement (#67) 2020-07-01 18:11:14 +10:00
6014539705 Add documentation for power monitor digiline interface 2020-06-30 15:06:05 +02:00
47e75e456f Add digiline interface to power monitor
The power monitor can now be queried for information about the network. They
are retrieved from the associated switching station.

Also export information about the attached batteries.
2020-06-30 15:06:05 +02:00
facc8e783c Add digiline rules to inactive reactor
2853651427 added the rules only for active
reactor.
2020-06-30 14:07:34 +02:00
a02a015664 Merge remote-tracking branch 'origin/upstream' 2020-06-29 10:31:23 +02:00
00618d13b5 Drill and laser: call node-specific on_dig (#556)
This properly digs nodes that have a custom on_dig function specified. For normal nodes, the behaviour is kept the same.
2020-06-27 17:29:50 +02:00
6154a04c00 Remove node_ownership support, cleanup (#560) 2020-06-24 21:14:04 +02:00
438c0877f6 Add external machine registration support (#557)
New 'technic.register_base_machine' definition table value: 'modname' (defaults to current run mod)
2020-06-24 21:12:25 +02:00
79e006d89d remove bug report template (invalid statements about maintenance) 2020-06-23 14:12:42 +02:00
f1bd7c06ba remove stray prints 2020-06-23 14:01:03 +02:00
SX
2853651427 Nuclear reactor conduct digilines above/below 2020-06-23 06:40:10 +02:00
db0d466588 remove (now invalid) quarry quota docs 2020-06-22 18:18:25 +02:00
fd18c6ce96 bump switching station timeout to 1800 seconds (half an hour) 2020-06-19 07:54:02 +02:00
c7e0c153bf cleanup open issues in docs 2020-06-19 07:53:18 +02:00
c02b054372 update readme to reflect compatibility to upstream mod 2020-06-19 07:51:42 +02:00
b56f3f04f4 fix wrench url in docs 2020-06-19 07:45:29 +02:00
e95fdb3f5b consolidate upstream wiki into repository as markdown files (upstream-wiki only has minor edits since 2017)
related: #53
2020-06-19 07:42:43 +02:00
6525f11a5d a bit stricter luacheck and some global leakage fixes 2020-06-18 11:49:04 +02:00
f3fbd1f75d fix luacheck warnings 2020-06-18 11:42:23 +02:00
022c6ad9a0 proper name for luacheck workflow 2020-06-18 11:36:41 +02:00
caecf49383 mesecons manual stub 2020-06-18 11:35:28 +02:00
3caab20e48 add digilines doc file and document switching station interface
partially attends to #53
2020-06-18 11:31:37 +02:00
b0e45d4012 add mesecons interface to world anchor 2020-06-18 11:26:03 +02:00
c26eafec92 Merge branch 'minor_fixes' of https://github.com/Panquesito7/technic 2020-06-18 11:14:08 +02:00
c5d1353e65 shuffle and reorganize documentation 2020-06-18 11:09:40 +02:00
7c0d0a2041 provide "lag" info in switching station digiline response 2020-06-18 10:59:40 +02:00
4a6d6f6644 remove laggy switching stations from active index
laggy switching stations won't work well in unloaded areas this way
2020-06-18 10:56:16 +02:00
7b24a74e41 Merge remote-tracking branch 'origin/upstream' 2020-06-16 09:56:52 +02:00
88f2bc388f Add issue template 2020-06-13 14:14:14 +02:00
8c5e74a055 Remove .luacheckrc URL, use local config 2020-06-12 13:56:32 -05:00
f27964f018 Remove node_ownership support 2020-06-12 13:56:18 -05:00
a8daa417c4 Add GitHub workflow and luacheck (#545)
Add badge to README
Fix luacheck warnings
Remove node_ownership globals (and support)
2020-06-12 20:39:00 +02:00
64ae1fd154 copy paste typo 2020-06-12 21:15:28 +10:00
449c772f76 only check protection if node can be dug by quarry 2020-06-12 20:51:27 +10:00
309f12b5ac allow owner to edit quarry even if protected 2020-06-11 21:20:36 +10:00
c41722bf9c add mesecons interface for the quarry 2020-06-11 12:24:08 +02:00
529d09d98e purge quarry cache more often 2020-06-05 22:38:51 +10:00
fcf8fafcfe basic digilines support for the nuclear reactor
related: #14
2020-06-04 14:36:38 +02:00
080226340a adjust quarry time limiting
improves digging speed through empty space or non-diggable nodes
2020-06-01 20:21:41 +10:00
7c8d6fbdaf quarry rewrite/optimization 2020-05-30 17:29:05 +02:00
6c02359187 Merge remote-tracking branch 'origin/upstream' 2020-05-28 09:36:06 +02:00
befe3ecc86 Fix incorrect numeric types for 5.3.0-dev
5.3.0-dev adds strict type checks for registration fields, hence this was not noticed earlier due to implicit string-number conversions
2020-05-27 18:32:57 +02:00
SX
c8e5e800e8 Machine conduct digilines downwards (#49)
* Custom digiline rules for machines

* Add custom digiline receptor and effector rules for machines

* technic.digiline.rules must be always available, even if digilines is disabled

Co-authored-by: SX <sx@minetest>
2020-05-23 21:24:35 +02:00
f99148f2c4 make self-contained injector directional 2020-05-20 20:27:30 +10:00
f83ad4f6c1 fix for cooking recipes with replacements
fixes pandorabox-io/pandorabox.io#326
2020-05-15 20:41:35 +10:00
bb3de1a72a Merge pull request #47 from minetest-mods/master
[pull] master from minetest-mods:master
2020-05-13 18:02:26 +00:00
df7f2e464a Alloy furnace: More realistic recipe balance (#549) 2020-05-13 19:13:33 +02:00
27e745f21f Merge remote-tracking branch 'origin/upstream' 2020-05-10 18:29:38 +02:00
31a052d7e6 Chainsaw update (bushes and moretrees fixed) (#551)
Add missing moretrees nodes to the chainsaw
Cut all nodes with the "tree" and "leaves" group too.
2020-05-10 14:42:57 +02:00
88635af715 fix identical naming 2020-05-09 21:03:12 +02:00