A running changelog of what's actually landed — the playable loop, the systems underneath it, and the two live windows into a running world. Newest first.
Every entry is a real milestone in the build — not a roadmap promise.
The full loop is walkable end to end: boot into a main menu, join a dedicated server or host solo, and walk a real creature across relief terrain — then open the F1 dev sandbox to force weather, trigger disasters, pose the sky and spawn registry creatures. Pure C++ menu, HUD, input and terrain — no Blueprint, all reviewable source.
Fixed a whole class of server-wedge — the failure where a hitch snowballed into a runaway lag spiral and dragged the world down with it. Dedicated worlds now hold steady under load, so a server full of players and AI keeps ticking at pace.
Two read-only bots bring the living world into Discord. Herald is the world feed — server status, forecasts, the leaderboard and disasters. Codex is the species codex — look up any creature, era or market entry. They only ever read the meta API and the committed roster; Discord never commands the game.
A running Unreal Engine 5 build now streams straight to the browser over WebRTC (Pixel Streaming) — no download, no plugin, a self-contained glass player with connecting / offline / live states. The game hosts its own signalling in-process; the site just watches.
Cleared operators can now author weather and disasters from the website. Each command is validated, stamped, audited and delivered to the live world over the same authenticated channel the game already holds — the client displays, the server stays the sole authority, and an uncleared request publishes nothing.
A real day/night system came online — a moving sun arc, dawn and dusk colour, and a moon. The world's light now changes with the hour, and the dev panel's time buttons pose it to dawn, noon, dusk or night on demand.
The bestiary landed: 89 playable species spanning ten geological eras, every one built from the game's roster data with real taxonomy, geological range and — where they exist — peer-reviewed citations. Browse the whole cast in the species picker.
The build is streaming. See what's running right now.