minetest/src/script/lua_api
Loïc Blot 454dbf83a9 Server class code cleanups ()
* Server::overrideDayNightRatio doesn't require to return bool
There is no sense to sending null player, the caller should send a valid object

* Server::init: make private & cleanup
This function is always called before start() and loads some variables which can be loaded in constructor directly.
Make it private and call it directly in start

* Split Server inventory responsibility to a dedicated object

This splits permit to found various historical issues:
* duplicate lookups on player connection
* sending inventory to non related player when a player connects
* non friendly lookups on detached inventories ownership

This reduce the detached inventory complexity and also increased the
lookup performance in a quite interesting way for servers with thousands
of inventories.
2020-05-07 22:38:41 +02:00
..
2020-05-07 22:38:41 +02:00
2020-05-07 22:38:41 +02:00
2019-11-11 14:06:48 +01:00
2020-04-11 13:12:51 +02:00
2020-04-11 13:12:51 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2020-04-11 13:12:51 +02:00
2020-04-11 13:12:51 +02:00
2018-06-27 17:45:40 +02:00
2020-04-11 13:12:51 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00