1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source
Sandu Liviu Catalin 4e05d3d285 Fix issue with routines never being released. Should close #14
Few other fixes and adjustments also in routines.
2016-07-12 22:45:14 +03:00
..
Base Fix incorrect placement of functions used to find players by name. 2016-07-10 23:29:45 +03:00
Entity Remove leftover parenthesis from previous commit. 2016-07-09 17:14:09 +03:00
Library Fix the functions used to create buffers and extend with new ones to interact with them. 2016-07-09 17:21:41 +03:00
Misc Adjust the code to use the .what() method from the Sqrat exception. 2016-07-09 14:18:09 +03:00
Command.cpp Prevent the command destructor from dissociating the listener from the manager in destructor when the container was resized. 2016-07-12 03:10:38 +03:00
Command.hpp Prevent the command destructor from dissociating the listener from the manager in destructor when the container was resized. 2016-07-12 03:10:38 +03:00
Constants.cpp Keep a consistent naming style in constants. 2016-06-19 11:07:35 +03:00
Core.cpp Adjust the code to use the .what() method from the Sqrat exception. 2016-07-09 14:18:09 +03:00
Core.hpp Prevent server notifications of entity pool changes from introducing entity leaks and triggering events multiple times. Should close #9 2016-06-26 15:47:27 +03:00
CoreEntity.cpp Prevent server notifications of entity pool changes from introducing entity leaks and triggering events multiple times. Should close #9 2016-06-26 15:47:27 +03:00
CoreEvents.cpp Initial revision of the buffer implementation. 2016-07-08 00:56:54 +03:00
CoreFuncs.cpp Update the module API and merge shared code between modules and host plugin. 2016-06-03 21:26:19 +03:00
CoreUtils.cpp Implement the option to specify how many times you want to allow intensive entity events to be forwarded to script callbacks. 2016-06-08 16:53:16 +03:00
Exports.cpp Fix the functions used to create buffers and extend with new ones to interact with them. 2016-07-09 17:21:41 +03:00
Logger.cpp Remove leftover brackets from log messages on linux. 2016-07-10 18:44:54 +03:00
Logger.hpp Untested update to the new plugin API. 2016-05-22 06:20:38 +03:00
Main.cpp Add a message to inform when the plugin is fully loaded. 2016-07-10 17:15:43 +03:00
Register.cpp Register entity searching algorithms to enable them. 2016-06-21 17:29:09 +03:00
Routine.cpp Fix issue with routines never being released. Should close #14 2016-07-12 22:45:14 +03:00
Routine.hpp Fix issue with routines never being released. Should close #14 2016-07-12 22:45:14 +03:00
SqBase.hpp Initial revision of the buffer implementation. 2016-07-08 00:56:54 +03:00