Commit Graph

  • 00f0164bf3
    Create mesecons_button.fr.tr Bebibio 2024-05-26 15:35:24 +0200
  • 66bf04bc4f
    Create mesecons_blinkyplant.fr.tr Bebibio 2024-05-26 15:34:40 +0200
  • dce38b3c01
    Create mesecons.fr.tr Bebibio 2024-05-26 15:33:30 +0200
  • 034867940b added dependancy back and moved textures, delayer has more consistent look and has bold arrow symbol again mruncreative 2024-05-24 21:30:38 +0200
  • a82bac7b5b
    [mesecons_doors] Improve code quality and fix Voxelgarden support (#671) Mikita Wiśniewski 2024-05-21 01:21:52 +0700
  • 32e1cc63f2
    Add node detector blacklist api #672 detector_blacklist Niklp 2024-05-18 23:54:53 +0200
  • 71d54b176e Update the trapdoor_switch function #671 Mikita Wiśniewski 2024-05-16 13:37:24 +0700
  • 2feae0d4b5 [mesecons_doors] Improve code quality and fix Voxelgarden support Mikita Wiśniewski 2024-05-15 18:09:54 +0700
  • b2b4e2cf73 use luacontroller_LED instead of microcontroller_LED to prevent breaking the digistuff mod which inherits it. I hope no mods inherit microcontroller LED. mruncreative 2024-04-26 13:52:57 +0200
  • eab3099a88 moved gate textures to base mesecon mod, made delayer look like a gate, removed dependency of gates on delayer mruncreative 2024-04-21 22:15:33 +0200
  • 9622278bf2
    Check for digiline message field type 1F616EMO 2024-04-20 07:53:03 +0800
  • 59487a424d Reduced the amount of textures needed for pistons with texture modifiers. Will continue to work fine with all existing texturepacks. No change in graphics. mruncreative 2024-04-14 21:01:08 +0200
  • fb82c8458b changed delayer base texture to microcontroller bottom for more uniform look mruncreative 2024-04-14 17:05:57 +0200
  • 557cdaadc7 removed separate LEDs for luacontroller since already contained in base mod it depends on mruncreative 2024-04-14 16:22:46 +0200
  • d7439fefa2 reversed accidental change to modpack.conf mruncreative 2024-04-14 14:19:36 +0200
  • 764cc24f9b changed torch to be plantlike, x-shaped instead of just a sprite and only use 1 texture instead of 3 and changed delayer to require only 3 textures from texturepacks instead of 13 changing the model to be a simple slab mruncreative 2024-04-14 14:06:36 +0200
  • cffbc33e6d
    Remove NaN values (#667) OgelGames 2024-03-15 05:54:19 +1100
  • 6714749f8e remove nan values #667 OgelGames 2024-03-12 14:06:35 +1100
  • e5c1837a41
    Merge 11f4dbf692 into 59780437f2 #647 Vitaliy 2024-01-25 09:57:31 -0700
  • 59780437f2
    Fix 1-tick pulses causing delayers to get stuck in the on state (#663) lolbinarycat 2024-01-22 12:29:02 -0500
  • 50a4bd6170
    node_detector now accepts a comma-seperated list of nodes like object_detector lolbinarycat 2024-01-13 05:05:49 -0500
  • 872cbfac83
    Update mesecons_detector/init.lua #661 sfan5 2024-01-13 11:02:52 +0100
  • bc89bcc6cb delayer_offstate and delayer_onstate are now present on both states of delayers, preventing a crash #663 binarycat 2024-01-09 22:15:57 -0500
  • 722f820946
    Merge fdf679f405 into 7418d5cb61 #526 Vitaliy 2024-01-04 02:13:25 -0800
  • 55c013f4e7
    Merge 763c997a33 into 7418d5cb61 #532 Vitaliy 2024-01-04 02:12:48 -0800
  • 7418d5cb61 Reduce redundancy in minetest.registered_nodes lookups SmallJoker 2023-12-27 10:20:04 +0100
  • 59e51d5f84 Reduce redundancy in minetest.registered_nodes lookups #666 SmallJoker 2023-12-27 10:20:04 +0100
  • fc9fff24bd
    Merge e4f2f84203 into 6b42419828 #614 Jude Melton-Houghton 2023-12-26 03:04:11 -0700
  • 46cb7a0f29 fix 1-tick pulses causing delayers to get stuck on binarycat 2023-12-19 15:28:48 -0500
  • 5d58293084 rename variable to satisfy linter #659 binarycat 2023-12-19 15:05:46 -0500
  • ab2df3caf3 add fallback implementation for fifo_queue.add_list() in case table.move() is missing #662 binarycat 2023-12-19 15:04:02 -0500
  • 79214b5c71 revert local-variable lifting binarycat 2023-12-19 15:01:15 -0500
  • 4c27c65cdc remove profiling stuff binarycat 2023-12-17 16:18:21 -0500
  • 068da0c047 cleanup binarycat 2023-12-17 16:17:00 -0500
  • 22eae4b805 mess with locals and hide debug prints binarycat 2023-12-17 16:09:07 -0500
  • 43a568df7f store result of table lookup in local variable, improving performance and readability binarycat 2023-12-17 15:48:34 -0500
  • 5be0ee97fb add fifo_queue.add_list() and use it to eliminate an inner loop binarycat 2023-12-17 15:36:40 -0500
  • a7c8146e71 micro-optimization: eliminate index in inner loop binarycat 2023-12-17 15:24:28 -0500
  • bc9ed16c91 more optimization of inner loops related to mvps_push binarycat 2023-12-17 15:13:54 -0500
  • ba9b2509a0 don't check for sticky blocks in locations that are already being pushed binarycat 2023-12-17 15:06:53 -0500
  • 00359e7ae8 add profiling debug prints binarycat 2023-12-17 14:57:06 -0500
  • 6b42419828
    Pistons can no longer push beds lolbinarycat 2023-12-17 14:27:49 -0500
  • 0a07ef60bd node_detector now accepts a comma-seperated list of nodes like object_detector binarycat 2023-12-17 14:10:16 -0500
  • 066c7474eb pistons can no longer push beds #660 binarycat 2023-12-16 17:48:29 -0500
  • c9f3915792 fix crash caused by missing nil check binarycat 2023-12-16 17:02:39 -0500
  • e7d11b3c38 fix issue 645 binarycat 2023-12-16 16:33:36 -0500
  • 5042b4d8c6
    Merge 9aebb4be5d into 8e30ee4113 #480 FranchuFranchu 2023-09-24 15:52:23 +0200
  • 8e30ee4113
    Update mesecons_delayer.de.tr (#649) Luke aka SwissalpS 2023-08-26 11:36:20 +0200
  • 12e599e059
    Update mesecons_delayer.de.tr #649 Luke aka SwissalpS 2023-08-08 00:06:15 +0200
  • b318aadd0a
    Translate Mesecons to German (#636) Wuzzy 2023-08-05 12:57:46 +0200
  • 4ba0dc8e8d Minor tweaks in German translation #636 Wuzzy 2023-08-03 08:02:29 +0200
  • 4b0b205e38
    fix: should check activate/deactivate for conductor has already swapped the node #648 Riceball LEE 2023-07-10 20:21:30 +0800
  • c931b5d4af
    chore: lua lint Riceball LEE 2023-07-10 14:59:36 +0800
  • a6a769aff6
    fix: the effector action can not be triggered when effector with conductor Riceball LEE 2023-07-10 14:52:25 +0800
  • 11f4dbf692 Sticky block: add crafting recipe #647 numzero 2023-06-18 22:19:20 +0300
  • fef402e88a
    Add string.split function (#500) Lejo 2023-06-18 20:43:53 +0200
  • f98ea14023
    MVPS: make stoppers non-replaceable even if they are buildable_to (#545) DS 2023-06-18 20:21:32 +0200
  • 7f8758f17b
    Pressure plates: check for entity contact (#632) Johannes Fritz 2023-06-18 13:05:35 -0500
  • 8b6694bdbc
    Merge b6fde13bb0 into 54de66b3e1 #513 rdococ 2023-04-27 02:45:24 -0700
  • 43e0639550 Move obj_touching_plate_pos outside pp_on_timer #632 MrRar 2023-04-23 17:01:48 -0500
  • 15fa8765a5 Check if object is below pplate Johannes Fritz 2023-04-21 12:40:46 -0500
  • 85a10404c7 Flatten out contact detection code Johannes Fritz 2023-04-20 09:36:33 -0500
  • 9d276033dc Pressure plates check for entity contact Johannes Fritz 2023-01-25 14:01:32 -0600
  • 212979932f
    MVPS: don't move non-physical objects #639 flux 2023-04-18 15:06:11 -0700
  • f5de0e1a8e Change German translation of Fiber Wuzzy 2023-03-22 22:57:49 +0100
  • 62799cbf08 Change de translation of node detector Wuzzy 2023-03-19 13:54:12 +0100
  • 2efb5d0ad4 Translate Mesecons to German Wuzzy 2023-03-18 19:38:51 +0100
  • 1e95abd399 Add many new noteblock sounds #635 Wuzzy 2023-03-18 18:48:41 +0100
  • 54de66b3e1
    Add pitch variations for most noteblock sounds (#535) Wuzzy 2023-03-18 14:42:20 +0100
  • a28ff4a7dd Remove wrong noteblock comment #535 Wuzzy 2023-03-18 13:20:44 +0100
  • 41b7d1af3b Some noteblock code cleanup Wuzzy 2023-03-15 16:21:10 +0100
  • 6582f1445f Initialize noteblock at C note Wuzzy 2020-09-18 02:42:28 +0200
  • 79135be97a Add pitch variations for most noteblock sounds Wuzzy 2020-09-18 02:40:25 +0200
  • 6890624f3d
    Add option to disable printing inside a luacontroller (#633) fluxionary 2023-02-23 08:16:35 -0800
  • 90a34d67c8
    Update settingtypes.txt #633 fluxionary 2023-02-22 20:26:50 -0800
  • 5cf746ca49
    normalize capitalization flux 2023-02-21 14:39:54 -0800
  • 9777a259e0
    add option to disable printing inside a luacontroller flux 2023-02-19 15:34:01 -0800
  • 2589b391e5
    Do not print the mesecons OK message HybridDog 2022-12-22 21:02:36 +0100
  • 2cc82a0a43 remove the message completely #485 HybridDog 2022-12-22 20:52:37 +0100
  • edcdc6817e
    Avoid deprecated item metadata accessors (#630) Jude Melton-Houghton 2022-12-15 12:43:08 -0500
  • 5a403ed703 Make FPGA cache max age configurable #631 Jude Melton-Houghton 2022-12-09 19:09:03 -0500
  • 4948ebb8be Minify generated code more Jude Melton-Houghton 2022-12-09 17:28:29 -0500
  • 2d6c987cf0 Make code less syntactically ambiguous Jude Melton-Houghton 2022-12-08 09:14:10 -0500
  • 776c7e0b23 Compile FPGA configurations to Lua Jude Melton-Houghton 2022-12-06 11:53:24 -0500
  • 60240ba268
    Fix mvps receptor_off issue (#627) Jude Melton-Houghton 2022-12-07 07:15:23 -0500
  • 48d6e3e490 Avoid deprecate item metadata accessors #630 Jude Melton-Houghton 2022-12-06 20:18:31 -0500
  • 88566d3ac9 Enable test #627 Jude Melton-Houghton 2022-12-06 12:02:11 -0500
  • 4069b2e52e Add comment Jude Melton-Houghton 2022-11-21 08:20:51 -0500
  • 2862544a75 Fix mvps receptor_off issue Jude Melton-Houghton 2022-11-20 17:10:04 -0500
  • c10ce2dbc5
    Add automated tests for some mods (#605) Jude Melton-Houghton 2022-12-06 11:54:21 -0500
  • 2ede29df9c
    Add Esperanto translation (#625) jolesh 2022-12-01 18:33:19 +0100
  • a780298cfc
    Add recipe to straighten wire (#629) fluxionary 2022-12-01 09:26:47 -0800
  • 9546d31b67 fix recipe #629 flux 2022-11-24 13:17:23 -0800
  • f08e51778a fix typos flux 2022-11-24 13:16:44 -0800
  • 7783ffa754 add recipe to straighten corner insulated wires flux 2022-11-24 13:15:46 -0800
  • 93386eaf4c Add pending test for incorrect mvps receptor_off #605 Jude Melton-Houghton 2022-11-20 14:05:10 -0500
  • 2d8bdd2d95 Fix test "node movement updates moved effectors" Jude Melton-Houghton 2022-11-20 14:01:19 -0500
  • b09b0af40b Add Esperanto translation #625 jolesh 2022-11-11 14:45:12 +0100
  • bd07fb0c79
    Fix typo in hydroturbine recipe (#624) Niklp 2022-10-07 23:28:30 +0200
  • c8733f0382
    fix typo in hydroturbine recipe #624 Niklp 2022-10-06 11:09:51 +0200