Initial files
[oweals/minetest.git] / doc / README.txt
1 Minetest-c55
2 ---------------
3
4 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
5 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
7 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
10 IN THE SOFTWARE.
11
12 Copyright (c) 2010 Perttu Ahola <celeron55@gmail.com>
13
14 An InfiniMiner/Minecraft inspired game.
15
16 This is a development version:
17 - Don't expect it to work as well as a finished game will.
18 - Please report any bugs to me. That way I can fix them to the next release.
19
20 Server information:
21 - I usually have a server running at celer.oni.biz on port 30000
22 - If you want to run a server, I can list you on my website and in here.
23
24 Features, as of now:
25 - Almost Infinite Map (limited to +-31000 blocks in any direction at the moment)
26     - Minecraft alpha has a height restriction of 128 blocks
27 - Map Generator capable of taking advantage of the infinite map
28
29 Controls:
30 - WASD+mouse: Move
31 - Mouse L: Dig
32 - Mouse R: Place block
33 - Mouse Wheel: Change item
34 - F: Change item
35 - R: Toggle full view range
36
37 Configuration file:
38 - Can be passed as parameter to the executable.
39 - If not given as parameter, these are checked, in order:
40         ../minetest.conf
41         ../../minetest.conf
42
43 Running on Windows:
44 - The working directory should be ./bin
45
46 Running on GNU/Linux:
47 - fasttest is a linux binary compiled on a recent Arch Linux installation.
48   It should run on most recent GNU/Linux distributions.
49 - Browse to the game ./bin directory and type:
50     LD_LIBRARY_PATH=. ./fasttest
51 - If it doesn't work, use wine. I aim at 100% compatibility with wine.
52
53 COPYING (License of Minetest-c55):
54 - This version of the game is FREEWARE.
55 - You can play this version of the game without charge.
56 - You can redistribute this version of the game without charge, only with
57   these same license terms you are reading now, and provided that you give
58   proper information about who has made the game (me) and where to get the
59   original copy and new versions (http://celer.oni.biz/~celeron55/minetest).
60 - You are not allowed to sell this game for a price.
61
62
63 Irrlicht
64 ---------------
65
66 This program uses the Irrlicht Engine. http://irrlicht.sourceforge.net/
67
68  The Irrlicht Engine License
69
70 Copyright © 2002-2005 Nikolaus Gebhardt
71
72 This software is provided 'as-is', without any express or implied
73 warranty. In no event will the authors be held liable for any damages
74 arising from the use of this software.
75
76 Permission is granted to anyone to use this software for any purpose,
77 including commercial applications, and to alter it and redistribute
78 it freely, subject to the following restrictions:
79
80    1. The origin of this software must not be misrepresented; you
81       must not claim that you wrote the original software. If you use
82           this software in a product, an acknowledgment in the product
83           documentation would be appreciated but is not required.
84    2. Altered source versions must be plainly marked as such, and must
85       not be misrepresented as being the original software.
86    3. This notice may not be removed or altered from any source
87       distribution.
88
89
90 JThread
91 ---------------
92
93 This program uses the JThread library. License for JThread follows:
94
95 Copyright (c) 2000-2006  Jori Liesenborgs (jori.liesenborgs@gmail.com)
96
97 Permission is hereby granted, free of charge, to any person obtaining a
98 copy of this software and associated documentation files (the "Software"),
99 to deal in the Software without restriction, including without limitation
100 the rights to use, copy, modify, merge, publish, distribute, sublicense,
101 and/or sell copies of the Software, and to permit persons to whom the
102 Software is furnished to do so, subject to the following conditions:
103
104 The above copyright notice and this permission notice shall be included
105 in all copies or substantial portions of the Software.
106
107 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
108 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
109 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
110 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
111 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
112 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
113 IN THE SOFTWARE.
114
115