Commit Graph

  • 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
  • 7f0372559b optimize vacuum tubes by getting rid of an extra abm, an extra loop per abm, table lookups and reduce the necessary search distance a bit Tim 2015-01-30 18:18:19 +0100
  • f79956c0b6 improve handling of shapeless recipes in the autocrafter recipe filling function Tim 2015-01-30 21:09:43 +0100
  • 51c5b63ee7 fix crashing typo in sorting_tube formspec update Tim 2015-01-30 16:41:10 +0100
  • 61af474116 rename tubes to tube_registration to avoid catch-all usage Tim 2015-01-29 22:52:13 +0100
  • 4eff124ec8 fix crafts to only register when their respective tubes are enabled also add the one-way tube recipe back Tim 2015-01-29 22:47:33 +0100
  • 5a79a60e0f use the default tube textures as fallback for any missing textures during tube registration Tim 2015-01-29 22:36:16 +0100
  • a98af7bf15 split the big tubes file up into functional modules independend from the tube registration and add their respective crafting recipes use this opportunity to remove some whitespaces issues from it Tim 2015-01-29 22:24:14 +0100
  • b54a868c33 chmod -x *.lua Tim 2015-01-29 21:59:35 +0100
  • 471e1131c6 add tube inventory image to the restyled tp tube formspec Tim 2015-01-29 20:58:28 +0100
  • d15d27391b style trashcan formspec Tim 2015-01-29 20:13:44 +0100
  • fcba05fd78 move autocrafter, tp-tube and filter-injector crafts to their respective code files Tim 2015-01-29 20:10:45 +0100
  • c9d18f74e4 update all formspecs "current_name" to "context" to reflect current api Tim 2015-01-29 20:08:34 +0100
  • 009b9e9276 split the filter-injector specific code out of the generic item_transport Tim 2015-01-29 19:55:00 +0100
  • 1e50644487 add infotexts to the teleportation tube this should also debunk the myth of some players, that they are the only ones seeing the channel Tim 2015-01-29 19:04:20 +0100
  • 9d45599872 improve/style tp tube formspec and formspec handling Tim 2015-01-29 18:57:34 +0100
  • 373c7951d2 add sanity check for upgrade cases of autocrafters with broken metadata (especially for can_dig) Tim 2015-01-29 17:04:07 +0100
  • 73b3466a7b improve autocrafter infotext handling use the item description and provide more information in paused states Tim 2015-01-29 17:00:05 +0100
  • 502395aa13 use swap_node in autoplace_pipes for pipesegments so the source would be kept; fixes #78 Tim 2015-01-29 04:18:00 +0100
  • 3bcf3b5f2f use on_destruct instead of after_dig_node to clean up the cache entry to avoid any leaking during worldediting Tim 2015-01-28 21:47:50 +0100
  • b009e46590 call after_recipe_change also when moving the output item to src or dst to stop the crafter as expected Tim 2015-01-28 21:42:34 +0100
  • 197e433f49 don't add unknown or groupnamed items to the crafting grid when setting it via the output slot Tim 2015-01-28 20:56:26 +0100