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 26f5c495f5 Explicitly make sure that collectors in entity search algorithms are sent by reference instead of by copy. Should close #16
Invert the negate parameter to comply with how the algorithms work and what the negare argument is supposed to do.
Few other minor additions or adjustments.
2016-07-14 23:34:52 +03:00
..
Base Explicitly make sure that collectors in entity search algorithms are sent by reference instead of by copy. Should close #16 2016-07-14 23:34:52 +03:00
Entity Add the option to specify a header and payload when tracking player position changes. 2016-07-14 19:52:14 +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 Fix issue where the command arguments would always fallback to string because the identified variable was not set to true. 2016-07-14 22:19:10 +03:00
Command.hpp Improve argument type compatibility check inside command listeners. 2016-07-14 22:16:27 +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 Add the option to specify a header and payload when tracking player position changes. 2016-07-14 19:52:14 +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 Prevent exceptions during event callbacks from blocking the the decrease of the track counter. 2016-07-14 19:56:13 +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 Add the option to specify a header and payload when tracking player position changes. 2016-07-14 19:52:14 +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