minetest/README

24 lines
1001 B
Plaintext
Raw Normal View History

2011-05-29 21:03:05 +04:00
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.
2011-07-30 21:30:43 +04:00
Currently it is considered the unstable development branch of Minetest-c55, which means almost everything is merged upstream from Minetest Δ.
2011-05-29 21:03:05 +04:00
2011-06-02 05:03:47 +04:00
New features:
2011-07-30 21:30:43 +04:00
* refactored liquids (currently broken, water does not flow)
* translation support (including german, french, italian)
2011-05-29 21:03:05 +04:00
Alternate graphics:
* Player
* Omsk birds (instead of Oerkki ghosts)
* Rat
* Glass
2011-07-20 01:35:12 +04:00
* Heart
2011-05-29 21:03:05 +04:00
2011-06-01 19:19:28 +04:00
Building on GNU/Linux or OS X:
2011-05-29 21:03:05 +04:00
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
2011-07-09 20:22:39 +04:00
git push origin upstream/master:upstream -f
2011-07-20 04:45:15 +04:00
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).