Auke Kok 6dcf541f6e Revert "Doors: Remove ..." and "Doors: Allow the screwdriver to ..."
This reverts commit 5e4a6e8ac68b92c7394b80bb67839b71b4a4a00b, and
             commit 60cf3f85b6e661482ec2705cadbdc1b04e388d19.

The original door API rewrite I posted had all rotation disabled using
the correct on_rotate() handler returning `false`. Two subsequent
changes attempting first to enable simple rotation and second disabling
that again changed the callback handler to a boolean `false`, which
is incorrect use in the screwdriver API, and actually allows rotation.

The proper way to disable rotation for facedir nodes it to use a full
callback handler that does `return false`.
2017-01-15 17:43:17 -08:00
..
2017-01-12 12:42:38 -08:00
2016-12-07 08:29:41 +00:00
2017-01-11 23:53:44 -08:00
2017-01-15 04:24:01 +00:00
2017-01-07 22:01:19 +00:00
2016-09-07 04:44:53 +01:00
2016-12-05 01:39:50 +00:00
2016-11-02 13:04:25 +00:00
2016-09-07 04:44:53 +01:00
2016-12-04 06:35:39 +00:00