1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
SqMod/source
Sandu Liviu Catalin e0c2c01e25 Include the header that contains the PATH_MAX on linux in system environment library.
Use Append string instead of Write string when writing data to a buffer.
Remove leftover semicolon in 'else if' statement.
2016-03-27 18:54:45 +03:00
..
Base Forgot to include variable arguments library in shared buffers. 2016-03-27 18:41:10 +03:00
Entity Implement function to retrieve all active vehicles. 2016-03-26 18:17:38 +02:00
Library Include the header that contains the PATH_MAX on linux in system environment library. 2016-03-27 18:54:45 +03:00
Misc Fix the hide object function to calculate the correct coordinates but also implement the raw function. 2016-03-26 18:14:00 +02:00
Command.cpp Dumb approach to recive some kind of asserts if the program crashes because a component was used after it was deleted. 2016-03-24 06:43:02 +02:00
Command.hpp Dumb approach to recive some kind of asserts if the program crashes because a component was used after it was deleted. 2016-03-24 06:43:02 +02:00
Constants.cpp Initial implementation of reload mechanism. 2016-03-24 09:32:44 +02:00
Core.cpp Use unordered maps for storing script instances and options. 2016-03-26 18:16:01 +02:00
Core.hpp Use unordered maps for storing script instances and options. 2016-03-26 18:16:01 +02:00
Exports.cpp Remove leftover includes from previous merge of the time utilities. 2016-03-25 14:43:26 +02:00
Logger.cpp Dumb approach to recive some kind of asserts if the program crashes because a component was used after it was deleted. 2016-03-24 06:43:02 +02:00
Logger.hpp Dumb approach to recive some kind of asserts if the program crashes because a component was used after it was deleted. 2016-03-24 06:43:02 +02:00
Main.cpp Initial implementation of reload mechanism. 2016-03-24 09:32:44 +02:00
Misc.cpp Initial implementation of reload mechanism. 2016-03-24 09:32:44 +02:00
Register.cpp Merge the time utilities under the chrono library. 2016-03-25 14:28:07 +02:00
Routine.cpp Remove leftover includes from previous merge of the time utilities. 2016-03-25 14:43:26 +02:00
Routine.hpp Updated the exception system in the main plugin to also include the location in the source files in debug builds. 2016-03-21 22:37:58 +02:00
SqBase.hpp Initial implementation of reload mechanism. 2016-03-24 09:32:44 +02:00