Walter Geisler

Results 5 issues of Walter Geisler

When writing plugins for Bukkit, the plugin's data folder is located at "plugins/[plugin name]". In order to make use of "include file()" I must enter in that entire path before...

feature request
best done in major release (conceivable breakage)

For my project, I don't have anything to use the generic parameter of `ISystem`. Would it be possible for there to be a non generic version? For context, I am...

I am running into trouble running this on a second project. It works well for the first project, but it fails when I try to use it to apply the...

I tend to lean towards using auto properties, so that's what I did when I started making components. Because they serialized ok, it took me a while before I realized...

One thing I find my self doing is the following structure. ```csharp [Meta(typeof(IDependent))] public partial class Foo: Node { [Dependency] public Bar Bar => this.DependOn(); private bool IsResolved { get;...

enhancement
help wanted