1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/module/Library
Sandu Liviu Catalin 1f2f580a67 Rename Read/WriteString to Read/WriteClientString.
The buffer is being moved to a more general purpose type of buffer. And a rename was in order to avoid confusion with client-encoded strings.
2020-04-20 02:28:35 +03:00
..
Chrono Use pragma once instead of macro guards. 2020-03-22 01:45:04 +02:00
Crypt Use pragma once instead of macro guards. 2020-03-22 01:45:04 +02:00
IO Use pragma once instead of macro guards. 2020-03-22 01:45:04 +02:00
Numeric More code cleanup. 2020-03-22 09:16:40 +02:00
System Use pragma once instead of macro guards. 2020-03-22 01:45:04 +02:00
Utils Rename Read/WriteString to Read/WriteClientString. 2020-04-20 02:28:35 +03:00
Chrono.cpp Rename source to module. 2020-03-21 23:02:27 +02:00
Chrono.hpp Use pragma once instead of macro guards. 2020-03-22 01:45:04 +02:00
Crypt.cpp Rename source to module. 2020-03-21 23:02:27 +02:00
Crypt.hpp Use pragma once instead of macro guards. 2020-03-22 01:45:04 +02:00
IO.cpp Rename source to module. 2020-03-21 23:02:27 +02:00
IO.hpp Use pragma once instead of macro guards. 2020-03-22 01:45:04 +02:00
MMDB.cpp Integrate MaxmindDB module. 2020-03-22 16:33:48 +02:00
MMDB.hpp Integrate MaxmindDB module. 2020-03-22 16:33:48 +02:00
MySQL.cpp Preallocate mysql account options table. 2020-04-13 13:57:42 +03:00
MySQL.hpp Implement field selection in the MySQL library. 2020-04-10 10:12:05 +03:00
Numeric.cpp Rename source to module. 2020-03-21 23:02:27 +02:00
Numeric.hpp Use pragma once instead of macro guards. 2020-03-22 01:45:04 +02:00
SQLite.cpp Replace GetObject with GetObj to avoid collisions on Windows. 2020-04-17 17:42:09 +03:00
SQLite.hpp Rename SQLite types to prevent future collisions. 2020-03-22 03:12:55 +02:00
String.cpp Rename source to module. 2020-03-21 23:02:27 +02:00
String.hpp Use pragma once instead of macro guards. 2020-03-22 01:45:04 +02:00
System.cpp Rename source to module. 2020-03-21 23:02:27 +02:00
System.hpp Use pragma once instead of macro guards. 2020-03-22 01:45:04 +02:00
Utils.cpp Rename source to module. 2020-03-21 23:02:27 +02:00
Utils.hpp Use pragma once instead of macro guards. 2020-03-22 01:45:04 +02:00
XML.cpp Fix rename issues from XML library. 2020-03-22 03:15:49 +02:00
XML.hpp Cleanup XML library code. 2020-03-22 02:22:32 +02:00