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

299 Commits

Author SHA1 Message Date
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
a746bf0075 Update Official.cpp 2021-03-20 20:38:25 +02:00
2ca0af51cb Update Events.inc 2021-03-20 20:32:26 +02:00
8985866060 Do not register two Quaternion types. 2021-03-20 20:21:05 +02:00
370c5cfe88 Fix derived class creation. 2021-03-20 19:58:56 +02:00
88a50cac4e Explicit casts. 2021-03-20 19:58:46 +02:00
85a305d987 Update Official.hpp 2021-03-20 19:36:41 +02:00
d18719a6d8 Allow chaining the Generate() method. 2021-03-20 17:56:38 +02:00
1ed005e571 Update Events.inc 2021-03-20 17:20:11 +02:00
f3eabd43f5 Default constructors. 2021-03-20 17:10:57 +02:00
49eaedbb4b Implement stream for official plug-in compatibility layer. 2021-03-20 16:56:44 +02:00
1297635b89 Implement timers for official plug-in compatibility layer. 2021-03-20 15:47:32 +02:00
ed07b17c22 Implement constants for official plug-in compatibility layer. 2021-03-20 12:09:20 +02:00
5885c3f10b Update sqratConst.h 2021-03-20 12:08:51 +02:00
d7804ab321 Implement global functions for official plug-in compatibility layer.
Make ARGB derive from Color4 to be consistent with the rest of the plugin.
2021-03-20 11:53:17 +02:00
26cb65fcbc Return entity instance instead of object.
Implement helper entity iteration functions.
2021-03-20 11:51:40 +02:00
45c857f439 Disable unwanted constructors and assignment operators. 2021-03-20 11:50:39 +02:00
86e070d61c Use optimized type identification. 2021-03-20 11:49:58 +02:00
f11622177e Return by reference. 2021-03-20 11:49:26 +02:00
dd780dbd02 Update sqratArray.h 2021-03-20 11:49:13 +02:00
814a871b5a Update sqratObject.h 2021-03-20 11:49:09 +02:00
e88007d2f6 Update sqratTable.h 2021-03-20 11:49:02 +02:00
f02b6be315 WIP Official plug-in compatibility layer. 2021-03-15 07:02:48 +02:00
aadba58795 Update Color4.hpp 2021-03-15 07:01:41 +02:00
c22e37622d Flatten tyres utility. 2021-03-15 07:01:26 +02:00
5082b9ace8 Update sqratClass.h 2021-03-15 07:00:46 +02:00
e2528e88dd Update sqratFunction.h 2021-03-15 07:00:39 +02:00
405afbb72d Update sqratTypes.h 2021-03-15 07:00:34 +02:00
4c08879b5c Adjust stream constructor. 2021-03-09 00:40:16 +02:00
6935d4bfb1 Update Stream.cpp 2021-03-09 00:21:40 +02:00
7d7fd44427 Initial draft for I/O streams. 2021-03-09 00:18:07 +02:00
0675c05fe7 Update Time.cpp 2021-03-04 22:51:09 +02:00