1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
Go to file
Sandu Liviu Catalin f51b4968ac Fix bug in plugin caused by not popping the closure from the stack after calling it.
This would've caused the plugin to run out of stack memory eventually.
2018-07-05 21:01:08 +03:00
bin Update the hello world script to work with the new changes. 2017-02-22 18:32:32 +02:00
cbp Initial implementation of the area system. 2017-06-19 04:09:35 +03:00
config Update the MaxmindDB library to the latest version. 2017-05-25 22:56:09 +03:00
external Update the SQLite library to the latest version available (3.23.1). 2018-04-13 20:27:21 +03:00
include Fix bug in plugin caused by not popping the closure from the stack after calling it. 2018-07-05 21:01:08 +03:00
modules Add include directory for MySQL on linux. 2018-02-06 02:12:23 +02: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 bug in plugin caused by not popping the closure from the stack after calling it. 2018-07-05 21:01:08 +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
Makefile Update make "all" 2018-06-13 00:09:42 +05:30
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