minetest_game/mods/doors
Auke Kok ed9fd475de Call on_place_node() callbacks after placing door.
Other mods may depend on knowing whether doors are placed
to setup additional attributes or perform node manipulations.

This is something e.g. mesecons does to connect circuits
to doors. This was tested with mesecons. Placing a door next
to a mesecon wire will make the wire automatically
connect, which was otherwise not happening.
2016-02-19 19:54:55 +00:00
..
models New mesh door models, and extensive door API 2016-02-13 03:47:28 +00:00
sounds Fix door volume level. 2015-12-28 21:41:15 +00:00
textures New mesh door models, and extensive door API 2016-02-13 03:47:28 +00:00
README.txt New mesh door models, and extensive door API 2016-02-13 03:47:28 +00:00
depends.txt Make doors not depend on screwdriver. 2015-05-14 14:24:14 +02:00
init.lua Call on_place_node() callbacks after placing door. 2016-02-19 19:54:55 +00:00

README.txt

Minetest Game mod: doors
========================
version: 2.0

License of source code:
-----------------------
Copyright (C) 2012 PilzAdam
modified by BlockMen (added sounds, glassdoors[glass, obsidian glass], trapdoor)
Steel trapdoor added by sofar.
Copyright (C) 2015 sofar@foo-projects.org
Re-implemented most of the door algorithms, added meshes, UV wrapped texture
Added doors API to facilitate coding mods accessing and operating doors.

This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.

License of textures
--------------------------------------
following Textures created by Fernando Zapata (CC BY-SA 3.0):
  door_wood.png
  door_wood_a.png
  door_wood_a_r.png
  door_wood_b.png
  door_wood_b_r.png

following Textures created by BlockMen (WTFPL):
  door_trapdoor.png
  door_obsidian_glass_side.png

following textures created by celeron55 (CC BY-SA 3.0):
  door_glass_a.png
  door_glass_b.png

following Textures created by PenguinDad (CC BY-SA 4.0):
  door_glass.png
  door_obsidian_glass.png

following textures created by sofar (CC-BY-SA-3.0)
  doors_trapdoor_steel.png
  doors_trapdoor_steel_side.png
  door_trapdoor_side.png

Door 3d models by sofar (CC-BY-SA-3.0)
  door_a.obj
  door_b.obj

Obsidian door textures by red-001 based on textures by Pilzadam and BlockMen: WTFPL
  door_obsidian_glass.png

Glass door textures by red-001 based on textures by celeron55: CC BY-SA 3.0
  door_glass.png
All other textures (created by PilzAdam): WTFPL

Door textures were converted to the new texture map by sofar, paramat and
red-001, under the same license as the originals.


License of sounds
--------------------------------------
Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen
  door_open.ogg
Closing-Sound created by bennstir (CC BY 3.0)
  door_close.ogg