1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source
2015-11-08 22:34:14 +02:00
..
Base Implemented a simple command system. Added a custom buffer class. Implemented reconnection for IRC sessions. Various other adjustments and additions. 2015-11-07 12:17:39 +02:00
Entity Implemented a simple command system. Added a custom buffer class. Implemented reconnection for IRC sessions. Various other adjustments and additions. 2015-11-07 12:17:39 +02:00
Event Remove log messages from the event system and and remove the need for unique signatures in signals. 2015-11-08 07:47:50 +02:00
Library Move the IRC library outside the custom folder. 2015-11-08 07:26:46 +02:00
Misc Remove log messages from the event system and and remove the need for unique signatures in signals. 2015-11-08 07:47:50 +02:00
Utility Initial commit. 2015-09-30 03:56:11 +03:00
Command.cpp Exposed methods for checking if an argument supports a certain type and whether a certain invoker is allowed to execute. 2015-11-08 22:34:14 +02:00
Command.hpp Exposed methods for checking if an argument supports a certain type and whether a certain invoker is allowed to execute. 2015-11-08 22:34:14 +02:00
Common.cpp Implemented command argument tag/name to allow auto generation of command syntax information. 2015-11-08 22:31:03 +02:00
Common.hpp Implemented command argument tag/name to allow auto generation of command syntax information. 2015-11-08 22:31:03 +02:00
Config.hpp Changes required to compile on x64 and against extra compiler warnings. 2015-11-01 05:36:03 +02:00
Core.cpp Fixed several spelling mistakes in code class documentation. 2015-11-08 12:35:54 +02:00
Core.hpp Fixed several spelling mistakes in code class documentation. 2015-11-08 12:35:54 +02:00
Entity.cpp Exported command enumerations and helper function to retrieve player instance level without an instance. 2015-11-08 21:12:05 +02:00
Entity.hpp Implemented a simple command system. Added a custom buffer class. Implemented reconnection for IRC sessions. Various other adjustments and additions. 2015-11-07 12:17:39 +02:00
Iterators.cpp Initial commit. 2015-09-30 03:56:11 +03:00
Iterators.hpp Initial commit. 2015-09-30 03:56:11 +03:00
Logger.cpp Exposed a couple logging functions to the script and prepared the logging class for documentation. 2015-11-08 12:34:46 +02:00
Logger.hpp Exposed a couple logging functions to the script and prepared the logging class for documentation. 2015-11-08 12:34:46 +02:00
Register.cpp Exposed a couple logging functions to the script and prepared the logging class for documentation. 2015-11-08 12:34:46 +02:00
Register.hpp Implemented a simple command system. Added a custom buffer class. Implemented reconnection for IRC sessions. Various other adjustments and additions. 2015-11-07 12:17:39 +02:00
Signal.hpp Fixed several spelling mistakes in code class documentation. 2015-11-08 12:35:54 +02:00