197,430 Commits over 4,110 Days - 2.00cph!
Various Growable/Seed fixes
null check disabled movement modes in Navigation
Updated srcds_run:
* Defaulted -game to garrysmod instead of "tf"
* Defaulted +map to "gm_contruct"
* Added -nodefaultmap
* -autoupdate now uses SteamCMD
** -steambin, -steamverify, -steamuser and -steampass removed
** steam_dir and -steamcmd_script
launch_site dressing fixes / scene2prefab
re-enabled setting start time from Session
Disable dynamic DOF in tribe create
Refactored/cleaned up reproduction persisted / date time usage
GameDateTime month support, TimeManager.OnMonth actually invoked now
Re-enabled breeding AI module
Growable/Seed boilerplate
made starting day be determined by a 0-1 float representing time in year
fixed hotspot bonus sound not appearing where hotspot was destroyed
lowered ore hotspot HDR component
gathering destroy fraction is also multiplied by the ore minigame (fixes yields too high with lesser tools)
TimeManager.SetTime cleanup
Added asset for Lost And Found
Character create DOF mode
Removed StartingSeason in GameModeDefinition
Slight refactor of existing game modes to put things in the base mode.
Added classes for Loast and Found mode
rolling back the right terrain grass albedo
Fixed items not being added to the UnitAttachments entities list, causing encumbrance calculation to be wrong
Fixed dataBrowser.AssetTypes missing GameModeDefinition
Various Player command refactoring, radial menu improvements prep
ore nodes: updating paths to new visuals in prefabs
cutting in train tracks to hex
Fixed crosshair disappearing when entering a vehicle with SetAllowWeaponsInVehicle set to true
Changing value of SetAllowWeaponsInVehicle will now be applied immediately and it is no longer necessary to reenter the vehicle
Fixed terrain atlas grass albedo using wrong texture
Ponder ability now "Random Idle" for 2-6 real seconds, no longer triggers anims
Clamp lerp value distance in dynamicDOF
Unlock sound/effects
Limit achievements to official servers
Achievement groups
Dont clear keep item desires when issuing commands
Fixed AbilitySettings.AbilityPlan not being properly initialized
AbilitySettings cache of all asset instances via .All property
AbilitySettings holds an instance of it's own AbilityPlan at runtime
Player controller config all now held in PlayerControllerConfig, not the monobehaviour
Removed rally tribe button from the menu widget
Added cursor drop shadow
potted plant models/Prefab/Textures
note.inv can take a reason
Fixed (serverside) SteamStatistics not storing properly
Stopped SteamStatistics trying to refresh on error
Fixed IOOR bug in NavMesh Grid.
Weekend ai experiment.