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

Use stl list for particles #67

Merged
merged 6 commits into from
Dec 3, 2023

Conversation

Mia75owo
Copy link
Contributor

Related to: (#61)

This replaces the old c-style lists in the particle class with std::list.

@drfiemost drfiemost self-assigned this Nov 21, 2023
Hurrican/src/Partikelsystem.cpp Outdated Show resolved Hide resolved
I removed the unique_ptr stuff because it makes this just to complicated for what
it's doing. This should be the final commit for this (unless I made another stupid mistake)
@drfiemost drfiemost merged commit e565910 into HurricanGame:master Dec 3, 2023
6 checks passed
@Mia75owo Mia75owo deleted the Use-STL-list-for-particles branch December 3, 2023 16:33
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.

None yet

2 participants