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 41f2971b7c Implement an allocator for types that cannot be constructed by script and must not be destructed by script.
For cases where the actual instance is static and might outlive the VM itself.
2016-11-17 11:46:36 +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 entity tasks. 2016-11-17 00:23: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 Implement an allocator for types that cannot be constructed by script and must not be destructed by script. 2016-11-17 11:46:36 +02:00
modules Extra validation code in the MaxmindDB module. 2016-11-15 06:34:10 +02:00
sandbox Add an empty program for the Sandbox project. 2016-06-12 13:53:15 +03:00
shared Move the plugin Squirrel utilities to the Sqrat binding utility. 2016-11-16 11:54:07 +02:00
source Rename the lightweight object type. 2016-11-17 11:27:07 +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