Commit Graph

18 Commits

Author SHA1 Message Date
SmallJoker
f7311e0d97
Lua API documentation: Various fixes ()
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-23 21:21:37 +01:00
Dennis Jenkins
0cd9c5b5be
Correct world_format.txt specification ()
The node timers appear at the end of a mapblock for map format version >= 25, not just map format version 25.
2022-02-12 20:23:46 +01:00
rubenwardy
128f6359e9
Use virtual paths to specify exact mod to enable () 2022-01-30 22:40:53 +00:00
lhofhansl
d1624a5521
Switch MapBlock compression to zstd ()
* Add zstd support.
* Rearrange serialization order
* Compress entire mapblock

Co-authored-by: sfan5 <sfan5@live.de>
2021-08-31 17:32:31 -07:00
Zughy
45ccfe26fb
Removed some obsolete code ()
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
2021-01-21 18:17:09 +00:00
random-geek
f2e62298a5 Change some usages of "deprecated" to "obsolete" ()
"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-29 19:23:12 +01:00
random-geek
cd35949cd0 Remove legacy file format documentation 2019-10-23 20:53:24 +02:00
random-geek
2f3c96b38d Remove legacy flat-file map code 2019-10-23 20:53:24 +02:00
DS
049256573b Document world format version 28 (private nodemeta) () 2019-08-31 14:47:12 +02:00
DS
f3fd85aafb Document luaentity pitch and roll in world format () 2019-08-30 19:40:32 +02:00
Ben Deutsch
153fb211ac Replace auth.txt with SQLite auth database ()
* Replace auth.txt with SQLite auth database
2018-08-05 13:13:38 +02:00
lhofhansl
7454deb1bf
Allow an optional readonly base database ()
* Allow an optional readonly base database

* Added basic documentation
2018-07-25 17:54:23 +02:00
Dániel Juhász
021e667511 Add documentation for map block format 27 () 2017-04-13 10:19:46 +02:00
Aleksey Vorona
da97969c9b Fix a mistake in the world format documentation
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.
2016-03-03 01:25:35 +01:00
est31
8edc8a14e4 Correct SRP documentation
Previous statements were wrong.
2015-10-06 19:08:53 +02:00
Kahrl
d130c36e14 Fix another typo in doc/world_format.txt 2015-09-21 19:26:54 +02:00
est31
691eb2d06d Document current node metadata format
Document the node metadata changes of the commit (serialisation version >=23):

704782c95b8a4194a9383da55d93f37fd0f7278f "WIP node metadata, node timers"
2015-09-18 16:47:13 +02:00
est31
8acccf4c58 Fix "make install" and add underscore to doc file name
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.
2015-09-14 07:51:31 +02:00