Commit Graph

  • 566a00c5f3 Oh, add utils as a submodule for table.copy #122 Cy 2013-10-26 03:45:17 -0700
  • a12890356c Mesecons work for all door doors. Cy 2013-10-26 03:40:31 -0700
  • 9ab0d9deb2 Update Microcontroller Tutorial and add .odt source for the .pdf Jeija 2013-09-08 11:38:01 +0200
  • c3082f6601 Add LICENSE.txt Jeija 2013-09-07 23:20:17 +0200
  • 09be8af517 Upgrade CC-BY-SA License to 3.0 Jeija 2013-09-07 23:15:21 +0200
  • 75ca00f51e Escape microcontroller code in formspec khonkhortisan 2013-08-29 14:14:04 -0700
  • d0fdefb5a6 Merge pull request #119 from VanessaE/master VanessaE 2013-08-27 22:42:21 -0700
  • edff91be2b Merge 5516ca58e9 into 913e355a71 #119 VanessaE 2013-08-27 22:28:52 -0700
  • 5516ca58e9 Give crossing proper textures #119 Vanessa Ezekowitz 2013-08-28 01:26:00 -0400
  • 913e355a71 Merge pull request #112 from khonkhortisan/multi_rules khonkhortisan 2013-08-27 22:22:30 -0700
  • 4283f57178 Merge 49a91d6bba into 96011bc718 #118 VanessaE 2013-08-27 22:11:43 -0700
  • 49a91d6bba Give insulated crossing proper textures #118 Vanessa Ezekowitz 2013-08-28 01:10:48 -0400
  • a73f849a97 Merge 885899cbaf into 96011bc718 #112 khonkhortisan 2013-06-25 14:42:51 -0700
  • e14315154e Smart-search prohibited commands: Fixes comments Fixes name of a variable containing prohibited commands #115 Novatux 2013-06-23 17:39:10 +0200
  • 96011bc718 Audit code for possible nil value indexing with unregistered nodes. Anthony Zhang 2013-06-22 15:43:58 -0400
  • ec63bd3abf Merge remote-tracking branch 'refs/remotes/origin/master' Anthony Zhang 2013-06-22 15:39:01 -0400
  • d15e3eedb0 Descend µ in comment khonkhortisan 2013-06-22 09:11:06 -0700
  • 885899cbaf Crossover #112 khonkhortisan 2013-06-19 19:38:34 -0700
  • 1711cbcbd8 Add dispenser #111 dispenser Jeija 2013-06-19 14:23:29 +0200
  • 735e01ea60 Merge 1d11a204f8 into c14cb331fe #110 Novatux 2013-06-17 23:52:47 -0700
  • 1d11a204f8 Add wireless emitters/recievers. Still needs textures and crafting recipe. #110 Novatux 2013-06-18 08:51:29 +0200
  • c14cb331fe Merge pull request #109 from Novatux/mvps_fix Anthony 2013-06-15 12:08:41 -0700
  • 213924f30d Merge 6efe579f68 into 4f2604e01b #109 Novatux 2013-06-15 10:18:05 -0700
  • 6efe579f68 Fix pistons not updating the nodes when placing them again. #109 Novatux 2013-06-15 19:15:43 +0200
  • 4f2604e01b mesecon:rules_link nil return rule Fixes https://github.com/Jeija/minetest-mod-mesecons/issues/108 khonkhortisan 2013-06-10 18:29:40 -0700
  • c87bc60635 Support cyclic references in luacontroller memory tables, prohibit usage of goto statement (bugs reported by Nore). Anthony Zhang 2013-06-10 16:40:34 -0400
  • 8ea71a9036 Fix bug where functions in Luacontroller EEPROM crashes the server (fixes #107). Anthony Zhang 2013-06-06 16:38:40 -0400
  • 367a41416b Fix README a little and add piston sounds by suzenako, contributed by jordan4ibanez. Anthony Zhang 2013-06-05 16:01:11 -0400
  • afad592783 Change mesecons signals so that they update effectors only after a globalstep, configurable to be on/off Novatux 2013-06-05 06:40:53 +0200
  • 9a9df6cabf Merge pull request #106 from Novatux/heat Anthony 2013-06-05 10:35:36 -0700
  • bf4417aa77 Merge edc10dac47 into fa0cf15cd9 #106 Novatux 2013-06-04 21:45:32 -0700
  • edc10dac47 Add an ABM function which resets heat to 0, since gates/controllers won't be cooled normally if they are moved (piston, etc...) during the cooling delay. #106 Novatux 2013-06-05 06:45:19 +0200
  • e293a9b6d1 Change wire crafting to use mese_crystal_fragment instead of mese_crystal, and mese_crystal instead of mese since mese has become very rare #102 Novatux 2013-06-05 06:41:57 +0200
  • 49dcd970a0 Fix setting name typo. server_step Anthony Zhang 2013-06-02 18:35:16 -0400
  • ddcdc74fd3 Merge pull request #103 from Novatux/globalstep Anthony 2013-06-02 09:08:20 -0700
  • 1a2647249c Merge 62a8ae240c into fa0cf15cd9 #103 Novatux 2013-06-01 10:06:50 -0700
  • 62a8ae240c Change mesecons signals so that they update effectors only after a globalstep, configurable to be on/off #103 Novatux 2013-06-01 19:06:31 +0200
  • fa0cf15cd9 Add yellow lightstone Sfan5 2013-06-01 11:17:38 +0200
  • 8be0d0e1d9 A ReadMe that is at least 2.84 times better than the old ones. Anthony Zhang 2013-05-26 18:40:48 -0400
  • f9ce95154e Add license information (requested by kaeza). Anthony Zhang 2013-05-25 22:59:40 -0400
  • 24160d45ff Silly mistake, interrupts should work better now. Anthony Zhang 2013-05-21 17:57:25 -0400
  • 682cf34792 Add burnt luacontroller (so you don't lose your program after an overheat) and prevent interrupts from piling up (fixes #101, metadata trashing). Idea for burnt luacontroller comes from ShadowNinja. Anthony Zhang 2013-05-15 21:36:16 -0400
  • 6f83f4cf1e Merge pull request #100 from RealBadAngel/master VanessaE 2013-04-28 04:18:37 -0700
  • bc687e77f6 Merge 255e363b04 into ac9a05df0b #100 RealBadAngel 2013-04-28 04:12:59 -0700
  • 255e363b04 Fix all crafting recipes to use modern style #100 RealBadAngel 2013-04-28 12:40:08 +0200
  • 493c32f99e Merge 4006033728 into ac9a05df0b #99 RealBadAngel 2013-04-28 02:29:06 -0700
  • 4006033728 Update init.lua #99 RealBadAngel 2013-04-28 12:29:01 +0300
  • ac9a05df0b Merge pull request #98 from RealBadAngel/patch-3 VanessaE 2013-04-28 02:21:05 -0700
  • 910ea99e2c Merge cc20b9ba47 into 163384f308 #98 RealBadAngel 2013-04-28 02:18:59 -0700
  • cc20b9ba47 Update init.lua #98 RealBadAngel 2013-04-28 12:18:52 +0300
  • 163384f308 Merge remote-tracking branch 'refs/remotes/origin/master' Anthony Zhang 2013-04-27 16:52:17 -0400
  • d4f18d08c0 Avoid prepending "Server -!- " to messages sent using the command block. Anthony Zhang 2013-04-27 16:51:00 -0400
  • 9299111900 Merge pull request #97 from RealBadAngel/patch-2 Jeija 2013-04-26 21:46:27 -0700
  • 14bd175627 Merge 13757ac854 into 0a9bcf26ca #97 RealBadAngel 2013-04-26 16:13:51 -0700
  • 13757ac854 Update README #97 RealBadAngel 2013-04-27 02:13:42 +0300
  • 0a9bcf26ca Merge pull request #96 from VanessaE/master Anthony 2013-04-22 09:50:13 -0700
  • a99269b02a Merge b3fb406727 into b0bef909a0 #96 VanessaE 2013-04-21 19:19:32 -0700
  • b3fb406727 Minor tweak to allow vertical wires with caps to use the "vertical" texture for the sides (still uses the "full" for the top/bottom of the caps). #96 Vanessa Ezekowitz 2013-04-21 22:16:17 -0400
  • b0bef909a0 Fix pressure plate (onstate) nodebox Jeija 2013-04-21 08:16:43 +0200
  • fc5245139d Merge pull request #95 from VanessaE/master Jeija 2013-04-20 23:07:14 -0700
  • 25cb254155 Merge 109d817df6 into 1a5b1b4691 #95 VanessaE 2013-04-20 22:05:28 -0700
  • 109d817df6 Make pressure plate texturing more flexible, improve appearance of existing textures #95 Vanessa Ezekowitz 2013-04-21 01:00:31 -0400
  • 1a5b1b4691 Fix pressure plate wield image. Anthony Zhang 2013-04-20 21:22:43 -0400
  • 10bacdd7f4 Update selection boxes to make building easier. Anthony Zhang 2013-04-20 11:25:12 -0400
  • 8afc6abcd5 Merge pull request #94 from RealBadAngel/patch-1 Jeija 2013-04-15 07:19:22 -0700
  • 2797af099c Merge e88e99b54f into 01d8c26b5b #94 RealBadAngel 2013-04-14 23:21:52 -0700
  • e88e99b54f Update init.lua #94 RealBadAngel 2013-04-15 09:21:41 +0300
  • 01d8c26b5b Merge remote-tracking branch 'refs/remotes/origin/master' Anthony Zhang 2013-04-14 13:58:31 -0400
  • 3b1afb1783 Fix invalid node name if node was changed in after_place_node callback (fixes #93). Anthony Zhang 2013-04-14 13:54:33 -0400
  • 6cfd12e63c Merge branch 'patch_#85' Jeija 2013-04-13 21:12:15 +0200
  • c08e868be2 Merge pull request #92 from khonkhortisan/lazypull Anthony 2013-04-07 17:05:39 -0700
  • b271f8a673 Merge f1a327ad16 into e45a2a511e #92 khonkhortisan 2013-04-07 14:28:48 -0700
  • f1a327ad16 Round movestone position, don't forget last pull #92 khonkhortisan 2013-04-07 14:20:32 -0700
  • e45a2a511e Sanity checks for commandblock commands. Anthony Zhang 2013-04-02 17:14:48 -0400
  • 63a18f1a51 Don't push objects into walls and fix bug in previous commit Jeija 2013-04-02 12:09:59 +0200
  • 57e1547515 Make pistons and movestones move objects (push only yet) Jeija 2013-04-02 11:56:37 +0200
  • 3b38bbcaf2 Make pistons and movestones move objects (push only yet) Jeija 2013-04-02 11:56:37 +0200
  • e789794c75 Experimental fix for issue #85 by removing ignored ports from the luacontroller Jeija 2013-04-01 22:24:01 +0200
  • 50cfbae452 Merge 6561859cd6 into 2cc38909a1 #88 jordan4ibanez 2013-04-01 11:20:53 -0700
  • 6561859cd6 Push and pull ALL THE OBJECTS! #88 jordan4ibanez 2013-04-01 15:20:33 -0300
  • 30476e1f28 Merge ade91d047e into 2cc38909a1 #86 jordan4ibanez 2013-03-31 20:28:59 -0700
  • ade91d047e Make pistons push ALL THE OBJECTS! #86 jordan4ibanez 2013-04-01 00:28:54 -0300
  • 0b523af424 Merge 16bb41a858 into 2cc38909a1 #84 jordan4ibanez 2013-03-31 16:16:20 -0700
  • 16bb41a858 Add in code for pistons to play sounds #84 jordan4ibanez 2013-03-31 20:16:15 -0300
  • 446e0cc819 Merge 81c1b21f17 into 2cc38909a1 #76 Bremaweb 2013-03-31 05:50:18 -0700
  • 2cc38909a1 Add /tellme command to command block. Anthony Zhang 2013-03-27 21:20:26 -0400
  • 2a61e8bea6 Merge branch 'master' of https://github.com/Jeija/minetest-mod-mesecons into next next Jeija 2013-03-26 15:14:12 +0100
  • 36bcce57b0 Add table.* to luacontroller sandbox Jeija 2013-03-26 15:12:56 +0100
  • 6cf713098a Make pistons use the 6d facedir feature Jeija 2013-03-24 20:56:46 +0100
  • 21550b3727 Explicit tables of luacontroller environment. Anthony Zhang 2013-03-23 18:41:44 -0400
  • 6983db6d82 Add math library to luacontroller, and make sure to copy stuff so code can't get out of the sandbox. Anthony Zhang 2013-03-23 17:49:25 -0400
  • 1ff437b7b0 Don't forget sticky movestones! Anthony Zhang 2013-03-16 21:18:36 -0400
  • 5f9e655c13 Add MOVESTONE_MAXIMUM_PUSH setting. Anthony Zhang 2013-03-15 19:53:09 -0400
  • 3c3e45c7ea Avoid corrupting metadata. Anthony Zhang 2013-03-15 17:46:59 -0400
  • 5fd1cf5c80 Use formspec_escape when available. Anthony Zhang 2013-03-15 17:21:16 -0400
  • e1211729cc Avoid borking the luacontroller if the code uses square brackets. When the next stable MT is released, uncomment the formspec_escape call to take advantave of formspec escaping. Anthony Zhang 2013-03-15 17:07:15 -0400
  • 588e41c786 Up/down pistons should also have special rules excluding the pusher side (rotated versions of normal pistons). Anthony Zhang 2013-03-14 14:19:02 -0400
  • 79bb4a3433 Lots of bugs in movestones fixed: Anthony Zhang 2013-03-14 13:44:49 -0400
  • e1577eba46 Revert additional piston rules. Anthony Zhang 2013-03-11 17:49:07 -0400
  • 4406654fa4 Support metadata in piston pushing (so that microcontrollers and such can be pushed), support pushing chests (not locked ones though), and add two missing rules for pistons (z- top and bottom, but not z- itself). This still avoids the piston pushing power source issue. Anthony Zhang 2013-03-11 17:37:50 -0400