Anthony
85f2f3f742
Merge pull request #126 from qwrwed/master
...
change on_punch to on_rightclick, make disabled blinky plants drop norma...
2013-12-02 10:43:10 -08:00
qwrwed
711c73a197
change on_punch to on_rightclick, make disabled blinky plants drop normal ones
2013-12-02 17:50:00 +00:00
Uberi
16b4b79c51
Update code to standards of Minetest 0.4.8.
2013-11-30 22:13:00 -05:00
Uberi
b4654cedb7
Compat shim for minetest.swap_node, lightstone conducts from the bottom.
2013-11-30 21:23:58 -05:00
Vanessa Ezekowitz
3105ae7084
Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons
2013-11-30 20:45:38 -05:00
Vanessa Ezekowitz
f12206acc6
Remove "disabled" blinkyplant from inventory
2013-11-30 20:45:10 -05:00
Uberi
f479dd27d5
Fix vertical wire drops.
2013-11-30 20:44:33 -05:00
Vanessa Ezekowitz
f46bc329de
Use minetest.swap_node() instead of mesecons' version, Minor code changes
...
here and there to facilitate this.
2013-11-30 20:34:55 -05:00
Vanessa Ezekowitz
669e3d0880
use 'wood' group for crafting pistons, pressure plates, and noteblocks
2013-11-30 19:07:12 -05:00
VanessaE
2d0ff5e2ac
Merge pull request #124 from qwrwed/master
...
Make blinkyplants toggleable
2013-11-29 14:44:51 -08:00
qwrwed
33de6fad55
Make blinkyplants toggleable
2013-11-29 22:06:50 +00:00
Jeija
9ab0d9deb2
Update Microcontroller Tutorial and add .odt source for the .pdf
2013-09-08 11:38:01 +02:00
Jeija
c3082f6601
Add LICENSE.txt
...
LGPLv3 for code,
CC-BY-SA-3.0 for everything else
This should makes it easier for packagers of distributions
2013-09-07 23:20:17 +02:00
Jeija
09be8af517
Upgrade CC-BY-SA License to 3.0
...
Permitted according to section 4b of CC-BY-SA-2.0:
"a later version of this License with the same License Elements as this License"
2013-09-07 23:15:21 +02:00
khonkhortisan
75ca00f51e
Escape microcontroller code in formspec
2013-08-29 14:14:04 -07:00
VanessaE
d0fdefb5a6
Merge pull request #119 from VanessaE/master
...
Give crossing proper textures
2013-08-27 22:42:21 -07:00
Vanessa Ezekowitz
5516ca58e9
Give crossing proper textures
2013-08-28 01:26:00 -04:00
khonkhortisan
913e355a71
Merge pull request #112 from khonkhortisan/multi_rules
...
Multi rules
Merged for near-future textures to be merged cleanly.
2013-08-27 22:22:30 -07:00
Anthony Zhang
96011bc718
Audit code for possible nil value indexing with unregistered nodes.
2013-06-22 15:43:58 -04:00
Anthony Zhang
ec63bd3abf
Merge remote-tracking branch 'refs/remotes/origin/master'
2013-06-22 15:39:01 -04:00
khonkhortisan
d15e3eedb0
Descend µ in comment
2013-06-22 09:11:06 -07:00
khonkhortisan
885899cbaf
Crossover
2013-06-20 09:30:26 -07:00
Novatux
6efe579f68
Fix pistons not updating the nodes when placing them again.
2013-06-15 19:15:43 +02:00
khonkhortisan
4f2604e01b
mesecon:rules_link nil return rule
...
Fixes https://github.com/Jeija/minetest-mod-mesecons/issues/108
2013-06-10 18:29:40 -07:00
Anthony Zhang
c87bc60635
Support cyclic references in luacontroller memory tables, prohibit usage of goto statement (bugs reported by Nore).
2013-06-10 16:40:34 -04:00
Anthony Zhang
8ea71a9036
Fix bug where functions in Luacontroller EEPROM crashes the server ( fixes #107 ).
2013-06-06 16:38:40 -04:00
Anthony Zhang
367a41416b
Fix README a little and add piston sounds by suzenako, contributed by jordan4ibanez.
2013-06-05 16:01:11 -04:00
Novatux
afad592783
Change mesecons signals so that they update effectors only after a globalstep, configurable to be on/off
2013-06-05 15:37:55 -04:00
Anthony
9a9df6cabf
Merge pull request #106 from Novatux/heat
...
Add an ABM function which resets heat to 0, ...
2013-06-05 10:35:36 -07:00
Novatux
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.
2013-06-05 06:45:19 +02:00
Sfan5
fa0cf15cd9
Add yellow lightstone
2013-06-01 11:17:38 +02:00
Anthony Zhang
8be0d0e1d9
A ReadMe that is at least 2.84 times better than the old ones.
2013-05-26 18:40:48 -04:00
Anthony Zhang
f9ce95154e
Add license information (requested by kaeza).
2013-05-25 22:59:40 -04:00
Anthony Zhang
24160d45ff
Silly mistake, interrupts should work better now.
2013-05-21 17:57:25 -04:00
Anthony Zhang
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.
2013-05-15 21:36:16 -04:00
VanessaE
6f83f4cf1e
Merge pull request #100 from RealBadAngel/master
...
Update crafting recipes - pretty much all of Mesecons recipes still used an old, now deprecated syntax substantially of the form 'node "default:xxxx" 2' (with two pairs of quotes). All such recipes have been changed to use the current method, i.e. "default:xxxx 2" (with one pair of quotes encompassing the whole itemstack).
2013-04-28 04:18:37 -07:00
RealBadAngel
255e363b04
Fix all crafting recipes to use modern style
2013-04-28 12:40:08 +02:00
VanessaE
ac9a05df0b
Merge pull request #98 from RealBadAngel/patch-3
...
Update init.lua
2013-04-28 02:21:05 -07:00
RealBadAngel
cc20b9ba47
Update init.lua
...
Remove old style flat inv images
2013-04-28 12:18:52 +03:00
Anthony Zhang
163384f308
Merge remote-tracking branch 'refs/remotes/origin/master'
2013-04-27 16:52:17 -04:00
Anthony Zhang
d4f18d08c0
Avoid prepending "Server -!- " to messages sent using the command block.
2013-04-27 16:51:00 -04:00
Jeija
9299111900
Merge pull request #97 from RealBadAngel/patch-2
...
Update README
minetest-c55 --> minetest
2013-04-26 21:46:27 -07:00
RealBadAngel
13757ac854
Update README
2013-04-27 02:13:42 +03:00
Anthony
0a9bcf26ca
Merge pull request #96 from VanessaE/master
...
Texture tweaks for vertical wires with caps
2013-04-22 09:50:13 -07:00
Vanessa Ezekowitz
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).
2013-04-21 22:16:17 -04:00
Jeija
b0bef909a0
Fix pressure plate (onstate) nodebox
2013-04-21 08:16:43 +02:00
Jeija
fc5245139d
Merge pull request #95 from VanessaE/master
...
Pressure plate texturing tweaks
2013-04-20 23:07:14 -07:00
Vanessa Ezekowitz
109d817df6
Make pressure plate texturing more flexible, improve appearance of existing textures
2013-04-21 01:00:31 -04:00
Anthony Zhang
1a5b1b4691
Fix pressure plate wield image.
2013-04-20 21:22:43 -04:00
Anthony Zhang
10bacdd7f4
Update selection boxes to make building easier.
2013-04-20 11:25:12 -04:00