Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-21 | Removed some obsolete code (#10562) | Zughy | |
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com> | |||
2019-10-29 | Change some usages of "deprecated" to "obsolete" (#9062) | random-geek | |
"Deprecated" means that something is still in use, but is unsupported and needs to be removed. "Obsolete" means it is already out of use. | |||
2019-10-23 | Remove legacy file format documentation | random-geek | |
2019-10-23 | Remove legacy flat-file map code | random-geek | |
2019-08-31 | Document world format version 28 (private nodemeta) (#8857) | DS | |
2019-08-30 | Document luaentity pitch and roll in world format (#8864) | DS | |
2018-08-05 | Replace auth.txt with SQLite auth database (#7279) | Ben Deutsch | |
* Replace auth.txt with SQLite auth database | |||
2018-07-25 | Allow an optional readonly base database (#7544) | lhofhansl | |
* Allow an optional readonly base database * Added basic documentation | |||
2017-04-13 | Add documentation for map block format 27 (#5576) | Dániel Juhász | |
2016-03-03 | Fix a mistake in the world format documentation | Aleksey Vorona | |
Fixed a minor mistake that made it appear as if the inventory is serialized multiple times - once per each variable. In fact it is serialized once per each node. | |||
2015-10-06 | Correct SRP documentation | est31 | |
Previous statements were wrong. | |||
2015-09-21 | Fix another typo in doc/world_format.txt | Kahrl | |
2015-09-18 | Document current node metadata format | est31 | |
Document the node metadata changes of the commit (serialisation version >=23): 704782c95b8a4194a9383da55d93f37fd0f7278f "WIP node metadata, node timers" | |||
2015-09-14 | Fix "make install" and add underscore to doc file name | est31 | |
Fix regression since commit: 915807f8db1f3721ad9ffc00a4863ad940010c45 "Rename doc/mapformat.txt and update doc to match SRP changes" And add an underscore to doc file name to make it more readable. |