Go to file
Nils Dagsson Moskopp 6ca51de990 + fence inventory icon 2011-05-31 03:54:39 +02:00
cmake/Modules Added libIrrlicht.dll.a to searched library names for non-MSVC windows 2011-05-17 20:11:12 +03:00
data + fence inventory icon 2011-05-31 03:54:39 +02:00
doc updated readme a bit 2011-05-21 12:52:57 +03:00
misc Moved the temporary mapgen test files and added a modified map.cpp too... These are probably useful in the next mapgen update and shouldn't be lost. 2011-05-19 20:10:17 +03:00
src + fence inventory icon 2011-05-31 03:54:39 +02:00
.gitignore + .gitignore 2011-05-29 19:08:59 +02:00
.hgignore Added .hgignore 2011-05-09 19:35:46 +01:00
.hgtags + sandstone 2011-05-29 18:44:42 +02:00
CMakeLists.txt Optimized smooth lighting calculation code 2011-04-24 21:15:50 +03:00
Makefile.bak CMake working on Linux (not on windows) 2011-01-08 03:10:20 +02:00
README + README in main directory 2011-05-29 19:03:59 +02:00
addlicensecomments.sh license stuff 2010-11-29 20:13:04 +02:00
genmap.py updated example map generator python script 2011-04-11 18:33:05 +03:00
licensecomment.txt license stuff 2010-11-29 20:13:04 +02:00
makepackage_binary.sh Reworked texture, material, mineral and whatever handling 2011-01-26 00:41:06 +02:00
minetest.conf.example fix in readme 2011-05-21 11:44:29 +03:00
minetest.sln Initial files 2010-11-27 01:02:21 +02:00
minetest.vcproj new texture stuff quite working 2011-02-11 16:43:26 +02:00
pnoise.py updated example map generator python script 2011-04-11 18:33:05 +03:00

README

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 bricks:
* Sandstone (crafted from 4 sand)

Alternate graphics:
* Player
* Omsk birds (instead of Oerkki ghosts)
* Rat
* Glass

Building on GNU/Linux:
    cmake . -DRUN_IN_PLACE=1
    make -j2