aboutsummaryrefslogtreecommitdiff
path: root/doc/world_format.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lua API documentation: Various fixes (#12059)SmallJoker2022-02-231-1/+13
| | | | | Change 1: Clarify when on_step collision information is provided Change 2: Document PostgreSQL and Redis settings Change 3: Overall AreaStore documentation improvements including consistent parameter naming based on community suggestions
* Correct world_format.txt specification (#12061)Dennis Jenkins2022-02-121-1/+4
| | | The node timers appear at the end of a mapblock for map format version >= 25, not just map format version 25.
* Use virtual paths to specify exact mod to enable (#11784)rubenwardy2022-01-301-0/+13
|
* Switch MapBlock compression to zstd (#10788)lhofhansl2021-08-311-38/+53
| | | | | | | * Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de>
* Removed some obsolete code (#10562)Zughy2021-01-211-11/+0
| | | Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
* Change some usages of "deprecated" to "obsolete" (#9062)random-geek2019-10-291-4/+4
| | | | "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-231-104/+0
|
* Remove legacy flat-file map coderandom-geek2019-10-231-9/+3
|
* Document world format version 28 (private nodemeta) (#8857)DS2019-08-311-1/+4
|
* Document luaentity pitch and roll in world format (#8864)DS2019-08-301-11/+14
|
* Replace auth.txt with SQLite auth database (#7279)Ben Deutsch2018-08-051-0/+30
| | | | * Replace auth.txt with SQLite auth database
* Allow an optional readonly base database (#7544)lhofhansl2018-07-251-2/+9
| | | | | | * Allow an optional readonly base database * Added basic documentation
* Add documentation for map block format 27 (#5576)Dániel Juhász2017-04-131-7/+29
|
* Fix a mistake in the world format documentationAleksey Vorona2016-03-031-1/+1
| | | | | | 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-061-2/+3
| | | | Previous statements were wrong.
* Fix another typo in doc/world_format.txtKahrl2015-09-211-1/+1
|
* Document current node metadata formatest312015-09-181-4/+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-141-0/+594
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.