summaryrefslogtreecommitdiff
path: root/lua_tube.lua
AgeCommit message (Collapse)Author
2021-02-07Various small fixesHybridDog
* Save the fakeplayer's wielded item in set_wielded_item * pipeworks.luaentity: Return the found objects in get_objects_inside_radius * Remove the invalid and unused on_blast return values in lua_tube.lua This should avoid a crash when a strong explosion happens next to a Lua Tube. * Do not access a global "nodename" in a BUG message. This avoids a potential crash, in case the message actually appears in practice. * Set the Flow Sensor and Fountain Head mesecons connection rules * pipeworks.luaentity: Use the same function for move_to and set_pos * (no functional change) Do not save the object returned by tube_inject_item into the "item1" local variable in filter-injector.lua
2021-02-05Remove unused loop variables, trailing whitespace and fix mixed-whitespace ↵HybridDog
indentations
2020-06-30Fix typo in luatube update_real_port_states helpertuedel
2020-06-30Rebase lua_tube onto upstream luacontrollergroxxda
Adds: - various bug fixes - error label on the formspec - lightweight interrupts
2020-02-18Add translation supportLouis Royer
- Created `locale/template.txt` - Fixed some typos - Replace some `print("[pipeworks]"..` with `pipeworks.logger()` - Removed "You hacker, you" from descriptions
2019-01-16Fix crash when lua tubes are DoSed.luk3yx
2018-11-14improving connectivityh-v-smacker
2017-11-30Explicitly report the color of incoming port for items in tubesh-v-smacker
2017-09-25Add lua controlled tube (#199)DS
* add lua controlled tube * make textures and fix some bugs