Commit 7008fb7
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
This file was deleted.
- .travis.yml+22-9
- CMakeModules/cxx_compiler_functions.cmake+1-1
- rv/addons/core/config.cpp+1-860
- src/client/CMakeLists.txt+1-1
- src/client/headers/client/client.hpp+16
- src/client/headers/client/eventhandlers.hpp+3
- src/client/headers/client/pointers.hpp+2
- src/client/headers/client/sqf_assignments.hpp+4-1
- src/client/headers/client/sqf_pointers_declaration.hpp+4-1
- src/client/headers/client/sqf_pointers_definitions.hpp+3
- src/client/headers/intercept.hpp+2
- src/client/headers/shared/containers.hpp+8-3
- src/client/headers/shared/functions.hpp+3-1
- src/client/headers/shared/types.hpp+251-45
- src/client/intercept/client/client.cpp+2
- src/client/intercept/client/eventhandlers.cpp+10-2
- src/client/intercept/client/pointers.cpp+2
- src/client/intercept/client/sqf/core.cpp+4-4
- src/client/intercept/client/sqf/position.cpp+2-2
- src/client/intercept/shared/types.cpp+31-31
- src/host/CMakeLists.txt+6-2
- src/host/common/shared.hpp+4
- src/host/controller/controller.cpp+40-40
- src/host/extensions/CMakeLists.txt+4
- src/host/invoker/invoker.cpp+5-5
- src/host/invoker/invoker.hpp+1-1
- src/host/invoker/sqf_functions.cpp+5-5
- src/host/loader/loader.cpp+19-42
- src/host/loader/loader.hpp+7-7
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
0 commit comments