249,467 Commits over 3,959 Days - 2.63cph!
SteamAPI Errors on non first page of Dupes/Saves/Addons/Demos will not hide the pagination
Handle replicated vars a little bit differently if not in game
Game Screen work
Merge branch 'master' of sbox
fixed tunnel colliders not having read/write set
updated tunneldweller weapons
fixed issue with NPCs using semi automatic weapons sometimes double-firing
NPCs set their obstacle avoidance priority based on velocity (slower moving NPCs now get out of the way of fast ones)
Stop horse from marking transform changed every frame on server. No longer necessary to use this to improve client interpolation as it's handled in BaseEntity.Server now.
updated dwelling bounds, use proper scale for GenericSpawnPoint gizmos
merge from attack range multiplier changes
Fixed undo.AddFunction changes being undone by previous commit
merge from flame_turret_opt
Fixed another issue with BulletsInRadiusEnumerable
▌▉▇▊▅ ▆▆▆▆▍ ▆▅▄ ▅█▉▊▄▊▉ ▅▌▇▊▆ (▉▊▇▌▊▉▉█ ▄▍▋▄▄ ▅▍▉█▆▇▅ ▉▄██▌▆▄▅ █▌▍▆ ▊█▉▉ ▍█▊ █▋▋▍▆▋)
SetDirty vs. SavePrefabAsset (ItemDefinition.DoPrepare)
Depth of Field
Refactor postprocess shader
Fix offsets being wrong when reading depth on a viewport
Attack range multiplier (and related attack events) test changes.
junkpile_a cover point tweaks
merge from misc_fixes_feb21
Fixed fridge excessively large prevent building volume
fixed XL neon signs blocking windows
TakeCover state triggers StateError event if no valid cover point found
Holding RF Transmitter no longer flags the player as hostile
Allow small box placement under mixing table
Fixed wind generator volume prevent building and deploy volume mismatches causing confusing behavior
Workcart red colour variation:
-red variant materials use a simple _Red suffix to differentiate; these are the only ones that need to be used for the variant.
-removed ao from where the glass window and frame used to be on the door.
Stricter large swimming pool volumes - exploit fix
Fixed RPC codegen when using virtual/override
fixed RFBroadcaster stackable #2
Tweak footstep sound events
Renamed FollowEntity to SetParent
Merge branch 'master' of sbox
Added SetParent overload which takes the bone id
new laser core
hard laser cores
Merge branch 'master' of SpaceUsurperUnity
hard storm cores
More foot ik work:
Remove new trigger added this morning
Fixed foot placement IK ray mask hitting incorrect vehicle layers
IK position is now stored in local space so it's smoother when going up and down in elevators (no prefab changes required)
This also fixes crouch foot dithering in while standing on vehicles and should improve IK stability in scrap transport heli's and modular car trays
Add:
- [Server] void Player:SetActivity(int [ACT_*] act)
- [Shared] void Weapon:SetActivity(int [ACT_*] act)
Updated test map barricades
Set up spline for mirrored station piece
Lowered the dismount points on the work cart and added more possible dismount points on the train platform
Add:
- int [TASKSTATUS_*] NPC:GetTaskStatus()
- void NPC:SetTaskStatus(int [TASKSTATUS_*] status)
- TASKSTATUS_NEW, TASKSTATUS_RUN_MOVE_AND_TASK, TASKSTATUS_RUN_MOVE, TASKSTATUS_RUN_TASK, TASKSTATUS_COMPLETE
- float NPC:GetMoveInterval()
- void NPC:SetMoveInterval(float)
- float NPC:GetIdealMoveSpeed()
- float NPC:GetIdealMoveAcceleration()
- Vector NPC:GetMoveVelocity()
- float NPC:GetMinMoveStopDist()
- float NPC:GetMinMoveCheckDist()
- bool NPC:IsMoveYawLocked()
- void NPC:SetMoveYawLocked(bool bLocked)
- void NPC:MoveStart()
- void NPC:MoveStop()
- void NPC:MovePause()
- void NPC:ResetMoveCalc()
- void NPC:MoveClimbStart(Vector dest, Vector dir, float dist, float yaw)
- int [AIMR_*] NPC:MoveClimbExec(Vector dest, Vector dir, float dist, float yaw, int nodesLeft)
- void NPC:MoveClimbStop()
- AIMR_BLOCKED_ENTITY, AIMR_BLOCKED_WORLD, AIMR_BLOCKED_NPC, AIMR_ILLEGAL, AIMR_OK, AIMR_CHANGE_TYPE
- void NPC:MoveJumpStart(Vector vel)
- int [AIMR_*] NPC:MoveJumpExec()
- int [AIMR_*] NPC:MoveJumpStop()
Fixed hand IK grip targets in workcart cabin
undo: PreUndo hook
Update undo.lua
Update undo.lua
Update init.lua
Update undo.lua
Merge pull request #1762 from NathanX-S/patch-4
undo: PreUndo hook
Add foot IK trigger to workcarts