1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-15 06:37:13 +02:00
Commit Graph

1570 Commits

Author SHA1 Message Date
fcef50651a Further work on ZMQ bindings. 2021-02-02 20:31:21 +02:00
ba237ec49c Update CMakeLists.txt 2021-02-02 19:11:12 +02:00
0d05273f3f Remove CURL/CPR. 2021-02-02 19:10:51 +02:00
fc9419677f Initial ZMQ bindings. 2021-02-02 19:07:02 +02:00
82b7f75b80 Update sqconfig.h 2021-02-01 04:57:39 +02:00
05cfb08e47 Update CMakeLists.txt 2021-02-01 04:42:22 +02:00
3583473b0b Update Weapon.cpp 2021-02-01 04:34:43 +02:00
5d671b3aed Update Vehicle.cpp 2021-02-01 04:34:40 +02:00
3af66d3219 Update Player.cpp 2021-02-01 04:33:59 +02:00
97907db477 Update Utils.cpp 2021-02-01 04:31:55 +02:00
9e71bb8365 Update CURL.hpp 2021-02-01 04:29:44 +02:00
6473b4004d Update CMakeLists.txt 2021-02-01 04:27:29 +02:00
9af800aed2 Update CMakeLists.txt 2021-02-01 04:25:52 +02:00
8d184b12e2 Update CMakeLists.txt 2021-02-01 04:24:45 +02:00
e43004c2d8 Remove nonsense CMake for this case. 2021-02-01 03:57:12 +02:00
c243d87cb4 Update CMakeLists.txt 2021-02-01 03:47:27 +02:00
0bfca9825b Update CMakeLists.txt 2021-02-01 03:45:53 +02:00
30c3c05fe9 Update CMakeLists.txt 2021-02-01 03:43:58 +02:00
8c4d9a0269 Update CMakeLists.txt 2021-02-01 03:41:05 +02:00
8b686330da Update SessionHandle.cpp 2021-02-01 03:37:01 +02:00
0cdb18af25 Update CMakeLists.txt 2021-02-01 03:20:06 +02:00
318bcf10c5 Some mysql installations don't have mysql_reset_connection 2021-02-01 02:30:18 +02:00
033de17565 Update CMakeLists.txt 2021-02-01 01:51:38 +02:00
8df5f03d7b Update CMakeLists.txt 2021-02-01 01:49:03 +02:00
2a719c18c2 Update CMakeLists.txt 2021-02-01 01:35:03 +02:00
29aaa7e9b8 Update CMakeLists.txt 2021-02-01 01:27:35 +02:00
187761b137 Reduce CMake requirements. 2021-02-01 01:02:00 +02:00
d7078551c6 Update SqBase.hpp 2021-02-01 00:46:22 +02:00
746da6f2d9 Update SqBase.hpp 2021-02-01 00:45:37 +02:00
602f82b26e Update Math.cpp 2021-02-01 00:39:24 +02:00
533b058e58 Update SqBase.hpp 2021-02-01 00:34:59 +02:00
ef5f1b07c6 Don't use fixed types. 2021-02-01 00:33:12 +02:00
a12ba35d53 Update sqratConst.h 2021-02-01 00:26:22 +02:00
a09948770f Update Script.cpp 2021-02-01 00:22:28 +02:00
66599b5df3 Update sqconfig.h 2021-02-01 00:08:02 +02:00
07d215c428 Update Random.cpp 2021-01-31 23:36:43 +02:00
9843e97802 Add UNICODE checks. 2021-01-31 23:21:29 +02:00
3c33af7640 Use direct integer type names instead of fixed size types. 2021-01-31 23:18:28 +02:00
2ad78d66f4 Update SQLite to 3.34.1. 2021-01-31 23:06:48 +02:00
464800a80f Update CMakeLists.txt 2021-01-31 23:04:36 +02:00
52d44fe9b9 Create cmake_uninstall.cmake.in 2021-01-31 23:02:15 +02:00
af5952aa1d Update .gitignore 2021-01-31 22:59:53 +02:00
354089270a Add filex excluded by the gitignore. 2021-01-31 22:59:25 +02:00
b04a71dd24 Add checksum generation. 2021-01-31 22:40:38 +02:00
fdc1d9d993 Add base 32/64 encode/decode. 2021-01-31 22:21:42 +02:00
fe27504972 Implement a hashing function. 2021-01-31 21:50:10 +02:00
2a5dbb1c0d Update dependency for distribution on windows. 2021-01-31 20:56:41 +02:00
2f67eae859 Complete Poco Data support.
Most of the necessary things are exported.
More complex functionality is not exposed because is not necessary for the scope of this project.
2021-01-31 20:39:02 +02:00
e043e28529 Add helper option to copy dependencies to a deps folder. 2021-01-31 19:36:23 +02:00
6aa5b504dd Show more debuggable information. 2021-01-31 18:49:12 +02:00