1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source
2016-07-03 03:20:23 +03:00
..
Base Implement pointer stealing for the auto-deleter utility. 2016-07-03 03:20:23 +03:00
Entity Avoid creating checkpoints for invalid player instances. 2016-06-25 00:08:16 +03:00
Library Fix buffer wrapper reading data incorrectly. 2016-06-20 18:22:12 +03:00
Misc Avoid compile errors from implicit cast to int by making the type explicit. 2016-06-19 19:38:24 +03:00
Command.cpp Also release the context when terminating the command manager. 2016-06-27 17:46:12 +03:00
Command.hpp Fix the command system which would fail on recursive command execution. 2016-06-08 16:26:55 +03:00
Constants.cpp Keep a consistent naming style in constants. 2016-06-19 11:07:35 +03:00
Core.cpp Emit the ScriptLoaded event before importing server entities to allow the scripts to prepare. 2016-06-26 16:30:19 +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 Improve the client script data event. Also fix a crash because the buffer type was not registered. 2016-06-20 18:02:44 +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 Initial revision of the script loading system to be more flexible and accurate. 2016-06-18 20:31:35 +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 Update the module API and merge shared code between modules and host plugin. 2016-06-03 21:26:19 +03:00
Register.cpp Register entity searching algorithms to enable them. 2016-06-21 17:29:09 +03:00
Routine.cpp Implemented and improved more types in the Chrono library. 2016-06-04 19:17:42 +03:00
Routine.hpp Untested update to the new plugin API. 2016-05-22 06:20:38 +03:00
SqBase.hpp Update the blip pool size to the correct value. 2016-06-20 08:55:04 +03:00