summaryrefslogtreecommitdiff
path: root/README.txt
Commit message (Collapse)AuthorAge
* Typo fix in README.txtLoic Blot2017-05-20
| | | | Fix issue #4293
* README.txt: Clarify loading of minetest.confFixer2017-03-05
|
* Fixed spelling mistakes (#5312)Bond-0092017-02-27
|
* Revert part of eb49009d023e6e3b5d59a97b8fb5fed5eee83296 (#5230)Auke Kok2017-02-16
| | | | | | | | | | | | | | | | 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
* support older PostGreSQL versions (#4999)zeuner2017-01-09
| | | | | | | * support older PostGreSQL versions * documentation accuracy * improve performance by affecting less rows in UPDATE queries
* README.txt: Update the License to 2010-2017LNJ2017-01-05
|
* Textures: New 'smoke puff' texture from TNT modparamat2016-10-04
|
* Update default controls in README.txtWuzzy2016-09-30
|
* Update the version of irrlicht to 1.8.3, add steps for Sqlite3DLaboratory2016-08-10
| | | | Also add note for 64-bit Windows users
* Update README.txt (#4368)Nathaniel Olsen2016-07-29
| | | | | | | | | | * 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
* Ubuntu build HOWTO: Suggest to install git instead of git-coreest312016-07-08
| | | | | | | | | | | | 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
* Implement a PostgreSQL backendLoic Blot2016-05-22
|
* README: Update Fedora dependencies listJohnny2016-05-11
| | | | Edited packages to reflect correct packages
* Update menu header imageJean-Patrick Guerrero2016-03-25
|
* Add dependencies for Fedora systemsNathaniel Olsen2016-02-25
|
* Document ENABLE_CURSES in README.txtKahrl2015-11-06
|
* Rename minetest-icon.svg to minetest.svg - Fixes #1564HEXcube2015-09-03
| | | | | | -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
* Extend CMake variable descriptionsSmallJoker2015-07-27
|
* Add AreaStore data structureest312015-07-27
|
* Add LibGMPest312015-05-11
| | | | Uses system provided libgmp if found, if not it falls back to mini-gmp.
* Replaced libjpeg dependency on apt-get, it should be libjpeg-dev instead of ↵Megaf2015-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Clean up and tweak build systemShadowNinja2015-03-27
| | | | | | | | | | | | | | | | * 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.
* Standalone bundle for OSX (w/ dependencies!)Pavel Puchkin2015-03-17
|
* update README.txtNer'zhul2015-02-20
| | | | | * prefix apt-get with sudo * git clone minetest_game without going to folder * execute minetest binary without going into bin folder
* README.txt: Simplify initial build steps by using git to fetch sourcesest312015-02-10
| | | | Also simplify wget steps and apt-get install zlib1g-dev libjsoncpp-dev
* Fix download URLSteven Smith2015-02-04
|
* Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL ↵sfan52014-07-29
| | | | 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
* Update default control documentationBlockMen2014-07-07
|
* Add redis options to documentationsfan52014-06-29
|
* Document CMake options in READMESfan52014-03-03
|
* Add fallback font support for some languages.Ilya Zhuravlev2013-09-08
|
* Update wiki urlBlockMen2013-07-03
|
* Higher resolution menuheaderPilzAdam2013-05-25
|
* Remove common from CMakeLists.txt, README.txt, lua-api.txt and buildwin.shPilzAdam2013-05-18
|
* Update default controls in README and pause menuPilzAdam2013-05-07
|
* Fix shader license headers to be LGPLBrent Hull2013-05-06
|
* README.txt: Add some build stuffPerttu Ahola2013-03-26
|
* Update README.txt to instruct to get minetest/common tooPerttu Ahola2013-03-21
|
* Update Copyright YearsSfan52013-02-24
|
* Update READMEPilzAdam2013-02-24
|
* Add Freetype supportIlya Zhuravlev2013-02-14
|
* Update READMEIlya Zhuravlev2012-12-07
|
* Clean and optimize clouds.cpp enough to not really contain any of the small ↵Perttu Ahola2012-06-05
| | | | amount of non-LGPLv2/later code left
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-05
| | | | GPLv2/later, by agreement of major contributors
* Minimally update compiling on Windows in README.txtPerttu Ahola2012-04-04
|
* Add to README.txt's example dependencies on Linux: libogg-dev libvorbis-dev ↵Perttu Ahola2012-04-04
| | | | libopenal-dev
* Add license of Lua in README.txtPerttu Ahola2012-03-31
|
* Move games/minetest to games/minimal and update README.txtPerttu Ahola2012-03-26
|
* Update vc10 build script example in README.txtPerttu Ahola2012-03-20
|
* Update README.txt a bitPerttu Ahola2012-03-19
|