Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: VM variable packing + misc additions #262

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

Deweh
Copy link
Contributor

@Deweh Deweh commented Jul 30, 2024

  • add: BGSSaveLoadGame
  • fix: BSFixedString not recognized as string type by script_traits
  • fix: unable to get type info for vmobject_ptr
  • fix: packing a form into a VM variable always used the fully downcasted type instead of the current type, breaking param types.
  • add: BindEverythingToScript to GameVM
  • fix: function return type in IVMSaveLoadInterface
  • add: TESFormIDRemapEvent

- add: BGSSaveLoadGame
- fix: BSFixedString not recognized as string type by script_traits
- fix: unable to get type info for vmobject_ptr
- fix: packing a form into a VM variable always used the fully downcasted type instead of the current type, breaking param types.
- add: BindScriptToEverything to GameVM
- fix: function return type in IVMSaveLoadInterface
- add: TESFormIDRemapEvent
@ThirdEyeSqueegee ThirdEyeSqueegee merged commit c9cb6bd into Starfield-Reverse-Engineering:main Jul 30, 2024
4 checks passed
@Deweh Deweh deleted the pr branch August 11, 2024 20:35
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.

2 participants