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 2f27188b52 Forgot to decrease the number of occupied slots when removing tasks. And also to reset it when clearing them.
Removed the used tasks counter completely because it's useless and has a high risk of producing nasty bugs.
2016-11-17 19:59:47 +02:00
..
Base Adjust the Vector3 and Vector4 type functions to use the new method of receiving formatted strings. 2016-11-16 16:20:11 +02:00
Entity Implement the FindTask method for entities. 2016-11-17 17:04:21 +02:00
Library Adjust some of the string library functions to use the new method of receiving formatted strings. 2016-11-17 17:05:12 +02:00
Misc Adjust the Color3 and COlor4 type functions to use the new method of receiving formatted strings. 2016-11-16 16:19:02 +02:00
Command.cpp Adjust command manager and listener functions to use the new method of receiving formatted strings. 2016-11-16 13:04:25 +02:00
Command.hpp Update all existing code to always receive StackStrF as a const reference. 2016-11-16 15:10:33 +02:00
Constants.cpp Insert a custom part reason identifier to be able to distinct between kick and ban. 2016-10-25 16:16:59 +03:00
Core.cpp Initial implementation of entity tasks. 2016-11-17 00:23:59 +02:00
Core.hpp Fix the empty initialization option being ignored in the execution stage. 2016-08-27 12:15:51 +03:00
CoreEntity.cpp Improve the Vector3 registration code to avoid using overloads where not necessary. 2016-07-25 00:10:46 +03:00
CoreEvents.cpp Use 'color' instead of 'colour' internally and expose aliases to both for the script interface. 2016-08-21 18:07:35 +03:00
CoreFuncs.cpp Implement a simple system for snippets to be notified when the scripts were loaded and about to be unloaded. 2016-08-25 03:08:44 +03:00
CoreUtils.cpp Use 'color' instead of 'colour' internally and expose aliases to both for the script interface. 2016-08-21 18:07:35 +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 Initial implementation of entity tasks. 2016-11-17 00:23:59 +02:00
Register.cpp Rename the lightweight object type. 2016-11-17 11:27:07 +02:00
Routine.cpp Update all existing code to always receive StackStrF as a const reference. 2016-11-16 15:10:33 +02:00
Routine.hpp Minor comment fix in Routine class. 2016-11-17 00:24:24 +02:00
SqBase.hpp Rename the lightweight object type. 2016-11-17 11:27:07 +02:00
Tasks.cpp Forgot to decrease the number of occupied slots when removing tasks. And also to reset it when clearing them. 2016-11-17 19:59:47 +02:00
Tasks.hpp Forgot to decrease the number of occupied slots when removing tasks. And also to reset it when clearing them. 2016-11-17 19:59:47 +02:00