Commit Graph

  • f3cd1b61d7 new flow logic: flowable_node_registry_install.lua: add registration tracing thetaepsilon-gamedev 2017-10-01 16:17:35 +0100
  • d9b616c5f0 new flow logic: node registry: add initial stub for flow directionality check thetaepsilon-gamedev 2017-10-01 15:47:21 +0100
  • f7b1719767 new flow logic: node registry: split registration functions into seperate file to allow ABM code to inspect tables thetaepsilon-gamedev 2017-10-01 15:18:00 +0100
  • 3a1edac06c new flow logic: register_local_pipes.lua: make spigots work again thetaepsilon-gamedev 2017-10-01 13:00:41 +0100
  • e615a1013b new flow logic: flowable_node_registry.lua: add output node registration thetaepsilon-gamedev 2017-10-01 12:45:12 +0100
  • f3a94fcd24 new flow logic: abm_register.lua: add register_abm_output routine thetaepsilon-gamedev 2017-10-01 12:34:20 +0100
  • 15b41d14f3 new flow logic: abm_register.lua: update doc comments for register_abm_input() thetaepsilon-gamedev 2017-10-01 12:28:22 +0100
  • 463e7a206a new flow logic: abms.lua: start splitting apart spigot code into generalised output ABM thetaepsilon-gamedev 2017-10-01 12:25:43 +0100
  • 4cf9c90bb9 new flow logic: register_local_pipes.lua: fix leftover calls to abmregister thetaepsilon-gamedev 2017-10-01 12:25:03 +0100
  • 3486ee319e abms.lua: refactor and generalise run_pump_intake() to allow passing custom intake functions thetaepsilon-gamedev 2017-10-01 00:44:14 +0100
  • aee23d7642 new_flow_logic/register_local_pipes.lua: remove old ABM note in header thetaepsilon-gamedev 2017-10-01 00:24:45 +0100
  • ec9cf1df50 new_flow_logic/flowable_node_registry.lua: integrate existing ABM registration from register_local_pipes.lua thetaepsilon-gamedev 2017-10-01 00:13:43 +0100
  • 31741e33e2 new_flow_logic/abms.lua: run_pump_intake(): use passed-in maxpressure instead of table lookup, pass through in abm_register.lua thetaepsilon-gamedev 2017-10-01 00:00:33 +0100
  • 21892456f5 init.lua: move non-destructive new_flow_logic code outside if-guard thetaepsilon-gamedev 2017-09-30 23:55:16 +0100
  • c3627551b0 move all current new_flow_logic code to dedicated sub-directory thetaepsilon-gamedev 2017-09-30 23:42:26 +0100
  • d69941a0ae temporarily move ABM registration out of register_flow_logic.lua to allow refactoring it into flowable registry thetaepsilon-gamedev 2017-09-30 23:22:04 +0100
  • afcec82ae3 register_flow_logic.lua: expose ABM registration functions thetaepsilon-gamedev 2017-09-30 23:02:11 +0100
  • aaef5eb22b register_flow_logic.lua: factor out per-node input ABM registration thetaepsilon-gamedev 2017-09-30 22:56:12 +0100
  • 7498a32364 new_flow_logic.lua: fix callback crash due to check_for_liquids_v2() being moved to sub-table thetaepsilon-gamedev 2017-09-30 22:46:21 +0100
  • 8dfbcad949 register_flow_logic.lua: begin refactoring abm registration to allow use by other mods thetaepsilon-gamedev 2017-09-30 22:41:38 +0100
  • 0251baf692 new_flow_logic.lua: move logic functions inside pipeworks.flowlogic sub-table thetaepsilon-gamedev 2017-09-30 20:47:00 +0100
  • 40eeaac2ec internal refactoring of flowable node registration in preparation for enhanced flow checking logic thetaepsilon-gamedev 2017-09-30 20:16:00 +0100
  • 10221c6c15 add TODO list extracted from new_flow_logic changelog entries thetaepsilon-gamedev 2017-09-30 17:32:09 +0100
  • ca4837f1c6 changelog.txt: back-entries for new flow logic work thetaepsilon-gamedev 2017-09-30 17:18:53 +0100
  • 879b4489b2 Merge pull request #202 from thetaepsilon-gamedev/master Vanessa Ezekowitz 2017-09-30 08:52:13 -0400
  • 1666dfc2c7 register_flow_logic.lua: add author notice thetaepsilon-gamedev 2017-09-27 17:54:03 +0100
  • 9d01482488 init.lua: add missing dofile for new flow logic thetaepsilon-gamedev 2017-09-27 17:53:08 +0100
  • 3e827c23b9 flowing_logic.lua: separate out new logic into seperate file thetaepsilon-gamedev 2017-09-27 17:49:49 +0100
  • 2d70d2b657 init.lua: turn off by-default new flow logic for now thetaepsilon-gamedev 2017-09-27 17:37:46 +0100
  • df8ef255a3 flowing_logic.lua: add new spigot code + ABM registration thetaepsilon-gamedev 2017-09-27 17:25:16 +0100
  • 69133818f7 pipes.lua: split out new flow logic registration and make it respect feature toggles thetaepsilon-gamedev 2017-09-27 17:00:18 +0100
  • d6dcd51302 devices.lua: replace calls to add_node() with swap_node() to preserve node metadata thetaepsilon-gamedev 2017-09-27 16:42:15 +0100
  • c3708b154c flowing_logic.lua: fix pressure limit bug due to accessing non-existant variable thetaepsilon-gamedev 2017-09-27 16:32:22 +0100
  • 67350b55bb pipes.lua: wire up pump intake ABM and add pumps to balancing logic thetaepsilon-gamedev 2017-09-27 16:20:07 +0100
  • c5e5aa069f flowing_logic.lua: add start of new pump handler code thetaepsilon-gamedev 2017-09-27 16:02:30 +0100
  • 6a0fe9f3c0 flowing_logic.lua: add new version of check_for_liquids() thetaepsilon-gamedev 2017-09-27 15:49:03 +0100
  • 59ac978093 pipes.lua: place old ABM code registration behind if-guard for new flag thetaepsilon-gamedev 2017-09-27 15:19:20 +0100
  • 64a5b18e89 flowing_logic.lua: implement initital pressure balancing behaviour thetaepsilon-gamedev 2017-09-27 14:59:25 +0100
  • f82570f580 initial stub patches to re-implement new_flow_logic thetaepsilon-gamedev 2017-09-27 14:14:33 +0100
  • 2adcd3e777 hard dep on mesecons Vanessa Ezekowitz 2017-09-27 02:22:05 -0400
  • cf93eca017 Replace old nodeupdate() with new minetest.check_for_falling() (#200) Thomas--S 2017-09-26 05:55:11 +0200
  • b2bb4c5280 make the filters use ghostitems (#197) DS 2017-09-26 05:22:25 +0200
  • 736d67784c fix digiline_filter crashing when getting a string as count (#196) DS 2017-09-26 05:21:49 +0200
  • e8e9de04dd Add lua controlled tube (#199) DS 2017-09-26 05:21:15 +0200
  • 05c0a8670b Add digiline_conductor and mesecon_and_digiline_conductor tubes (#195) DS 2017-09-26 05:19:35 +0200
  • a5e1bfa0e8 give more possibilities to mods (#194) DS 2017-08-21 00:05:08 +0200
  • c57a35d5bd filter: allow to take items out of locked chests if same owner (#193) DS 2017-08-17 21:20:38 +0200
  • f9f436fd7e fix a crash (#190) 0.4.16 DS 2017-07-20 07:42:34 +0200
  • 769dd7fe7b Adjust rate control code to work better Vanessa Ezekowitz 2017-07-03 18:38:18 -0400
  • 3c20e91029 prevent crash if node being taken from has no inv Vanessa Ezekowitz 2017-06-23 14:11:19 -0400
  • 1273d82917 only return true from receive_fields() when actually needed Vanessa Ezekowitz 2017-06-19 22:59:37 -0400
  • 078161c51d Pipeworks uses LGPL code from minetest_game, changed license accordingly. Vanessa Ezekowitz 2017-06-18 19:32:05 -0400
  • 11d57cc02b Change compat-chests.lua to block top-mounted tube connections when chest is open ForbiddenJ 2017-06-17 19:52:55 -0500
  • 018accd1ae Change compat-chests.lua to handle modern chests and be clean. (Addresses https://github.com/minetest-mods/pipeworks/issues/177) ForbiddenJ 2017-06-17 13:32:10 -0500
  • 2eff6e36ea Change scope of local variable 'nodecolor': (#185) Jordan Irwin 2017-06-07 22:54:09 -0700
  • 69d994a2a2 Replace deprecated methods: (#179) Jordan Irwin 2017-05-18 02:33:56 -0700
  • 7d70d79cda improve node breaker textures (#173) DS 2017-05-18 11:32:01 +0200
  • d82227942d Nice settings (#171) DS 2017-04-14 03:13:30 +0200
  • 3679943620 also check for group "tubedevice" (fixes injecting into one-way tube) Vanessa Ezekowitz 2017-04-12 16:15:39 -0400
  • 0c0e6a6b66 make sure there's something appropriate to inject an item into (fixes #123) Vanessa Ezekowitz 2017-04-12 16:03:41 -0400
  • 9d6881deca fix scale of on/off switch in teleport tube Vanessa Ezekowitz 2017-04-12 14:36:50 -0400
  • f44993cd84 allow external devices to connect to pipes and use that feature to handle most of the existing devices) also, fix the "xray" glitch in the grating Vanessa Ezekowitz 2017-04-12 03:39:43 -0400
  • acc2b6802e fix scale on autocrafter's on/off switch Vanessa Ezekowitz 2017-04-12 07:03:17 -0400
  • d78364570c use "base" field in a couple more places Vanessa Ezekowitz 2017-04-11 20:05:58 -0400
  • 1b2e94f199 remove some debug prints Vanessa Ezekowitz 2017-04-11 19:45:59 -0400
  • 15fe8e068f cache button "base" field since it's also standard Vanessa Ezekowitz 2017-04-11 19:16:21 -0400
  • 5e26aa5f91 cache on/off button image refs and commonly-used label for same Vanessa Ezekowitz 2017-04-11 18:52:39 -0400
  • a7c3908b61 remove old compat file (obsolete) Vanessa Ezekowitz 2017-04-11 09:02:04 -0400
  • 698c83d626 chests/furnaces: cache tube overlay images Vanessa Ezekowitz 2017-04-11 08:58:19 -0400
  • fcd9b0fbf4 adjust sorting tube formspec to account for re-sized button on/off/interm images Vanessa Ezekowitz 2017-04-11 01:34:12 -0400
  • 8f3d8cc586 allow stack per-chest/per-furnace stack splitting defaults to disabled, whether the node has a new formspec or not note that furnace fuel stacks can't be split. Vanessa Ezekowitz 2017-04-10 23:13:44 -0400
  • cf97f02434 only reject part of itemtack from chest, if possible Vanessa Ezekowitz 2017-04-09 15:05:44 -0400
  • 8d50c191c8 cap luaentities table entries to valid coords on load (in case the file gets corrupted on write?) Vanessa Ezekowitz 2017-04-09 03:18:56 -0400
  • c9c4b4cd15 make item drop by tubes nicer (#168) DS 2017-04-09 07:19:40 +0200
  • c2a288303f Merge pull request #169 from DS-Minetest/tube_blast_break Vanessa Ezekowitz 2017-04-09 01:19:21 -0400
  • 9ee97e1ed1 break tubes on blast DS-Minetest 2017-04-08 16:47:42 +0200
  • 2c02d792bf allow repairing a broken tube by striking it with cottages:hammer, or castles modpack anvil:hammer, or with any glooptest hammer except wood or stone. Vanessa Ezekowitz 2017-04-07 19:47:12 -0400
  • bea570555a remove "reversed" warning message (not needed now that tube breaking is reliable) Vanessa Ezekowitz 2017-04-07 03:35:24 -0400
  • f3a74bb618 default breaking code to "enabled" and lower the default limit to 30. Vanessa Ezekowitz 2017-04-06 00:15:16 -0400
  • 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