Commit Graph

  • bd5a42356b
    Use sane default i3 inventory settings when missing (#57) Awkanimus 2023-01-26 15:44:41 -0500
  • 0d9b2eed97 Use sane default i3 inventory settings when missing Awkanimus 2023-01-23 03:34:18 +0000
  • b0b675f715
    Fix deprecated call to player:get_look_pitch() wsor4035 2023-01-08 21:51:49 -0500
  • 7504d88b62 fix sign unknown 2023-01-08 21:38:30 -0500
  • eb6197c2bd fixes https://github.com/mt-mods/pipeworks/issues/53 unknown 2023-01-08 19:45:00 -0500
  • 855937aec3 make all nodes diggable in mcl* survival mode unknown 2022-12-02 15:54:21 -0500
  • fc0d4990b0 make minor bugfixes to restore compat with mineclone2 unknown 2022-11-20 19:47:14 -0500
  • 5e9bfa049b
    Add digilines to teleport tube and refactor code (#49) OgelGames 2022-11-11 23:20:28 +1100
  • 5345fe7af3
    Prevent vacuum tubes breaking themselves and refactor code (#51) OgelGames 2022-11-11 23:14:08 +1100
  • 4f27525cd3 use minetest.get_objects_in_area and bump to 5.4 OgelGames 2022-11-11 14:49:31 +1100
  • a973fa9e47 save buttons exit formspec OgelGames 2022-11-10 15:48:26 +1100
  • 0d54b1699b only load vacuum_tubes.lua when enabled OgelGames 2022-11-10 15:46:06 +1100
  • 330eb973c0 prevent vacuum tubes breaking and refactor code OgelGames 2022-11-10 15:45:23 +1100
  • 5653a235bb add digilines to tp tube and refactor code OgelGames 2022-11-09 21:49:51 +1100
  • 8c251800db
    Store teleport tube DB more compactly (#45) Jude Melton-Houghton 2022-09-21 17:53:42 -0400
  • 677e8689b2 Store teleport tube DB more compactly Jude Melton-Houghton 2022-09-20 19:36:35 -0400
  • b190d29d21 fix https://github.com/mt-mods/pipeworks/issues/44 unknown 2022-09-19 20:21:34 -0400
  • e45eca76e1
    check if machine is protected before trying to break/place a node (#43) fluxionary 2022-09-17 16:03:55 -0700
  • 09c2ca66f4
    Merge branch 'master' into wielder_protection_check fluxionary 2022-09-17 14:11:47 -0700
  • 61bab4ef83
    check whether the machine is protected, not the target flux 2022-09-17 10:13:32 -0700
  • 65cea1e33c
    check if target is protected before trying to break/place a node, so as not to trigger protection violations (#42) fluxionary 2022-09-16 16:16:58 -0700
  • 0ae7e0db19
    check if target is protected before trying to break/place a node, so as not to trigger protection violations flux 2022-09-16 16:12:17 -0700
  • b6c02ac8de
    typo fix Luke aka SwissalpS 2022-08-16 00:30:42 +0200
  • 54243764e0
    prevent tubes from connecting to the front of furnaces to match chests wsor4035 2022-08-13 23:59:46 -0400
  • 1823690dad
    Store teleport tube DB in mod storage (#40) Jude Melton-Houghton 2022-08-13 16:22:53 -0400
  • d8ca08a859 Improve pipeworks.logger Jude Melton-Houghton 2022-08-13 14:08:25 -0400
  • a261febb14 Add migration note in README Jude Melton-Houghton 2022-08-13 14:08:15 -0400
  • 26c5b6b2c2 Log DB migration to mod storage Jude Melton-Houghton 2022-08-13 13:46:25 -0400
  • 9e86d75577 Slightly improve storage reading code Jude Melton-Houghton 2022-08-13 12:40:27 -0400
  • 5e85b61af2 Remove backup code Jude Melton-Houghton 2022-08-13 12:32:01 -0400
  • 659c9edac9 Prevent overwriting of tube DB backup file Jude Melton-Houghton 2022-08-12 21:06:59 -0400
  • 23bf523c72 Store teleport tube DB in mod storage Jude Melton-Houghton 2022-08-12 19:58:54 -0400
  • 75894355d4
    Use on_repair when repairing tube (#37) SX 2022-06-23 19:06:01 +0300
  • b8f07b9009
    Verify was_node registration SX 2022-06-23 00:01:00 +0300
  • 64fb579dd2
    Use tube.on_repair SX 2022-06-21 23:39:39 +0300
  • 1e10718a07
    Use on_repair when repairing tube SX 2022-06-21 06:31:52 +0300
  • 7b15bdbd1f
    Add configurable globalstep interval (#32) Jude Melton-Houghton 2022-05-24 19:13:41 -0400
  • 90425fde95 fix broken shift-clicking in wielder formspec OgelGames 2022-05-23 02:28:21 +1000
  • 165405b282 Rename to "entity update interval" Jude Melton-Houghton 2022-05-17 18:21:20 -0400
  • 5c9a185b01 Lower maximum globalstep interval Jude Melton-Houghton 2022-05-15 09:11:50 -0400
  • d8948a9da0 Add warning for high globalstep interval Jude Melton-Houghton 2022-05-15 09:11:08 -0400
  • 36c04245e9 Add configurable globalstep interval Jude Melton-Houghton 2022-05-14 11:34:02 -0400
  • 1349ff8dd8
    Return early from on_step (#33) Jude Melton-Houghton 2022-05-15 10:58:35 -0400
  • 3b31b6f9c0 fix https://github.com/mt-mods/pipeworks/issues/31 unknown 2022-05-13 22:10:40 -0400
  • 4fce320d9c
    Better Hades Revisited support (#30) sfence 2022-05-13 04:52:17 +0200
  • 2862503215 Return early from on_step Jude Melton-Houghton 2022-05-12 22:01:55 -0400
  • e17eb59716 Override chests and furnaces in Hades as well. SFENCE 2022-05-12 20:39:29 +0200
  • 96192328a9 Fix recipes, add telepoter device for teleporter tube recipe. SFENCE 2022-05-12 19:55:47 +0200
  • 1d707eca3a Fix spaces vs tabs in crafts.lua SFENCE 2022-05-12 19:40:04 +0200
  • 55ded7e569
    Make tubes opaque when entities are not used (#29) Jude Melton-Houghton 2022-05-11 18:41:28 -0400
  • 707fafd13a Fix embedded pane tube texture Jude Melton-Houghton 2022-05-11 08:12:33 -0400
  • 26084d011c Remove pipeworks_opaque.png Jude Melton-Houghton 2022-05-10 17:13:15 -0400
  • 240820c00e Simplify tube tile function Jude Melton-Houghton 2022-05-09 20:14:29 -0400
  • 237d97b1a3 Add pipeworks_opaque.png Jude Melton-Houghton 2022-05-09 19:59:11 -0400
  • 9ce2790112 Make tubes opaque when entities are not used Jude Melton-Houghton 2022-05-09 19:53:45 -0400
  • c0b49196d0 Improve setting Jude Melton-Houghton 2022-05-08 14:13:08 -0400
  • 470eaa3273 Add option for opaque tubes Jude Melton-Houghton 2022-05-08 08:41:32 -0400
  • e3d94cb3a8
    fix digiline formspec spacing (#27) wsor4035 2022-05-07 17:04:06 -0400
  • 859222698f fix digiline formspec spacing unknown 2022-05-07 16:49:22 -0400
  • 97903327a5
    Add option to forego real entities (#26) Jude Melton-Houghton 2022-05-06 11:25:02 -0400
  • 90ae67d4a1 Add option to forego real entities Jude Melton-Houghton 2022-05-05 22:02:34 -0400
  • 37eef73695
    add I3 support + update to formspecs v2 (#22) wsor4035 2022-04-16 14:51:59 -0400
  • 70ad896443 fix button overlap unknown 2022-04-16 14:48:18 -0400
  • 7426e11104 fix button pos unknown 2022-04-16 14:31:32 -0400
  • 7dfa021272 add injectors unknown 2022-04-16 14:21:03 -0400
  • 84ef47d2ef fix luacheck fix crash unknown 2022-04-16 14:03:40 -0400
  • c225dfad61 fix luacheck unknown 2022-04-15 23:52:38 -0400
  • 669a8c03b1 add mese tube unknown 2022-04-15 14:57:29 -0400
  • ed653131bc add autocrafter + convert to fs v2 unknown 2022-04-14 20:24:23 -0400
  • 1f0c406b2c update teleport tube to fs v2 unknown 2022-04-14 19:55:32 -0400
  • bf885e4b57 add wielders, bugfix prepends, bugfix list styling unknown 2022-04-13 23:35:40 -0400
  • 0345386323 fixed missed texture to make game agnostic unknown 2022-04-13 22:47:03 -0400
  • 3b546ca824 add teleport tube unknown 2022-04-13 22:44:18 -0400
  • 9bd59c9f51 make prepends a function unknown 2022-04-13 22:41:07 -0400
  • c188a18cba add i3 styled vacuum tube unknown 2022-04-13 00:00:02 -0400
  • 26db573e80 add i3 inv support + i3 styled trash can unknown 2022-04-12 23:50:59 -0400
  • 3092ce771f
    Merge pull request #21 from mt-mods/issue_20 fluxionary 2022-04-01 20:38:39 -0700
  • 96ccd29dd2 address flux review unknown 2022-04-01 20:20:48 -0400
  • 8e0b25fb2c fix https://github.com/mt-mods/pipeworks/issues/20 unknown 2022-04-01 19:50:21 -0400
  • 8a29f8844c
    fix pipeworks:mese_tube_000000 craft wsor4035 2022-03-20 12:47:45 -0400
  • 5aa0501872
    make pipeworks Game agnostic (#16) wsor4035 2022-03-14 21:39:58 -0400
  • 58bd68f79d address sx review unknown 2022-03-13 19:50:48 -0400
  • 830c0a24b0 fix some material names unknown 2022-03-12 16:49:04 -0500
  • 0518f49003 strip materials list down to only whats needed unknown 2022-03-12 16:42:45 -0500
  • 961f73ddec move remaining crafts to crafts.lua unknown 2022-03-12 16:33:31 -0500
  • 192f07f8b1 fix last of non mesecon crafts unknown 2022-03-11 20:29:07 -0500
  • 06a9544159 support more crafts unknown 2022-03-11 20:14:35 -0500
  • c07ff1ecdc partially move crafts to crafts.lua unknown 2022-03-05 23:50:22 -0500
  • 4ce2cbd4b8 additionally game dig group support unknown 2022-03-05 23:26:14 -0500
  • 6d2db5f9c4 fix wierd tab spacing unknown 2022-03-05 22:04:59 -0500
  • 8fd06cadc3 fix default formspec crashes unknown 2022-03-05 21:52:22 -0500
  • ee341d493d make sounds work unknown 2022-03-05 21:38:34 -0500
  • 16c9ee8dc4 remove depreciated/unnessary default function calls unknown 2022-03-05 21:16:09 -0500
  • 3ffbafda60 fix missing steel texture issues unknown 2022-03-05 20:57:22 -0500
  • 6e74ec0965 fix water texture warnings unknown 2022-03-05 20:52:48 -0500
  • 96d8a5d00b make water flow unknown 2022-03-05 20:44:49 -0500
  • 70d478934d make it boot in non mtg unknown 2022-03-05 20:04:29 -0500
  • 5618003be3 fix remaining use_texture_alpha warnings OgelGames 2022-02-07 15:53:29 +1100
  • 06fd754216 fix pipeworks_enable_items_per_tube_limit setting OgelGames 2022-01-07 13:42:08 +1100
  • 794cae675e
    Expose set_tube on public API (#6) SX 2022-01-02 16:14:14 +0200