Releases: CedaryCat/OTAPI.UnifiedServerProcess
Releases · CedaryCat/OTAPI.UnifiedServerProcess
Release v1.1.0-pre-release-upstream.31
chore: make Terraria.Main._mainThreadActions context-aware
Release v1.1.0-pre-release-upstream.30
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
update submodule
Release v1.1.0-pre-release-upstream.27
chore: bump USP deps to OTAPI 3.3.11
Release v1.1.0-pre-release-upstream.26
chore: bump USP deps to OTAPI 3.3.10
Release v1.1.0-pre-release-upstream.25
chore: bump USP deps to OTAPI 3.3.9
Release v1.1.0-pre-release-upstream.24
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
fix: stop remapping method parameter types in context-bound nested ty…
Release v1.1.0-pre-release-upstream.22
fix(analysis,protocol): track member access operation modes and sync …
Release v1.1.0-pre-release-upstream.21
chore(protocol): align enums and compatibility with Terraria 1.4.5 Add missing enum members in the protocol library to match Terraria 1.4.5. Adjust RemoteClient tile section sizing and expose ResetSections.