Go to file
Nils Dagsson Moskopp fc5adb474a * rename original README 2011-12-27 03:28:52 +01:00
cmake/Modules Locale dir should be parallel to global data dir 2011-07-24 19:23:03 +02:00
data * Welcome to OMSK. 2011-08-04 18:21:44 +02:00
doc Fixes a bug that made the server to deny non-empty passwords from players connecting the first time. 2011-07-31 15:51:24 +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
old Reorganizing stuff (import from temporary git repo) 2011-06-25 04:23:21 +03:00
po german translation update, translated some of the new strings 2011-07-30 22:28:18 +02:00
src * fix for broken water 2011-08-03 19:00:25 +02:00
util * honor environment variables, use utf-8 2011-07-30 21:17:04 +02:00
.gitignore Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git into upstream_merge 2011-06-26 12:24:32 +02:00
.hgignore added one temporary directory to .hgignore 2011-07-30 23:54:34 +03:00
CMakeLists.txt Merge remote-tracking branch 'origin/upstream' 2011-07-31 20:04:04 +02:00
README + README update regarding Minetest Δ being obsolete 2011-12-27 03:27:26 +01:00
README.original.txt * rename original README 2011-12-27 03:28:52 +01:00
genmap.py Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git into upstream_merge 2011-06-26 12:24:32 +02:00
makepackage_binary.sh Tweak makefiles to add -delta suffix. 2011-07-21 09:03:20 +02:00
minetest-icon-24x24.png + 24x24 rendering of SVG minetest icon, polished manually to look crisp 2011-07-24 18:51:44 +02:00
minetest-icon.ico added windows icon 2011-07-31 00:39:43 +03:00
minetest-icon.svg + minetest application icon 2011-07-19 23:32:01 +02:00
minetest.conf.example Updated CMakeLists, changelog and example config for release 2011-07-31 01:07:31 +03:00
pnoise.py Reorganizing stuff (import from temporary git repo) 2011-06-25 04:23:21 +03:00

README

Minetest Δ (“Minetest Delta”) is a fork of Minetest-c55 <http://celeron.55.lt/~celeron55/minetest/>, which incorporated experimental features that were not included in Minetest-c55.
Development of Minetest Δ has ceased on August 04, 2011. As every feature of Minetest Δ was merged upstream, it is now considered obsolete.

Minetest Δ still contains graphics different from Minetest-c55:
* 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).