1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/source
Sandu Liviu Catalin a06efdafc5 Improve the Clamp functions to accept any type of value for all parameters.
Implement common functions to work with date and time types and avoid duplicate code.
Remove unnecessary functions used to retrieve the valie in long integer instances.
Various other fixes and name adjustments.
2016-07-09 21:21:07 +03:00
..
Base Improve the Clamp functions to accept any type of value for all parameters. 2016-07-09 21:21:07 +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 Adjust the code to use the .what() method from the Sqrat exception. 2016-07-09 14:18:09 +03:00
Command.hpp Adjust the code to use the .what() method from the Sqrat exception. 2016-07-09 14:18:09 +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 Export the remaining functions for controlling the logger. 2016-06-19 15:24:25 +03:00
Logger.hpp Untested update to the new plugin API. 2016-05-22 06:20:38 +03:00
Main.cpp Adjust the code to use the .what() method from the Sqrat exception. 2016-07-09 14:18:09 +03:00
Register.cpp Register entity searching algorithms to enable them. 2016-06-21 17:29:09 +03:00
Routine.cpp Adjust the code to use the .what() method from the Sqrat exception. 2016-07-09 14:18:09 +03:00
Routine.hpp Untested update to the new plugin API. 2016-05-22 06:20:38 +03:00
SqBase.hpp Initial revision of the buffer implementation. 2016-07-08 00:56:54 +03:00