aboutsummaryrefslogtreecommitdiff
path: root/README.txt
AgeCommit message (Collapse)Author
2017-08-18Change README to Markdown format, add LICENSE.txt (#6244)rubenwardy
2017-08-13Change “Use” key name to “Special”TeTpaAka
2017-08-09Minimap: Leaner minimap arrow makes it easier to see the directionJens Rottmann
The arrow symbolizing the player in the square minimap looks almost like a triangle, making it a bit hard to see which direction it is currently pointing in when in a hurry. Redraw it leaner, pointier. Colors unchanged.
2017-05-20Typo fix in README.txtLoic Blot
Fix issue #4293
2017-03-05README.txt: Clarify loading of minetest.confFixer
2017-02-27Fixed spelling mistakes (#5312)Bond-009
2017-02-16Revert part of eb49009d023e6e3b5d59a97b8fb5fed5eee83296 (#5230)Auke Kok
This reverts the removal of Droid Sans as fallback font. The license for this font used to be GPL2. I've updated the font files to Liberation 2.00, which are SIL, and do not require us to ship source code. I've attempted to fix all the attribution and license strings, and used the strings as provided by redhat for attribution to make sure they're correct. Last, I've removed a bunch of executable bits on files that do not need them. Fixes #5231
2017-01-09support older PostGreSQL versions (#4999)zeuner
* support older PostGreSQL versions * documentation accuracy * improve performance by affecting less rows in UPDATE queries
2017-01-05README.txt: Update the License to 2010-2017LNJ
2016-10-04Textures: New 'smoke puff' texture from TNT modparamat
2016-09-30Update default controls in README.txtWuzzy
2016-08-10Update the version of irrlicht to 1.8.3, add steps for Sqlite3DLaboratory
Also add note for 64-bit Windows users
2016-07-29Update README.txt (#4368)Nathaniel Olsen
* Update README.txt As of Ubuntu 16.10, libpng12-dev is replaced with libpng12-0, since libpng12-0 is available in 16.04 repositories, I think that needed to be changed. Also I changed 'git-core' to 'git' for fedora users, keep it consistent with the ubuntu/debian instructions. * Update README.txt
2016-07-08Ubuntu build HOWTO: Suggest to install git instead of git-coreest31
The package docs for the git-core Ubuntu package in all supported Ubuntu versions, including 12.04 say: This is a transitional dummy package. The 'git-core' package has been renamed to 'git', which has been installed automatically. This git-core package is now obsolete, and can safely be removed from the system if no other package depends on it. Fixes #4109
2016-05-22Implement a PostgreSQL backendLoic Blot
2016-05-11README: Update Fedora dependencies listJohnny
Edited packages to reflect correct packages
2016-03-25Update menu header imageJean-Patrick Guerrero
2016-02-25Add dependencies for Fedora systemsNathaniel Olsen
2015-11-06Document ENABLE_CURSES in README.txtKahrl
2015-09-03Rename minetest-icon.svg to minetest.svg - Fixes #1564HEXcube
-Complies with the Linux standard freedesktop icon naming specs: http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#guidelines -Ensures compatibility with icon themes -Edit minetest.desktop, CMakeLists.txt and README.md to reflect this change
2015-07-27Extend CMake variable descriptionsSmallJoker
2015-07-27Add AreaStore data structureest31
2015-05-11Add LibGMPest31
Uses system provided libgmp if found, if not it falls back to mini-gmp.
2015-05-11Replaced libjpeg dependency on apt-get, it should be libjpeg-dev instead of ↵Megaf
libjpeg8-dev. On Debian 8... ``` Package libjpeg8-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: libjpeg62-turbo-dev ``` Using libjpeg-dev should make the OS select the most appropriate lib to be installed. These are the packages available on Debian 8. ``` libjpeg-dev - Development files for the JPEG library [dummy package] libjpeg-turbo-progs - Programs for manipulating JPEG files libjpeg-turbo-progs-dbg - Programs for manipulating JPEG files (debugging symbols) libjpeg62-turbo - libjpeg-turbo JPEG runtime library libjpeg62-turbo-dbg - Debugging symbols for the libjpeg-turbo JPEG library libjpeg62-turbo-dev - Development files for the libjpeg-turbo JPEG library libturbojpeg1 - TurboJPEG runtime library - SIMD optimized libturbojpeg1-dbg - TurboJPEG runtime library - SIMD optimized (debugging symbols) libturbojpeg1-dev - Development files for the TurboJPEG library ``` This seems to work on all current Debian versions, Wheezy, Jessie and Sid. https://packages.debian.org/wheezy/libjpeg-dev https://packages.debian.org/jessie/libjpeg-dev https://packages.debian.org/stretch/libjpeg-dev Im not sure if Ubuntu has this dummy package. http://packages.ubuntu.com/search?keywords=libjpeg-dev Perhaps this should be further discussed. libjpeg8-dev -> libjpeg-dev
2015-03-27Clean up and tweak build systemShadowNinja
* Combine client and server man pages. * Update unit test options and available databases in man page. * Add `--worldname` to man page. * Fix a bunch of places where `"Minetest"` was used directly instead of `PROJECT_NAME`. * Disable server build by default on all operating systems. * Make `ENABLE_FREETYPE` not fail if FreeType isn't found. * Enable LevelDB, Redis, and FreeType detection by default. * Remove the `VERSION_PATCH_ORIG` hack. * Add option to search for and use system JSONCPP. * Remove broken LuaJIT version detection. * Rename `DISABLE_LUAJIT` to `ENABLE_LUAJIT`. * Rename `minetest_*` variables in `version.{h,cpp}` to `g_*`. * Clean up style of CMake files.
2015-03-17Standalone bundle for OSX (w/ dependencies!)Pavel Puchkin
2015-02-20update README.txtNer'zhul
* prefix apt-get with sudo * git clone minetest_game without going to folder * execute minetest binary without going into bin folder
2015-02-10README.txt: Simplify initial build steps by using git to fetch sourcesest31
Also simplify wget steps and apt-get install zlib1g-dev libjsoncpp-dev
2015-02-04Fix download URLSteven Smith
2014-07-29Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL ↵sfan5
CMake option Update 32-bit buildbot (OpenAL updated, zlib updated) Change build directory for buildbots to '_build' to prevent removal of Android build files Use -win64 suffix for 64-bit Windows builds Fixes #1476
2014-07-07Update default control documentationBlockMen
2014-06-29Add redis options to documentationsfan5
2014-03-03Document CMake options in READMESfan5
2013-09-08Add fallback font support for some languages.Ilya Zhuravlev
2013-07-03Update wiki urlBlockMen
2013-05-25Higher resolution menuheaderPilzAdam
2013-05-18Remove common from CMakeLists.txt, README.txt, lua-api.txt and buildwin.shPilzAdam
2013-05-07Update default controls in README and pause menuPilzAdam
2013-05-06Fix shader license headers to be LGPLBrent Hull
2013-03-26README.txt: Add some build stuffPerttu Ahola
2013-03-21Update README.txt to instruct to get minetest/common tooPerttu Ahola
2013-02-24Update Copyright YearsSfan5
2013-02-24Update READMEPilzAdam
2013-02-14Add Freetype supportIlya Zhuravlev
2012-12-07Update READMEIlya Zhuravlev
2012-06-05Clean and optimize clouds.cpp enough to not really contain any of the small ↵Perttu Ahola
amount of non-LGPLv2/later code left
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-04-04Minimally update compiling on Windows in README.txtPerttu Ahola
2012-04-04Add to README.txt's example dependencies on Linux: libogg-dev libvorbis-dev ↵Perttu Ahola
libopenal-dev
2012-03-31Add license of Lua in README.txtPerttu Ahola