Tileo is now archived. This sub-branch was created to integrate tileo into the mind-dive-prototype branch. A lot of tile map features are expected to be needed in the Mind Dive prototype, so depreciating tileo and integrating it into AllegroFlare is the plan.
Here's a rough list of the work done (copy/pasted from textedit):
Tileo
✅ Tileo/bin/programs/data -> allegro_flare/bin/data/..
✅ Replace Tileo/Atlas with AllegroFlare/TileMaps/PrimMeshAtlas
✅ Remove:
✅ Tileo::TileIndexInfo (replace with AllegroFlare component)
✅ Tileo::Atlas (replace with AllegroFlare/TileMaps/PrimMesh component)
✅ Tileo::Mesh (replace with AllegroFlare/TileMaps/PrimMesh component)
✅ Tileo/TileIndexInfo -> AllegroFlare/TileMaps/PrimMeshAtlasIndexRecord
✅ copy Tileo/programs (nothing to copy of value)
✅ merge mind-diver-prototype-integrate-tileo to mind-dive-prototype
✅ remove repo from lists
✅ hexagon projectnavigator (in stage factory)
✅ blast status_fetcher
⬜️ remove repo from local computer(s)
✅ archive repo
⬜️ Address issue where some classes are not in proper namespaces
Premise
Tileo is now archived. This sub-branch was created to integrate tileo into the
mind-dive-prototype
branch. A lot of tile map features are expected to be needed in the Mind Dive prototype, so depreciating tileo and integrating it into AllegroFlare is the plan.Here's a rough list of the work done (copy/pasted from textedit):
Tileo
✅ Tileo/bin/programs/data -> allegro_flare/bin/data/.. ✅ Replace Tileo/Atlas with AllegroFlare/TileMaps/PrimMeshAtlas ✅ Remove: ✅ Tileo::TileIndexInfo (replace with AllegroFlare component) ✅ Tileo::Atlas (replace with AllegroFlare/TileMaps/PrimMesh component) ✅ Tileo::Mesh (replace with AllegroFlare/TileMaps/PrimMesh component) ✅ Tileo/TileIndexInfo -> AllegroFlare/TileMaps/PrimMeshAtlasIndexRecord ✅ copy Tileo/programs (nothing to copy of value) ✅ merge mind-diver-prototype-integrate-tileo to mind-dive-prototype ✅ remove repo from lists ✅ hexagon projectnavigator (in stage factory) ✅ blast status_fetcher ⬜️ remove repo from local computer(s) ✅ archive repo ⬜️ Address issue where some classes are not in proper namespaces