Commit Graph

  • 2aa9556748 tonumber() the config'd items limit Vanessa Ezekowitz 2017-04-06 00:02:31 -0400
  • ef68e058ec Don't lose extra movement when entering new tube or turning around. Ekdohibs 2017-04-06 05:13:40 +0200
  • 7680820d3e Make item counting more reliable and more efficient. Ekdohibs 2017-04-05 03:31:57 +0200
  • 33c4c9d552 let tubes break if they're "over-pressure" Novatux 2017-04-05 02:57:22 -0400
  • eab59bfe19 always set item start pos on reverse. Vanessa Ezekowitz 2017-04-05 11:43:02 -0400
  • 0056116148 Namespace pollution cleanup (Used list at #154) ForbiddenJ 2017-04-04 02:25:27 -0500
  • 0639bb9706 allow pipeworks to skip server steps when moving entities around. Vanessa Ezekowitz 2017-03-31 18:27:44 -0400
  • 3a77d1dd8e if an item should reverse dir (e.g. full destination), and it's not going back into a tube, reject it and pop out as an item Vanessa Ezekowitz 2017-03-29 16:54:38 -0400
  • 0e8a82fdba add a warning if a tubed item turns around (too many means that something is wrong with that tube circuit) Vanessa Ezekowitz 2017-03-29 15:25:05 -0400
  • b46231f543 Merge pull request #165 from cheapie/master Vanessa Ezekowitz 2017-03-28 19:06:21 -0400
  • c15023a5d1 Tweak listring behavior of autocrafter Now goes player->source->player and destination->player Carter Kolwey 2017-03-28 18:02:10 -0500
  • 64b2611d8a prevent being able to place "loaded" and "on" items (forces them to "empty" and "off") Vanessa Ezekowitz 2017-03-17 11:04:59 -0400
  • 1bfc2d4e5b increase length of signal tube pulse Vanessa Ezekowitz 2017-03-17 10:15:09 -0400
  • e5ee0dee90 add turn-to-vertical handling to valve, flow sensor reuse the code from entry panel Vanessa Ezekowitz 2017-03-17 09:36:17 -0400
  • 88ad79163d add screwdriver rotation handling on most pipes-related nodes caveats: in order to cleanly handle the entry panel, valve, and sensor I had to rotate the valve and sensor models 90 degrees so that their in-/outlet pipes point the same direction as the entry panel. Vanessa Ezekowitz 2017-03-17 09:02:34 -0400
  • bd4a27d172 make valve and pump turn on/off via on_rightclick (instead of on_punch) Vanessa Ezekowitz 2017-03-17 05:26:10 -0400
  • 3d845a3f28 Make filter-injector work with latest chest versions Thomas--S 2017-03-07 17:40:22 +0100
  • a858145098 Add missing table entries Carter Kolwey 2017-03-01 00:10:46 -0600
  • 7d872c05ee Merge pull request #160 from cheapie/master Vanessa Ezekowitz 2017-03-01 01:01:02 -0500
  • acf7ee4a80 Special-case technic machines This makes them work correctly with filters. Carter Kolwey 2017-02-28 23:52:10 -0600
  • cdbe93cdd8 Allow reversing direction if there's nowhere to go Carter Kolwey 2017-02-28 22:15:18 -0600
  • f7fe95231d Merge pull request #158 from cheapie/master Vanessa Ezekowitz 2017-02-26 16:44:22 -0500
  • 1a15a8b453 Add digilines support to autocrafter "on" and "off" messages turn it on or off, "single" crafts one item, and sending nested tables in the shape of the crafting grid sets the craft. Example message: { {"default:wood","default:wood","default:wood"}, {"default:wood","","default:wood"}, {"default:wood","default:wood","default:wood"} } Carter Kolwey 2017-02-26 15:33:14 -0600
  • 9ade40ac65 update description a bit (typo, outdated a little) Vanessa Ezekowitz 2017-02-07 16:04:02 -0500
  • 62768d243d Use node texture colorization for priority tube, instead of [colorize (except for inv image). Saves a tiny bit of RAM. Vanessa Ezekowitz 2017-01-25 04:33:27 -0500
  • a3d2e69a42 Allow Digiline Filter-Injector to match wear, metadata, and group electrodude 2016-05-27 15:31:45 -0400
  • 36d9e1fc08 Digiline Filter-Injector tweaks electrodude 2016-05-25 02:44:42 -0400
  • 6e0e7c47d0 Merge pull request #150 from t4im/master Vanessa Ezekowitz 2016-08-30 14:13:01 -0400
  • 4fdf73fbcd add list rings to pipework inventories Tim 2016-08-29 18:28:43 +0200
  • aba1ce5b36 allow reordering of itemstacks in sorting tube Tim 2016-08-29 18:28:24 +0200
  • a65eaa7cf2 update .gitignore Tim 2016-08-29 18:25:40 +0200
  • a1ed3acd7a Add digiline detector tube (#139) electrodude 2016-06-11 20:14:38 -0400
  • f76668969e Do not trust node.param2. Auke Kok 2016-06-11 17:09:07 -0700
  • 32f331e7c4 Don't make passing arguments this complex. Auke Kok 2016-05-27 17:37:56 -0700
  • 10bfa30b93 Fixed settings file leak and invalid io.close (#136) electrodude 2016-05-23 13:52:26 -0400
  • 649c7d79f6 Add Digiline Filter-Injector electrodude 2015-12-18 14:18:29 -0500
  • 193a5f8db9 Merge pull request #135 from electrodude/bugs Auke Kok 2016-04-17 20:21:12 -0700
  • b2f9047e60 Fixed mixup between enables for conductor and detector tubes electrodude 2016-04-17 23:05:38 -0400
  • 66cfc745e1 Squelch a warning if no mesecons. Auke Kok 2016-04-14 22:24:43 -0700
  • 82c03466d7 add exact mode to the filter Prot EuPhobos 2016-03-05 21:22:44 +0300
  • b1b9a7e994 Don't use item_drop(, nil,) Auke Kok 2016-04-01 22:18:44 -0700
  • e30364b2dd Changed item_drop to add_item for items dropped during transport. greencopper 2016-02-21 00:02:41 +0100
  • a107ca40f0 Add screenshot.png Auke Kok 2016-03-27 22:31:33 -0700
  • c26d6932ba Adding standard mod files Auke Kok 2016-03-27 21:28:04 -0700
  • b3177a4827 Merge pull request #134 from sofar/furnacefix Vanessa Ezekowitz 2016-03-27 20:20:03 -0400
  • c61c090ac4 Work with NodeTimer based furnaces. Auke Kok 2016-03-27 16:30:23 -0700
  • 6de437b83d fix 2 other minetest.item_drops HybridDog 2015-11-18 10:07:00 +0100
  • 352e23cfb1 fix crash caused by deprecated usage of minetest.item_drop, fixes #122 HybridDog 2015-11-17 09:09:07 +0100
  • 17a83d0474 reduce texture sizes HybridDog 2015-11-17 08:58:35 +0100
  • fd1318d9e1 fix "sand" vacuum tubes not working LeMagnesium 2015-11-15 14:24:07 -0500
  • fca10f613d added is_fake_player entry to the fake player table passed on to allow_metadata_* functions Sokomine 2015-10-10 05:44:42 +0200
  • af2c3778fe removed hud_change from TODO Thomas--S 2015-09-26 09:18:42 +0200
  • 7e61d38ef5 Fixed typo Thomas--S 2015-09-26 09:02:41 +0200
  • bb4a1756ff "Implement" two further functions for fake player est31 2015-09-25 03:27:57 +0200
  • 4eeb6950c4 Fix crash when deleting luaentities with //clearobjects. Novatux 2015-08-01 16:36:50 +0200
  • bedcf4d646 Try to fix items dropping in unloaded areas Novatux 2015-07-25 14:29:57 +0200
  • 8e642df6a2 Try to fix crash (2) Novatux 2015-06-23 19:26:01 +0200
  • 528b21da7f Try to fix crash Novatux 2015-06-23 19:16:22 +0200
  • dada8474fe Revert "fix multiple crash points if luaentity.entities or values returned from" Novatux 2015-06-23 19:00:17 +0200
  • d0952a97fc fix multiple crash points if luaentity.entities or values returned from luaentity.add_entity() are nil Vanessa Ezekowitz 2015-06-23 12:24:35 -0400
  • 5822f60ba9 fix deprecated time_images use Vanessa Ezekowitz 2015-04-26 18:46:00 -0400
  • f80dec1220 drop direct support for dedicated protection mods just use minetest's standard protection functions instead Vanessa Ezekowitz 2015-03-23 17:40:00 -0400
  • 388297de4e teleport_tube.lua recipe change Rainer 2015-03-14 21:06:24 +0100
  • c4aa351fa0 add missing alias for entry panel Vanessa Ezekowitz 2015-03-12 10:21:55 -0400
  • d167aacf4d add ownership/protection handling for device configuration Tim 2015-03-05 11:14:30 +0100
  • 86ee58b17c New wiki url in README Phvli 2015-03-09 00:05:13 +0200
  • 674450236b label the vacuum tube logic abms for profiling purposes useable with the mtt profiler starting with t4im/mtt@48eff13 Tim 2015-03-04 22:18:26 -0500
  • e8ab36a2c9 document wielder pointed_thing problems and revert "fix wielder mixing up above and under, which had for example an effect on the deployer trying to place seeds" This reverts commit 6e2f1fcd635398387a49911a996ccaba65bffdd3. Tim 2015-03-02 13:30:49 +0100
  • aa5f155100 Use group:sand for sand_tube_1 recipes MT-Modder 2015-03-01 10:54:18 -0500
  • ac4f761919 fix wielder mixing up above and under, which had for example an effect on the deployer trying to place seeds Tim 2015-03-01 09:59:38 +0100
  • c505088fbb Set the owner for locked chests on placing est31 2015-02-11 19:37:19 +0100
  • 9af43b9f6f fix conductor_tube_on texture Tim 2015-02-08 11:00:07 +0100
  • 6abed742e8 also fix chests and furnaces Vanessa Ezekowitz 2015-02-07 03:01:25 -0500
  • ce12c83306 fix filters also Vanessa Ezekowitz 2015-02-07 02:51:06 -0500
  • 364633d884 make all tubes call the routing functions using their after_place/after_dig callbacks Vanessa Ezekowitz 2015-02-07 02:45:17 -0500
  • e33b662274 remove obsolete calls to register_on_placenode/dignode they're slow and obsolete Vanessa Ezekowitz 2015-02-07 01:41:44 -0500
  • f46de19ff0 use the right variable to test on_receive_fields Tim 2015-02-05 08:22:53 +0100
  • cb8ecbf8cf don't tostring "nil" in the teleportation tube on escape Tim 2015-02-04 15:37:20 +0100
  • efe2af2d20 let the requested wielditem be the actual current wielditem and not just the initialized one clean up some code to make a few lesser calls to it Tim 2015-02-04 13:01:55 +0100
  • e53cd28fcb remove dead code to remove undeclared variable access warning Tim 2015-02-04 12:40:16 +0100
  • 7a82393547 fix typo in texturename Tim 2015-02-04 10:58:53 +0100
  • 50bc351804 Fix injector crash when dug or punched when its empty est31 2015-02-04 03:08:16 +0100
  • 8e9affc841 Make sorting tubes not drop elements if all outputs filtering for a specific element are filled. est31 2015-02-03 23:12:10 +0100
  • 50b417ce13 Add the High Priority tube segment that can be used as replacement of sorting tubes where they are only used to deactivate paths. The Priority tube uses as less cpu as the default tube, is easier to maintain as well as cheaper as the sorting tube. Tim 2015-02-03 15:35:44 +0100
  • f499f6a8c7 Fix vacuum tube formspec and make radius parsing smarter est31 2015-02-03 09:23:38 +0100
  • 9e99d2e65f rename infotext mese tube -> sorttube est31 2015-02-03 07:44:44 +0100
  • 3041ebb81b Enable to specify size for stacks a stackwise filter takes est31 2015-02-03 06:28:17 +0100
  • dc58fe8467 trim teleport_tube string input Tim 2015-02-02 19:33:41 +0100
  • 95a6ec93e7 fix broken mese tube recipe Vanessa Ezekowitz 2015-02-02 00:57:14 -0500
  • 13e878398c revert accidental revert (810ae99 -- autocrafter.lua) of f79956c Tim 2015-02-02 03:14:26 +0100
  • 2d0716be6f better texture for tube pane sides Vanessa Ezekowitz 2015-02-01 12:30:18 -0500
  • 5114dfe5f4 fix recipe in panel tube Vanessa Ezekowitz 2015-02-01 12:24:20 -0500
  • 4379b1904d add decorative tubes: one steel block embedded the other passing through an airtight pane Tim 2015-01-31 00:06:27 +0100
  • e9432321e9 increase vacuum distance to radius * sqrt(3) again, but cache everything to local variables Tim 2015-01-31 22:45:30 +0100
  • c941a24889 remove field for 01-2012 facedir legacy support for the one-way tube, which was added after Tim 2015-01-31 20:42:28 +0100
  • 70f38104a0 reduce table lookups and string concat Tim 2015-01-31 16:48:03 +0100
  • e60f86a588 switch to the minetest-conventional def-table style of registering tubes to clean up their registrations Tim 2015-01-31 16:10:25 +0100
  • 810ae99008 reduce texturename repetition via __index Tim 2015-01-31 14:47:06 +0100
  • 4dc3f159c9 remove unnecessary pcall() around tonumber, as it will return nil for invalid input and not throw an exception Tim 2015-01-30 23:51:11 +0100
  • f065349972 restyle formspecs and add infotexts to adjustable vacuuming tube Tim 2015-01-30 21:38:04 +0100