1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source/Library
Sandu Liviu Catalin bedf03c9cd Implemented the IRC library.
Fixed a bug in the Routine system that caused crashes when constructed with only the first three arguments because it wasn't attached.
Implemented a gentle release of functions to not release them if the reference count is 1.
Adjusted the Routine and Command system to not be necessary to include them in the module core.
Moved the INI and XML libraries into their own namespace.
Various other modifications and fixes.
2016-02-23 05:23:56 +02:00
..
Datetime.cpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
Datetime.hpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
FileIO.cpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
FileIO.hpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
Format.cpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
Format.hpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
Hashing.cpp Prefix library names to avoid poluting the global scope. 2016-02-21 07:39:33 +02:00
Hashing.hpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
INI.cpp Implemented the IRC library. 2016-02-23 05:23:56 +02:00
INI.hpp Implemented the IRC library. 2016-02-23 05:23:56 +02:00
IRC.cpp Implemented the IRC library. 2016-02-23 05:23:56 +02:00
IRC.hpp Implemented the IRC library. 2016-02-23 05:23:56 +02:00
Math.cpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
Math.hpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
Numeric.cpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
Numeric.hpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
Random.cpp Prefix library names to avoid poluting the global scope. 2016-02-21 07:39:33 +02:00
Random.hpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
Shared.cpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
Shared.hpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
String.cpp Minor additions and fixes to the string library. 2016-02-21 10:30:47 +02:00
String.hpp Minor additions and fixes to the string library. 2016-02-21 10:30:47 +02:00
SysPath.cpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
SysPath.hpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
System.cpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
System.hpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
Time.cpp Renamed time function to avoid collision with windows api. 2016-02-21 09:25:16 +02:00
Time.hpp Renamed time function to avoid collision with windows api. 2016-02-21 09:25:16 +02:00
Utils.cpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
Utils.hpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
XML.cpp Implemented the IRC library. 2016-02-23 05:23:56 +02:00
XML.hpp Implemented the IRC library. 2016-02-23 05:23:56 +02:00