Releases: sc2ad/Il2CppQuestTypePatching
Releases · sc2ad/Il2CppQuestTypePatching
Add New-ctor to custom types that explicitly specify a constructor of some sort
New_ctor
template function for any custom type that explicitly defines a constructor of any type.
Compile time asserts that the function parameters match the same types as the constructor defined elsewhere.
Update to latest bs-hook, prep for releasening
v0.12.6 Updated qpm.json
Update to latest bs-hook
v0.12.5 Updated qpm.json
Remove operator new for custom types to avoid ambiguity/mistakes
v0.12.4 Updated qpm.json
Fix for deadlock with custom bases
v0.12.3 Updated qpm.json
Fix for linker errors when codegen exists
v0.12.2 Updated qpm.json
Update to 2.0.2 bs-hook
v0.12.1 Updated qpm.json
Update to bs-hook 2.0.x
Should also (hopefully) fix strange linker issues with hidden coro symbols.
Fix for coroutine registration
ExplicitRegister
fixed
Fix for instance field offsets
Build with -Wno-invalid-offsetof
or you may be sad, if you use -Wall
and -Werror