1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source
2016-03-23 00:49:10 +02:00
..
Base Replaced the numeric limits from previous legacy implementation with the one provided by C++11. 2016-03-22 02:05:50 +02:00
Entity 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
Library Dumb implementation of GetTickCount to be revised later if necessary. 2016-03-23 00:49:10 +02:00
Misc 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
Command.cpp 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
Command.hpp Fixed a bug in the command system that did not take into account the null terminator when finding the command separator. 2016-03-17 22:06:14 +02:00
Constants.cpp Replaced the numeric limits from previous legacy implementation with the one provided by C++11. 2016-03-22 02:05:50 +02:00
Core.cpp Initialize the server callback that notify about player and vehicle updates. 2016-03-22 16:41:15 +02:00
Core.hpp Separated the code that deallocates entity instances so it can be shared by entity pool change events from the server. 2016-03-22 04:12:25 +02:00
Exports.cpp Reviewd the host plugin exports to prevent exceptions going outside the exported functions and minor improvements on value casting. 2016-03-18 12:56:48 +02:00
Logger.cpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00
Logger.hpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00
Main.cpp Catch exceptions during server callbacks. 2016-03-12 08:47:50 +02:00
Misc.cpp Separated the code that deallocates entity instances so it can be shared by entity pool change events from the server. 2016-03-22 04:12:25 +02:00
Register.cpp Updated the buffer class to include an optional numeric value to be used as an edit cursor or to mark the used buffer size. 2016-03-11 04:14:28 +02:00
Routine.cpp 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
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 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