GlowstoneMC / Glowstone

A fast, customizable and compatible open source server for Minecraft: Java Edition
https://glowstone.net
Other
1.89k stars 271 forks source link

Merge closed Glowstone pull requests #55

Closed deathcap closed 8 years ago

deathcap commented 9 years ago

split off from https://github.com/GlowstonePlusPlus/GlowstonePlusPlus/issues/6:

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

gabizou commented 9 years ago

BTW, the old code is up for grabs on the (almost completed) implementation of all living entities with this pr.

mastercoms commented 9 years ago

I also saw your entities-ecs branch. Would that be better to merge over your main entities branch?

gabizou commented 9 years ago

I also saw your entities-ecs branch. Would that be better to merge over your main entities branch?

We never got ECS to work, and even then, it's not a real ECS system. Ultimately, it's up to you guys, but I'd rather a quasi component system attached to entities to make the implementation work, and a bunch of systems to work with it.

mastercoms commented 9 years ago

Hmm ok. I guess I can merge the entities branch and then we can get ecs or a component system working later.