258,137 Commits over 4,018 Days - 2.68cph!
Options menus mockups, addin' more texture folders.
Expose playerGoalMomentum in PlayerController
BehaviourChain now holds a reference to the GoalPlanVariant that owns it
PlayerController Goal creation cleanupo
StopMomentum when you End a GoalPlanVariant, not when you Copy.
Expose start momentum from Goal Plan Variant, so that we have more options for affecting momentum externally.
new sounds / particle effects for wounded animations
FOR FUCK SAKE removed redundant cloud particles
FOR FUCK SAKE cloud particle prefab
tweaked swimming and sprint animations.
Generic footstep effects (fix for no footstep sounds on quarries)
Add local voice limiting to helicopter weapon sounds
Ensure all light buzz sounds in new rad towns are LODed correctly
Melee impact sound polish
Hatchet strike sound polish
Fall damage sound tweaks
Only play fall damage sounds when taking 20+ damage
Momentum now part of DecisionPlan rather than GoalPlanVariant, though it's still from GoalPlanVariant that we traverse the momentum tick all the way up to the top goal.
- Mission select screen now interactable with mouse, can start missions.
swimming cleanup, unified values for swimming/headunderwater
Fixed water refraction back projection in GL/OSX
Changed standard blendlayer shaders to preserve masked albedo detail; traded for normal map in lowest LOD (#325)
added new grass skirt to temple court
added grass skirt and new outer floor with new grass shaders, removed blue lights.
Cowboy run north loop source
- TownInteractable works with keyboard
Check antihack whenever players try to damage something (antihack.playerdamage convar, defaults to false)
Added antihack.objectplacement convar to toggle object placement verification (defaults to true)
- Cursor no longer hidden by default, need to toggle.
- Title screen buttons now work with mouse
Melee weapon damage distance check sends message to player when rejecting an attack
Lifestealer gets recycled / removed at end of point
Hacky PlayerController goal creation test
Removed Momentum from Behaviour, now only carried by GoalPlanVariant
-some missing bit plastic had not realised existed
-tribe now ticks
-tribe checks for items and their quantities amongst all known items, making a list of currently known eligible ItemSettings and their numbers
-tribe compiles a list of currentlyCraftable items (means items whose basic components are available, no consideration given to needs for skill or tools)
-UnitCanFindToolConsideration was killed, and swapped with a CanFindOrCraftTool condition, which is much much prettier, by using the above functions
Stability is now encapsulated into a StabilityEntity
Doors, shutters and embrasures use the new socket based stability system
Fix for RUST-164 and RUST-318
BehaviourChain.End accessibility fix