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

211 module deletion #212

Merged
merged 5 commits into from
Aug 20, 2022
Merged

211 module deletion #212

merged 5 commits into from
Aug 20, 2022

Conversation

mschweiger
Copy link
Collaborator

@mschweiger mschweiger commented Aug 20, 2022

  • Cleaned up module registration and un-registration in Orbiter core.
  • Plugin DLLs are responsible for deleting the their module instances after unregistering them with Orbiter.
  • Additional log output to diagnose problems with module registration/unregistration.
  • Clearer way for plugins to register an unregister items in the Launchpad Extra tab.
  • Inline and D3D7 clients now properly unregister and deallocate their resources.

Closes #211

… loaded DLL plugins. D3D7Client now unregisters and deletes its own instance.
… Log timestamps: now measured from app start, so they give useful values outside simulation sessions.
…aned launchpad items. Inline graphics clients now cleans up its launchpad items.
@mschweiger mschweiger merged commit 85e9a3c into main Aug 20, 2022
@mschweiger mschweiger deleted the 211-module_deletion branch August 20, 2022 22:26
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.

Module instances from DLLs should not be deleted by Orbiter
1 participant