Jeija
|
1f6e1fa7ab
|
Mesecons only connect to blocks with group mesecon > 1
|
2012-08-11 23:39:28 +02:00 |
|
Jeija
|
6b1941a380
|
Add new nodebox style wires. Can be activated by setting NEW_STYLE_WIRES to true (in mesecons/settings.lua)
|
2012-08-11 22:58:00 +02:00 |
|
VanessaE
|
a57b8f4a07
|
Merge pull request #17 from VanessaE/master
added mesecon=1 to torches also
|
2012-08-11 04:26:44 -07:00 |
|
Vanessa Ezekowitz
|
0214dbc582
|
added mesecon = 1 to groups for torches also.
|
2012-08-11 07:12:55 -04:00 |
|
Anthony
|
c060e56e1d
|
Merge pull request #16 from VanessaE/master
mesecons groups settings, detector textures
|
2012-08-10 16:04:23 -07:00 |
|
Vanessa Ezekowitz
|
0891b9e5af
|
reworked the mesecons object detector textures. Much better now.
|
2012-08-10 18:35:27 -04:00 |
|
Vanessa Ezekowitz
|
fa1213134a
|
did the same for buttons and up/down pistons
|
2012-08-10 17:59:52 -04:00 |
|
Vanessa Ezekowitz
|
39db9cf01c
|
Added "mesecon = 1" to the groups setting for most objects, so that they'll
visibly connect to neighboring wires.
|
2012-08-10 17:35:54 -04:00 |
|
Jeija
|
b0a0387722
|
Make Delayer use facedir
|
2012-08-10 22:58:48 +02:00 |
|
Jeija
|
6772bc0112
|
Auto-Generate delayers
|
2012-08-10 21:50:07 +02:00 |
|
Jeija
|
813c0a83b0
|
Remove support for old jeija_* nodenames; add delayer and microcontroller aliases
|
2012-08-10 21:48:24 +02:00 |
|
Jeija
|
4db24333f5
|
Add craft recipe for noteblock
|
2012-08-10 21:31:52 +02:00 |
|
Jeija
|
32fba63267
|
Update Microcontroller Tutorial
|
2012-08-10 20:58:39 +02:00 |
|
Jeija
|
9d52049e83
|
Fix sticky piston duplicate bug
|
2012-08-10 20:12:53 +02:00 |
|
Jeija
|
8fa6894953
|
Consistency improvement and remove dead code
|
2012-08-10 18:58:21 +02:00 |
|
Jeija
|
fe6c9f3e09
|
Little bugfix: Register microcontroller0000 as off receptor
|
2012-08-10 11:46:17 +02:00 |
|
Jeija
|
daf1a7e5a3
|
Fix bug in registration of wall lever as receptor_node_on
|
2012-08-10 11:42:21 +02:00 |
|
Jeija
|
ca7bd1f24f
|
Improve light level a little
|
2012-08-10 11:31:01 +02:00 |
|
Jeija
|
2fe312618c
|
Make button and Wall lever emit very few light if turned on
|
2012-08-10 11:11:53 +02:00 |
|
Jeija
|
ce72ed2bab
|
Add print command print(string in quotes or condition, can be concatenated using comma)
|
2012-08-10 10:47:40 +02:00 |
|
Jeija
|
6a524b8cdd
|
Add else: if(condition)command()>command(); > is else
|
2012-08-10 10:19:33 +02:00 |
|
Jeija
|
0633809f73
|
Allow usage of sbi(PORT, condition) and change preset snippets to use this
|
2012-08-10 09:44:49 +02:00 |
|
Jeija
|
7e370d5377
|
Merge pull request #15 from VanessaE/master
pressure plates tweak
|
2012-08-09 23:31:02 -07:00 |
|
Vanessa Ezekowitz
|
b24cc2a14d
|
made pressure plates go thin (1/4 pixel thick) when "on"
|
2012-08-10 02:28:22 -04:00 |
|
Jeija
|
5c5db631a6
|
Merge branch 'master' of https://github.com/Jeija/minetest-mod-mesecons
|
2012-08-10 08:26:38 +02:00 |
|
Jeija
|
9fa033db7b
|
Remove dead timer
|
2012-08-10 08:23:55 +02:00 |
|
Jeija
|
a41bc07d11
|
Merge pull request #14 from VanessaE/master
Nodebox-based wall levers, take 2.
- This time it works -
Thanks, VanessaE
|
2012-08-09 23:12:41 -07:00 |
|
Vanessa Ezekowitz
|
e19a31b865
|
thickened soloar panel slightly for consistency with floor-objects
(though that means it's inconsistent with wall levers/buttons when placed
next to those, but it still looks good)
|
2012-08-09 21:44:05 -04:00 |
|
Vanessa Ezekowitz
|
368a7c1eda
|
thickened up pressure plates slightly for consistency
|
2012-08-09 21:35:34 -04:00 |
|
Vanessa Ezekowitz
|
6d0e2b04c6
|
made mesecons delayer thinner to better match the other floor devices
|
2012-08-09 21:29:33 -04:00 |
|
Vanessa Ezekowitz
|
4559828953
|
thickened base of wall button to match that of wall lever (for consistency)
|
2012-08-09 21:24:31 -04:00 |
|
Vanessa Ezekowitz
|
90fd7977a7
|
Re-added nodebox-based wall levers, this time making sure to check that they
can actually rotate and activate nearby mesecons :-) These look a little
better than the last try anyway.
|
2012-08-09 20:00:36 -04:00 |
|
Jeija
|
d3ba13e878
|
Update Tutorial
|
2012-08-10 00:39:16 +02:00 |
|
Jeija
|
ce928a5954
|
Little bugfix for programming the microcontroller
|
2012-08-09 23:09:02 +02:00 |
|
Jeija
|
686e420430
|
Remove the obsolete AND block - Replacement: Microcontroller
|
2012-08-09 22:42:26 +02:00 |
|
Jeija
|
af3288f61d
|
Add buttons for logic gates and some FlipFlops
|
2012-08-09 22:39:54 +02:00 |
|
Jeija
|
793c039f10
|
Merge pull request #12 from cornernote/master
added up/down pistons
|
2012-08-09 12:43:59 -07:00 |
|
Jeija
|
f557b6c363
|
Add overheat protection and lots of bugfixes once again
|
2012-08-09 21:40:25 +02:00 |
|
Jeija
|
0abfa674d6
|
A huge lot of bugfixes
|
2012-08-09 16:25:30 +02:00 |
|
Jeija
|
9854160ece
|
Bugfix for last push
|
2012-08-09 13:34:10 +02:00 |
|
Jeija
|
ca4a8cd264
|
Use all of VanessaE's textures, bugfixes & improvements
|
2012-08-09 12:54:31 +02:00 |
|
Jeija
|
8b41402558
|
Merge pull request #13 from VanessaE/master
microcontroller textures/nodeboxes
|
2012-08-09 01:18:25 -07:00 |
|
Vanessa Ezekowitz
|
2e99d234c9
|
new textures and nodeboxes for mesecons microcontroller
|
2012-08-09 04:13:05 -04:00 |
|
Jeija
|
331ae1a13c
|
Remove stupid debug output
|
2012-08-09 09:05:00 +02:00 |
|
Jeija
|
5fe294a5fa
|
Define second parameter of sbi as condition
|
2012-08-09 09:03:22 +02:00 |
|
Jeija
|
72b00178f9
|
Enable commentaries in the Microcontroller by using :commentary
|
2012-08-09 08:27:47 +02:00 |
|
Jeija
|
89edd2ce63
|
Bugfixes for microcontroller and use #addr instead of <addr>
|
2012-08-09 08:06:23 +02:00 |
|
cornernote
|
2330d0af79
|
added pistons up and down
|
2012-08-09 13:52:47 +09:30 |
|
Jeija
|
2d94a08d2e
|
Add an EEPROM to the Microcontroller
|
2012-08-08 23:35:36 +02:00 |
|
Jeija
|
7ed60c75b9
|
Bugfix for the battery: Use receptor_on/off
|
2012-08-08 20:33:14 +02:00 |
|