1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/shared
Sandu Liviu Catalin 41e04e5167 Initial implementation of the new event system.
Initial implementation of the new signals and slots class.
Fixed command parsing which compared a pointer to a character.
Buffer overflow fix in routines which used the limits from the entity tasks.
Switched from Sqrat::Object to Sqrat::LightObj in most places to avoid the overhead of the VM pointer.
Various other adjustments and improvements.
The plugin is currently in a broken state and crashes at shutdown. The bug is unknown at this point.
2017-02-21 21:24:59 +02:00
..
Base Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
ModBase.hpp Various changes to the modules. 2016-05-22 22:34:27 +03:00
SqAPI.h Rvised the API distribution system to avoid segmentation fault crashes on Linux and make the overal code cleaner. 2016-07-17 03:24:07 +03:00
SqMod.c Update the module API and merge shared code between modules and host plugin. 2016-06-03 21:26:19 +03:00
SqMod.cpp Update the module API and merge shared code between modules and host plugin. 2016-06-03 21:26:19 +03:00
SqMod.h 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
SqMod.inl Rvised the API distribution system to avoid segmentation fault crashes on Linux and make the overal code cleaner. 2016-07-17 03:24:07 +03:00