1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source
2016-08-26 16:56:08 +03:00
..
Base Move the auto assign helper class to the shared utility header. 2016-08-25 11:54:29 +03:00
Entity Use 'color' instead of 'colour' internally and expose aliases to both for the script interface. 2016-08-21 18:07:35 +03:00
Library Update the LongInt type to use the new dynamic dispatching system for metamethods. 2016-08-25 00:19:53 +03:00
Misc Use 'color' instead of 'colour' internally and expose aliases to both for the script interface. 2016-08-21 18:07:35 +03:00
Command.cpp Fix issue where the command arguments would always fallback to string because the identified variable was not set to true. 2016-07-14 22:19:10 +03:00
Command.hpp Allow unbinding of command listener callbacks by passing null. 2016-08-26 16:56:08 +03:00
Constants.cpp Use 'color' instead of 'colour' internally and expose aliases to both for the script interface. 2016-08-21 18:07:35 +03:00
Core.cpp Prevent exceptions thrown during the destruction of an entrity instance from blocking the release of it's resources. 2016-08-25 23:47:59 +03:00
Core.hpp Implement a logging option to hide some of the verbose output during plugin start up. 2016-08-25 12:22:39 +03:00
CoreEntity.cpp Improve the Vector3 registration code to avoid using overloads where not necessary. 2016-07-25 00:10:46 +03:00
CoreEvents.cpp Use 'color' instead of 'colour' internally and expose aliases to both for the script interface. 2016-08-21 18:07:35 +03:00
CoreFuncs.cpp Implement a simple system for snippets to be notified when the scripts were loaded and about to be unloaded. 2016-08-25 03:08:44 +03:00
CoreUtils.cpp Use 'color' instead of 'colour' internally and expose aliases to both for the script interface. 2016-08-21 18:07:35 +03: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 Show a proper debug trace when catching squirrel exceptions at the event entry level. 2016-08-25 23:46:51 +03:00
Register.cpp Register entity searching algorithms to enable them. 2016-06-21 17:29:09 +03:00
Routine.cpp Update the Routine type to use the new dynamic dispatching system for metamethods. 2016-08-24 22:28:15 +03:00
Routine.hpp Implement dynamic comparison for the Routine type. 2016-08-24 18:47:18 +03:00
SqBase.hpp Fix various spelling mistakes. 2016-08-24 00:27:22 +03:00