239,685 Commits over 3,837 Days - 2.60cph!

7 Months Ago
Same bounds fix for DirtyControlMapRegion
7 Months Ago
spring joint
7 Months Ago
Fix ByteStream.Write negative offset Expose MixBuffer's raw pointer in safer way
7 Months Ago
Fix NRE on object desyroy (sorry!)
7 Months Ago
Forward controller axis events to managed
7 Months Ago
Forward controller button events to managed
7 Months Ago
Fix errors
7 Months Ago
Add prefabs for cubemap fog, envmap probe, gradient fog, volumetric fog
7 Months Ago
Hide terrain component, don't create this manually
7 Months Ago
Update actions.triggers.scene
7 Months Ago
ActionGraph window is a dialog, stays on top of editor window Fix GetAttributes sometimes returning null Don't write null values in components Add OnComponent actions https://files.facepunch.com/garry/65558502-1f39-48b8-81eb-e54a43e025a9.png
7 Months Ago
Add Collider.OnTriggerEnter, OnTriggerExit
7 Months Ago
Create actions.triggers.scene
7 Months Ago
Make block primitive hollow option work
7 Months Ago
Clamp instead of throw in DirtyHeightmapRegion so we can paint on terrain boundary
7 Months Ago
Collide against heightfield grid instead of trying to triangulate it exactly, slightly less accurate but faster
7 Months Ago
Half edge renames
7 Months Ago
Leaderboard backup, run #10204
7 Months Ago
Fix demos throwing exceptions when threaded networking is disabled Force full server demos disabled when threaded networking is off
7 Months Ago
Rip out SteamInput and our Controller API Init SDL_GAMECONTROLLER, add standard mappings file (will move this later), find all of our game controllers on startup, hook up events for handling controller lifetime, button events and analog inputs Turn off steam overlay in the editor again
7 Months Ago
Merge RowboatDismountBug -> main
7 Months Ago
Check that the list we get really is empty when we get it, and report if it wasn't
7 Months Ago
Merge RowboatDismountBug -> main
7 Months Ago
Add radius info as well
7 Months Ago
Merge RowboatDismountBug -> main
7 Months Ago
Increase latestSeatClipSeemsFarAway threshold to 40m
7 Months Ago
merge from RowboatDismountBug
7 Months Ago
One more missed collider list free
7 Months Ago
merge from RowboatDismountBug
7 Months Ago
Fixed three cases where we got a pooled collider list and never freed it
7 Months Ago
Additional info for the SeatClipCheck error data that goes to Sentry. Plus filter out collisions that seem reasonably close to the rowboat, so we get less error reports for valid hits.
7 Months Ago
Draw open edges with half thickness
7 Months Ago
Leotard LODs
7 Months Ago
ControlSheet/Inspector tweaks that no-one asked for
7 Months Ago
Render open edges with smaller thickness until I render hash marks for them
7 Months Ago
Add PolygonMesh.IsEdgeOpen
7 Months Ago
GetEdgeVertices has two out vertices, instead of returning array
7 Months Ago
Delete more stuff + guns use correct sound
7 Months Ago
Delete some stuff updated surface
7 Months Ago
Lock simulator commit when removing a source Skip adding undos on Game scenes Don't try to remove steam audio static mesh if it's null
7 Months Ago
Fix #nullable context warnings Facepunch/sbox-issues#5116
7 Months Ago
Lock reflection simulator when committing
7 Months Ago
Leaderboard backup, run #10180
7 Months Ago
Have SkinViewer prefabs always use fresh instances, not preprocessed or pooled ones. Fixes some skins being invisible after warmup has run, due to the bone hierarchy being stripped on the pooled, warmed-up version that's loaded by default
7 Months Ago
▉▅█▍█▆ ▇▊▇ ▆▋ ▅█▅▇▌ ▉▌▆▉▇▆▋ ▇▋▍ ▉▋▇▊ ▋▌▄▌ ▍▌▉ ██▇ !██▇'▋ ▅▇ █ ▋▋▉▇▄▄▆ ▌▆█ ▄▆ ▉▋▊▇▋▉▍ ▅▉▅▉▇▄█
7 Months Ago
▄█▅▅▍▅ ▌▅▉ ▊▉ ▍▅▊▄█ ▍▉▆▍██▍ ▋▌▊ █▇▉█ ▅▄█▌ ▇▌▇ ▅▊▍ !▆▊▍'▍ ▊▆ ▋ ▋▌▊█▉▋█ ▄▉▉ ▇▇ ▇▋█▉▄▉█ █▆▇▆▅▋▌
7 Months Ago
▍▍▋'▋ ▄█ ▍ ▅▆▍▄▇▋▊ ▊▆▄ ▆▅ ▅▆▍▉▄▊▇ ▋▄▄▌▇▉▊
7 Months Ago
█▊▄▉▉▉ █▊▅ ▉▇ ▉▄▅▍▉ ▊▊▅▋▄▋█ ▊▉▊ ▌█▋▄ ▍▇▆▌ ▆▋▌ ▅▅▆
7 Months Ago
Create grid debug shape for heightfield, faster but could be faster Don't build steam audio static mesh for heightfields, too slow currently (do we care?) Update terrain collider when terrain is dirty
7 Months Ago
Merge vendor fixes 5