198,702 Commits over 4,140 Days - 2.00cph!
Make all colors in "PickAFriend" menu the bright version
Decide if we want to show dark colors for offline players later
Kayak fix for "Setting linear velocity of a kinematic body is not supported."
Fix line deleted in merge
Merge from main -> reduce_server_tags/compact
Added watch interface to 'WhatUsesThis.cs'
█▋▌▋▊▆ ▅▆▇▄▅▋▇▍ ▍▊▊▋▆▄ ▌▇ ████▄▌ █▄▇▄▇
radtown gate ladder volume
radiation volumes, temporary loot spawns
initial cover pass on the outdoor
SteamNewsSource http -> https
Added a map marker for mission providers, displays how many missions are currently available from that provider for the local player
Merge from unity_2022.3.24
Strip all UnityEngine.AI components from clients (attempt to fix warning spam)
Added an automated error checker for conversations, looks for legacy conversation features and can automatically update them to the new system
eg. converts a conversation node with a custom action "assignmission lumberjack" to the new AssignMission action with a proper reference to the lumberjack mission
Updated all converations
Fixed dialogue graph nre when domain reloading
Dialogue graph now persists through domain reloads
Dialogue graph now zooms to fit all nodes whens opening
Mission editor now detects missing accept/failed/victory effects and shows appropriate warnings
Also added some buttons to automatically assign the default effects
█▄▋▌▇▅▌▊, ▉▊▆▋█ ▄▌▇▍█ ▉▅▋ ▋▉█ ▅▊▆ ▊▄█▌▍▅▌/▇▇▊▉▊ ▇▉▍█▋▆█▆ ▇▍▄▌▉▋█
█▋█▇▊ ▋▌▆ ▉▄▋▆▊▊ ▊▉ ▊▇▋ ▆▉▌▆▌▆ ▊▇'▍▊ ▄▊▆▆▊█▊▌ ▇▍ ▍█▇▇ █▍▍▌▊ ▊▇▇▉▌█ ▌▉▉▊▅▍▇▍▉▉ ██▍▍▆▄ ▋▇█▋▌▅█▋, ▌▆ ▌▊'▆▇ ▋▄█▌ ▌▌▅▅ ▅▍ ▊█▌▌ ▄█▍▌ █▊▊ ▍▄▄▉▊▅ ▋▌▌▄▊▋▆▌ ▇▄▅ ▅▇▍ ▉▅█▅█▆▊▊▇▆▍▆▉▊▋▍▇▆▅
server.tutorialEnabled is now replicated
The tutorial button in the main menu will no longer appear ift he player isn't conencted to a server with the tutorial enabled
Once connected to a valid server the section in the options menu shows a button that will close the menu and prompt the player to start the tutorial, without needing to die
Removed the text mentioning that a players sleeping bags will be destroyed when starting teh tutorial, this is no longer true
Set alpha cutoff to 0 on the tutorial island material, prevents alpha noise causing holes in the terrain in some map size/position combinations
Merge from unity_2022.3.24
OnParentChanging velocity adjustment is skipped on kinematic rigidbodies to fix: "Setting linear velocity of a kinematic body is not supported."
Replaced RenderSettings.customReflection with ReflectionProbe.defaultTexture
Fix for workshop normal issue
▊▉▄█▉ ▄▉▍ ▄▋▅▅██, ▅▄▋, ▋▅▉ ▄▍▅▆ ▌██▇▄▌▉▌▇█ (▆▇▊▉ ▄▉▅▆ ▇▍▊ ▉▆█▌▄▄ ▉▋▌█▋▇▋)
▅▆▇▅ ▄▅▄█ ▍▇█▇▋▍██▆▅▅ ▅▍▊▄ ▌ ▋▋▊▋▋▄
▊▇▆ ▉▋▉▋▍ ▉▆▆▄▊ ▇▇▉▄▆▄ ▍▉▍█ ▌█▌▄▌▍▊▄ ▌▋▇▌ ▆▇▌ ▇▆ ▄▅▄▉▉, ▍▍▇ ██▊▋ ▌▄▊▊▌▇ ▅▌▉▌ ▄▍▅ █▆▇█▅▅▆▍▋ ▍█▍ ▍▇█ ▍▊▇█
Merge from unity_2022.3.24
Merge from unity_2022.3.24
Merge from unity_2022.3.24
Removing UnityEngine.Profiling.Memory.Experimental references
Override throttle for crash
Stopped heli death until spinout starts
player update. exported/set up 3p smg animations
Fixed some bugs preventing spin out state after reaching monument position
Fixed ENT.PhysicsSounds defaulting to true
Added physcannon_instant (defaults to 1)
Exactly as it sounds, makes the gravity gun be able to be used instantly after switching to it, bypassing deploy animation (and sv_defaultdeplyspeed)
This default value preserves the original HL2/GMod behavior
Fixed normal combine soldiers with shotguns having their skin set to the shotgunner one
Reset ammo types on map shutdown as well & Cleanups
Remove more dead code
Explicit default value to GetMemberBool because it is defaulting to true(??)
Workaround animation event IDs on listen servers being set to "invalid" values
On death the patrol helicopter will now seek out a nearby monument to crash at
thumb_up
19
thumb_down
10
Increase max range of random positioning
Ignore max distance check for subsequent spawn waves
Unpair all door controllers when TC is destroyed
Door controllers are now deployable on doors like codelocks
Added 3 new aux inputs: 'Open', 'Close' and 'Toggle'
Various code cleanup, codegen
Add BaseNavigator properties for controlling the new navigation settings.
Distribute chase ability between spawns.
Prevent excessive pathing & los checks in a specific situation.