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 e7bb68d76c Fix the crash at shut down caused by forgetting to release the global events table object.
Include the fixes from the routines that should've been commited into the previous commit.
Take a more exception safe approach to unbinding from server events at shutdown.
2017-02-21 21:42:40 +02:00
bin Update the provided sample INI config file to include new options. 2016-08-25 23:56:00 +03:00
cbp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
config Update the MaxmindDB library to latest version. Also include configs for all platforms. 2016-11-14 14:05:29 +02:00
external Minor fix in Squirrel. Don't always assume the specified parameter is a string. 2016-11-16 11:50:40 +02:00
include Minor adjustments to Sqrat types. Improved shared pointers to use less heap allocations for counters. 2017-02-21 21:19:10 +02:00
modules Implement the pure typename meta-methods in SQLite module types using the standard method. 2016-11-22 16:16:32 +02:00
sandbox Add an empty program for the Sandbox project. 2016-06-12 13:53:15 +03:00
shared Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
source Fix the crash at shut down caused by forgetting to release the global events table object. 2017-02-21 21:42:40 +02:00
.gitignore Ignore the sandbox folder. 2016-06-16 00:05:19 +03:00
LICENSE Update license year. 2016-05-24 18:47:19 +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