Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-13 | Nice settings (#171) | DS | |
* improve style * do something * make settingtypes nicer * fix settingtypes new lines * fix it and so make it work :cat2: | |||
2015-11-15 | fix "sand" vacuum tubes not working | LeMagnesium | |
2015-03-11 | add ownership/protection handling for device configuration | Tim | |
take any available ownership into account before deciding on area protection | |||
2015-03-04 | label the vacuum tube logic abms for profiling purposes | Tim | |
useable with the mtt profiler starting with t4im/mtt@48eff13 | |||
2015-03-04 | Use group:sand for sand_tube_1 recipes | MT-Modder | |
2015-02-03 | Fix vacuum tube formspec and make radius parsing smarter | est31 | |
2015-01-31 | increase vacuum distance to radius * sqrt(3) again, but cache everything to ↵ | Tim | |
local variables | |||
2015-01-31 | switch to the minetest-conventional def-table style of registering tubes to ↵ | Tim | |
clean up their registrations fallback for the old call is provided | |||
2015-01-31 | reduce texturename repetition via __index | Tim | |
2015-01-30 | remove unnecessary pcall() around tonumber, as it will return nil for ↵ | Tim | |
invalid input and not throw an exception | |||
2015-01-30 | restyle formspecs and add infotexts to adjustable vacuuming tube | Tim | |
2015-01-30 | optimize vacuum tubes by getting rid of an extra abm, an extra loop per abm, ↵ | Tim | |
table lookups and reduce the necessary search distance a bit | |||
2015-01-29 | fix crafts to only register when their respective tubes are enabled | Tim | |
also add the one-way tube recipe back | |||
2015-01-29 | split the big tubes file up into functional modules independend from the ↵ | Tim | |
tube registration and add their respective crafting recipes use this opportunity to remove some whitespaces issues from it |