193,414 Commits over 4,079 Days - 1.98cph!
AI Fake UserId's are all under 10000000
Fixed AI showing up in cheat report
Fixed suicide showing cheat report button
combatlog no longer takes count parameter (always prints full combat log)
combatlogsize defaults to 30
Remaining catacomb prefabs.
correct apple tree resource data
forgot to tick these in last checkin
island 01 paint mode to none (to stop splats from getting modified when they shouldnt be)
EAC SDK update + PlayerKill reporting
Fix some Steam-only stuff that needed renaming
If scientists are disabled, don't bake monument navmeshes.
changes plasticed flagged up
Force profiling when calling invokes because we keep adding slow shit to it that's not wrapped in profiler samples
Added slight delay between acquiring a target the first time and firing for Scientists.
Improved ai robustness a bit.
Fixed non-player controlled tribes running cohesion and spawning strangers (this might fix the strangers not getting added to tribe bug, they were being spawned with a target group that wasn't the player's tribe)
Fixed campfires being marked not available if they are at 100% capacity (might fix units not lighting fires in later games)
Working on conversions to the new system
can rotate workbenches with R during deployable phase
can no longer build around heli crash site
can rotate tool cupboard with hammer + priv
Third person ADS sounds have super super short range
Check if a unit already has an item before adding a possession requirement
More third person sounds (aim down sights, grenades, bandages, etc)
Binocular sounds
Flashlight sounds
Worked out some stuff. Plus removed bootstrap stuff from WiseGuys tools. Bootstrap is now a ScriptableObject that loads itself - I swear it makes sense
Desires hold their creation and last refresh game times
Added desire lifetime stat simulator for use in effect manipulation values (higher = older desire)
Fixed shelter desires having bad momentum drain value
Items now store a failed path count whenever a unit tries to get to an item and cannot
If this happens 10 times the item is moved to the end of the partial path to the unit, so hopefully somewhere accessible
fixed shooting animations when running ( 3rd person )
Ensure that stranger spawns are at valid navmesh location
EntityComponentSystem adjusts tickrate with game speed, exposed rates in config
More flexible spawning for npcs.
fixed possessions code.
picking up adds to possessions.
hazmat suit craftable
hazmat icons and art updated
EntityInspectionWidget no longer tries to activate detail portrait for non-human, non-player controlled units
updated hazmat suit model
updated outlines for new arrow types
small refinery now produces charcoal
can no longer place dropboxes under water
must wait 30 seconds to repair a structure after it has been attacked
Max candidates and max entities to filter now exposed in CandidateEntityFilter.
Overriding Target Filters' default filter now works.