19,298 Commits over 1,614 Days - 0.50cph!
Cloud overlay camera, related tweaks
Fixed rotations of cloud layer renderers
Removed a redundant cast from divide
Map view cloud layer surrounding mesh generation, byte array, texture update via LoadRawTextureData
InfluenceAndTerritory.InfluenceMap exposed as InfluenceQuadTree rather than ISwappableGrid
Moved return to territory into a separate module for humans
String interps in Combat and Activity
Removed clouds of war crap from scenes
Added isCarried bool to HumanView
if human is attached dont try and put on the ground
Give units the InCombat flag if they are being attacked
decreased projectile trigger radius of spears and arrows
and also actually parent the audio source again
let's play non looping sounds as one shot to get around the current Unity bug with audio and rigidbody
testing with audio source directly on the unit view rather than pool
Imported random move test units from test project
UnitView/HumanView cleanup
AudioFucker test (use testbox_nospawns)
Unit.Audio.PlaySound doesnt pass view xform, for now
expression bodied properties fuckeries
AudoManager.GetAudioSource only sets position when no parent xform is passed in
added number of sleeping positions to the building descriptions
Removed a ContainsKey usage in Unit.Audio, added debug logging to PooledAudioSource
Added ExposeToRadial bool on BaseBehaviourPlanSettings, checked in PlayerController+Commands routines for evaluating commands for the UI
exit on sneak idle if isSneaking = false to stop units staying in sneak pose for too long
Fixed bad weather widget icon positions
GameModeDefinition can specify minimum number of male and female tribes people created when using the random mode
Actually fixed weather event icons positioning
UI tweaks
jenkinsfile b10 because build server has no license
Fixed weather widget event icons lerping back to start positions when being re-used
Fixed menu button not setting gamestate correctly
Disabling graphics jobs
Jenkinfiles 2017.1.0f1'
Disabled FollowCamera's "zoom to map" feature
Various MapCamera tweaks
WIP Overview map fog of war
Fixed biome seasons not being properly applied on start
WIP new weather/seasons UI widget, related seasons and weather event refactoring