1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source
2015-11-11 08:54:50 +02:00
..
Base Implemented a minimal version of ToStringF with a static buffer. 2015-11-11 08:54:50 +02:00
Entity Implemented global and local player messaging customization. 2015-11-09 05:54:03 +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 Implemented format based query execution for SQLite database connection. 2015-11-09 08:05:36 +02:00
Misc Added a shorter name for rocket launcher in constants. 2015-11-11 08:48:47 +02:00
Utility Initial commit. 2015-09-30 03:56:11 +03:00
Command.cpp Fixed spelling mistake in command function name. Updated collor packing macros to correct type casting. 2015-11-09 03:27:52 +02:00
Command.hpp Use entity instance when sending the invoker to commands. 2015-11-08 23:52:56 +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 Implemented global and local player messaging customization. 2015-11-09 05:54:03 +02:00
Core.cpp Initial implementation of the internal debugging system. 2015-11-10 14:42:52 +02:00
Core.hpp Fixed several spelling mistakes in code class documentation. 2015-11-08 12:35:54 +02:00
Debug.cpp Initial implementation of the internal debugging system. 2015-11-10 14:42:52 +02:00
Debug.hpp Initial implementation of the internal debugging system. 2015-11-10 14:42:52 +02:00
Entity.cpp Implemented global and local player messaging customization. 2015-11-09 05:54:03 +02:00
Entity.hpp Implemented global and local player messaging customization. 2015-11-09 05:54:03 +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 Minor fix in logger. 2015-11-09 07:36:22 +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