Commit graph

19 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
126454574c Remove obsolete checks.
We require POSIX to run.
2022-04-16 13:50:55 +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
a5dff5c9a9 Fixed tests. 2021-07-10 18:48:18 +02:00
Erik Ogenvik
458b6f8536 Fixed various memory leak issues throughout the code. 2021-05-27 17:38:58 +02:00
Erik Ogenvik
4e9757fe6f Put a limit to allowed wall time used when handling operation. 2020-08-11 16:27:38 +02:00
Erik Ogenvik
19f75d2904 Fixes for test compilation, although they don't work yet. 2020-08-11 16:27:38 +02:00
Erik Ogenvik
3ab434bf8c Removed concept of "default" location.
Creation of new players now is handled through the Spawn Entities instead.
2020-06-22 22:57:13 +02:00
Erik Ogenvik
2b860be278 Complete removal of old Spawn mechanism. 2020-06-22 22:36:30 +02:00
Erik Ogenvik
dc4311ed4c Remove unused features. 2020-06-22 20:32:21 +02:00
Erik Ogenvik
d1ae3e36d2 Added spawner traits.
Spawning new entities are handled by Python scripts rather than by the SpawnerProperty (which is now removed).
2020-04-15 22:11:51 +02:00
Erik Ogenvik
29fdb9fc32 Moved "WorldRouter" to "simulation". 2020-04-13 14:09:32 +02:00
Erik Ogenvik
41796daaa2 Removed arithmethic scripts.
The same effect can be achieved by using entity scripts, along with the Modifiers framework.
2020-04-13 00:06:29 +02:00
Erik Ogenvik
fed8e9c32d Moved test to proper place. 2020-04-11 22:25:21 +02:00
Erik Ogenvik
9462c4266d Refactor how properties are applied and improve modifiers. 2020-03-25 23:50:00 +01:00
Erik Ogenvik
4df12845c2 Break up usage of Singletons a bit.
Also provide a separate ServerPropertyManager from the CorePropertyManager.
2020-03-22 23:36:52 +01:00
Erik Ogenvik
7534fee4e3 Arrange tests better and remove obsolete and unused stuff. 2020-01-20 23:17:55 +01:00
Renamed from tests/AccountIntegration.cpp (Browse further)