Commit graph

8 commits

Author SHA1 Message Date
Erik Ogenvik
a15b8e308a Rename HttpCache to HttpHandling, as it's generic. 2023-10-19 23:04:04 +02:00
Erik Ogenvik
7fcf0c34d1 Envelope router ids in one single struct.
Since the string and the integer always go together.
2022-07-04 15:37:51 +02:00
Erik Ogenvik
c03267f132 Avoid singleton use. 2021-08-01 23:17:40 +02:00
Erik Ogenvik
7c6aa0a759 Don't make ServerRouting into a Router. 2021-08-01 18:16:41 +02:00
Erik Ogenvik
b7493d32aa Handle properties in MemEntity differently. 2021-06-20 15:40:33 +02:00
Erik Ogenvik
a40cad95ea Removed Location from LocatedEntity.
Since not all entities have physical location, which is more and more true
now that we have domains. Entities that are placed in non-physical domains don't have
any location data.
This also makes it easier to streamline the sending of properties, since we only need
to send the properties that actually have changed.
In addition, this helps with removing circular references, since the "m_parent" field no longer
is a Ref.
2021-06-18 22:44:30 +02:00
Erik Ogenvik
2b860be278 Complete removal of old Spawn mechanism. 2020-06-22 22:36:30 +02:00
Erik Ogenvik
7534fee4e3 Arrange tests better and remove obsolete and unused stuff. 2020-01-20 23:17:55 +01:00
Renamed from tests/ServerAccountTest.cpp (Browse further)