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
/
teleport_tube.lua
Age
Commit message (
Expand
)
Author
2017-04-12
fix scale of on/off switch in teleport tube
Vanessa Ezekowitz
2015-03-14
teleport_tube.lua recipe change
Rainer
2015-03-11
add ownership/protection handling for device configuration
Tim
2015-02-05
use the right variable to test on_receive_fields
Tim
2015-02-04
don't tostring "nil" in the teleportation tube on escape
Tim
2015-02-03
trim teleport_tube string input
Tim
2015-01-31
switch to the minetest-conventional def-table style of registering tubes to c...
Tim
2015-01-31
reduce texturename repetition via __index
Tim
2015-01-29
add tube inventory image to the restyled tp tube formspec
Tim
2015-01-29
move autocrafter, tp-tube and filter-injector crafts to their respective code...
Tim
2015-01-29
add infotexts to the teleportation tube
Tim
2015-01-29
improve/style tp tube formspec and formspec handling
Tim
2015-01-25
use a hashmap to manage teleportation tubes, to speedup lookups and tablemodi...
Tim
2015-01-25
improve tp_tube configuration handling to decrease disk i/o, handle empty str...
Tim
2015-01-20
rewrite parts of the teleportation tube to avoid a few grave performance issues:
Tim
2014-11-22
update to use current mesecons API
Vanessa Ezekowitz
2014-07-21
Better teleport tube control dialog
Zefram
2014-07-05
Name tube items for function rather than material
Zefram
2014-06-29
Fix problems with incorrectly destructed teleport tubes.
Novatux
2014-01-03
Support for the mesecons mvps callback
Novatux
2013-12-21
local-ize a couple of variables, code style fixes
Vanessa Ezekowitz
2013-12-15
local-ize a few more variables, move all of the nodebox models
Vanessa Ezekowitz
2013-12-15
local-ize pretty muchg everything that was previously global except where
Vanessa Ezekowitz
2013-08-06
added reserved teleport channels
hdastwb
2013-06-30
Phased out all deprecated minetest.env:* uses in favor of minetest.*
Vanessa Ezekowitz
2013-06-05
Add an no-receive option to teleport tubes.
Novatux
2013-05-21
Fix the teleport tube in the latest mt.
Anthony Zhang
2013-04-13
Fix repartition of teleport tubes not being random.
Novatux
2013-02-03
Improved the code of the teleport tube.
Novatux
2013-01-19
Added textures for teleport tube
Novatux
2013-01-19
Added channel formspec for teleport tube
Novatux
2013-01-19
Added accelrator and teleport pipes
Novatux