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

Embedded throwables are unembedded when the parent entity is destroyed #32707

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Oct 9, 2024

  1. Embedded throwables are now un-embedded from objects just before thos…

    …e objects are destroyed
    
    BUT it only applies to objects with Destructible or Body (when they're gibbed)
    Centronias committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f5ec782 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a34d85b View commit details
    Browse the repository at this point in the history
  3. rerun actions

    Centronias committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    62004ac View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    a7c12a3 View commit details
    Browse the repository at this point in the history
  2. PR comments:

    - component to track embedded objects on embeddee
    - unembed checks for said component on parent
    Centronias committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c399cc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1f075f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. get rid of list interaction functions

    clean up `using`s
    Centronias committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e217827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1519bc View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

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