Skip to content

Releases: CedaryCat/OTAPI.UnifiedServerProcess

Release v1.1.0-pre-release-upstream.32

Pre-release

Choose a tag to compare

refactor(patching): share IL instruction source collection

Release v1.1.0-pre-release-upstream.31

Pre-release

Choose a tag to compare

chore: make Terraria.Main._mainThreadActions context-aware

Release v1.1.0-pre-release-upstream.30

Pre-release

Choose a tag to compare

fix(patching): harden IL merge and delegate retargeting

- retarget direct delegate invoke calls to generated placeholder delegates
- ignore synthetic constructor patches when target types have no default ctor
- replace LINQ/lambda-based IL scans with explicit instruction walks to prevent compiler-generated helper types and methods without MonoModIgnore from being merged into the output assembly
- add a DEBUG metadata importer hook to inspect unexpected assembly references introduced during IL merge
- remove generated Program before writing the merged module
- bump TrProtocol submodule

Release v1.1.0-pre-release-upstream.29

Pre-release

Choose a tag to compare

update submodule

Release v1.1.0-pre-release-upstream.27

Pre-release

Choose a tag to compare

chore: bump USP deps to OTAPI 3.3.11

Release v1.1.0-pre-release-upstream.26

Pre-release

Choose a tag to compare

chore: bump USP deps to OTAPI 3.3.10

Release v1.1.0-pre-release-upstream.25

Pre-release

Choose a tag to compare

chore: bump USP deps to OTAPI 3.3.9

Release v1.1.0-pre-release-upstream.24

Pre-release

Choose a tag to compare

chore(repo): migrate TrProtocol to submodule and bump OTAPI to 3.3.8

- replace in-repo TrProtocol sources with submodule at src/TrProtocol (pinned to afd8a2c)
- update CI/docs for submodule workflow
- bump OTAPI.Upcoming 3.3.7 -> 3.3.8

Release v1.1.0-pre-release-upstream.23

Pre-release

Choose a tag to compare

fix: stop remapping method parameter types in context-bound nested ty…

Release v1.1.0-pre-release-upstream.22

Pre-release

Choose a tag to compare

fix(analysis,protocol): track member access operation modes and sync …