summaryrefslogtreecommitdiff
path: root/common.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-10-17Make pipeworks.table_extend easier to readHybridDog
In my opinion this clarifies that tbl2 is attached at the end of tbl
2018-07-13Add pipeworks.create_fake_playerSmallJoker
Fix setter issue, add dynamic/static option Add player height. Properties aren't adaptive yet
2017-04-11remove some debug printsVanessa Ezekowitz
2017-04-11cache on/off button image refs and commonly-used label for sameVanessa Ezekowitz
2017-04-04Namespace pollution cleanup (Used list at #154)ForbiddenJ
2015-01-29chmod -x *.luaTim
2015-01-27Add intermediate button state for sorttube enablerest31
Image supplied by VanessaE.
2015-01-26Color up the enable/disable buttons for sorttubeest31
2014-08-23quick hack to prevent crash in load_position() call if given a set ofVanessa Ezekowitz
coords that are out of valid range
2014-08-17Escape text for cycling form buttonZefram
2014-08-14Major rewrite of items in tubesNovatux