1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
Go to file
2017-06-18 20:32:03 +03:00
bin Update the hello world script to work with the new changes. 2017-02-22 18:32:32 +02:00
cbp Add a quick and simple implementation of base64 encryption and Whirpool hashing algorithm. 2017-06-16 23:31:20 +03:00
config Update the MaxmindDB library to the latest version. 2017-05-25 22:56:09 +03:00
external Add a quick and simple implementation of base64 encryption and Whirpool hashing algorithm. 2017-06-16 23:31:20 +03:00
include Make builtin formatted strings default to false to avoid trying to perform a format in cases where it can be folled by a following parameters that are not meant to be part of that formatted string. 2017-06-18 20:25:12 +03:00
modules Fix compile error in SQLite connection after changing to builtin formatted functions. 2017-06-18 20:32:03 +03:00
sandbox Add an empty program for the Sandbox project. 2016-06-12 13:53:15 +03:00
shared Implement a formatted Squirrel error throwing utility. 2017-06-16 02:23:24 +03:00
source Fix compiling of bit guards in instance management after the change in entity flags type. 2017-06-18 20:29:55 +03: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