1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source
Sandu Liviu Catalin da76d87a93 Move some of the signal implementation to source file.
Don't combine the Consume and Approve methods.
The null value does not count towards returned values anymore.
2016-11-13 14:50:04 +02:00
..
Base Initial implementation of the AABB bounding box type. 2016-11-13 08:32:04 +02:00
Entity Set kick/ban header to the default identifier if one was not specified. 2016-10-25 16:08:23 +03:00
Library Fix a bug in the String library introduced by the previous commit. 2016-09-15 03:50:14 +03: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