Skip to content
This repository was archived by the owner on Sep 24, 2023. It is now read-only.
This repository was archived by the owner on Sep 24, 2023. It is now read-only.

Prepare for the removal of OnLevelInit landing in stable #2

@nosoop

Description

@nosoop

See alliedmodders/sourcemod#1534.

I did a sprint to write up Entity Lump Manager. The best-case scenario is that it gets upstreamed and merged into core proper; otherwise it'll still exist as its own extension.

Because of some poor design decisions on my part, migrating Level KeyValues to use this implementation will mean copying the contents of the entity lump to StringMultiMap handles, since plugins have direct access to it. That'll probably have a performance impact, but dependencies shouldn't notice a difference otherwise.

The other option would be to just drop support for Level KeyValues entirely and force migration to the new natives, but that's no good either.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions