summaryrefslogtreecommitdiff
path: root/doc/world_format.txt
Commit message (Collapse)AuthorAge
* Removed some obsolete code (#10562)Zughy2021-01-21
| | | Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
* Change some usages of "deprecated" to "obsolete" (#9062)random-geek2019-10-29
| | | | "Deprecated" means that something is still in use, but is unsupported and needs to be removed. "Obsolete" means it is already out of use.
* Remove legacy file format documentationrandom-geek2019-10-23
|
* Remove legacy flat-file map coderandom-geek2019-10-23
|
* Document world format version 28 (private nodemeta) (#8857)DS2019-08-31
|
* Document luaentity pitch and roll in world format (#8864)DS2019-08-30
|
* Replace auth.txt with SQLite auth database (#7279)Ben Deutsch2018-08-05
| | | | * Replace auth.txt with SQLite auth database
* Allow an optional readonly base database (#7544)lhofhansl2018-07-25
| | | | | | * Allow an optional readonly base database * Added basic documentation
* Add documentation for map block format 27 (#5576)Dániel Juhász2017-04-13
|
* Fix a mistake in the world format documentationAleksey Vorona2016-03-03
| | | | | | 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.
* Correct SRP documentationest312015-10-06
| | | | Previous statements were wrong.
* Fix another typo in doc/world_format.txtKahrl2015-09-21
|
* Document current node metadata formatest312015-09-18
| | | | | | Document the node metadata changes of the commit (serialisation version >=23): 704782c95b8a4194a9383da55d93f37fd0f7278f "WIP node metadata, node timers"
* Fix "make install" and add underscore to doc file nameest312015-09-14
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.