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 8088ba94c2 Updated the exception system in the main plugin to also include the location in the source files in debug builds.
Moved the functions that extract base types from strings as static functions under the associated type.
Revised some of the base shared code.
Fixed some of the functions in the String library that did not take into account the null terminator.
2016-03-21 22:37:58 +02:00
..
Crypt.cpp Updated the exception system in the main plugin to also include the location in the source files in debug builds. 2016-03-21 22:37:58 +02:00
Crypt.hpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +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
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 Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00
Numeric.hpp Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00
Random.cpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +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 Updated the exception system in the main plugin to also include the location in the source files in debug builds. 2016-03-21 22:37:58 +02:00
String.hpp Minor additions and fixes to the string library. 2016-02-21 10:30:47 +02:00
SysEnv.cpp Remove duplicate code that converts a buffer to a script string object. 2016-03-11 04:23:59 +02:00
SysEnv.hpp Updated the buffer class to include an optional numeric value to be used as an edit cursor or to mark the used buffer size. 2016-03-11 04:14:28 +02:00
SysPath.cpp Updated the exception system in the main plugin to also include the location in the source files in debug builds. 2016-03-21 22:37:58 +02:00
SysPath.hpp Fixed the SysPath type returning wrong result in test emptiness. 2016-03-11 20:52:00 +02:00
Time.cpp Renamed time function to avoid collision with windows api. 2016-02-21 09:25:16 +02:00
Time.hpp Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00
Utils.cpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
Utils.hpp Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00