index
:
pipeworks
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_breaker.lua
Age
Commit message (
Expand
)
Author
2014-07-21
Let stack of projectiles diminish in node breaker
Zefram
2014-07-14
Set infotext for node breakers
Zefram
2014-07-14
Don't spill an extra pick from old node breakers
Zefram
2014-07-02
Don't wear tools out in nodebreaker if it's mechanical wear (tools which are ...
Novatux
2014-06-21
Fix crash with legacy nodebreakers
Novatux
2014-06-08
Try to fix old node breakers dropping items
Novatux
2014-06-08
Support for detection of pipeworks fake players by other mods (item drop, etc.)
Novatux
2014-05-25
Fix #66
Novatux
2014-05-18
Bugfix
Novatux
2014-05-18
Much better node breaker, own contents of deployer too (but still allow IO wi...
Novatux
2013-12-21
Fix node breaker, use new minetest.swap_node
Novatux
2013-12-21
rules_all has to be global. made it so, confined to pipeworks.{} table
Vanessa Ezekowitz
2013-12-15
tube_item has to be global. confined it to pipeworks.{} table.
Vanessa Ezekowitz
2013-12-15
local-ize pretty muchg everything that was previously global except where
Vanessa Ezekowitz
2013-12-10
catch a similar nil condition in the node breaker
Vanessa Ezekowitz
2013-11-26
Make the tube_connects={} method work properly for technic devices.
Vanessa Ezekowitz
2013-10-30
Fix node breaker crash.
Novatux
2013-10-24
Make nodebreaker and deployer use wood group instead of default wood
Vanessa Ezekowitz
2013-10-06
Better deployer and node breaker mesecons rules.
Novatux
2013-09-13
Fix hacky_swap_node to not repeatedly swap the same node in over and over
Pilcrow
2013-07-25
removed aliases to the technic deployers/node breakers
hdastwb
2013-07-19
added support for 6d facedir for all tube components, changed autoplace.lua t...
hdastwb
2013-07-01
Fix for older mod versions that used a different alias.
Anthony Zhang
2013-06-30
Phased out all deprecated minetest.env:* uses in favor of minetest.*
Vanessa Ezekowitz
2013-06-24
Node breakers now make sure the node is actually diggable before digging (imp...
Anthony Zhang
2013-06-23
rewrote autoplacement code to make it more aware of filters,
Vanessa Ezekowitz
2013-06-23
Whoops, tubes ought to connect to deployers!
Anthony Zhang
2013-06-23
Super duper pipeworks deployer and node breaker updates.
Anthony Zhang
2013-01-31
Removed node breaker and deployer. These belong in technic, not pipeworks.
Vanessa Ezekowitz
2013-01-20
Changed the name of some textures for naming conventions. Added deployer and ...
Novatux