-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
0.9.x Updates 2024-04-18 to 04-22 by SGT #846
0.9.x Updates 2024-04-18 to 04-22 by SGT #846
Conversation
…e crash that has been occurring in GFXDeleteTexture(int handle)
…er branches' versions of the workflows
…_SGT_2024-04-18 # Conflicts: # .github/workflows/Windows-Release.yml # .github/workflows/macos-release.yml
…8.8/8.9 and equivalent RHEL and Rocky Linux versions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few comments to keep in mind; but generally looking good
@BenjamenMeyer thanks. |
… to the #include <boost/....hpp> form instead of #include "..."
Well, that last commit was a winner lol. With regard to the logging system: A few days ago, I thought I would try switching to asynchronous logging, to see if that increased performance. Well, maybe it did and maybe it didn't. But what I primarily noticed was that the last message logged before program shutdown, never made it to the console. No matter what I tried. So I am switching back to synchronous sinks. Maybe I'll try the async version again some other time. |
Also: Rocky Linux 8.9 keeps throwing one error after another. I think I'm going to allow it to fail for now. And maybe stop building it at all in the CI, until further notice. |
…ent out Rocky Linux 8.9 CI builds for now.
Done ✔️ |
I have switched back to using synchronous logging sinks. The logging system seems to be working again, more or less as before. |
Thank you for submitting a pull request and becoming a contributor to the Vega Strike Core Engine.
Please answer the following:
Code Changes:
Issues:
Fixes #844 for 0.9.x
Attempts to fix #837 for 0.9.x
Purpose:
GFXDeleteTextures(...)
.