278a705cbaExperimental battery - not finished yet
Jeija
2012-07-21 10:47:42 +02:00
aa8ad0fde9Fix off-by-one error in piston length calculation and change the node pushing to make use of the fact that minetest.env:place_node() is apparently a no-op if the node is not air or liquid.
Anthony Zhang
2012-07-20 22:15:49 -04:00
9736b0f61eNodebox piston pushers! Fix a few piston bugs such as pistons pushing pistons, pistons pushing blocks into pushers causing blocks to get deleted, and many more. As a side effect, players can no longer simply walk through piston pushers. Additionally, pistons will only remove their own pushers, and not those of neighboring pistons as well. Remove ENABLE_PISTON_ANIMATION option (not compatible with nodebox piston pushers).
Anthony Zhang
2012-07-20 16:27:43 -04:00
d3a4c2cb34Change Water Turbine to the new nodebox model
Jeija
2012-07-20 15:26:13 +02:00
40d5df5855Fix stone pressure plate nodebox
Jeija
2012-07-19 16:28:24 +02:00
02d4e05d3eMake solar panels diggable (instead of pull request)
Jeija
2012-07-19 13:38:59 +02:00
64a452da24Fix piston duplication bug, simplify piston handling, limit piston push distance to 15 blocks. Remove deprecated object:get_entity_name() call, and some obselete settings.
Anthony Zhang
2012-07-18 23:38:59 -04:00
04bcc458d9Several bugfixes and cleanups for movestones
Jeija
2012-06-23 13:24:03 +02:00
bc80efd685Fix detector player name lookup
Jeija
2012-06-23 12:39:35 +02:00
d62a9269acFix wall lever bug.
Anthony Zhang
2012-06-22 14:35:42 -04:00
39ed74bef7AND block changed! Now in its own dir. Also, auto power on (NOT off) has been added.
Whiskers75 -
2012-06-22 17:49:26 +01:00
51539ef173Experimental 3D plugs and sockets/inverters, fix a few things with Whiskers75's code.
Anthony Zhang
2012-06-21 20:56:16 -04:00
1e569782f5Use minetest.env:place_node and minetest.env:dig_node to enable usage of the on_place and on_dig callbacks.
Anthony Zhang
2012-06-21 20:32:48 -04:00
87442f0c31Experimental 3D Delayer
Jeija
2012-06-21 20:33:01 +02:00
bfc594a8d0Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons
Whiskers75 -
2012-06-21 18:56:19 +01:00
d069275d09Rules + Receptor system rework
Jeija
2012-03-29 21:06:48 +02:00
d54d148595Add reference for new rules system
Jeija
2012-03-29 11:53:11 +02:00
e50639291cMake pressure plates and object detector use the new rules system
Jeija
2012-03-29 11:49:37 +02:00
2601d550c3Add pressure plate rules for new rules system
Jeija
2012-03-29 11:37:00 +02:00
6b542ccc64Fix button alias
Jeija
2012-03-29 11:35:54 +02:00
8e0b2a2b11Simplify rules System
Jeija
2012-03-29 11:35:23 +02:00
d6c54cf76bAdd removestone alias
Jeija
2012-03-27 18:44:00 +02:00
c9b632cf5cFix digging time groups for pressure plates
Jeija
2012-03-26 17:58:59 +02:00
baed46dc65Fix digging time groups (crackly replaced by cracky)
Jeija
2012-03-25 08:15:25 +02:00
9bba4fc380Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons
Jeija
2012-03-25 08:13:50 +02:00
dc20b202ffAdd movestone alias
Jeija
2012-03-25 08:07:55 +02:00
44cc38d9e8Fix broken digging time groups
Jeija
2012-03-25 08:02:05 +02:00
0f7e2d5ab3Fix Bug: Pistons can now be removed
Jeija
2012-03-25 00:09:47 +01:00
81d9f6a68aAdd alias for powerplant (version compatibility + simplify give command)
root
2012-03-25 00:06:59 +01:00
b051609405Fix aliases and add a few more for backwards compatibility.
Anthony Zhang
2012-03-24 11:59:22 -04:00
3018128b4bUpdate nodes for compatibility with digging time groups.
Anthony Zhang
2012-03-22 17:52:11 -04:00
9ec0767762Fix lamp alias.
Anthony Zhang
2012-03-18 13:54:36 -04:00
6bf1d17bbdFor some reason Meselamps' functionality was not actually implemented.
Anthony Zhang
2012-03-18 13:46:30 -04:00
ff75bcdcabFix pistons removing entities when it shouldn't
xyzz
2012-03-18 11:23:23 -04:00
84656e079dVertical mesecon plugs and sockets! Plugs will now affect sockets on a level two below or two above, as long as there is air between them.
Anthony Zhang
2012-03-09 22:49:37 -05:00
36ae0cc1a5Upload after major code reorganization - Version 0.6 DEV - Split mesecons mod into several modules - [BUGGY?]
Jeija
2012-03-05 19:21:26 +01:00
f8ac52c350Prepare for major code reorganization
Jeija
2012-03-05 19:19:31 +01:00
deb4f4d613Slightly lower required light level to allow things like meselamps to affect solar panels, instead of only sunlight.
Anthony Zhang
2012-03-02 23:03:47 -05:00
f3f29ad16bMore ItemDef updates and fix a typo in inverter placenode callback.
Anthony Zhang
2012-02-27 23:03:40 -05:00
8bdb2e86adChange the ENABLE_TEMPEREST flag to affect only the inclusion of the inverter socket, since that is the only element that can lead to a crash.
Anthony Zhang
2012-02-23 19:43:03 -05:00
cbd77d8f3dFix lightstone drop.
Anthony Zhang
2012-02-18 11:26:33 -05:00
86f69d9f52Forgot to include a check for node name in last commit...
Anthony Zhang
2012-02-17 18:25:19 -05:00