Commit Graph

940 Commits

Author SHA1 Message Date
Anthony Zhang 9736b0f61e Nodebox 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). 2012-07-20 16:27:43 -04:00
Jeija d3a4c2cb34 Change Water Turbine to the new nodebox model 2012-07-20 15:26:13 +02:00
Jeija 40d5df5855 Fix stone pressure plate nodebox 2012-07-19 16:28:24 +02:00
Jeija 02d4e05d3e Make solar panels diggable (instead of pull request) 2012-07-19 13:38:59 +02:00
Anthony Zhang 64a452da24 Fix piston duplication bug, simplify piston handling, limit piston push distance to 15 blocks. Remove deprecated object:get_entity_name() call, and some obselete settings. 2012-07-18 23:38:59 -04:00
Jeija 04bcc458d9 Several bugfixes and cleanups for movestones 2012-06-23 13:24:03 +02:00
Jeija bc80efd685 Fix detector player name lookup 2012-06-23 12:39:35 +02:00
Anthony Zhang d62a9269ac Fix wall lever bug. 2012-06-22 14:35:42 -04:00
Whiskers75 - 39ed74bef7 AND block changed! Now in its own dir. Also, auto power on (NOT off) has been added. 2012-06-22 17:49:26 +01:00
Anthony Zhang 51539ef173 Experimental 3D plugs and sockets/inverters, fix a few things with Whiskers75's code. 2012-06-21 20:56:16 -04:00
Anthony Zhang 1e569782f5 Use minetest.env:place_node and minetest.env:dig_node to enable usage of the on_place and on_dig callbacks. 2012-06-21 20:32:48 -04:00
Jeija 87442f0c31 Experimental 3D Delayer 2012-06-21 20:33:01 +02:00
Whiskers75 - bfc594a8d0 Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons 2012-06-21 18:56:19 +01:00
Whiskers75 - 28bca749be AND block works! (YIPPEE!!!) See WHISKERS75_README. 2012-06-21 18:54:35 +01:00
Jeija 1942663af5 Improve pressure plate 3D Model (Smaller) 2012-06-21 19:54:23 +02:00
Jeija 2c36520a91 Merge branch 'master' of https://github.com/Jeija/minetest-mod-mesecons 2012-06-21 18:42:31 +02:00
Jeija 730537f013 Fix Bug: Apply Rules on removal 2012-06-21 18:41:51 +02:00
Whiskers75 - bd3bd4cf48 Added AND block textures and code - it works! No functionality though... 2012-06-21 17:26:17 +01:00
Whiskers75 - 3a1bc021e3 Added AND block basic code + textures 2012-06-21 17:08:55 +01:00
Jeija 11ae41f119 Tune Buttons to work together with Door 2012-06-21 17:27:29 +02:00
Jeija 7d944d5a33 Add mesecon-controlled 3D door 2012-06-21 17:26:42 +02:00
Jeija 3a6b099ae1 Replace old wall button with a fancy new 3d button 2012-06-21 16:38:48 +02:00
Jeija 1712523772 Merge branch 'master' of https://github.com/Jeija/minetest-mod-mesecons 2012-06-21 13:56:12 +02:00
Jeija dfc918a5f5 Add 3d pressure plates 2012-06-21 13:56:04 +02:00
whiskers75 98014f0cd8 Added some starting code for an AND block - look in mesecons_whiskers75. 2012-06-20 22:14:17 +02:00
Jeija 3ed865d94d Fix Bug: Mesecons cannot be digged due to a collisionbox failure 2012-06-20 19:26:07 +02:00
Anthony Zhang db26adca25 Fix crash in sticky movestones (thanks MarkTraceur), cleanup movestoen code significantly. 2012-06-16 12:53:14 -04:00
Anthony Zhang 3c7d2b2e25 Fix movestones (thanks MarkTraceur). 2012-06-15 21:29:43 -04:00
Anthony Zhang 4200757ba3 Remove deprecated API functions "register_on_placenode" and "register_on_dignode" where possible. 2012-06-04 22:20:04 -04:00
Anthony Zhang 95a84dde46 Add modpack.txt as modpack support has been added to MineTest dev around an hour ago:
747ff7daf8

This allows the user to simply copy the entire modpack folder into the mods/ directory, rather than copy every individual mod there instead.
2012-05-21 14:06:13 -04:00
Anthony Zhang 5933b6f6ab Update README. 2012-05-21 14:03:56 -04:00
Anthony Zhang c6e42c7be7 Re-add missing flag. 2012-05-15 16:49:24 -04:00
Vanessa Ezekowitz ee141db06d Fancy New Textures :-) 2012-05-12 17:57:23 -04:00
Anthony Zhang 51453bb6c2 Made mesecons diggable 2012-04-24 17:28:14 -04:00
Jeija 029ad8be33 Add documentation for conductors 2012-04-22 07:55:57 +02:00
Jeija 84cc0264ca Remove useless debug output 2012-04-22 07:49:40 +02:00
Jeija 11b5ef8c94 Add new conductor system 2012-04-22 07:48:45 +02:00
Jeija 700cd06dd9 Tune digging time group for power plant 2012-04-22 07:48:15 +02:00
Jeija 45520274eb Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons 2012-04-08 09:48:03 +02:00
Jeija a359022cc4 Fix Bug: Noteblocks now play the same sound when punching & being powered by mesecons 2012-04-08 09:47:26 +02:00
sfan5 c7790cc9a0 Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons 2012-04-07 11:23:50 +02:00
sfan5 b35fb2f6d2 Fix missing Plug Alias 2012-04-07 11:23:07 +02:00
Jeija 8870d491ae Fix game crash on pressure plate dig 2012-04-07 10:03:00 +02:00
Jeija f8be926915 Add contributor list and change version to 0.9 dev (skipping some version numbers) 2012-04-06 20:20:46 +02:00
Jeija aa0a813091 Add Noteblock Alias 2012-04-06 20:08:05 +02:00
Jeija 312f95b659 Add Noteblock 2012-04-06 20:05:36 +02:00
Jeija 36c0090444 Tweak delayer times 2012-04-06 20:03:12 +02:00
Jeija 686bb6b434 Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons 2012-04-02 10:44:22 +02:00
Jeija dbaafc538c Fix Mesecon Torch 2012-04-02 10:42:41 +02:00
Jeija 3ed12458d2 Fix Mesecon Torch 2012-04-02 10:42:01 +02:00