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 4ad9402d8a Implement association of arbitrary user data in command listeners.
Also keep track of all listener instances by having them link to eachother as a double linked list. This should make it easy to release any script resources at shutdown.
Now that all listeners are being tracked, binding callbacks is less strict and does not require a listener to be attached anymore.
2016-10-29 22:08:38 +03:00
bin Update the provided sample INI config file to include new options. 2016-08-25 23:56:00 +03:00
cbp Update projects to putput standalone binaries to a subfolder. 2016-08-26 00:10:46 +03:00
config Don't duplicate the configuration header files of the JSON library because they're the same across compiled platforms. 2016-07-05 23:08:32 +03:00
external Update the SQLite library to the latest version. 2016-10-09 23:41:59 +03:00
include Update the SQLite library to the latest version. 2016-10-09 23:41:59 +03:00
modules Implement a new module command that is called right before cosing the virtual machine to allow modules to release resources manually. 2016-09-02 14:11:39 +03:00
sandbox Add an empty program for the Sandbox project. 2016-06-12 13:53:15 +03:00
shared Implement a new module command that is called right before cosing the virtual machine to allow modules to release resources manually. 2016-09-02 14:11:39 +03:00
source Implement association of arbitrary user data in command listeners. 2016-10-29 22:08:38 +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