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 98b2ddfda6 Fix bug in command system when identifiying where the command name ends.
Also add a quick helper function to retrieve the number of existing commands.
2016-03-15 14:12: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 Fix bug in command system when identifiying where the command name ends. 2016-03-15 14:12:14 +02:00
Command.hpp Fix bug in command system when identifiying where the command name ends. 2016-03-15 14:12: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 Revised the implementation for the command system to be safer in situations that could lead to the destruction of the listener instance while still used. 2016-03-15 10:56:00 +02:00
Routine.hpp Adjusted routine messages to exclude unnecessary details except for places where the script error handler will catch the error location. 2016-03-12 22:51:05 +02:00
SqBase.hpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00