DarkflameServer/dChatServer
jadebenn 29666a1ff7
chore: General cleanup roundup (#1444)
* Moved unrelated changes out of the TryParse PR branch

* const correctness and cstdint type usage

* removing a few "== nullptr"

* amf constexpr, const-correctness, and attrib tagging

* update to account for feedback

* Fixing accidentally included header and hopefully fixing the MacOS issue too

* try reordering the amf3 specializations to fix the MacOS issue again

* Amf3 template class member func instantiation fix

* try including only on macos

* Using if constexpr rather than specialization

* Trying a different solution for the instantiation problem

* Remove #include "dPlatforms.h"
2024-02-10 13:44:40 -06:00
..
ChatIgnoreList.cpp chore: default size to 33 on LU(W)Strings since that's the most common lenght (#1410) 2024-01-12 14:23:44 -06:00
ChatIgnoreList.h fix up enum names 2023-11-18 20:21:13 -08:00
ChatPacketHandler.cpp chore: remove all raw packet reading from chat packet handler (#1415) 2024-01-14 01:03:01 -06:00
ChatPacketHandler.h chore: remove all raw packet reading from chat packet handler (#1415) 2024-01-14 01:03:01 -06:00
ChatServer.cpp refactor: Change TryParse implementation (#1442) 2024-02-10 05:05:25 -06:00
CMakeLists.txt chore: Consolidate logger setup and add better handling of packets (#1389) 2024-01-05 23:32:09 -06:00
PlayerContainer.cpp chore: General cleanup roundup (#1444) 2024-02-10 13:44:40 -06:00
PlayerContainer.h chore: General cleanup roundup (#1444) 2024-02-10 13:44:40 -06:00