248,727 Commits over 3,959 Days - 2.62cph!

40 Days Ago
41 Days Ago
Merge from main
41 Days Ago
Double the warning radius, only show turret marker if hostile.
41 Days Ago
Remove unused table Cleanup old game sessions Fix session update logic Fix first login metric
41 Days Ago
Leaderboard backup, run #15629
41 Days Ago
Simplify mirror component, use fixed render target size to show that we can
41 Days Ago
Add CameraComponent.CustomSize to override aspect ratio. When rendering to a render target, sometimes you want the aspect of the screen and not the texture Add CameraComponent.ProjectionMatrix Add CameraComponent.CalculateObliqueMatrix to clip projection with a worldspace clip-plane
41 Days Ago
Delete view_shared, move CViewSetup to camerarenderer and start removing unused junk from it
41 Days Ago
Added NotifyLOD to car radio so it turns off based on distance
41 Days Ago
Stop "active sound handle count" spam
41 Days Ago
Fixed incorrect audio mixer group on sound source Fixed missing static sound player Rotate temp art
41 Days Ago
merge from qol_variable_zoom_scope -> main
41 Days Ago
▍▇▊ ▅▍▋▆█▅▅ ▄█ ▌▅█▅▄▄ ▍▉▅▋ ▇█ ▇▉▅█▅ ▉▆▇▌▄▇'▋ ▅▊▅▊▅▉ - ▋█▊▅█ [▆▊▆█▉▅▄▋▅] ▄▆ ▌▇▊ - ▋▆▉▍▋▉▌ ▌▊▍▇▍▇█▉▄.▌▌▅▅ ▌▋ ▍▄▊▆▌▆ ▅▊▍▌▋▄ ▇▇ ▅▉▍▉▉█ (▍▆ ▅▊▋▊▅->▅▆█->▊▆▋▍▆█ ▆█▋▉▋ ▄▄█▅)
41 Days Ago
Organisation -> Organization where necessary Resolves Facepunch/sbox-issues#6822
41 Days Ago
merge from main -> aux3
41 Days Ago
merge from qol_variable_zoom_scope -> main
41 Days Ago
Support drag data for GameObjectControlWidget, resolves Facepunch/sbox-issues#6998 https://files.facepunch.com/tony/1b2311b1/sbox-dev_xLjcpe9xed.mp4
41 Days Ago
Set 'pageup` as default for zoom increase & `pagedown` for zoom decrease - if you are a power user feel free to move to mouse buttons
41 Days Ago
Fixed NRE when trying to delete non-asset files, resolves Facepunch/sbox-issues#7002
41 Days Ago
Allow new zoom keybinds to also work with binoculars - binoculars will still work with left click to switch zoom level as before
41 Days Ago
Add zoom keys to options menu - switch zoom (like binoculars) - increase zoom - decrease zoom
41 Days Ago
Fixed T1 shell ejection not working.
41 Days Ago
Change the 16x scope -> variable zoom scope - acts like binoculars where it has 3 different zoom levels - 4x, 8x and 16x zoom
41 Days Ago
Leaderboard backup, run #15620
41 Days Ago
Leaderboard backup, run #15619
41 Days Ago
Speed up stats/batch
41 Days Ago
Removed debug
41 Days Ago
Removed old commented-out code
41 Days Ago
- WIP audio source setup - Radio now turns off when the engine turns off - Setup radio play interactions, sfx and the 3 default stations
41 Days Ago
Fix error when total/facet not requested !
41 Days Ago
Split the find query
41 Days Ago
REVERT REVERT REVERT
41 Days Ago
Cache testing
41 Days Ago
Fixed ore tests following the recent hot spot changes
41 Days Ago
Ores test compile fix
41 Days Ago
Scene collision events (#1707) An interface to listen for all collision events that happen during a physics step
41 Days Ago
merge from main
41 Days Ago
Make navmesh generator pools static Pool memory for native tile heightfields
41 Days Ago
Order categories by title Save categories upwards, include parent categories Replace facets with categories, store simpler, use packagetype to return categories, return facet results as tree Filtering by category works
42 Days Ago
First fix map override task when using launcharguments.map Testing with handshake process fixes if host changes during handshakes... Unique handshake id tests - if we restart a handshake its possible two could be running in parallel, this'll stop that More fixes Some cleanup More cleanup, early out if disbaned or toxic
42 Days Ago
Fixed .config files not being added to appropriate string table for clients to receive changes
42 Days Ago
Package type category editor
42 Days Ago
Leaderboard backup, run #15605
42 Days Ago
merge from qol_dropbox_new_slots -> main
42 Days Ago
Fix item filter on mailbox input
42 Days Ago
Fix mailbox loot panel after splitting into two inventories
42 Days Ago
Increase dropbox from 1 input slot -> 4 input slots Create a different loot panel for dropbox vs mailbox considering different number of slots Split dropbox code into two different inventories instead of filtering slots based on input / storage - fixes items right clicked into dropbox storage going into dropbox input slots - fixes industrial able to push/pull from dropbox input slots
42 Days Ago
Rewrite FFT Wave, wip
42 Days Ago
Internal CommandList with calling action directly Temp pass RenderEffect inside the command list directly
42 Days Ago
Add Graphics.ResourceBarrierTransition supports transitioning Textures and ComputeBuffers states currently, e.g if you wanted to signal a resource should be readable in fragment after a compute write to it