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

Add Solokiller's particle manager #114

Closed
SaintWish opened this issue Nov 9, 2022 · 1 comment
Closed

Add Solokiller's particle manager #114

SaintWish opened this issue Nov 9, 2022 · 1 comment
Labels
enhancement 🔧 New feature or request med priority Issue that should be addressed as time allows.

Comments

@SaintWish
Copy link

I think it might be a good idea to add Solokiller's particle manager from his repo here

From reading the changelog here https://github.com/SamVanheer/halflife-updated/blob/master/FULL_CHANGELOG.md it seems like the his is far more efficient and will allow for far more particles to be allocated?

Implemented particle manager in client library twhl-community/halflife-updated#122

This change fixes halflife issue ValveSoftware/halflife#2196 by embedding the particle manager in the client library. It also fixes compatibility issues caused by optimizations applied to the Vector type.
Reworked particle memory management to allow far more particles to be allocated before crashing by running out of memory (previous limit was around 100 particles at the same time, new limit closer to 1 million). Fixes halflife ValveSoftware/halflife#1447

@SaintWish SaintWish added enhancement 🔧 New feature or request med priority Issue that should be addressed as time allows. labels Nov 9, 2022
@SaintWish
Copy link
Author

Probably just use Trinity Engine's particle manager. #129

@SaintWish SaintWish closed this as not planned Won't fix, can't repro, duplicate, stale Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🔧 New feature or request med priority Issue that should be addressed as time allows.
Projects
None yet
Development

No branches or pull requests

1 participant