[-------------------------] Version Logs [-------------------------] Indev 0.0.0 [5/7/26] : Project initially created. Indev 0.0.1 [5/7/26] : Created basic tiling system with a basic text engine. Indev 0.0.2 [5/7/26] : Added more core functions like looking at a specific point and started adding entities. Indev 0.03 [5/7/26] : Added basic entities that are rendered on the screen, but aren't simulated yet. Indev 0.04 [5/8/26] : Added several core optimizations, such as removing the general functions for setting the position to anywhere and making each system have its own specialized way. This does remove some things like being able to zoom in really high or low. Also added some slightly meaningful performance metrics.