1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source
2016-03-25 01:41:30 +02:00
..
Base Implemented a helper class to retrieve a string value from the stack as a string or generate a formatted string if necessary. 2016-03-25 00:25:03 +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 Update most of the helper functions in the string library to allow a more dynamic value retrieval. 2016-03-25 01:41:30 +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 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 Initial implementation of reload mechanism. 2016-03-24 09:32:44 +02:00
Core.hpp Initial implementation of reload mechanism. 2016-03-24 09:32:44 +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 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 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 Initial implementation of reload mechanism. 2016-03-24 09:32:44 +02:00