apotapov / gdx-artemis

Fork of artemis entity-system (http://gamadu.com/artemis/) refactored to integrate with Libgdx (http://libgdx.badlogicgames.com/)
Other
53 stars 5 forks source link

Get rid of SafeArray class #2

Closed apotapov closed 10 years ago

apotapov commented 11 years ago

Need to create a cleaner implementation by removing SafeArray, which was a class added to transition from Bag to libgdx Array.

apotapov commented 10 years ago

Not practical to do on the scale that SafeArray is used. Would require quite a heavy amount of refactoring and will compromise the stability.