aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2020-04-20Fix build badge since switching to github actionsLoïc Blot
2020-04-20Replace travis with github actions (#9641)Loïc Blot
* Move outside of travis to Github actions This will permit to have better integrated CI workflow than the previous travis one.
2020-04-16Add an option to disable unittest build, & disable them on Docker build (#9677)Loïc Blot
2020-04-12Update README copyright to current year (#9566)Testman
2019-12-15Add Alpine build dependencies in README (#9206)Zaoqi
2019-12-02Fix Debian build dependencies in READMENils Dagsson Moskopp
This patch replaces the statement in the README about a build dependency of the minetest binary on the package “build-essential” with a corresponding statement about build dependencies on the three packages “g++”, “make”, and “libc6-dev”. Though often used as a shorthand, “build-essential” is not a package used to install packages that are essential for building software – “build-essential” depends on packages that are essential for building Debian packages. Therefore, the dependency on “build-essential” implies a dependency on a lot of packages that are not actually necessary to build minetest (e.g. the Perl programming language).
2019-10-01README: Add dependencies for Arch Linux (#8998)James Tobin
Added Arch Linux dependency list (including base-devel which covers many of them)
2019-08-04Let ENABLE_GLES appear in cmake_config.h and change its functionalitysfan5
2019-07-30README: make -j$(nproc) (#8699)Zaoqi
2019-07-21Update README.md (#8700)Zaoqi
2019-07-05Improve grammar and formatting in the READMEHugo Locurcio
This also clarifies the fact that Minetest saves `minetest.conf` when closing Minetest for the first time, rather than when starting it for the first time. This also fixes the default key for the pitch move mode which is now P.
2019-06-19Update README copyright notice to 2019 (#8606)Vilhelm Prytz
2019-06-10Add compatibility to vcpkg buildsystem (#8317)adrido
2019-04-07Find PostgreSQL correctly (#8435)adrido
2019-03-02README: Remove references to Minecraft and InfiniMiner (#8260)ANAND
2018-12-31Extend pitch fly mode to swimming (#7943)random-geek
2018-12-15Add a basic kubernetes deployment file (#7979)Loïc Blot
* Add a basic kubernetes deployment file
2018-12-13Add docker image documentation (#7969)Loïc Blot
* Add docker image documentation * Update README.md
2018-12-02README: Add linking table of contents (#7601)woshiicyrus
2018-12-01Added pitch fly mode (#7817)Gaël C
In pitch fly mode, you fly to the exact direction you are pointing at, using the forward key. Other move directions are also pitched accordingly. It allows smoother and more complex movements. Can be enabled/disabled by L key by default (set keymap_pitchfly in minetest.conf)
2018-10-26Windows: Cpack wix installer (#6153)adrido
Create CPack WIX msi Installer for RUN_IN_PLACE=0 builds Correct paths on Windows for RUN_IN_PLACE=0 Install only required font files Games have their own components, and "minimal" is optional
2018-10-06Various grammar improvements (#7769)Paramat
In builtin//pkgmgr.lua, README.md and settingtypes.txt. Based on 2 pull requests by comradekingu.
2018-09-22Make OpenGL preference configurable, default to LEGACY (#7666)SmallJoker
This partially reverts 1ec5028 Add option OPENGL_GL_PREFERENCE
2018-07-29Document default values for general cmake options (#7595)pauloue
And fix a typo
2018-07-25Replace apt-get with apt (#7583)niansa
2018-06-30Removed '$' symbols from the start of shell commands. (#7506)RustyRaptor
2018-06-22README.md: Improve formatting for consistency (#7472)Anand S
* README.md: Improve formatting for consistency
2018-06-20README.md: Improve version scheme text (#7465)Paramat
2018-06-15Version scheme change: 0.5.0 -> 5.0.0 (#7449)Loïc Blot
* Version scheme change: 0.5.0 -> 5.0.0
2018-06-12README.md: Remove 'unfinished' section. (#7440)Paramat
2018-03-15README: Fix Fedora dependencies (#7133)pauloue
2018-01-01Update README.md copyright notice tooLoïc Blot
2017-11-19README.md: Add table of Linux dependenciesReedych
2017-09-05Remove DSTACK keybind setting (#6378)Rui
2017-08-27More readable default controls in READMEDharkael
2017-08-20Add missing ENABLE_SYSTEM_JSONCPP in docsLoic Blot
2017-08-20New version scheme (#6292)Loïc Blot
* Version changes: current dev version is now 0.5.0 * This change permit to have multi branches with various versions * Dev version is 0.5.0-dev and next release will be 0.5.0
2017-08-18Change README to Markdown format, add LICENSE.txt (#6244)rubenwardy