summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-07-29 12:59:37 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-07-29 12:59:37 +0300
commita653cf4944b9d5c9b1ecafc2ebdf244854189c79 (patch)
treea9f15081778860cfcd342a6b50d798aa5a0a2082
parent416499f9787e48549a344f19eeac7ecfec517ecf (diff)
downloadminetest-a653cf4944b9d5c9b1ecafc2ebdf244854189c79.tar.gz
minetest-a653cf4944b9d5c9b1ecafc2ebdf244854189c79.tar.bz2
minetest-a653cf4944b9d5c9b1ecafc2ebdf244854189c79.zip
removed delta README
-rw-r--r--README41
1 files changed, 0 insertions, 41 deletions
diff --git a/README b/README
deleted file mode 100644
index 82fcdd331..000000000
--- a/README
+++ /dev/null
@@ -1,41 +0,0 @@
-Minetest Δ (“Minetest Delta”) is a fork of Minetest-c55 <http://celeron.55.lt/~celeron55/minetest/>, incorporating experimental features that are not (yet) included in Minetest-c55.
-
-New features:
-* Submenu for key assignment
-* configurable far mesh tree display (boolean)
-* configurable far mesh rendering distance
-* volumetric clouds (using fake shading)
-* translation support (including questionable translation into german)
-* build system uses local jthread & sqlite libraries if available
-
-New bricks:
-* Sandstone (crafted from 4 sand, yields sand)
-* Cactus (plant that grows on sand)
-* Clay (found in sand at sea level, yields 4 lumps of clay)
-* Brick (made from 4 clay bricks, yields 4 clay bricks)
-* Papyrus (plant that grows in shallow water)
-* Book shelf (made from 6 wood and 3 books, sandwhiched)
-* Rail (made from 6 iron ingots and 3 sticks, vertically sandwhiched)
-
-New materials:
-* Lump of clay
-* Clay brick (made from lumps of clay in the furnace)
-* Paper (made from 3 papyrus horizontally)
-* Book (made from 3 paper vertically)
-
-Alternate graphics:
-* Player
-* Omsk birds (instead of Oerkki ghosts)
-* Rat
-* Glass
-* Heart
-
-Building on GNU/Linux or OS X:
- cmake . -DRUN_IN_PLACE=1
- make -j2
-
-The “upstream” branch contains vanilla minetest-c55, created using:
- hg-fast-export -r ~/share/src/games/minetest -o upstream
- git push origin upstream/master:upstream -f
-
-All new/replaced graphics done by erlehmann are dual-licensed under GPL (version 2 or, at your option, any later version) and CC-BY-SA (version 3.0 or, at your option, any later version).