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 85e881effa Fix const correctness in utility functions.
By not taking the object reference as const we are forced to make copies of objects that are const or use const_cast. Eitherway, this is the correct way because objects are not modified.
2016-06-13 00:27:06 +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 Add the Colour alias when retrieving the color from Blips. 2016-06-13 00:23:30 +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