aboutsummaryrefslogtreecommitdiff
path: root/doc/world_format.txt
AgeCommit message (Collapse)Author
2023-01-05Document mod storage psql settings in world_format.txtAwkanimus
2022-10-21Fix typos and en_US/en_GB inconsistency in files inside doc directory (#12882)Abdou-31
2022-02-23Lua API documentation: Various fixes (#12059)SmallJoker
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
2022-02-12Correct world_format.txt specification (#12061)Dennis Jenkins
The node timers appear at the end of a mapblock for map format version >= 25, not just map format version 25.
2022-01-30Use virtual paths to specify exact mod to enable (#11784)rubenwardy
2021-08-31Switch MapBlock compression to zstd (#10788)lhofhansl
* Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de>
2021-01-21Removed some obsolete code (#10562)Zughy
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
2019-10-29Change 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-23Remove legacy file format documentationrandom-geek
2019-10-23Remove legacy flat-file map coderandom-geek
2019-08-31Document world format version 28 (private nodemeta) (#8857)DS
2019-08-30Document luaentity pitch and roll in world format (#8864)DS
2018-08-05Replace auth.txt with SQLite auth database (#7279)Ben Deutsch
* Replace auth.txt with SQLite auth database
2018-07-25Allow an optional readonly base database (#7544)lhofhansl
* Allow an optional readonly base database * Added basic documentation
2017-04-13Add documentation for map block format 27 (#5576)Dániel Juhász
2016-03-03Fix a mistake in the world format documentationAleksey 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-06Correct SRP documentationest31
Previous statements were wrong.
2015-09-21Fix another typo in doc/world_format.txtKahrl
2015-09-18Document current node metadata formatest31
Document the node metadata changes of the commit (serialisation version >=23): 704782c95b8a4194a9383da55d93f37fd0f7278f "WIP node metadata, node timers"
2015-09-14Fix "make install" and add underscore to doc file nameest31
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.