243,943 Commits over 3,898 Days - 2.61cph!
Removed scene items
Updated texture metas
fixed being able to use healing items underwater
- More mouse/keyboard input controller work and changing other classes to use the new more input-generic functions
increased LOD cull range of barrels and cardboard box trash piles
fixed healthbars sometimes showing 0 without the object/player being dead
SSAO to BeforeImageEffectsOpaque 100
Water prefog copy to BeforeImageEffectsOpaque 300
Switched some RT samplers to point to avoid artifacts
- Added basic keyboard movement and firing to MKController
Fix for RUST-235 Twig tier collision thickness
fixed fresh sleeping bags / beds bypassing radial sleeping bag penalty
stuck spears/arrows should always appear again when falling out of a destroyed ragdoll
Cowboy selection anim source
fixed lock LOD's for real
Updated custom speedtree and custom PBS/Standard shaders to 5.3 (needs shader reimport)
Also some scripts and meta files (from auto 5.3 upgrade)
Replaced atmospheric music 18
▉▅▉▌▋ ▊▉▅▌ ▆▍ '▄▅▇▇ ▉█▅ ▇█▉▇▇▉' ▉█▍▋▍ ▄▆ ▍▊▆▇▉ ▅▋▆▅▌▄ ▄█▍▄█▊▅▊ ▋█▌▅ ( ▉▅▌▄▇ + ▇ )
fixed the unnatural looking spine rotations when the player runs and looks up/down
tweaked several 3rd person attack animations that looked a bit janky
tweaked the run animations
- Expose BaseBehaviourPlanSettings.CompleteAtEndOfChain in BehaviourPlanSettingsEditor
- BBPS.CompleteAtEndOfChain and BBPS.ForgetIfInterrupted default to true
- Updated all Interactions
- Better handling of GPV/BehaviourChain completion and reset
- Clear BCD in BC.Reset
- Added FixedArray.AddRange
Added atmospheric music 19
added more grass and unwrapped to uv 2
added howie's backdrop, added a lot more grass, working on grass shader. repositioned roots so they don't obscure the camera. tweaked court lines normals
Simpler colliders for banners
- Merge from GoalImprovements
- Fixed BehaviourChain DM exemption not working as intened
- Lots of kinda hacky overrides in BehaviourChain for adding behaviors without a Decision
- Unit debug view for current GPV, BehaviourChain, improved ActionChain display
- GoalPlanVariant.IsValid only true if the BehaviourChain count matches settings
Life Stealing special WIP
Fixed minor bug making things not work as intended.
Switched from using a ceiling threshold of previous best decisions this tick to using a previous best decisions memory array, that we make sure we evaluate everything we need, even in cases where score at the same level in the goal hierarchy might score the same where further down into the hierarchy they will score differently. First come, first served.
Removed usage of IComparable<T>, now only using IComparable for make benefit of storing whatever you want in FixedArray
removed blood, battery, note from spawn tables
radial reset of sleeping bags upon spawn (default 50m in all directions)
can no longer throw melee weapons/tools underwater
Removed a now useless fullscreen clear
River-clip/underwater fix
- Branched and more control rework
- More controls refactoring
Ditched GlobalGog; ToD scatter does the job
Merge from Goal Improvements
Fixed fog related water/horizon black line artifacts (for good this time)
Fixed recursive decision making over goals, goal plans and goal plan variants, that we exhaust all our options rather than to not reach a decision.
Fixed some issues with regards to considerations being non-existen or there only being a single consideration in our DSE.
Cleaned up debug in DSE a bit, that it's not as intrusive on the code elegance.
latest data, neck now moved by head controller(can be manually offset)
- Controls purge/cleanup before splitting out to input device classes
- Reduced length of AsteroidToFactory flow
checkin before attempting to change the neck bone for smoother head movements
added dylan's new lifesteal effects to unity project