Skip to content

Releases: CedaryCat/OTAPI.UnifiedServerProcess

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

20 Mar 11:37

Choose a tag to compare

Pre-release
chore: make Terraria.Main._mainThreadActions context-aware

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

16 Mar 07:03

Choose a tag to compare

Pre-release
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

10 Mar 19:28

Choose a tag to compare

Pre-release
update submodule

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

10 Mar 17:48

Choose a tag to compare

Pre-release
chore: bump USP deps to OTAPI 3.3.11

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

08 Mar 10:45

Choose a tag to compare

Pre-release
chore: bump USP deps to OTAPI 3.3.10

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

27 Feb 18:20

Choose a tag to compare

Pre-release
chore: bump USP deps to OTAPI 3.3.9

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

25 Feb 08:24

Choose a tag to compare

Pre-release
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

18 Feb 17:46

Choose a tag to compare

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

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

18 Feb 14:36

Choose a tag to compare

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

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

16 Feb 16:10

Choose a tag to compare

Pre-release
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.