Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-05 | Document mod storage psql settings in world_format.txt | Awkanimus | |
2022-10-21 | Fix typos and en_US/en_GB inconsistency in files inside doc directory (#12882) | Abdou-31 | |
2022-02-23 | Lua 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-12 | Correct 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-30 | Use virtual paths to specify exact mod to enable (#11784) | rubenwardy | |
2021-08-31 | Switch MapBlock compression to zstd (#10788) | lhofhansl | |
* Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de> | |||
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. |