aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Expand)AuthorAge
* README: Add dependencies for Arch Linux (#8998)James Tobin2019-10-01
* Let ENABLE_GLES appear in cmake_config.h and change its functionalitysfan52019-08-04
* README: make -j$(nproc) (#8699)Zaoqi2019-07-30
* Update README.md (#8700)Zaoqi2019-07-21
* Improve grammar and formatting in the READMEHugo Locurcio2019-07-05
* Update README copyright notice to 2019 (#8606)Vilhelm Prytz2019-06-19
* Add compatibility to vcpkg buildsystem (#8317)adrido2019-06-10
* Find PostgreSQL correctly (#8435)adrido2019-04-07
* README: Remove references to Minecraft and InfiniMiner (#8260)ANAND2019-03-02
* Extend pitch fly mode to swimming (#7943)random-geek2018-12-31
* Add a basic kubernetes deployment file (#7979)Loïc Blot2018-12-15
* Add docker image documentation (#7969)Loïc Blot2018-12-13
* README: Add linking table of contents (#7601)woshiicyrus2018-12-02
* Added pitch fly mode (#7817)Gaël C2018-12-01
* Windows: Cpack wix installer (#6153)adrido2018-10-26
* Various grammar improvements (#7769)Paramat2018-10-06
* Make OpenGL preference configurable, default to LEGACY (#7666)SmallJoker2018-09-22
* Document default values for general cmake options (#7595)pauloue2018-07-29
* Replace apt-get with apt (#7583)niansa2018-07-25
* Removed '$' symbols from the start of shell commands. (#7506)RustyRaptor2018-06-30
* README.md: Improve formatting for consistency (#7472)Anand S2018-06-22
* README.md: Improve version scheme text (#7465)Paramat2018-06-20
* Version scheme change: 0.5.0 -> 5.0.0 (#7449)Loïc Blot2018-06-15
* README.md: Remove 'unfinished' section. (#7440)Paramat2018-06-12
* README: Fix Fedora dependencies (#7133)pauloue2018-03-15
* Update README.md copyright notice tooLoïc Blot2018-01-01
* README.md: Add table of Linux dependenciesReedych2017-11-19
* Remove DSTACK keybind setting (#6378)Rui2017-09-05
* More readable default controls in READMEDharkael2017-08-27
* Add missing ENABLE_SYSTEM_JSONCPP in docsLoic Blot2017-08-20
* New version scheme (#6292)Loïc Blot2017-08-20
* Change README to Markdown format, add LICENSE.txt (#6244)rubenwardy2017-08-18
frametime spike - Node addition/removal is sent directly only to clients that are closer than 100 nodes to the modification. For the others, the modified blocks are set unsent. (and are re-sent when applicable) 2011-04-05: - Made furnace usable - Added cobblestone - Added wood, stone and steel tools: pickaxes, shovels and axes - Incremented to version 0.0.2 2011-04-04: - Cleaned client to be completely synchronous, except for the mesh calculation, which is now done with queues in a separate thread. - Added node metadata support - Added chests 2011-02-17: - Added better handling of textures. Now many file extensions are searched. Also too large textures are not put on the texture atlas, and the construction of the texture atlas is stopped when it is full. 2011-02-16: - Better handling of Ctrl-C on POSIX systems 2011-02-15: - Fixed a problem of not saving and loading the "lighting expired" value of MapBlocks properly. This caused high server CPU usage. - Ctrl-C handling on POSIX systems - Added simple command support to server - Added settings enable_texture_atlas and texture_path 2011-02-14: - Created changelog.txt - Added sneaking/crouching - Modified the looks of the hotbar and cleaned code - Added code to allow generating 3D cube images for inventory