1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source
2016-11-15 21:21:15 +02:00
..
Base Implement the pure typename meta-methods in Circle type using the standard method. 2016-11-15 21:21:15 +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 Implement the pure typename meta-methods in chrono types using the standard method. 2016-11-15 21:20:33 +02:00
Misc Move some of the signal implementation to source file. 2016-11-13 14:50:04 +02:00
Command.cpp Implement association of arbitrary user data in command listeners. 2016-10-29 22:08:38 +03:00
Command.hpp Implement association of arbitrary user data in command listeners. 2016-10-29 22:08:38 +03: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 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