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

Commits on Nov 20, 2023

  1. moved to stl

    Mia75owo committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0071167 View commit details
    Browse the repository at this point in the history
  2. moved to raw pointer

    Mia75owo committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d232d02 View commit details
    Browse the repository at this point in the history
  3. removed old code

    Mia75owo committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    7ce0e4f View commit details
    Browse the repository at this point in the history
  4. cleanup

    Mia75owo committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    831bebb View commit details
    Browse the repository at this point in the history
  5. moved to smart pointers

    Mia75owo committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a0c1f6b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. cleaned up

    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)
    Mia75owo committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c820106 View commit details
    Browse the repository at this point in the history