233,527 Commits over 3,775 Days - 2.58cph!

2 Months Ago
Gibs inherit model scale of scaled props Change clientside physobj scale to trigger from Activate() Fixed scaled props scaling collision bounds twice Added CLuaInterface::RegisterMetaTable
2 Months Ago
Fixes
2 Months Ago
New Outfit Piece! - Bandana Mask https://files.facepunch.com/daniel/1b2111b1/BJICfUHSEi.jpg LODs coming asap
2 Months Ago
exported blunderbus viewmodel anims
2 Months Ago
Explosive ammo iteration
2 Months Ago
ConeEmitter: velocity direction should always be away from tip ConeEmitter: fix distribution if OnEdge is false
2 Months Ago
Wizard teleportation, main loop
2 Months Ago
▉▆▋▊▆ ▋▋▄▍ ▊▇▌▊
2 Months Ago
▍▍▄ █▋▌▇▉▋▆▊▄ ▍▇▌▅▇▅▆ ▌▋▆▉ ▉▍▆▇▌▋_▆▅▄▇▍▋▊▉▉ ▆▍█▋▊▍ ▄▋ ▋▋█▇▉▄▇▅, ▍▋▇▉▉ ▉▉▉▋▉▅▉ ▊▄ ▉▅▉ ▌▌▆▇▄ ▊▊ █▅█▉▇█▊ ▄▋▆▄▄▇▄▄▊█▍ ▍▄▌█▅▋, ▆▇▋ ▊▆▄ ▋▌▄▋▄▇▅▍ ▅▇▌▄▋█▍█ ▌▉▌▆▌█▅▉▌▄ (▄▋▇▍▊▍▌▋ █▅▍ ▉▄▊▉▉▋▉▆▋ ▊▊▋▋█▆ ▌▄ ▆▇▋▉'▍▄ ▆▇▉▆▋▍▆▄)
2 Months Ago
█▊▇▆▇ ▍▌▄▊▍▍▆▇▌▅▉▍█▆█▊▄, █ ▅▌▉█▅█ █▋▌▍▍█▊ ▋▌ ▄█▊█▄ ▌▉▌ ▇▋ ▇▆█▊▉▍ ▋█▆▅▇▋█ ▊▉▆▅▄://▆▇▇▉▋.▅█▌▋▅▍▉▊▍.▅▋▋/▆▍▅▆▄▆▍/▇▉█▆▍▄▌▌▋█▊▄▇▌█▇.▆▋▆
2 Months Ago
Fix Rotation.LookAt(Vector3 forward) Broken if you do Rotation.LookAt(Vector3.Forward)
2 Months Ago
Added HandMenuPointer, use the hand's index finger to cast a ray forward for WorldInput, use RayToLocalPosition to grab transformed ray distance (feel like we could expose this in a better way) Use particle for menu pointer
2 Months Ago
Add DisableIfInVR component, good to get rid of useless flatscreen cameras
2 Months Ago
Simple main menu (https://files.facepunch.com/tony/1b2111b1/sbox-dev_dYwBHI94uZ.mp4)
2 Months Ago
Merge from main
2 Months Ago
merge from clamp_screen_shake
2 Months Ago
Move InterpolationBuffer to Sandbox.System Cleanup Sandbox.Game Remove unused steamworks stuff
2 Months Ago
The ball is a global instance stored by GameManager
2 Months Ago
Added dumb fire scientist state. AI Arena now applies spawn position forward directions to scientists when spawned. AI Arena spawning now only uses active spawn locations. Added Scientist.Arena.DumbFire prefab Added Scientist.Arena.DumbFire.AIDesign Added Scientist.Arena.DumbFire.Loadout Updatea AIArena spawn prefab list with new arena scientist. AIArena scene update.
2 Months Ago
merge from water_purifier_pickup
2 Months Ago
merge from hackweek_renderlod_collapse
2 Months Ago
merge from toggle_inputs_chat
2 Months Ago
merge from nexus
2 Months Ago
merge from launch_site_lod_culling_fixes
2 Months Ago
Ensure collapsed renderers can still register with occlusion culling
2 Months Ago
Server compile fix
2 Months Ago
Leaderboard backup, run #11922
2 Months Ago
Fix DelegateFunctionPointer making traces slow
2 Months Ago
Added client.clampScreenShake convar (defaults to on) Adds a dampening pass to our dynamic screen shake, reducing the maximum amount of screen shake in intense situations while still maintaining some camera movement Should only be noticeable when there are multiple forms of screen shake input occuring, single instances rarely get above the threshold
2 Months Ago
VM camera animations for M39, L96 and Bolt Rifle
2 Months Ago
Add pause menu Add Game.Overlay.IsPauseMenuOpen
2 Months Ago
Better socket deploy guide rotation
2 Months Ago
If a state is being entered via a transition with a duration, respect that duration when transitioning to the vm camera anim
2 Months Ago
Sidecar work, trying to get it feeling right to drive + other edits
2 Months Ago
Switch gameplay events to also use new bulk uploading api
2 Months Ago
Merge from main
2 Months Ago
merge from main -> analytics_server_profiling
2 Months Ago
Detailed collider setup for all bikes
2 Months Ago
World collider setup for all bikes
2 Months Ago
Remove PedalTrike
2 Months Ago
S2P airfield
2 Months Ago
Can now pick up empty campfire water purifiers, both water containers must be empty Entities that are deployed into slots (water purifiers, locks, etc) will now show an invalid deploy guide floating in front of the player instead of just showing nothing (the deploy guide was at 0,0,0)
2 Months Ago
Sidecar wheel visual position fixed
2 Months Ago
S2P launch site
2 Months Ago
Re-apply CS 97577 (modify launch site scene)
2 Months Ago
Re-apply RendererLOD `minDistanceMultiplier` functionality to clamp minimum lod scaling
2 Months Ago
merge from main -> launch_site_lod_culling_fixes
2 Months Ago
Fix bulk analytics creating empty blob when uploading zero events
2 Months Ago
Fixed skinnable items sometimes getting out of sync with their intended skin when their renderer is collapsed (sometimes leading to null materials) Run MaterialReplacement.Prepare as part of the collapse process, less workload during gameplay
2 Months Ago
Add logging of method call times via unity's profiler (ProfilerRecorder API) Disabled by default