1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source
Sandu Liviu Catalin afc72a0162 Fixed a bug in the command system that did not take into account the null terminator when finding the command separator.
Added the option to retrieve the listener instance of the currently executed command.
Moved several helper functions to where they belong.
2016-03-17 22:06:14 +02:00
..
Base Catch exceptions during server callbacks. 2016-03-12 08:47:50 +02:00
Entity Minor changes in the entity types code style. 2016-03-12 22:51:44 +02:00
Library Fixed names of hash functions that were overwriting the hash types. 2016-03-12 22:58:03 +02:00
Misc Fixed a range error in the SQLite plugin when validating column indexes. 2016-03-13 13:39:17 +02:00
Command.cpp 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
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 Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +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 Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +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 Remove leftover printf from previous commit. 2016-03-17 09:49:27 +02:00
Routine.hpp Fixed a bug in routines that prevented more than one routine to exist in a bucket. 2016-03-17 09:25:17 +02:00
SqBase.hpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00