Walker Crouse

Results 23 comments of Walker Crouse

Having the font path would be very useful.

Yes I will once it's merged however I'm not sure when that'll be since that PR has kind of taken a back seat lately.

Here's a proposal. What if we added an optional initialization method to plugins that could be called in the correct load order and is not an event at all. Example:...

@gabizou 1. Load classes and construct all plugins 2. Sort plugins according to dependencies 3. Call initialization methods. Perhaps the initializer could also return a boolean or a "response" object...

I honestly could see this being implemented as a _very_ elementary service at the very most which could allow you to retrieve a `Region` for given coordinates and have some...

@kashike You would just get the `Region` through a service that a plugin could provide or there could be some kind of `RegionProvider` default implementation for registering `Region`s. What methods...

Well all I'm saying is that we add some common methods to a region object that people can use without adding plugin dependencies. If they want to get more specific...

The only thing it would represent would be a subset of coordinates within a `World`? What possible implementation of `Region` would not fit that definition?

Yes this has been my plan from pretty much day 1 however I would like to get the current platform really solid before this happens.

Yeah can you just fix the import order and then I'll merge this.