Fix potential crash when few loot items are registered
[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
44 Following textures created by paramat (CC-BY-SA-3.0):
45   door_trapdoor_side.png
46   doors_trapdoor_steel_side.png
47
48 Obsidian door textures by red-001 based on textures by Pilzadam and BlockMen (CC BY-SA 3.0):
49   door_obsidian_glass.png
50
51 Glass door textures by Krock and paramat based on textures by VanessaE (CC BY-SA 3.0):
52   doors_door_glass.png
53   doors_item_glass.png
54
55 All other textures (created by PilzAdam) (CC BY-SA 3.0):
56
57 Door textures were converted to the new texture map by sofar, paramat and
58 red-001, under the same license as the originals.
59
60
61 Authors of media (models)
62 -------------------------
63 Door 3d models by sofar (CC-BY-SA-3.0)
64  - door_a.obj
65  - door_b.obj
66 Fence gate models by sofar (CC-BY-SA-3.0)
67  - fencegate_open.obj
68  - fencegate_closed.obj
69
70
71 Authors of media (sounds)
72 -------------------------
73 Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen
74   door_open.ogg
75 Closing-Sound created by bennstir (CC BY 3.0)
76   door_close.ogg
77 fencegate_open.ogg:
78   http://www.freesound.org/people/mhtaylor67/sounds/126041/ - (CC0 1.0)
79 fencegate_close.ogg:
80   http://www.freesound.org/people/BarkersPinhead/sounds/274807/ - (CC-BY-3.0)
81   http://www.freesound.org/people/rivernile7/sounds/249573/ - (CC-BY-3.0)
82 Steel door sounds open & close (CC-BY-3.0) by HazMatt
83   - http://www.freesound.org/people/HazMattt/sounds/187283/
84   doors_steel_door_open.ogg
85   doors_steel_door_close.ogg
86 doors_glass_door_open.ogg, doors_glass_door_close.ogg:
87   https://www.freesound.org/people/SkeetMasterFunk69/sounds/235546/ (CC0 1.0)