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 5a225a70b9 Validate identifiers obtained from the server before using them.
Prevent aout_of_range exceptions from leaking to the script in case the server returns a negative identifier. Thus, resulting in a server crash since Squirrel would not know how to handle them.
2016-06-14 02:34:04 +03:00
bin Enable debugging by default again. 2016-05-24 07:45:49 +03:00
cbp Partial implementation of the JSON module. 2016-06-09 03:01:19 +03:00
config Partial implementation of the JSON module. 2016-06-09 03:01:19 +03:00
external Partial implementation of the JSON module. 2016-06-09 03:01:19 +03:00
include Don't separate C++11 code from legacy code through macros. Make C++11 the default C++ version required. 2016-06-12 13:49:43 +03:00
modules Partial implementation of the JSON module. 2016-06-09 03:01:19 +03:00
sandbox Add an empty program for the Sandbox project. 2016-06-12 13:53:15 +03:00
shared Fix const correctness in utility functions. 2016-06-13 00:27:06 +03:00
source Validate identifiers obtained from the server before using them. 2016-06-14 02:34:04 +03:00
.gitignore Update the .gitignore file to exclude mysql headers on windows. 2016-06-03 21:32:51 +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