1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-21 01:27:14 +02:00
Commit Graph

430 Commits

Author SHA1 Message Date
cb0598d228 Make the audit stage optional.
Also fix bug where the execution function is not invoked without binding an audit function first which enables it.
2021-05-05 17:51:07 +03:00
47ff628a46 Changes to command manager.
Add a new callback to audit command parameters.
Include extra arguments to fail and post callbacks.
Refactor code to simplify some cases.
2021-05-01 22:58:59 +03:00
d5bfeced1c Indentation. 2021-04-20 20:07:06 +03:00
bc6a43d84c Update String.cpp 2021-04-20 19:54:41 +03:00
974b916b5c Update String.cpp 2021-04-20 19:50:17 +03:00
68cbbdb831 Update Env.cpp 2021-04-20 19:24:44 +03:00
ecef038f1a Update Core.cpp 2021-04-20 18:20:02 +03:00
1969d1e624 Locale based formatting support. 2021-04-20 18:19:58 +03:00
0223621b75 Update String.hpp 2021-04-18 13:14:41 +03:00
eb7cafac46 Update String.hpp 2021-04-18 07:00:39 +03:00
eef9063628 Update Data.cpp 2021-04-17 20:39:32 +03:00
3d11796465 Update Data.hpp 2021-04-17 20:39:21 +03:00
f8eb6cf2f4 Update Main.cpp 2021-04-17 20:39:15 +03:00
6ee33a6dcd Transactor. 2021-04-10 17:19:37 +03:00
623f8053f4 Update sqratUtil.h 2021-04-10 17:19:17 +03:00
c3a0d23a32 Update sqratObject.h 2021-04-10 17:19:12 +03:00
34159d1662 Update sqratLightObj.h 2021-04-10 17:19:09 +03:00
3e0280a3c4 Update sqratClassType.h 2021-04-10 17:19:05 +03:00
33979d4c97 Update SqBase.hpp 2021-04-10 17:18:56 +03:00
afcad89f18 String utils. 2021-04-10 17:18:49 +03:00
d9a35ec5d8 BLOB and CLOB support. 2021-04-03 16:30:08 +03:00
950d684f9a Global wide switch to extended format support. 2021-04-02 19:12:06 +03:00
cb9c5019f8 Include special handling for POCO exceptions in constructors. 2021-04-02 17:59:20 +03:00
1c15090161 WIP regular expression. 2021-04-01 22:00:29 +03:00
41f7c4f75f WIP inventory prototyping. 2021-04-01 22:00:04 +03:00
8dfeba7719 WIP loot distribution prototyping. 2021-04-01 21:58:42 +03:00
0ec506f8e8 WIP extended string formatting. 2021-04-01 19:31:33 +03:00
4a238bc611 Update sqratUtil.h 2021-03-31 18:45:24 +03:00
2ea65f86cd Update Chrono.hpp 2021-03-30 20:32:32 +03:00
7a255f065f Update sqratUtil.h 2021-03-30 20:32:06 +03:00
9278d92603 WIP native string container. 2021-03-28 22:36:47 +03:00
8d1b6576f3 Update Vector.hpp 2021-03-28 22:36:08 +03:00
f95a4f9305 Experimental changes to binding utility. 2021-03-28 02:58:47 +02:00
72b4f661e6 Update Main.cpp 2021-03-28 01:07:46 +02:00
cd55e51d62 Allow CPR to use the thread pool. 2021-03-28 00:19:09 +02:00
6a0b7f246e Basic thread pool implementation for internal use. 2021-03-27 19:53:49 +02:00
8a29e812b1 Update Vehicle.cpp 2021-03-27 16:25:31 +02:00
bee47a44c4 Reinstate CPR using system library. 2021-03-27 00:18:51 +02:00
1ac456aa9d Update CMakeLists.txt 2021-03-21 20:27:24 +02:00
828452a878 Direct MySQL string escape. 2021-03-21 20:19:00 +02:00
0b62694491 Direct SQLite string escape. 2021-03-21 19:58:39 +02:00
954b1f5c0d Use native types.
And add more constructors.
2021-03-21 11:43:35 +02:00
4ebd2ff6f6 Update Official.cpp
Update type names.
2021-03-21 11:20:59 +02:00
5bc69bc789 Update Official.cpp 2021-03-21 11:04:01 +02:00
8dc4d353e2 Check for out of range. 2021-03-21 11:03:20 +02:00
2cbc450285 Manually identify stream target. 2021-03-21 11:01:22 +02:00
f5e766ab7b Fix stream not clearing the proper values. 2021-03-21 10:50:18 +02:00
5f90d55fc7 Update Events.inc 2021-03-21 10:36:37 +02:00
85a2097d82 Update Official.cpp 2021-03-21 10:36:25 +02:00
26dddbd55b Update Events.inc 2021-03-20 20:54:27 +02:00