Commit graph

10 commits

Author SHA1 Message Date
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
b0d891fa9a Moved common Python stuff to "pythonbase" lib. 2021-06-27 17:00:34 +02:00
Erik Ogenvik
3c8ef3a178 Update AI to handle lack of Location on LocatedEntity. 2021-06-27 16:27:10 +02:00
Erik Ogenvik
774dafbab2 Make sure Python is shut down after dtors have run. 2021-05-30 21:35:41 +02:00
Erik Ogenvik
458b6f8536 Fixed various memory leak issues throughout the code. 2021-05-27 17:38:58 +02:00
Erik Ogenvik
0791649ccc Fixed various memory leaks.
We want our tests to properly clean up so we can use them to find memory leaks.
2021-05-18 22:09:57 +02:00
Erik Ogenvik
f98fe3902a Fixed login in BaseClient. 2020-09-18 22:21:25 +02:00
Erik Ogenvik
ba7430e49f Fixed issues with tests and Property definitions. 2020-08-13 15:50:28 +02: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/Py_ObserverClientTest.cpp (Browse further)