1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source
2016-11-16 13:12:49 +02:00
..
Base Minor code style and consistency adjustments. 2016-11-15 21:55:03 +02:00
Entity Remove the _cmp metamethod from the entity types because it's useless for registered types. 2016-11-15 21:19:06 +02:00
Library Minor code style and consistency adjustments. 2016-11-15 21:55:03 +02:00
Misc Adjust the signal to use the new method of receiving formatted strings. 2016-11-16 12:32:58 +02:00
Command.cpp Adjust command manager and listener functions to use the new method of receiving formatted strings. 2016-11-16 13:04:25 +02:00
Command.hpp Adjust command manager and listener functions to use the new method of receiving formatted strings. 2016-11-16 13:04:25 +02:00
Constants.cpp Insert a custom part reason identifier to be able to distinct between kick and ban. 2016-10-25 16:16:59 +03:00
Core.cpp Initial implementation of the built-in event system based on the signals and slots design. 2016-10-30 18:26:37 +02:00
Core.hpp Fix the empty initialization option being ignored in the execution stage. 2016-08-27 12:15:51 +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 perform a debug trace in the outer most level function. Assume that the debugger took care of that. 2016-08-26 18:29:05 +03:00
Register.cpp Initial implementation of the built-in event system based on the signals and slots design. 2016-10-30 18:26:37 +02:00
Routine.cpp Adjust Routine type methods to use the new method of receiving formatted strings. 2016-11-16 13:12:49 +02:00
Routine.hpp Adjust Routine type methods to use the new method of receiving formatted strings. 2016-11-16 13:12:49 +02:00
SqBase.hpp Include a forward declaration of the StackStrF type. 2016-11-16 12:16:15 +02:00