DarkflameServer/dWorldServer
David Markowitz 6a38b67ed5
General AMF cleanup (#663)
* General AMF cleanup

Proper memory management as well as style cleanup

* General optimizations

Fix AMFArray so values are properly deleted when you leave the scope it was created in.
Add bounds check for deletion so you don't double delete.
Remove all AMFdeletions that are contained in an array since the array now manages its own memory and deletes it when it is no longer needed.

* Better tests and fix de-serialize

Fix de-serialize to be correct and implement a test to check this

* Update AMFDeserializeTests.cpp

* Update AMFFormat.cpp
2022-07-21 22:26:09 -07:00
..
CMakeLists.txt Update CMake configuration for easier maintenance (#642) 2022-07-17 00:24:16 +01:00
ObjectIDManager.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ObjectIDManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
PerformanceManager.cpp Rehook dPhysics to main framerate 2022-02-09 10:38:09 +01:00
PerformanceManager.h Rehook dPhysics to main framerate 2022-02-09 10:38:09 +01:00
WorldServer.cpp General AMF cleanup (#663) 2022-07-21 22:26:09 -07:00