Commit Graph

  • dca4706c7f Fix #197, doesn't remove the legacy code that triggered it though Jeija 2015-01-03 09:57:46 +01:00
  • 011543a782 Fix #196, removes soft-depend on commonlib Jeija 2014-12-20 10:11:12 +01:00
  • b3aa8f5d13 Fix receiver looks, fixes #195, thanks to MT-Modder for reporting Jeija 2014-12-06 17:24:34 +01:00
  • c326dc221a Rewrite Logic Gates: Makes it super-easy to add new gates and cleans up code Jeija 2014-11-29 15:08:37 +01:00
  • d2373eb605 Don't trigger an "off" event to itself when luacontroller turns a port off Jeija 2014-11-29 10:56:09 +01:00
  • 2a51e40af9 Fix luacontroller: attempt to perform arithmetic on global 'print_count' (a nil value) Jeija 2014-11-25 19:53:29 +01:00
  • 4bd9d2a9ec Merge branch 'improve-luacontroller' Jeija 2014-11-25 17:20:05 +01:00
  • f69caba036 Fix movestone to wire connection looks Jeija 2014-11-25 17:08:46 +01:00
  • e74241f4aa Fix onstate switch appearing the the creative inventory Jeija 2014-11-23 16:13:28 +01:00
  • 594d70a6f1 Merge https://github.com/Jeija/minetest-mod-mesecons #191 Megaf 2014-11-23 12:26:09 +00:00
  • f388dc475a Fix luacontroller interrupts not working if no iid is supplied Jeija 2014-11-23 10:59:51 +01:00
  • fb695e9c1c Fix #189, clean code and update documentation Jeija 2014-11-23 09:43:24 +01:00
  • de38464e5d Fixed typo and path. Megaf 2014-11-22 23:39:11 +00:00
  • fa0752af83 Added depends.txt. Added legacy support for old conducting fences. Megaf 2014-11-22 23:36:51 +00:00
  • 37cef7eb06 Adding support to old mese fence name. Megaf 2014-11-22 23:33:54 +00:00
  • 9fa0ac8fd6 Fixed bugs, improved code and added depends.txt Megaf 2014-11-22 23:30:24 +00:00
  • 9068a58b6c Moved fences to its own folder. Megaf 2014-11-22 23:19:09 +00:00
  • ab5820f215 Separeted Fences to it's own mod. Changed name to Mese Fence. Megaf 2014-11-22 23:18:03 +00:00
  • fc4d675b84 Fix crafting with the default mesecon wire Jeija 2014-11-22 23:20:29 +01:00
  • 085b4d8bb7 Fix burnt luacontroller, nodebox + crash Jeija 2014-11-22 23:14:45 +01:00
  • 0e3aa57ed3 Merge branch 'improve-luacontroller' of https://github.com/ShadowNinja/minetest-mod-mesecons into ShadowNinja-improve-luacontroller Jeija 2014-11-22 23:04:34 +01:00
  • a814abd1e0 Merge branch 'doorsounds' Jeija 2014-11-22 22:43:12 +01:00
  • 92d4e00daf Merge 77b8f6514a8d7d07598a422d3083ce2f66456345 into fb5c9edaf48ba863c18b4ead85eceef5a74e5b78 #158 Florian Euchner 2014-11-22 21:31:56 +00:00
  • fb5c9edaf4 Merge pull request #156 from HybridDog/ov_it Florian Euchner 2014-11-22 22:30:31 +01:00
  • f977ac821a Re-implement settings system: Settings can now be retrieved by mesecon.setting(<name>, <default>) and can be modified without editing the source code by adding the setting to minetest.conf For instance, you can add mesecon.blinky_plant_interval = 0.5 to minetest.conf in order to increase the blinking speed. Rewrite the blinky plant with nodetimers. Fixes #161 Jeija 2014-11-22 22:09:26 +01:00
  • 215bb16131 Merge 4b0c0dec63f3f6d151197c708a1da55ff231f500 into 80d136125ef8f17af85d0045800d5e761ace3229 #173 HybridDog 2014-11-22 20:00:28 +00:00
  • 80d136125e Fix bug in mesecon.find_receptor that caused false turnoffs and rewrite lever + switch Jeija 2014-11-22 20:49:54 +01:00
  • a550323fea Fix compatibility with not yet updated mods that use mesecon:receptor_* Jeija 2014-11-22 20:05:36 +01:00
  • d19e975955 Use iterative algorithm for mesecon.find_receptor_on, major performance improvement for large circuits. This also fixes a crash introduced with the previous commit that occured when placing a wire crossing. Jeija 2014-11-22 17:12:48 +01:00
  • 29dc50057c Fix bug in mesecon.mergetable that caused false rules Jeija 2014-11-22 16:00:49 +01:00
  • 5be179bf11 Replace mesecon:<some_function> with mesecon.<some_function> for greater flexibility and because it was never inteded to be OOP in the first place. Jeija 2014-11-22 15:42:22 +01:00
  • ffacbfde5a Use an iterative algorithm for turnon() and turnoff(), fixes #160 Jeija 2014-11-22 14:47:18 +01:00
  • b5cc933287 Pressure plates and the object detector will send power to vertical wires 2 nodes below them, allows to hide circuitry powered by them. Fixes #179 Rewrite pressure plates + vertical wires using mesecon.register_node. Jeija 2014-11-22 12:28:45 +01:00
  • 194155fff8 Rewrite mesecon wires. This should increase the efficiency and speed of large machines. Jeija 2014-11-22 11:37:47 +01:00
  • 87bfbb4de9 Fix #183, noteblock now uses default drawtype Jeija 2014-11-21 22:07:21 +01:00
  • 1b9f1b8c13 Fix #182, bug when placing wire crossings next to a powered source Jeija 2014-11-21 22:04:39 +01:00
  • dcf1f799c5 Fix #184, Fix #186, Fix #187 Just some minor issues like dead code. Jeija 2014-11-21 21:43:28 +01:00
  • ad4b45bc33 Merge pull request #1 from HybridDog/tmp #180 Megaf 2014-10-26 13:11:11 +00:00
  • d8e9b047e5 add stripes HybridDog 2014-10-25 19:48:53 +02:00
  • bd1766e448 Improve the LuaController #172 ShadowNinja 2014-08-06 22:54:17 -04:00
  • ccadd86330 Update init.lua Megaf 2014-09-18 13:06:04 +01:00
  • 46c87f1689 Fixed crafting recipe. Megaf 2014-09-18 12:31:06 +01:00
  • 97ef78274d new file: mesecons_random/textures/electricfence_tile.png new file: mesecons_random/textures/electricfence_tile_active.png Megaf 2014-09-18 12:25:26 +01:00
  • e0b7dfb4e6 Added textures. Megaf 2014-09-18 12:24:34 +01:00
  • 7cf48d25f2 new file: mesecons_random/textures/electricfence.png new file: mesecons_random/textures/electricfence_active.png Megaf 2014-09-18 12:19:56 +01:00
  • f0c649a1c2 Update init.lua Megaf 2014-09-18 12:03:55 +01:00
  • 1a9d48eb84 Update init.lua Megaf 2014-09-18 11:54:46 +01:00
  • d07b4af999 Added a fence that conduct electricity Megaf 2014-09-18 11:45:45 +01:00
  • 2dd340cdc9 Merge e293a9b6d134a7689e3d4e8194f32201da36b8f6 into d325292291ebc0bdb10ebc73b235b9569842e003 #102 Nathanaël Courant 2014-09-11 13:35:54 +00:00
  • d325292291 use the right mesecon:receptor_* call for on/off blinkyplant Vanessa Ezekowitz 2014-09-01 21:12:11 -04:00
  • 1ebd50ac75 use one ABM for blinkyplant instead of two. Vanessa Ezekowitz 2014-09-01 20:59:28 -04:00
  • 4b0c0dec63 use vm to improve speed for giant/big ghostblock constructions #173 HybridDog 2014-08-14 21:37:55 +02:00
  • 3922514ac0 dont use conductor HybridDog 2014-08-14 21:20:03 +02:00
  • d6f61aa0d2 Update init.lua #171 swaaws 2014-07-16 02:27:20 +02:00
  • 1908a225f9 add door sounds from minetest_game #170 Martin Doege 2014-07-14 20:43:06 +02:00
  • 0c62545a3a Merge pull request #168 from ShadowNinja/fix-commandblock-quit Anthony Zhang 2014-07-12 16:39:06 -04:00
  • e88e213183 Merge branch 'master' of github.com:Novatux/minetest-mod-mesecons Vanessa Ezekowitz 2014-06-08 13:06:45 -04:00
  • 63998fd7e7 Localize a few variables, add "GET" command to node detector. #167 Novatux 2014-06-08 19:02:15 +02:00
  • 13432ac87c Merge branch 'master' of github.com:Novatux/minetest-mod-mesecons Vanessa Ezekowitz 2014-06-08 10:28:57 -04:00
  • b8714f7d93 Fix #164 #166 Novatux 2014-06-08 16:12:25 +02:00
  • 99cb021f15 Add node detector, which works like the player detector but detects a specific nodename (or any node except air) in front of it. #165 Novatux 2014-06-08 08:29:17 +02:00
  • 041429c985 Fix the commandblock's check for quiting the formspec #168 ShadowNinja 2014-06-06 11:24:24 -04:00
  • e5896076fe Make sure #160 cannot be exploited to make servers crash. Jeija 2014-06-01 10:57:58 +02:00
  • 77b8f6514a Better mesecon-enabled doors #158 zefram_doors Zefram 2014-05-03 19:53:23 +01:00
  • b64fea4f70 Don't allow non-inventory items as ingredients Zefram 2014-05-01 18:42:19 +01:00
  • a6916191aa Fix #140 once again Jeija 2014-04-30 14:44:47 +02:00
  • f1eaee2281 fix programming microcontroller through form Zefram 2014-04-25 11:54:39 +01:00
  • b9178dfcaa use minetest.override_item to redefine mese #156 HybridDog 2014-04-21 13:27:12 +02:00
  • 300abcb587 Fix #155 (option 2 used). Remove non-ActionQueue system. Enable overheat for more than 20 actions per second on lua- / microcontrollers and gates. Fix a bug where a burnt luacontroller didn't have the correct pin-states as the burnt controller does not register any changes from outside. Jeija 2014-04-20 21:44:58 +02:00
  • 1f66687580 Fix bug that made delayers oscillate their input port when powering off the delayer faster than the delay time. Actually, delayers should have never worked since the ActionQueue update as they always used the default rules for their output, which is obviously nonsense. Jeija 2014-03-23 09:28:20 +01:00
  • 1852e967a9 Send changesignals for placed receptors when not powered, make on_placenode code more readable with comments. Also fixes a bug of lua- / microcontrollers not being updated when pushed by a piston. This could cause some bugs, even though I haven't found any while testing as it is a very core part of mesecons. Jeija 2014-03-21 21:31:34 +01:00
  • a9427d267b Merge pull request #141 from ShadowNinja/commandblock_textarea Jeija 2014-03-20 21:02:43 +01:00
  • 2cab6aa5ef Merge pull request #134 from Novatux/master Jeija 2014-03-20 09:28:03 +01:00
  • fb4bb3a668 Merge 0ca38b08b03e488f3e84bf29878bdc95ddeb8fdb into 37405e5a066fd1d6be42ff1242ef21055c328953 #137 ShadowNinja 2014-03-19 16:17:42 +00:00
  • 37405e5a06 Fix #146 Jeija 2014-03-19 15:13:23 +01:00
  • 3d2cfeace8 Fix #83 (experimental) Jeija 2014-03-19 14:47:22 +01:00
  • df6829e553 Remove timer() from LuaController and make interrupt() use the ActionQueue so that it will keep working when restarting the server Jeija 2014-03-19 10:20:43 +01:00
  • 39a0e56c18 Improve and clean up luacontroller digiline_send on globalstep feature Jeija 2014-03-19 09:09:39 +01:00
  • b50721c701 Merge branch 'digiline-non-reentrant' of https://github.com/CiaranG/minetest-mod-mesecons into CiaranG-digiline-non-reentrant Jeija 2014-03-16 21:12:50 +01:00
  • 38ff900274 Merge pull request #152 from CiaranG/timer Jeija 2014-03-16 21:05:49 +01:00
  • 85bf60d65c Merge 5002315ec91d614e5862e207b98a008f1cd8913c into 8440d05e8c0fe7d64edccc6f8581c63f42087151 #150 Ciaran Gultnieks 2014-03-12 18:43:50 +00:00
  • 9eda62df7b Add timer() function/event (node timer based) to luacontroller #152 Ciaran Gultnieks 2014-03-11 22:42:59 +00:00
  • 8440d05e8c Merge pull request #151 from CiaranG/lua-formspec Anthony 2014-03-11 18:11:35 -04:00
  • 5d3cba0bd4 Handle luacontroller formspec events correctly #151 Ciaran Gultnieks 2014-03-11 17:52:01 +00:00
  • 5002315ec9 Send digiline messages after luacontroller execution #150 Ciaran Gultnieks 2014-03-11 17:34:30 +00:00
  • a59f53d71a Merge pull request #148 from CiaranG/upper Jeija 2014-02-16 14:33:35 +01:00
  • c240d399fb Add missing string.upper to luacontroller #148 Ciaran Gultnieks 2014-02-16 13:28:07 +00:00
  • 0ca38b08b0 Fix #136 by always running commands as the placer #137 ShadowNinja 2014-01-09 12:40:38 -05:00
  • 5174f904b4 Revert "Remove command block until #136 is fixed" ShadowNinja 2014-01-09 12:14:52 -05:00
  • ee3797746f Fix #140 by adding a save button to the Player Detector Jeija 2014-01-19 14:12:34 +01:00
  • 8a71f51b26 Merge branch 'actionqueue' This introduces the ActionQueue, a new kind of MESECONS_GLOBALSTEP. Circuits using delayers will now resume when restarting the server. Also, large circuits should automatically resume if parts of them are in unloaded chunks. Old circuits e.g. using gates will not resume when mesecons is updated, which means you have to restart them once. But after that, it should work just like it used to. This will fix a lot of stuff but may also introduce some new bugs. So please report them! Jeija 2014-01-19 13:59:22 +01:00
  • a632a8abc8 Fix delayers and disable resuming if not using MESECONS_GLOBALSTEP Jeija 2014-01-19 13:57:11 +01:00
  • a6bd955449 Merge pull request #144 from Novatux/gates-fix Jeija 2014-01-11 23:17:14 -08:00
  • 6c979a6ebb Merge pull request #142 from Novatux/actionqueue Jeija 2014-01-11 11:19:52 -08:00
  • fe50e87da1 Make receptor_on/off overwritable, fix a serious bug. #142 Novatux 2014-01-11 20:03:37 +01:00
  • c8ef37f522 Actionqueue tweaks Jeija 2014-01-11 10:04:32 +01:00
  • 1a492feb7a Turnon/turnoff overwritable Jeija 2014-01-11 18:31:30 +01:00
  • eea4dbbea8 Use a textarea for the commandblock to accept multiple commands #141 ShadowNinja 2014-01-11 12:15:01 -05:00
  • cd30aed807 Fix #136 by always running commands as the placer ShadowNinja 2014-01-09 12:40:38 -05:00
  • 76b9198717 Revert "Remove command block until #136 is fixed" ShadowNinja 2014-01-09 12:14:52 -05:00