Skip to content

Releases: sc2ad/Il2CppQuestTypePatching

Add DEFINE_CLASS macro

02 Oct 04:05
Compare
Choose a tag to compare

Also made klass static field non-inline in order to properly allow for external linkage.

Update to avoid file logging

30 Sep 19:46
Compare
Choose a tag to compare

This is due to a bs-hook issue, related to a null deref when adding to file log buffers.

Update to fix perfect forwarding, rename macros

30 Sep 17:25
Compare
Choose a tag to compare

Deprecated DECLARE_CLASS_CODEGEN_INTERFACES for now
Renamed DECLARE_INTERFACE_METHOD to DECLARE_OVERRIDE_METHOD
Fixed DECLARE_CLASS_CODEGEN

Update codegen macros to provide proper inheritance

29 Sep 20:44
Compare
Choose a tag to compare

Modified some macro comments as well.

Add interface implementations, virtual methods, abstract classes

26 Sep 00:23
Compare
Choose a tag to compare

Added fields, interface implementations, virtual methods, abstract classes (with abstract method overriding).

Should be mostly functional, publishing to QPM!

Initial Release!

03 Aug 07:08
7ff071e
Compare
Choose a tag to compare

It is also released on QPM!
Functionality-wise, test.cpp should cover most core functionality. All useful headers also have doxygen documentation. See macros.hpp and register.hpp (along with types.hpp) for the core features.