Skip to content

Conversation

@aaronjamt
Copy link

This PR builds on top of #17, bringing compatibility all the way up to 1.33.

The overload of the `CrossfadeTo` method which allows specifying whether or not to use defaults is now private. Now we must use the other overload (which is public)
This is now needed for the `Systems.Collections.Generic.Queue<>` type name
This way, the file actually appears in Visual Studio and can be compiled
Turns out there's a better way to do this that doesn't involve adding `mscorlib`.
@aaronjamt aaronjamt mentioned this pull request Dec 3, 2023
Add check for empty queue and skip attempt to call Dequeue if the queue is empty
@aaronjamt
Copy link
Author

This also compiles for 1.34.0 successfully, although I haven't had a chance to test in-game yet (but 1.33 and 1.34 are very similar so I'm confident it will work fine)

@aaronjamt
Copy link
Author

I've been playing on 1.34.0 (and now 1.34.2) for several days now and I haven't run into any issues with it (in fact, I'm using the same .dll I compiled for 1.34.0 on 1.34.2 and it's working fine). Is this read for a merge or is there anything else you need done first (more testing, running specific linters, formatting, etc)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant