1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source
2016-07-25 00:10:17 +03:00
..
Base Improve Color3 method names to be more consistent with the rest of the basic types. 2016-07-25 00:10:17 +03:00
Entity Improve the Color4 registration code to avoid using overloads where not necessary. 2016-07-24 23:18:12 +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 Update GetWeaponID() to recognize "Ingram" without the "Silenced" portion. 2016-07-17 16:49:15 +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 Fix command system not recognizing greedy argument types after changes in previous commits. Credits to @DrakezZ for spotting the issue 2016-07-16 13:44:03 +03:00
Constants.cpp Keep a consistent naming style in constants. 2016-06-19 11:07:35 +03:00
Core.cpp Stop using hard-coded values for plug-in commands in the host plug-in. 2016-07-17 03:56:52 +03:00
Core.hpp Revise the entity clean up to fix crash at server shutdown, remove duplicate code and overall make the code more reliable. 2016-07-16 19:39:51 +03:00
CoreEntity.cpp Revise the entity clean up to fix crash at server shutdown, remove duplicate code and overall make the code more reliable. 2016-07-16 19:39:51 +03:00
CoreEvents.cpp Forgot to also update the global event for player position with the new parameters. 2016-07-15 21:20:16 +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 Revise the entity clean up to fix crash at server shutdown, remove duplicate code and overall make the code more reliable. 2016-07-16 19:39:51 +03:00
Exports.cpp Adjust names of exported module functions to not use the names from previous implementation. 2016-07-17 03:50:29 +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 Stop using hard-coded values for plug-in commands in the host plug-in. 2016-07-17 03:56:52 +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 Don't clear entity containers untill after the virtual machine was closed. Should close #22 2016-07-16 15:45:36 +03:00