ayaigame / ayai-backend

1 stars 7 forks source link

Revert 6546da2 #117

Closed chrisbenincasa closed 9 years ago

chrisbenincasa commented 9 years ago

Reverts 6546da2 what seem to be breaking changes from the upgrade to a newer version of Crane that I worked on with @timothyhahn. The idea in https://github.com/timothyhahn/crane/commit/f980d8d9369f6db3566ffa1818d0ff331de66f2d was to rid us from having to use classOf[X] everywhere and instead just query for the type itself.

The issue I was experiencing that I narrowed down to this commit was components not being transferred correctly when an entity moves between Rooms in the game. I narrowed bug down to this commit through git bisect. If any of you guys want to dig into this, feel free!

chrisbenincasa commented 9 years ago

whoops meant to open this against ayai-ai

roryokane commented 9 years ago

The real pull request is at ayai-ai/ayai-backend #7.