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

Fix double parenting. #1545

Closed
wants to merge 15 commits into from
Closed

Fix double parenting. #1545

wants to merge 15 commits into from

Commits on Mar 3, 2021

  1. set PreviousParent when it exists

    remove some duplicate child insertion code
    
    fix duplicates this way
    siler committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    0f8fc38 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    0937610 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    f725ff2 View commit details
    Browse the repository at this point in the history
  2. remove some dead code

    siler committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    1a6f9b8 View commit details
    Browse the repository at this point in the history
  3. dropped a brace

    siler committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    ffedfd7 View commit details
    Browse the repository at this point in the history
  4. remove vec

    siler committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    94bb58e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86fe77d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Configuration menu
    Copy the full SHA
    f7cadc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    80e39b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfebd92 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Configuration menu
    Copy the full SHA
    9e37f9a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    815ae0f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    ea02255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0d4423 View commit details
    Browse the repository at this point in the history
  3. fix remaining ECSv2 changes

    siler committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    6fced49 View commit details
    Browse the repository at this point in the history