soulweaver91 / project-carrot

Project Carrot, an open source spiritual clone of the Jazz Jackrabbit 2 game engine
https://carrot.soulweaver.fi/
MIT License
39 stars 4 forks source link

Fix encapsulation mishaps #1

Closed soulweaver91 closed 8 years ago

soulweaver91 commented 9 years ago

A lot of object pointers are passed around in quite a carefree way at the moment. Take some time to go through the relations of the core classes in particular and stop exposing the whole objects in places where it's unnecessary.