2 files changed
+10
-9
lines changed- CMakeInclude.txt+30
- src/client/headers/client/sqf/config.hpp+83-4
- src/client/headers/client/sqf/ctrl.hpp+1-1
- src/client/headers/client/sqf/sqf.hpp+2-1
- src/client/headers/client/sqf_assignments.hpp+5-1
- src/client/headers/client/sqf_pointers_declaration.hpp+5-1
- src/client/headers/client/sqf_pointers_definitions.hpp+4
- src/client/headers/shared.hpp+2-7
- src/client/headers/shared/client_types.hpp+19-14
- src/client/headers/shared/containers.hpp+673-329
- src/client/headers/shared/types.hpp+464-371
- src/client/headers/shared/vector.hpp+1-1
- src/client/intercept/client/client.cpp+2-2
- src/client/intercept/client/eventhandlers.cpp+12-12
- src/client/intercept/client/sqf/config.cpp+22-2
- src/client/intercept/client/sqf/core.cpp+14-11
- src/client/intercept/client/sqf/ctrl.cpp+1-1
- src/client/intercept/client/sqf/group.cpp+7-3
- src/client/intercept/client/sqf/misc.cpp+1-1
- src/client/intercept/client/sqf/waypoint.cpp+1-1
- src/client/intercept/shared/types.cpp+4-4
- src/host/common/easyloggingc++.hpp+3-2
- src/host/common/shared.hpp-1
- src/host/common/targetver.h-8
- src/host/extensions/extensions.cpp+2-1
- src/host/extensions/search.cpp+5-7
- src/host/invoker/invoker.cpp+2-2
- src/host/loader/loader.hpp+3-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
103 | | - | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | | - | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
134 | | - | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
199 | | - | |
| 200 | + | |
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
| |||
484 | 485 | | |
485 | 486 | | |
486 | 487 | | |
487 | | - | |
| 488 | + | |
488 | 489 | | |
489 | 490 | | |
490 | 491 | | |
| |||
838 | 839 | | |
839 | 840 | | |
840 | 841 | | |
841 | | - | |
| 842 | + | |
842 | 843 | | |
843 | 844 | | |
844 | 845 | | |
| |||
849 | 850 | | |
850 | 851 | | |
851 | 852 | | |
852 | | - | |
| 853 | + | |
853 | 854 | | |
854 | 855 | | |
855 | | - | |
| 856 | + | |
856 | 857 | | |
857 | 858 | | |
858 | 859 | | |
| |||
0 commit comments