Commit Graph

17 Commits

Author SHA1 Message Date
5be179bf11 Replace mesecon:<some_function> with mesecon.<some_function> for greater
flexibility and because it was never inteded to be OOP in the first
place.

mesecon.receptor_on and mesecon.receptor_off are provided by wrappers
(mesecon:receptor_on/off) for compatibility, but will be removed. Mod
programmers that use mesecons: Please update!

Also, fix microcontroller polluting the global namespace and remove some
deprecated stuff.
2014-11-22 15:42:22 +01:00
de6dd30745 Move textures into their mods 2014-01-10 13:13:02 -05:00
16b4b79c51 Update code to standards of Minetest 0.4.8. 2013-11-30 22:13:00 -05:00
255e363b04 Fix all crafting recipes to use modern style 2013-04-28 12:40:08 +02:00
3792b692aa Digging and footstep sounds for everything that needs them! Plus, pushing buttons, punching switches, and flipping levers all make sounds. 2013-03-06 20:51:57 -05:00
b37bdbf55c Port a lot more (basically everything apart from gates, pistons and extrawire crossing) to the new nodedef system. There are some problems with wall button and wall lever (in the way they visually connect to wires) 2012-12-09 00:42:30 +01:00
55bdf5441f Code improvement, Bugfix for solar panel 2012-08-13 14:26:00 +02:00
b197d29bef Code cleanup, little bugfix (some conductors placed next to receptors didn't turn on) 2012-08-13 13:12:19 +02:00
2a1eb20410 solarpanel doesn't actually need a side texture, the top texture can serve both
purposes with a minor tweak.
2012-08-13 04:36:19 -04:00
b2a6553ff3 Gave solar panel a side texture. Removed alpha channel from top. 2012-08-11 21:10:45 -04:00
1f6e1fa7ab Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
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
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
83aa17606d Solar panel 2012-08-02 11:43:43 +06:00
02d4e05d3e Make solar panels diggable (instead of pull request) 2012-07-19 13:38:59 +02:00
3018128b4b Update nodes for compatibility with digging time groups. 2012-03-22 17:52:11 -04:00
36ae0cc1a5 Upload after major code reorganization - Version 0.6 DEV - Split mesecons mod into several modules - [BUGGY?] 2012-03-05 19:21:26 +01:00