251,978 Commits over 3,959 Days - 2.65cph!
Tap fire weapon
Remove secondary fire
Recoil effect
Test burst fire secondary
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
dev material for blockin track pieces
Organize ui files a bit
Remove unused
Fix font
Basic menu nav & pages
Fix for workshop normal issue
Clean this code up a bit
When loading assemblies, pre-resolve dependencies and load them in order
This is probably wrong tbh. Should probably just be loading them all at once and letting it take care of it.
▊▉▄█▉ ▄▉▍ ▄▋▅▅██, ▅▄▋, ▋▅▉ ▄▍▅▆ ▌██▇▄▌▉▌▇█ (▆▇▊▉ ▄▉▅▆ ▇▍▊ ▉▆█▌▄▄ ▉▋▌█▋▇▋)
▅▆▇▅ ▄▅▄█ ▍▇█▇▋▍██▆▅▅ ▅▍▊▄ ▌ ▋▋▊▋▋▄
more track pieces, name changes/organization
data/ conflicts with existing path, use export/ instead
Load assembly, filesystem
Copy base UI textures and fonts
Cleanup
Move standalone-specific stuff into StandaloneGameInstance
▊▇▆ ▉▋▉▋▍ ▉▆▆▄▊ ▇▇▉▄▆▄ ▍▉▍█ ▌█▌▄▌▍▊▄ ▌▋▇▌ ▆▇▌ ▇▆ ▄▅▄▉▉, ▍▍▇ ██▊▋ ▌▄▊▊▌▇ ▅▌▉▌ ▄▍▅ █▆▇█▅▅▆▍▋ ▍█▍ ▍▇█ ▍▊▇█
Merge from unity_2022.3.24
Merge from unity_2022.3.24
Add ability to toggle between twinstick movement and face-velocity movement
Merge from unity_2022.3.24
Removing UnityEngine.Profiling.Memory.Experimental references
Don't start the game automatically when everyone's ready, let them press a button
Add boost thrusters to player
Make sure worker threads start when calling RunInThreadAsync( Action )
Log a warning if a task runs without yielding for more than 1s
Facepunch/sbox-issues#4608
Cast shadows of non culled lights, not culled lights.. wtf?
Only debug draw actual shadow casters, add spot light debug drawer
Override throttle for crash
Stopped heli death until spinout starts
player update. exported/set up 3p smg animations
Shield is continuous instead of toggle
Use other speeder model
Re-add ship exhaust FX (lost them somehow)
Add append shadergraph node
Allow node result functions to spit out errors
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
Make AssetInspector an InspectorWidget, fold multiple inspector into it which hadn't worked for a while
Fixes Facepunch/sbox-issues#5372
Add particle to bullet projectile & player exhausts
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
Add OnPlayerSpawned event
Can reflect projectiles off shield components
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.
Use RangedFloat for ShieldComponent bounds, add twinstick_debug_shields
Add twinstick_debug_health
Hook up respawn if RespawnTime > 0, on respawn, move player to spawn using PlayerSpawner