intercept
intercept copied to clipboard
A C/C++ Binding Library for SQF and RV Engine Access Abstraction Layer
This fixes the operability of using intercept on 64-bit linux. * A few things were different sizes * the layout of the partial gamestate struct used to find the gamestate...
## **SQF->C++ Conversion Coverage statistics** ### PERCENTAGE COMPLETED: 97.38% Unary functions: 1245/1285 Binary functions: 1153/1177 Nular functions: 273/281 ## TODO: ----- ### Unary Functions - [ ] unary__alldiarysubjects__object__ret__array - [...
Need a robust build/packaging environment. @Glowbal and @jaynus I am sure can give some insight on how to go about this or if they want to implement an existing one...
Framework for adding per-object event handlers. This will be an SQF/callExtension bridge most likely (at least how I am envisioning it) where Intercept will implement a special C++ side call...
Intercept v0.11.0 Build on Ubuntu 18.04 LTS GCC 7.3.0 ` {error}- Module test failed to define the client_eventhandlers_clear function. ` Possible cause `pragma comment` is VS specific. intercept/src/client/headers/client/eventhandlers.hpp: ``` #if...
https://blogs.msdn.microsoft.com/vcblog/2018/09/18/stl-features-and-fixes-in-vs-2017-15-8/ >Added officially supported hooks to allow user iterator type interaction with iterator debugging
branch: master self compiled dlls inside custom plugin tested on: profiling / performance When creating multiple units in a tight loop, I've experience weird ass random crashes (access violation) in...
I can't seem to make up a better title for this. Just see yourself: ```c++ class Variable { public: Variable() {}; Variable(std::string varName) : _name(varName), _namespace(intercept::sqf::mission_namespace()) {}; //#TODO namespace/object and...