Commit Graph

16 Commits

Author SHA1 Message Date
Jeija d91e0b66cb Re-write pistons from scratch, propably fixes a lot of bugs and doesn't cause too many new ones. 2012-12-26 22:54:28 +01:00
Jeija f114cb8ddc Fix movestone crash bug 2012-12-20 20:16:07 +01:00
Jeija 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
Jat b7553145b0 Actuator ignored liquid (all) 2012-08-30 14:20:18 +02:00
Jeija 15fa38b848 Switch from tile_images to tiles = {...} 2012-08-20 10:12:10 +02:00
Jeija 00ce2540c2 New effector system, effectors have to be registered with mesecon:register_effector(onstate, offstate, rules, function get_rules) rules and function get_rules are optional. You don't have to specify both onstate and offstate (required for e.g. removestone) 2012-08-13 20:17:45 +02:00
Jeija 9829abc74d HUGE speed improvement 2012-08-12 10:57:00 +02:00
Vanessa Ezekowitz e12b297987 change all recipes to use group:mesecon_conductor_craftable
fixed deprecated/invalid recipes in lightstones.

fixed copy&paste error in one of the delayer textures

fixed recipe for player detector to rely on microcontroller instead of old IC
2012-08-11 20:53:47 -04:00
Jeija 04bcc458d9 Several bugfixes and cleanups for movestones 2012-06-23 13:24:03 +02: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
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
Jeija baed46dc65 Fix digging time groups (crackly replaced by cracky) 2012-03-25 08:15:25 +02:00
Jeija 44cc38d9e8 Fix broken digging time groups 2012-03-25 08:02:05 +02:00
Anthony Zhang 3018128b4b Update nodes for compatibility with digging time groups. 2012-03-22 17:52:11 -04:00
Jeija 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