1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
Go to file
Sandu Liviu Catalin acaf826498 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.
Also changed the command system to store the commands in a contiguous container since commands are only inserted once and constantly accessed after.
Documented the command listener member functions.
Various other fixes and improvements.
2016-03-15 10:56:00 +02:00
bin Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
cbp Fixed the INI compilation on Linux by reverting to the original library. 2016-03-11 20:04:26 +02:00
config Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00
external Fixed the INI compilation on Linux by reverting to the original library. 2016-03-11 20:04:26 +02:00
include Updated the plug-in sdk header to work on recent servers. 2016-03-11 23:17:23 +02:00
modules Fixed a range error in the SQLite plugin when validating column indexes. 2016-03-13 13:39:17 +02:00
shared Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00
source 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
.gitignore Updated git ignore. 2015-11-01 09:57:54 +02:00
LICENSE Initial commit 2015-09-30 02:16:47 +03:00
README.md Remove the link to the topic that discussed the design of the previous plugin. 2016-02-21 07:38:01 +02:00

VCMP-SqMod

Work In Progress VC:MP Scripting Plugin