1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
SqMod/source
Sandu Liviu Catalin b24104c99f Revised the standard string library to have cleaner code.
Implemented the Explode/Implode functions that work with a single delimiter.
2016-03-22 02:07:34 +02:00
..
Base Replaced the numeric limits from previous legacy implementation with the one provided by C++11. 2016-03-22 02:05:50 +02:00
Entity 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
Library Revised the standard string library to have cleaner code. 2016-03-22 02:07:34 +02:00
Misc 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
Command.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
Command.hpp Fixed a bug in the command system that did not take into account the null terminator when finding the command separator. 2016-03-17 22:06:14 +02:00
Constants.cpp Replaced the numeric limits from previous legacy implementation with the one provided by C++11. 2016-03-22 02:05:50 +02:00
Core.cpp Fixed the INI compilation on Linux by reverting to the original library. 2016-03-11 20:04:26 +02:00
Core.hpp Fixed the INI compilation on Linux by reverting to the original library. 2016-03-11 20:04:26 +02:00
Exports.cpp Reviewd the host plugin exports to prevent exceptions going outside the exported functions and minor improvements on value casting. 2016-03-18 12:56:48 +02:00
Logger.cpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00
Logger.hpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00
Main.cpp Catch exceptions during server callbacks. 2016-03-12 08:47:50 +02:00
Misc.cpp Minor changes in the entity types code style. 2016-03-12 22:51:44 +02:00
Register.cpp 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
Routine.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
Routine.hpp 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
SqBase.hpp 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