Commit Graph
5 Commits
Author SHA1 Message Date
Leonid Pershin 062ab497db Refactor weather system to consolidate weather data handling; remove redundant weather API endpoint and related components, ensuring a single weather reading represents the entire world. Update UI to toggle weather effects and enhance rendering logic for improved visual consistency. Adjust documentation to reflect changes in weather data structure and API responses. 2026-08-17 10:40:52 +03:00
Leonid Pershin cb5117edba Refactor world simulation and API to enhance world state management; introduce StoredWorldDto for internal bookkeeping, improve synchronization between simulation and API data, and implement new simulation options for idle and catch-up behavior. Update documentation to reflect changes in data structures and API endpoints. 2026-08-16 23:28:29 +03:00
Leonid Pershin 2a8b7b49b3 Implement climate and weather features in world simulation; enhance API with weather retrieval and climate selection options, update UI to support climate selection during world creation, and improve weather display in the game interface. 2026-08-16 23:05:11 +03:00
Leonid Pershin 3b7fca1495 Implement live game clock and simulation controls; enhance API with clock update functionality and improve world summary with clock data; update UI to display simulation controls and integrate clock features into the game experience. 2026-08-16 19:31:12 +03:00
Leonid Pershin ebb91e48de Refactor world generation API to improve performance and reliability; update README with new API usage examples and troubleshooting tips; enhance client interface with additional navigation options and improved responsiveness. 2026-08-16 18:52:17 +03:00