Commit Graph

  • 6323a923e0 always read default_settings.txt before reading the world-folder's settings file Vanessa Ezekowitz 2013-08-05 04:36:50 -0400
  • 10d49abb2b Merge pull request #49 from hdastwb/notechalias VanessaE 2013-07-25 16:00:02 -0700
  • d44c2e6d3b removed aliases to the technic deployers/node breakers hdastwb 2013-07-25 18:53:51 -0400
  • d3cb83c7eb oops, technic doesn't need to load first, it depends on pipeworks! duh Vanessa Ezekowitz 2013-07-22 01:07:42 -0400
  • c9b180116f fix the check for technic for craft recipes, use optional depends to make sure it loads first Vanessa Ezekowitz 2013-07-22 01:02:29 -0400
  • ec416df794 added support for 6d facedir for all tube components, changed autoplace.lua to follow tubes.connect_sides rather than having each component coded individually, and added support for placing deployers and node breakers facing vertically hdastwb 2013-07-19 01:36:55 -0400
  • 3862070bfd add license file Vanessa Ezekowitz 2013-07-18 12:25:05 -0400
  • 26bcbd8d6f fixed a nil reference (filter code didn't check for unknown nodes) Vanessa Ezekowitz 2013-07-15 18:50:28 -0400
  • c0af957167 added ability to disable most components via config file in world folder moved pipes out of init.lua and into a separate file. some minor formatting changes Vanessa Ezekowitz 2013-07-13 22:39:25 -0400
  • 1a9a940e84 Merge pull request #47 from hdastwb/mesesandtube VanessaE 2013-07-13 18:26:56 -0700
  • 31680fcf80 added more powerful sand tubes (MESE sand tubes), along with associated crafts, textures, and documentation hdastwb 2013-07-08 12:06:47 -0400
  • b19b57ef4b Merge pull request #46 from hdastwb/lockedchest VanessaE 2013-07-09 20:13:50 -0700
  • f42486f038 Merge pull request #45 from hdastwb/lockedchest VanessaE 2013-07-08 20:40:13 -0700
  • eb63173b08 added locked chests in Overview.html hdastwb 2013-07-08 20:54:05 -0400
  • 2c89692b4a added locked chests to autoplace.lua hdastwb 2013-07-08 20:29:53 -0400
  • 92f12404a3 added locked chests in compat.lua hdastwb 2013-07-08 11:58:27 -0400
  • 2f843fdd76 remove a bunch of useless metadata and settings ("pipelike" everywhere, but it isn't used for anything) Vanessa Ezekowitz 2013-07-04 03:12:45 -0400
  • 7d8be5ddf0 got rid of oldpipes.lua Vanessa Ezekowitz 2013-07-04 02:58:44 -0400
  • 7e7ddd9c95 rewrite flowing logic a bit to eliminate excessive add_node/remove_node calls Vanessa Ezekowitz 2013-07-04 00:01:08 -0400
  • 479df82f2b Fix for older mod versions that used a different alias. Anthony Zhang 2013-06-25 12:19:58 -0400
  • df68784cec optdepends.txt is depecated. switched to ? syntax in depends.txt Vanessa Ezekowitz 2013-07-01 00:28:36 -0400
  • 17ee4f6aab Phased out all deprecated minetest.env:* uses in favor of minetest.* Vanessa Ezekowitz 2013-06-30 23:55:07 -0400
  • 4a88ed096d typo fix Vanessa Ezekowitz 2013-06-28 09:26:46 -0400
  • 9a3a9616f6 Merge pull request #44 from Novatux/simple VanessaE 2013-06-28 06:18:23 -0700
  • 89be094a1e Add option to disable cyclic behaviour Novatux 2013-06-28 15:16:28 +0200
  • 5aceb445c4 Merge pull request #43 from Novatux/crossing VanessaE 2013-06-28 06:06:57 -0700
  • 6ca5da4c3a Add crossing tubes Novatux 2013-06-28 15:03:24 +0200
  • 01bfa588ce Added support to autoroute code for technic deployer and nodebreaker Vanessa Ezekowitz 2013-06-26 03:34:28 -0400
  • 6b411ab8ad Node breakers now make sure the node is actually diggable before digging (implements the functionality of `minetest.node_dig`). Now can dig working mesecons and can't dig locked chests or other indestructable nodes. Anthony Zhang 2013-06-24 16:25:23 -0400
  • 86fd181519 Update Overview.html with documentation about the node breaker and deployer, plus docuent the fact that tubes only connect to certain sides of certain devices, like injectors and furnaces. Anthony Zhang 2013-06-24 15:52:22 -0400
  • afc4981960 actually, filters should only connect from the right/output side since they can't actually receive anything from the input side via a tube. Vanessa Ezekowitz 2013-06-23 21:52:30 -0400
  • 3a0fd39bf6 rewrote autoplacement code to make it more aware of filters, autocrafter, nodebreaker, deployer, and made sure each item will only initiate a connection to those sides which can accept such. Fixed various autorouting bugs as I ran across them. Autorouting for various devices is now: Vanessa Ezekowitz 2013-06-23 21:36:13 -0400
  • 5537257185 Whoops, tubes ought to connect to deployers! Anthony Zhang 2013-06-23 19:52:01 -0400
  • df0161f65e No infinite stacks allowed! Fix the bug where deployers have infinite stacks just like players. Anthony Zhang 2013-06-23 19:30:16 -0400
  • e728df46df Super duper pipeworks deployer and node breaker updates. Anthony Zhang 2013-06-23 19:15:31 -0400
  • 47b6c25abe minor tweaks to various dofile() calls, moved one from tubes.lua to init.lua Vanessa Ezekowitz 2013-06-22 17:51:57 -0400
  • 00e6d148d5 minor tweak to allow the register_tube() function to use any arbitrary namespace for the tube instead of forcing it to be pipeworks: Vanessa Ezekowitz 2013-06-22 15:08:05 -0400
  • 9a42a5f18b workaround for transported items sometimes just appearing out of nowhere but not being diggable. Made them have a really tiny collision box so they can be pointed at if carefully done Vanessa Ezekowitz 2013-06-21 02:56:21 -0400
  • 85499aa156 Document vertical connectivity of airtight pipe entry. Anthony Zhang 2013-06-18 18:30:48 -0400
  • ba85bfc991 corrected yield on conductor tube crafting image Vanessa Ezekowitz 2013-06-16 10:04:07 -0400
  • 4247f2d61b Made conductor tubes cheaper. Vanessa Ezekowitz 2013-06-16 10:02:14 -0400
  • ada718fc42 Added appropriate textures for mesecon conductor tubes Vanessa Ezekowitz 2013-06-16 09:36:49 -0400
  • 0002d713af new textures for spigot to support animated water + fix lighting issues Vanessa Ezekowitz 2013-06-09 19:28:22 -0400
  • 5bf21e553e more minor lighting/texture tweaks Vanessa Ezekowitz 2013-06-09 19:19:28 -0400
  • 807fae1943 Made spigot animated, so the water actually looks like it's pouring Vanessa Ezekowitz 2013-06-09 18:37:35 -0400
  • a6cbee38ec added sunlight_propagates=true to most devices to fix lighting issues adjusted size of spigot "pouring" segment. Vanessa Ezekowitz 2013-06-09 18:29:08 -0400
  • b68a66ef4a Add vertical version of airtight pipe entry if automatically rotates to connect to the thing you point at, if a connection is possible. Vanessa Ezekowitz 2013-06-08 01:00:49 -0400
  • a6faa00bdf Merge pull request #38 from Uberi/master VanessaE 2013-06-05 17:10:57 -0700
  • 40aca85cd6 Add documentation entry about MESE filter/injector, add note about on/off button on teleporter tube formspec, fix some confusing wording. Anthony Zhang 2013-06-05 17:03:10 -0400
  • 8c034ff6ef Merge pull request #37 from Novatux/teleport VanessaE 2013-06-05 07:38:47 -0700
  • 3796ddd3d8 Merge pull request #36 from Novatux/tubesfix VanessaE 2013-06-05 07:38:39 -0700
  • 14adc2fd9b Fix crash sometimes with tubes Novatux 2013-06-05 15:54:03 +0200
  • c9a8224bb5 Add an no-receive option to teleport tubes. Novatux 2013-06-05 15:54:23 +0200
  • 698c84666c Merge pull request #35 from Novatux/sand VanessaE 2013-06-02 14:38:42 -0700
  • d373742752 Fix bug with sand tubes Novatux 2013-06-02 20:36:27 +0200
  • c4717fbba6 Merge pull request #34 from Novatux/doc VanessaE 2013-06-01 07:36:04 -0700
  • 2e68b8c432 Merge pull request #33 from Novatux/craft VanessaE 2013-06-01 07:35:51 -0700
  • e2c338c959 Change craft of autocrafter to use mese crystal (autocrafter should be less expensive than teleport tube...) Novatux 2013-06-01 12:40:29 +0200
  • aafe136826 Fix Overview.html Novatux 2013-06-01 12:34:41 +0200
  • d3bc59b2ff Ran all textures through pngquant. Vanessa Ezekowitz 2013-05-30 17:29:48 -0400
  • db6e271911 Ran all textures through pngcrush. Vanessa Ezekowitz 2013-05-30 15:47:55 -0400
  • b272c6e1f8 Merge pull request #32 from Uberi/master VanessaE 2013-05-21 16:20:49 -0700
  • 93fb11791c Fix the teleport tube in the latest mt. Anthony Zhang 2013-05-21 17:44:05 -0400
  • ea602a4af0 Merge pull request #31 from Uberi/master VanessaE 2013-05-10 21:29:49 -0700
  • f304bff96b Update the Basic Overview page for latest changes. Anthony Zhang 2013-05-11 00:18:44 -0400
  • d4dddc41ec add flow sensor. Sends mesecons signal when water is flowing through it. Vanessa Ezekowitz 2013-05-10 18:28:57 -0400
  • 509fac3845 Make pumps and valves respond to mesecons signals Vanessa Ezekowitz 2013-05-10 17:44:26 -0400
  • 9231f9fa01 made valves and airtight entry panels work. Vanessa Ezekowitz 2013-05-10 17:28:11 -0400
  • 54a78297bb remove water node at spigot only at the pouring-->off transition, not repeatedly. Vanessa Ezekowitz 2013-05-10 16:17:47 -0400
  • b0d92dd358 periodically remove one water node next to each "on" pump that's also flowing Vanessa Ezekowitz 2013-05-10 15:59:56 -0400
  • 8f12d18b1d fix a bug where spigot pouring would replace the node under it with water. Also clean up spigot logic slightly. Vanessa Ezekowitz 2013-04-28 17:45:25 -0400
  • 6d348001cd Merge pull request #30 from Uberi/master VanessaE 2013-04-14 14:34:21 -0700
  • 46a33bbf2d Add Overview.html, with full documentation for all available features. Anthony Zhang 2013-04-14 13:16:47 -0400
  • 420cd06418 Update README. Anthony Zhang 2013-04-14 13:16:18 -0400
  • 1713f30d21 Merge pull request #29 from Novatux/master VanessaE 2013-04-13 09:30:35 -0700
  • 9001f0c293 Fix repartition of teleport tubes not being random. Novatux 2013-04-13 11:47:50 +0200
  • 3788437c91 Merge pull request #28 from Novatux/master VanessaE 2013-04-12 11:02:02 -0700
  • 33e3d76cec Fix conductive tube drop. Novatux 2013-04-12 19:55:39 +0200
  • 03588a64c2 Merge pull request #27 from Novatux/master VanessaE 2013-04-11 12:28:13 -0700
  • 8cd0861484 Add conductor tubes (no crafting recipe or texture for now). Novatux 2013-04-11 20:00:34 +0200
  • 16665060d4 Merge pull request #26 from bas080/master VanessaE 2013-04-07 12:14:01 -0700
  • 7b561ab423 Autocrafter only crafts when destination inventory has space bas080 2013-04-07 11:30:11 +0200
  • 7257c5532f Merge pull request #25 from bas080/master VanessaE 2013-04-03 07:06:45 -0700
  • e271dc0818 retouched the formspec of the filter and mese-filter bas080 2013-04-03 12:16:33 +0200
  • d4c2b16562 Merge pull request #24 from bas080/master VanessaE 2013-04-01 17:37:53 -0700
  • acf9532a8c Retuextured the autocrafter and (mese)filter bas080 2013-04-02 02:35:51 +0200
  • 7e328b1d11 Merge pull request #23 from Uberi/master VanessaE 2013-04-01 17:21:38 -0700
  • d784213a94 Fix tube connection to filters Anthony 2013-04-01 14:21:39 -0300
  • 23f889dfbc Fix deployer in latest minetest. Anthony 2013-04-01 14:15:20 -0300
  • c88e8639ea Merge pull request #21 from Uberi/master VanessaE 2013-03-25 13:31:39 -0700
  • d9c1984d20 Add autocrafter recipe. Anthony 2013-03-25 17:25:58 -0300
  • 519a99f44e Merge pull request #20 from Uberi/master VanessaE 2013-03-18 20:14:27 -0700
  • 6889ab0419 Add inventory images for tubes. Anthony 2013-03-18 23:01:09 -0300
  • 1695a18641 Add inventory images for old pipes. Anthony 2013-03-18 23:00:36 -0300
  • 65c4ffde7b Add inventory images for pipes. Anthony 2013-03-18 23:00:00 -0300
  • 1eaa8b0dbd Add inventory images for devices. Anthony 2013-03-18 22:58:39 -0300
  • 26422fec7a Merge pull request #19 from Novatux/master VanessaE 2013-02-07 15:36:43 -0800
  • e97d42e20d Bugfix Novatux 2013-02-07 17:21:35 +0100
  • 8513f4a881 Merge pull request #18 from Novatux/master VanessaE 2013-02-03 08:53:35 -0800
  • 660feea147 Improved the code of the teleport tube. Novatux 2013-02-03 16:11:15 +0100