1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/source
Sandu Liviu Catalin 736b6461ba size_t is unsigned long not long long on linux.
which means printf-like functions are still warning about it. i just need them to shut up.
2019-08-17 15:52:04 +03:00
..
Base Enhance the routine implementation further by allowing it to be used as the environment itself and include a few extra helpers to avoid extra checks and lookups. 2019-07-26 19:59:34 +03:00
Core Fix entity creation issue with stream event. 2019-06-02 18:58:38 +03:00
Entity Actually expose network statistics functions. 2019-08-13 18:34:09 +03:00
Library Initial implementation of directory traversal utility. 2019-08-14 04:36:45 +03:00
Misc Implement server network statistics. 2019-08-15 16:46:11 +03:00
Core.cpp size_t is unsigned long not long long on linux. 2019-08-17 15:52:04 +03:00
Core.hpp Remove leftover event pair. 2019-08-13 19:02:25 +03:00
Logger.cpp Include code line in runtime debug. 2019-06-16 02:51:16 +03:00
Logger.hpp Improve the debug information provided by the logger. Include value, size, type and other useful information where possible. 2019-05-17 22:54:08 +03:00
Main.cpp Block all callbacks at shutdown event. 2019-06-02 19:00:02 +03:00
Makefile Initial implementation of directory traversal utility. 2019-08-14 04:36:45 +03:00
Register.cpp Back port changes to squirrel library. Separate mdoule speciffic changes and/or additions to squirrel into their own files. 2019-04-24 22:33:42 +03:00
SqBase.hpp Enhance the routine implementation further by allowing it to be used as the environment itself and include a few extra helpers to avoid extra checks and lookups. 2019-07-26 19:59:34 +03:00