Change WTFPL to MIT (part 3)
[oweals/minetest_game.git] / mods / doors / README.txt
1 Minetest Game mod: doors
2 ========================
3 See license.txt for license information.
4
5 Authors of source code
6 ----------------------
7 Originally by PilzAdam (MIT)
8
9 Modified by BlockMen (MIT): Added sounds, glass doors (glass, obsidian glass) and trapdoor.
10
11 Modified by sofar (sofar@foo-projects.org) (MIT):
12 Added Steel trapdoor.
13 Re-implemented most of the door algorithms, added meshes, UV wrapped texture.
14 Added doors API to facilitate coding mods accessing and operating doors.
15 Added Fence Gate model, code, and sounds.
16
17 Various Minetest developers and contributors (MIT)
18
19
20 Authors of media (textures)
21 ---------------------------
22 Following textures created by Fernando Zapata (CC BY-SA 3.0):
23   door_wood.png
24   door_wood_a.png
25   door_wood_a_r.png
26   door_wood_b.png
27   door_wood_b_r.png
28
29 Following textures created by BlockMen (CC BY-SA 3.0):
30   door_trapdoor.png
31   door_obsidian_glass_side.png
32
33 Following textures created by celeron55 (CC BY-SA 3.0):
34   door_glass_a.png
35   door_glass_b.png
36
37 Following textures created by PenguinDad (CC BY-SA 4.0):
38   door_glass.png
39   door_obsidian_glass.png
40
41 Following textures created by sofar (CC-BY-SA-3.0):
42   doors_trapdoor_steel.png
43   doors_trapdoor_steel_side.png
44   door_trapdoor_side.png
45
46 Obsidian door textures by red-001 based on textures by Pilzadam and BlockMen (CC BY-SA 3.0):
47   door_obsidian_glass.png
48
49 Glass door textures by red-001 based on textures by celeron55 (CC BY-SA 3.0):
50   door_glass.png
51
52 All other textures (created by PilzAdam) (CC BY-SA 3.0):
53
54 Door textures were converted to the new texture map by sofar, paramat and
55 red-001, under the same license as the originals.
56
57
58 Authors of media (models)
59 -------------------------
60 Door 3d models by sofar (CC-BY-SA-3.0)
61  - door_a.obj
62  - door_b.obj
63 Fence gate models by sofar (CC-BY-SA-3.0)
64  - fencegate_open.obj
65  - fencegate_closed.obj
66
67
68 Authors of media (sounds)
69 -------------------------
70 Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen
71   door_open.ogg
72 Closing-Sound created by bennstir (CC BY 3.0)
73   door_close.ogg
74 fencegate_open.ogg:
75   http://www.freesound.org/people/mhtaylor67/sounds/126041/ - (CC0 1.0)
76 fencegate_close.ogg:
77   http://www.freesound.org/people/BarkersPinhead/sounds/274807/ - (CC-BY-3.0)
78   http://www.freesound.org/people/rivernile7/sounds/249573/ - (CC-BY-3.0)
79 Steel door sounds open & close (CC-BY-3.0) by HazMatt
80   - http://www.freesound.org/people/HazMattt/sounds/187283/
81   doors_steel_door_open.ogg
82   doors_steel_door_close.ogg
83 doors_glass_door_open.ogg, doors_glass_door_close.ogg:
84   https://www.freesound.org/people/SkeetMasterFunk69/sounds/235546/ (CC0 1.0)