1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
SqMod/source
2016-04-02 12:32:39 +03:00
..
Base Reverse the order of the VM and stack top in stack guard. 2016-04-02 12:32:39 +03:00
Entity Implement function to retrieve all active vehicles. 2016-03-26 18:17:38 +02:00
Library Avoid GCC error "array subscript is above array bounds" which probably considers that the unsigned char could underflow and access an element out of the months range. 2016-03-27 22:15:51 +03:00
Misc Use the uint64_t type instead of Uint64 when retrieveing serer time to fix an issue on x64 linux. 2016-03-27 19:06:21 +03:00
Command.cpp Remove duplicate information when warning about command name collisions. 2016-03-29 05:58:12 +03: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 Include another alias for retrieving the current architecture. 2016-03-29 05:37:47 +03: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 Remove extraneous character from printf inside the logger under linux. 2016-03-27 18:56:26 +03: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 Forgot to assign the null pointer after destroying components. 2016-03-27 22:14:24 +03: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