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

Track only ore being mined, track miners #46

Open
narc0tiq opened this issue Aug 17, 2016 · 0 comments
Open

Track only ore being mined, track miners #46

narc0tiq opened this issue Aug 17, 2016 · 0 comments

Comments

@narc0tiq
Copy link
Owner

narc0tiq commented Aug 17, 2016

This is a fairly major back-end change that should improve performance for the case where someone has sites that aren't actively mined, or are only partially mined.

In effect, I'm looking to track the entity placed/mined events so that the ore entities we query are only ones that are within a miner's effective range. This would also let us somewhat decouple sites from ore entities, and simplify #47 as well as allow a variant of #37 to work sanely.

@narc0tiq narc0tiq added this to the 0.8 milestone Aug 17, 2016
narc0tiq added a commit that referenced this issue Aug 31, 2016
As per #46, we can ask miners about ore within their range, and be
notified when the miners are created/destroyed.

(currently, we're using that to write a message counting the total ore
 amount under the miner; baby steps)

The deleted files will come back in some form or other.
@narc0tiq narc0tiq removed this from the Next major version milestone Mar 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant