rickbatka / co-op-engine

A prototype engine for our planned co-op game. This is where we will make it work, make it network, and make it feel fun. No AI, level design, etc.
2 stars 0 forks source link

Refactor of game object #34

Closed reddenx closed 10 years ago

reddenx commented 10 years ago

Game object will no longer have a weapon, instead it will have children which can be weapons of more objects.

Things to think about:

We should take some time and think this one out.

rickbatka commented 10 years ago
rickbatka commented 10 years ago

Watch out if you're writing any code right now. I'm 50% done with the refactor, and there's a lot changing. Nothing we didn't already agree on, it just touches a lot of files.

rickbatka commented 10 years ago

Refactor done. Sorry, but I did a remove and sort usings on the project and couldn't undo it, making this commit ridiculous.

I want to think about the weapon brains a little more, I think I can get rid of them completely and just have the owner brains fire events... maybe, need to think about it.

reddenx commented 10 years ago

I'll just close this since we undid it....