1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source/Library
2016-06-20 18:22:12 +03:00
..
Chrono Merge the Random and Math libraries into the Numeric library and organize code a bit. 2016-06-05 00:00:59 +03:00
Crypt Update the module API and merge shared code between modules and host plugin. 2016-06-03 21:26:19 +03:00
IO Update the module API and merge shared code between modules and host plugin. 2016-06-03 21:26:19 +03:00
Numeric Remove implementation of the Decimal time. Not worth the troublem. 2016-06-05 04:28:45 +03:00
System Add a helper funtion to the system path library to obtain the full path of a file. 2016-06-18 20:27:51 +03:00
Utils Fix buffer wrapper reading data incorrectly. 2016-06-20 18:22:12 +03:00
Chrono.cpp Fix the 64bit build on windows by making sure the _WIN32_WINNT macro has the proper value to include GetTickCount64() and also default to regular GetTickCount() on 32bit as the 64bit placeholder. 2016-06-18 10:24:41 +03:00
Chrono.hpp Implemented and improved more types in the Chrono library. 2016-06-04 19:17:42 +03:00
Crypt.cpp Forgot to register the Hash and AES sub libraries from the main Crypt library. 2016-06-04 22:32:08 +03:00
Crypt.hpp Untested update to the new plugin API. 2016-05-22 06:20:38 +03:00
IO.cpp Separate the IO library into smaller sub components. 2016-05-24 18:37:34 +03:00
IO.hpp Separate the IO library into smaller sub components. 2016-05-24 18:37:34 +03:00
Numeric.cpp Remove implementation of the Decimal time. Not worth the troublem. 2016-06-05 04:28:45 +03:00
Numeric.hpp Merge the Random and Math libraries into the Numeric library and organize code a bit. 2016-06-05 00:00:59 +03:00
String.cpp Update the module API and merge shared code between modules and host plugin. 2016-06-03 21:26:19 +03:00
String.hpp Add the declaration of the functions that return buffers in string library. 2016-03-25 01:54:43 +02:00
System.cpp Update the module API and merge shared code between modules and host plugin. 2016-06-03 21:26:19 +03:00
System.hpp Untested update to the new plugin API. 2016-05-22 06:20:38 +03:00
Utils.cpp Untested update to the new plugin API. 2016-05-22 06:20:38 +03:00
Utils.hpp Untested update to the new plugin API. 2016-05-22 06:20:38 +03:00