Commit 3aa80056

   – add the tilemanager (WiP)
   – bring the renderer closer to actually rendering the floor (WiP)
   – experiment with smart pointers a bit (WiP)

Adding the concept of a TileManager (similar to the TextureManager) which in turn manages TileTypes. The floor class is extended to know which logical tile is of which tile type, on top of the raw height map data.
As also mentioned the support on the renderer for the new floor concept is being further fleshed out.
Lastly, some references and raw pointers have been replaced by smart pointers (std::unique_ptr/shared_ptr).

Leave a Reply

Your email address will not be published. Required fields are marked *