DarkflameServer/dCommon
EmosewaMC 33cc3a3dd9 Corrected string to long conversion
For Windows, the definition for a long is 32 bits, not 64 bits like on other operating systems.  This caused an issue on Windows only where a number larger than 32 bits was attempted to be converted to a long, the WorldServer would crash.  This commit replaces all instances of `stol` with `stoull` to further define a long and reduce ambiguity of number length.
2022-06-05 21:02:41 -07:00
..
AMFFormat_BitStream.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
AMFFormat_BitStream.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
AMFFormat.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
AMFFormat.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
BinaryIO.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
BinaryIO.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
dCommonVars.h Grammar error 2022-04-23 04:13:23 -07:00
dConfig.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
dConfig.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Diagnostics.cpp Small fixes for windows clang compile 2021-12-05 15:59:50 -08:00
Diagnostics.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
dLogger.cpp Fixes dlogger PR 2021-12-13 16:57:43 +01:00
dLogger.h Added a LogDebug 2021-12-11 12:29:34 +00:00
Game.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
GeneralUtils.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
GeneralUtils.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
LDFFormat.cpp Corrected string to long conversion 2022-06-05 21:02:41 -07:00
LDFFormat.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
MD5.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
MD5.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Metrics.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Metrics.hpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
NiPoint3.cpp Basic tests infrastructure 2022-01-03 16:00:21 +01:00
NiPoint3.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
NiQuaternion.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
NiQuaternion.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
PermissionMap.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
SHA512.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
SHA512.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Type.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Type.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ZCompression.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ZCompression.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00