Skip to content

Releases: sc2ad/Il2CppQuestTypePatching

Add New-ctor to custom types that explicitly specify a constructor of some sort

01 Sep 05:04
Compare
Choose a tag to compare

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

29 Jul 17:06
Compare
Choose a tag to compare

Update to latest bs-hook

27 Jul 08:01
Compare
Choose a tag to compare
v0.12.5

Updated qpm.json

Remove operator new for custom types to avoid ambiguity/mistakes

12 Jul 21:03
Compare
Choose a tag to compare

Fix for deadlock with custom bases

05 Jul 19:20
Compare
Choose a tag to compare
v0.12.3

Updated qpm.json

Fix for linker errors when codegen exists

05 Jul 05:31
Compare
Choose a tag to compare

Update to 2.0.2 bs-hook

04 Jul 22:41
Compare
Choose a tag to compare
v0.12.1

Updated qpm.json

Update to bs-hook 2.0.x

04 Jul 02:34
Compare
Choose a tag to compare

Should also (hopefully) fix strange linker issues with hidden coro symbols.

Fix for coroutine registration

23 Jun 20:52
Compare
Choose a tag to compare

ExplicitRegister fixed

Fix for instance field offsets

22 Jun 22:07
Compare
Choose a tag to compare

Build with -Wno-invalid-offsetof or you may be sad, if you use -Wall and -Werror