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 b3cdc101a4 Do not overwrite the core state upon receiving recursive event calls from the server.
And allow the script to implement a similar approach.
2017-06-19 16:10:31 +03:00
..
Base Make the AutoDelete helper available to modules. 2017-05-25 22:14:51 +03:00
Entity Initial implementation of the area system. 2017-06-19 04:09:35 +03:00
Library Make builtin formatted strings default to false to avoid trying to perform a format in cases where it can be folled by a following parameters that are not meant to be part of that formatted string. 2017-06-18 20:25:12 +03:00
Misc Make builtin formatted strings default to false to avoid trying to perform a format in cases where it can be folled by a following parameters that are not meant to be part of that formatted string. 2017-06-18 20:25:12 +03:00
Areas.cpp Initial implementation of the area system. 2017-06-19 04:09:35 +03:00
Areas.hpp Initial implementation of the area system. 2017-06-19 04:09:35 +03:00
Command.cpp Fix constructors in comamnd manager registration to actually make use of builtin formatting. 2017-06-18 20:25:49 +03: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 Adjust the main plugin to use the new standard way of registering constants. 2016-11-23 00:58:45 +02:00
Core.cpp Initial implementation of the area system. 2017-06-19 04:09:35 +03:00
Core.hpp Do not overwrite the core state upon receiving recursive event calls from the server. 2017-06-19 16:10:31 +03:00
CoreEntity.cpp Initial implementation of the area system. 2017-06-19 04:09:35 +03:00
CoreEvents.cpp Initial implementation of the area system. 2017-06-19 04:09:35 +03:00
CoreFuncs.cpp Do not overwrite the core state upon receiving recursive event calls from the server. 2017-06-19 16:10:31 +03:00
CoreInst.cpp Initial implementation of the area system. 2017-06-19 04:09:35 +03:00
CoreUtils.cpp Initial implementation of the area system. 2017-06-19 04:09: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 Make builtin formatted strings default to false to avoid trying to perform a format in cases where it can be folled by a following parameters that are not meant to be part of that formatted string. 2017-06-18 20:25:12 +03:00
Logger.hpp Untested update to the new plugin API. 2016-05-22 06:20:38 +03:00
Main.cpp Do not overwrite the core state upon receiving recursive event calls from the server. 2017-06-19 16:10:31 +03:00
Register.cpp Initial implementation of the area system. 2017-06-19 04:09:35 +03:00
Routine.cpp Fix the crash at shut down caused by forgetting to release the global events table object. 2017-02-21 21:42:40 +02:00
Routine.hpp Fix the crash at shut down caused by forgetting to release the global events table object. 2017-02-21 21:42:40 +02:00
Signal.cpp Uncomment exceptions in the signals and slots creation and retrieval. 2017-02-22 20:41:11 +02:00
Signal.hpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
SqBase.hpp Initial implementation of the area system. 2017-06-19 04:09:35 +03:00
Tasks.cpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
Tasks.hpp Make builtin formatted strings default to false to avoid trying to perform a format in cases where it can be folled by a following parameters that are not meant to be part of that formatted string. 2017-06-18 20:25:12 +03:00