239,998 Commits over 3,837 Days - 2.61cph!

7 Months Ago
added decal_leak_d overlay
7 Months Ago
Failing test for resolving generic target type Input nodes are always reachable Fix ResolveTargetTypeParam test
7 Months Ago
7 Months Ago
▍▅▋█▉ ▆▆▋▄ ▌▌▄_▇▄▊_▊▊▊▉▍▍_▌
7 Months Ago
█▍▄▆▅▇ ▋▆▍▉▄▆▊█
7 Months Ago
▍▊▇▄▊ █▇▋▌ ▅▇█▄
7 Months Ago
Fix warnings Fix search index
7 Months Ago
Update minimal_light_tests.scene
7 Months Ago
Updated test light scene Fixed catwalks
7 Months Ago
Catwalks - rollers - test lights Textured catwalks rollers and made a test light scene
7 Months Ago
Toggle the modal off by default
7 Months Ago
Re-design of the skin popover
7 Months Ago
Fix index error
7 Months Ago
Asset to Package db.Asset to db.Packages AssetFile to PackageFile Other AssetId becomes PackageId
7 Months Ago
added decal_scratches_a + b https://files.facepunch.com/jason/1b2311b1/sbox-dev_VxQ1F2fTVm.png
7 Months Ago
Added placeholder minigun ammo pack
7 Months Ago
Fix review search index
7 Months Ago
Action Graphs can reference the GameResource they're embedded in Ctrl+S in an embedded Action Graph saves its host scene
7 Months Ago
Move protobuf project here, message when review posted Rename AssetId to PackageId
7 Months Ago
Asset Drag & Drop into Action Graph Editor (#1468)
7 Months Ago
player update. jackhammer holster position edit and set updated idle pose its override controller
7 Months Ago
Add Review Stats to DTO Fix tests
7 Months Ago
Added parameterless Asset.LoadResource() Added DragData.OfType<T>(), DragData.Assets helpers Asset drag & drop into AG editor
7 Months Ago
oilrig sat tube greybox full greybox flow
7 Months Ago
merge from full_server_demos
7 Months Ago
Merge Main -> store-UI
7 Months Ago
Fixed ice mask being invisible when not on a player, now showing it in the item store viewer
7 Months Ago
Merge store-ui -> Main
7 Months Ago
Don't do 3D skin views when item store is used while in-game
7 Months Ago
Increase max deploy distance convar
7 Months Ago
Higher res mask icon
7 Months Ago
Convars to control min health range and attack distances for deployment. Add deploy checks logic.
7 Months Ago
Better, more automatic up direction calc for SkinViewer
7 Months Ago
Realm-remove AI data from client
7 Months Ago
Handle scientists despawn
7 Months Ago
Merge from main
7 Months Ago
harbor2 backup, WTP overgrowth tweaks - mainly thinning overgrowth density in places some wip creeping tree models until I get back to it
7 Months Ago
Fix image upload path
7 Months Ago
Leaderboard backup, run #9820
7 Months Ago
Merge from main
7 Months Ago
Add server.favoritesEndpoint to set the DNS hostname to save when favoriting this server (requires query port unless a SRV record also exists) Server browser will save the endpoint and use it to find the server even if its IP (and port, if using SRV) changes
7 Months Ago
Updated Diver hazmat preview - now showcases the helmet and tank variants
7 Months Ago
Lower minimum health threshold for tutorial bear attacks (0.6 -> 0.25)
7 Months Ago
Merge from main -> full_server_demos
7 Months Ago
Don't upload demos when `upload_demos` is set false or when `upload_url` is unset
7 Months Ago
Rename variables inside `FullServerDemos.cs` to be as readable as possible
7 Months Ago
Add `upload_demos` convar to turn off uploading and keep it on disk
7 Months Ago
Missed one file for CS0197
7 Months Ago
Fix CS0197 warnings - change static method `NetRead.Free( ref NetRead )` to `NetRead.RemoveReference()` - move `Interlocked.Increment()` into `NetRead.AddReference()`
7 Months Ago
Fix the server recording inbound packets twice: once from decryption thread & once on the main thread