Files
dragonfire-client-dragonfire/src
Loïc Blot 454dbf83a9 Server class code cleanups (#9769)
* 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
2020-05-07 22:38:41 +02:00
2020-04-11 16:07:17 +02:00
2018-04-19 20:14:53 +01:00
2019-12-07 23:46:24 +01:00
2019-01-16 13:39:13 +01:00
2018-03-30 18:32:52 +02:00
2018-11-18 11:48:16 +01:00
2020-05-07 22:38:41 +02:00
2018-07-21 03:09:39 -07:00
2019-08-07 19:16:31 +02:00
2019-08-13 19:56:55 +02:00
2019-08-13 19:56:55 +02:00
2020-05-07 22:38:41 +02:00
2020-05-07 22:38:41 +02:00
2018-04-19 20:14:53 +01:00
2020-04-11 16:07:17 +02:00
2019-09-22 22:12:21 +02:00
2019-09-22 22:12:21 +02:00