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 17:38:38 +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 Don't call the debugger explicitly where implicitly called. 2016-08-26 17:38:38 +03:00
Command.hpp Don't call the debugger explicitly where implicitly called. 2016-08-26 17:38:38 +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 Don't catch application exceptions in the entity instance destruction because they probably left the VM stack in an invalid state and the server should be allowed to crash. 2016-08-26 17:21:50 +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 Don't catch application exceptions in the outer most event functions because they probably left the VM stack in an invalid state and the server should be allowed to crash. 2016-08-26 17:21:05 +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