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 e7bb68d76c Fix the crash at shut down caused by forgetting to release the global events table object.
Include the fixes from the routines that should've been commited into the previous commit.
Take a more exception safe approach to unbinding from server events at shutdown.
2017-02-21 21:42:40 +02:00
..
Base Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
Entity Initial implementation of the new event system. 2017-02-21 21:24:59 +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 Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
Command.cpp Initial implementation of the new event system. 2017-02-21 21:24:59 +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 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 new event system. 2017-02-21 21:24:59 +02:00
Core.hpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
CoreEntity.cpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
CoreEvents.cpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
CoreFuncs.cpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
CoreInst.cpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
CoreUtils.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
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 Fix the crash at shut down caused by forgetting to release the global events table object. 2017-02-21 21:42:40 +02:00
Register.cpp Rename the lightweight object type. 2016-11-17 11:27:07 +02: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 Initial implementation of the new event system. 2017-02-21 21:24:59 +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 new event system. 2017-02-21 21:24:59 +02:00
Tasks.cpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
Tasks.hpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00