Commit Graph

238 Commits

Author SHA1 Message Date
FaceDeer
06a2ba85e3 various tidies and tweaks to technic support 2017-10-10 20:33:56 -06:00
FaceDeer
f10d46d379 Merge pull request #12 from h-v-smacker/technic-RE-batteries
Support for RE batteries for fuel
2017-10-10 19:01:28 -06:00
h-v-smacker
6290e57d8f Support for RE batteries for fuel 2017-10-10 22:02:35 +03:00
FaceDeer
19a0f193ad Merge pull request #9 from EdwardThorsten/master
Fixed deprecated calls. Whitespaces cleanup.
2017-10-09 16:48:25 -06:00
anonymous
f2826937ba Fixed deprecated calls. 2017-10-02 20:49:23 +01:00
FaceDeer
2b84b4a3da Was only testing controller node for player protection 2017-10-01 10:19:14 -06:00
FaceDeer
444411936c Merge pull request #8 from minetest-mods/cleanup
Cleanup
2017-09-30 10:56:15 -06:00
FaceDeer
860890b100 update localization 2017-09-19 23:44:59 -06:00
FaceDeer
04228904f5 reuse period/offset markers for intermittent diggers 2017-09-19 23:25:11 -06:00
FaceDeer
3bc0eb82fa add formspec auto-upgrade when layout is read 2017-09-19 23:13:31 -06:00
FaceDeer
ade365df1b making formspecs more systematic and upgradable 2017-09-19 22:57:40 -06:00
FaceDeer
c6ee4a8957 simplify code behind builder formspec 2017-09-19 01:05:55 -06:00
FaceDeer
d66cbc2164 add builder read substitutions dictionary 2017-09-19 00:24:07 -06:00
FaceDeer
576aeeade0 add ability to read node type as well as facing, simplifies programming 2017-09-14 00:47:53 -06:00
FaceDeer
46bffd82d3 standardize config settings 2017-09-12 00:20:52 -06:00
FaceDeer
15b327c842 move node defs and recipes into a subfolder 2017-09-11 23:47:25 -06:00
FaceDeer
3441a0d1da Merge pull request #7 from minetest-mods/extrusion
add extrusion setting to builders
2017-09-11 23:26:29 -06:00
FaceDeer
9103c455dd appears to be a timing issue with doc.show_entry 2017-09-10 23:24:09 -06:00
FaceDeer
b6ccd1c714 builder formspec work 2017-09-10 23:05:59 -06:00
FaceDeer
c6aa2840d3 add further out-of-range failsafes for extrusion setting 2017-09-10 21:35:26 -06:00
FaceDeer
268b4d1626 upgrade lbm for builder extrusion metadata 2017-09-10 21:30:28 -06:00
FaceDeer
97a258cf9c update localization 2017-09-10 19:06:49 -06:00
FaceDeer
99420acb69 add extrusion capability to build heads 2017-09-10 18:58:25 -06:00
FaceDeer
5d2b468df4 Merge pull request #4 from tacotexmex/master
Replace deprecated settings method
2017-06-18 14:31:30 -06:00
tacotexmex
d09c26dd65 Replace deprecated settings method 2017-06-18 19:41:38 +02:00
FaceDeer
6b39a08dab No need to test for protection here 2017-02-26 16:31:19 -07:00
FaceDeer
9a4713e2e3 updating to latest xgettext handles concatenation correctly 2017-02-26 13:56:24 -07:00
FaceDeer
e1365ee919 A few single-quote-delimited strings were omitted from the .pot 2017-02-26 12:01:26 -07:00
FaceDeer
bf483dc78c hooking up documentation for intllib 2017-02-25 21:48:24 -07:00
FaceDeer
486be59eba added a few features to this class while working on another mod 2017-02-25 21:47:16 -07:00
FaceDeer
cdc53e7757 Some slight wording changes to tooltips, hopefully bit clearer. 2017-02-14 16:34:46 -07:00
FaceDeer
c7f8d704b0 I was reading the "uses resources" setting incorrectly, defaulted to false on new games 2017-02-14 14:51:57 -07:00
FaceDeer
c57582e775 Internationalization support
What a lot of strings.
2017-02-04 23:08:38 -07:00
FaceDeer
7a044ec4e9 generalize the sticks required for Digtron structure blocks 2017-02-01 22:16:38 -07:00
FaceDeer
f63e7b7a9b add "help" buttons to various formspecs when doc is installed 2017-02-01 20:32:58 -07:00
FaceDeer
43b10262fc make use of the digtron_protected group to protect filled crates 2017-02-01 19:38:00 -07:00
FaceDeer
86be9d099e remove leftover debug. 2017-01-28 14:37:44 -07:00
FaceDeer
823b386ed9 Protect digtron against catacomb creation 2017-01-28 14:27:01 -07:00
FaceDeer
4d14df956f Update documentation for hopper compatibility, merge pipeworks docs into individual node entries 2017-01-28 12:51:04 -07:00
FaceDeer
a9456774e1 update hopper API to tenplus1's standard 2017-01-28 12:14:54 -07:00
FaceDeer
12f4a03ef2 add a "digtron_protected" node group for modders to use if they want to prevent digtrons from digging their nodes 2017-01-27 19:54:19 -07:00
FaceDeer
be3bab36e4 Remove a stray debug string 2017-01-27 19:44:46 -07:00
FaceDeer
bfa9af888a Add a "stop block" setting to auto-controller 2017-01-27 19:40:10 -07:00
FaceDeer
e1c4385471 listring for builders so you can shift-click an item into the build slot 2017-01-27 18:34:34 -07:00
FaceDeer
fbd13c3a6f add a category for fuel cost settings 2017-01-24 19:20:12 -07:00
FaceDeer
0810d99f85 Add wiki link to description 2017-01-22 11:35:52 -07:00
FaceDeer
9ded8dbd26 update version numbers. Getting close to a "release" version here, I think. 2017-01-22 11:25:46 -07:00
FaceDeer
1becf78dee Traction revamp. Digtrons can now ignore traction when moving down, and pushers ignore traction entirely. 2017-01-22 11:06:37 -07:00
FaceDeer
b8f9a54d94 remove some redundant awards.tbv calls, add defaults 2017-01-22 01:41:48 -07:00
FaceDeer
2d41c9ade1 Crash bug in awards.lua 2017-01-22 01:29:47 -07:00