DarkflameServer/dNet
David Markowitz ef0a3c6d0b
Add Hot Properties struct and address some whitespace (no functionality change) (#667)
* Add GameMessages

* General AMF cleanup

Proper memory management as well as style cleanup

* 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 GameMessages.h

* Add GM

* Comment out function

* Spacing

* eof
2022-07-22 19:58:20 -07:00
..
AuthPackets.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
AuthPackets.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ChatPackets.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ChatPackets.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ClientPackets.cpp Efficiency and naming changes. 2022-07-18 10:01:43 +01:00
ClientPackets.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
CMakeLists.txt Update CMake configuration for easier maintenance (#642) 2022-07-17 00:24:16 +01:00
dMessageIdentifiers.h Add Hot Properties struct and address some whitespace (no functionality change) (#667) 2022-07-22 19:58:20 -07:00
dNetCommon.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
dServer.cpp Merge branch 'main' into Log-Line-Cleaning 2022-01-03 17:51:13 +00:00
dServer.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
MasterPackets.cpp Replace the usage of RakString (#648) 2022-07-17 04:40:46 +01:00
MasterPackets.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
PacketUtils.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
PacketUtils.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
WorldPackets.cpp Efficiency and naming changes. 2022-07-18 10:01:43 +01:00
WorldPackets.h Efficiency and naming changes. 2022-07-18 10:01:43 +01:00
ZoneInstanceManager.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ZoneInstanceManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00