Go to file
ShadowNinja 0ac2dc99e7 Make Git version detection use VERSION_STRING instead of tags
This fixes the problem where 0.4.12-dev versions were erroneously shown as
0.4.11-dev because the tag was added on a separate branch.  It also fixes a
similar issue when builders didn't fetch new tags when updating.

This also removes the number-of-commits-since-tag field, since it's
incompatible with this.  Said field doesn't seem to be useful anyway if you
have the commit hash.
2015-05-13 17:00:50 +10:00
build/android New MainMenu, update WversionManager, Makefile change 2015-05-12 10:59:17 +03:00
builtin New MainMenu, update WversionManager, Makefile change 2015-05-12 10:59:17 +03:00
client Optimize bumpmapping mathematics 2015-01-16 20:54:04 +10:00
cmake/Modules Make Git version detection use VERSION_STRING instead of tags 2015-05-13 17:00:50 +10:00
doc Change Licension and Doc 2015-05-05 23:22:26 +03:00
fonts Remove accidentally added non-ft font files 2015-01-08 01:02:24 +01:00
games/minimal Fix NDT_GLASSLIKE normals 2015-01-31 03:06:34 +10:00
misc Add Russian comment translation to minetest.desktop 2015-04-27 18:14:58 +02:00
mods New modsystem 2013-05-19 02:15:36 +02:00
po Update Turkish Language 2015-05-13 17:00:42 +10:00
src Make Git version detection use VERSION_STRING instead of tags 2015-05-13 17:00:50 +10:00
textures 'New' menu 2015-04-23 22:55:42 +03:00
util Make Git version detection use VERSION_STRING instead of tags 2015-05-13 17:00:50 +10:00
.gitattributes .gitattributes 2011-08-11 17:57:40 +02:00
.gitignore Wvm add 2015-05-10 18:03:54 +10:00
.mailmap Update .mailmap 2014-09-21 19:01:43 +02:00
.travis.yml Clean up and tweak build system 2015-03-27 15:00:48 -04:00
CMakeLists.txt Make Git version detection use VERSION_STRING instead of tags 2015-05-13 17:00:50 +10:00
COPYING.txt Change Licension and Doc 2015-05-05 23:22:26 +03:00
LICENSE.txt Change Licension and Doc 2015-05-05 23:22:26 +03:00
README.txt Revert "Update README.txt" 2015-05-05 23:25:57 +03:00
minetest.conf.example Clouds: Make cloud area radius settable in .conf 2015-05-13 17:00:37 +10:00

README.txt

MultiCraft Open Sourse Project
========

MultiCraft is an open source sandbox game inspired by [Minecraft](https://minecraft.net/).

MultiCraft is based on Minetest which is developed by a [number of contributors](https://github.com/minetest/minetest/graphs/contributors) from all over the globe.

It aims to make the game fun while trading off some bits of perfectionism.

Copyright (c) 2014-2015 Maksim Gamarnik [MoNTE48] <MoNTE48@mail.ua>

In case you downloaded the source code:
---------------------------------------
If you downloaded the Minetest Engine source code in which this file is
contained, you probably want to download the minetest_game project too:
  https://github.com/MultiCraftProject/MultiCraft_game
See the README.txt in it.

Further documentation
----------------------
- Website: http://minetest.net/
- Wiki: http://wiki.minetest.net/
- Developer wiki: http://dev.minetest.net/
- Forum: http://forum.minetest.net/
- Github: https://github.com/minetest/minetest/
- doc/ directory of source distribution

This game is not finished
--------------------------
- Don't expect it to work as well as a finished game will.
- Please report any bugs. When doing that, debug.txt is useful.