summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-05Agrege la traduccion al espaƱol (#362)Carlos
2017-06-05Add api documentation (#361)you
2017-06-05Fix flowing corium textures (#364)numberZero
2017-06-05Replace deprecated method 'setting_getbool' with 'settings:get_bool' (#369)Jordan Irwin
2017-06-05advanced cable plate placing (#357)DS
* advanced cable plate placing * make also sneak possible * add screwdriver support
2017-04-17clarify battery box connections.Vanessa Ezekowitz
2017-04-16document current behavior of hydro genVanessa Ezekowitz
2017-04-14Battery boxes no longer connect to tubes from bottomVanessa Ezekowitz
(since a power cable needs to go there) items destined for "discharge" still come from the top, but items bound for the "charge" slot must come in from the left, right or back
2017-04-13Don't allow constructor to operate if bad facedir (fixes #328)Vanessa Ezekowitz
Also, use "simple" screwdriver mode for "off" constructor, and disable screwdriver for "on" one.
2017-04-13use clear_craft to remove default sandstone recipeVanessa Ezekowitz
get rid of the two grinder recipes from homedecor/fake_fire (obsolete)
2017-04-13Generalize check for cable below battery boxThomas--S
2017-04-13check for cable plate under battery alsoVanessa Ezekowitz
2017-04-13Fix fence nodebox (#346)Thomas--S
2017-04-12replace HV nuke reactor nodeboxes with comparable mesh modelVanessa Ezekowitz
model includes a flat extension on one "side" to fix #342 rotate the reactor with the screwdriver with shift-right-click before filling, to line up the flat side with your cabling. Note that the reactor doesn't actually care which side the cable comes from.
2017-04-12LV fuel-fired gen should not have tube connection overlaysVanessa Ezekowitz
2017-04-12LV batbox should show charge on all X/Z sidesVanessa Ezekowitz
(also, fixup some other texture defs for readability)
2017-04-12Make batteries only charge/discharge from the bottomVanessa Ezekowitz
(they were already supposed to but would leech charge from sideways neighbors too)
2017-04-12revise cable connection overlay (make copper part look smaller)Vanessa Ezekowitz
2017-04-12clean-up battery box images, make more consistentVanessa Ezekowitz
added tube or cable entry overlays as appropriate. deleted a couple of obsolete textures
2017-04-12use clear_craft (#339)DS
* use clear_craft * fix it * Update grinder_recipes.lua
2017-04-12Take Item from Cable Plate Stack on Place (#345)Thomas--S
(when not in Creative) and Change drop to recipe.
2017-04-11fix wrong toggle switch "on" img in chestsVanessa Ezekowitz
2017-04-11pipeworks has button on/off, button label, and button "base" cachedVanessa Ezekowitz
used them wherever possible
2017-04-11redo top/bottom textures for supply converterVanessa Ezekowitz
delete back/bottom texture for power monitor use "machine bottom" for bottom of force field generator add cable connection overlay, use it on various machines' bottoms/sides, as appropriate
2017-04-11add pipeworks tube overlays to self-contained injectorVanessa Ezekowitz
also, gave it paramtype2 = "facedir" and removed the front connection for consistency with other machines
2017-04-11add pipeworks tube overlay to top of quarryVanessa Ezekowitz
(and get rid of obsolete inventorycube() image)
2017-04-11add pipeworks tube entry overlay to tool workshopVanessa Ezekowitz
2017-04-11added tube entry overlays to most MV machinesVanessa Ezekowitz
2017-04-11add pipeworks tube overlays to MV, HV battery boxesVanessa Ezekowitz
2017-04-11fix crash in battery mod (missing meta check)Vanessa Ezekowitz
2017-04-11added tube entry overlays to fuel-fired generatorsVanessa Ezekowitz
2017-04-11add pipeworks tube connection overlays to all chestsVanessa Ezekowitz
(only applies if pipeworks is installed, if not, nothing is added)
2017-04-11fix broken ltier checks on MV/HV fuel-fired generatorsVanessa Ezekowitz
2017-04-11allow per-node stack splitting on all other standard machinesVanessa Ezekowitz
(default off)
2017-04-11allow per-injector stack splitVanessa Ezekowitz
(default off)
2017-04-11fix wrong size of self-contained injector invVanessa Ezekowitz
2017-04-11tool workshop shouldn't ever allow stack splittingVanessa Ezekowitz
(tools don't stack :) )
2017-04-11re-route tubes if active fuel-fired gen is dug (and can be)Vanessa Ezekowitz
2017-04-11allow per-generator stack splittingVanessa Ezekowitz
(default off)
2017-04-11allow per-chest stack splittingVanessa Ezekowitz
(default off)
2017-04-11allow per-battery charge/discharge stack splittingVanessa Ezekowitz
(default off for both)
2017-04-09only reject part of itemtack from chest/machine/etc., if possibleVanessa Ezekowitz
(e.g. if there's room for 50 of some item, and you send a stack of 99, 50 are added to the chest and a stack of 49 is rejected and sent on to the next destination)
2017-04-09always set the EU levelVanessa Ezekowitz
don't wait for production = 0. (if water is removed, that causes phantom output)
2017-04-05Change `noise_threshhold` to `noise_threshold`.MT-Modder
The old name was a typo and is deprecated.
2017-04-04Make forcefield controlable with digilines.DS-Minetest
2017-04-04Add digiline support to supply converter.DS-Minetest
2017-04-04Add conductive plates.DS-Minetest
These work exactly like cables, but are meant to be used as floor for when the machine does not fill the while cube.
2017-04-01Make battery box send information via digilines.DS-Minetest
2017-03-31perlin improvementsVanessa Ezekowitz
as suggested by @paramat
2017-03-31label all ABMs for profilerVanessa Ezekowitz