19,298 Commits over 1,614 Days - 0.50cph!
Fixed no race selected on tribe spawner in nospawns
UnitRaceDefinition now holds TOD cycle & atmosphere parameters for tribe create screen
Refactored a bunch of Session stuff so that we load tribe create before world init
Added GameManager.OnWorldReady event for deferred initialization of anything that needs game world to be er... ready!
more session cleanup
delay entity bounds check until after OnGameReady
TerritoryLocationSelectorSettings cache init fix
Campfire interactions data fix
hide first save hitch during game state transition coroutine at end of Session.StartNew
fixed starting game from zone scene in editor
merge from session refactor
fixed starting from editor scene
Fixes for estranged groups.
Fixed TribeSpawner OnValidate.
entity destruction cleanup
fixes GridManager.IsReady not being reset
Cleaning up various event listeners
Tribe create cancellation breaks session.StartNew
fixed a bunch of shit i broke earlier
nixed race driven tribe create atmospherics, moved to global config
more menu scene TOD management, TimeManager state cleanup
session kill cleanup, unload zones after entity destruction
BiomeMaterialObject lazy init
BiomeMaterialObject no longer exec in edit mode
removed animator.setFloat call from BuildingView (obselete and causing warning spam)
cleaned up TerritoryLocationSelectorSettings caching
Items in a container (backpack) will now appear in the radial menu
consolidated WorldManager back into a single class as partials were pretty useless
moved zone loading out of WorldManager and into Session (was I drunk?)
Refactored zone functionality into ZoneComponent, away from messy partials
Added CameraParticles component to mange particle FX (was previously handled by zone weather code)
nuked un-used biomes and saved scenes with ZoneBiome component referencing the Temperate biome
Fixed ZoneSeasons not updating, nixed virtual update crap
Fixed UIScreen.SetActiveRoutine changing canvas .enabled too early
testbox is valid scene for solo and washed up gamemodes