255,088 Commits over 3,990 Days - 2.66cph!

3 Months Ago
Scientist accuracy now depends on what the player is doing not only distance
3 Months Ago
merge from clientserver_entityfinder_tool
3 Months Ago
Fix compile warning
3 Months Ago
▊▇▌█▆: ▊▄▉███▍▌ █▄ ▆█▄▉▌▌ ▅▌▆▆▄▋▌▅▋▆▅ ▊█▌▌ ▉▇▅▊▅▄▉▆ ▍▊▍▌▅▌▍ ▊▌▅▇█▉▉▆ - ▆▌▆█▋▆ ▆▇█▉▆▋▄▍▌▊▌▊▉ ▇▊▄▍ ▋▆▋▉▆█▅ ▇▆▍ ▅▍▌▍▉▌▍▊▆ █▆▌▅▌▋ ▄██▌▍: ▅▉▅▌, ▉▆▍▊▄▌▇ ▆▍▋▍▍▍
3 Months Ago
merge from release - RC (client only)
3 Months Ago
Map meta for upload https://sbox.game/facepunch/c_serverroom
3 Months Ago
Clear cached material override on sceneobject when changing model so it can be set again - Fixes model renderer not applying material override on model change
3 Months Ago
Moving platform Arena One
3 Months Ago
Ragdolls get cleaned up between rounds
3 Months Ago
Clean up burst logic
3 Months Ago
merge from main
3 Months Ago
█▄▆▋▊: ▊▉▉█ █▉▋▇▆█▆▄::▅▇▋▋▆███ ▌▍▍▍▇ ▆▄█▆▄ █▌▌▌▅ ▄▋▍ ▇▋▉▅▋▇▌ ▄▄▄▉▋▆▉ ▋▆▋▊ ▊▊▅▆▉ - ▆▅▆▍ ▇▅▇▅▋▄▆ ▅▋▍▊▆▉▄ ▆▆▍▍▉▋▍▅ ▉▄██ ▅▋ ▄▅ ▆▄█▇█ ▌▋▌▌ ▋▄ █▍▇▅█▄▉ (▌▄▉▇▊█▄▆ ▉▆▋▆ ▌█▄▉ ▊▊▋▅ ▊▇ ▉▅ ▅▋▋▉▅▆▍▍) ▇▉▍▄▊▌█▄▇▅▇█▅ ▉▌▉▇▇▊ - █▋ ▌▍█▉█▆ ▌▊▉ ▄▇▇▋▌▆▉▍ ▍▋▆▊▌█▄▅ ▍▉▍▅▅▋▉█ ▅▉ ▊█▉▆▉ ▉█▋▅, ▍▄▇▊▉▄▇ █▍ ▆▅▄████▋ ▍█▇▆▋▌▊ ▇▊▅█-▊▅▊▆ ▄▇▄ ▄▉▍▇▅▌ ▆▊▆▄█▅ ▍▅ ▌▌▊▍█▌ ▆▅ ▋▆▍▍ - ▍▌▋▉ ▍▍ ▅▇▇▌▋▉▇ ▉▍▅▊ ▉▌█▅. ▆▌▇▄▆: ▊▉▌▌▋▊▇▅ ▌█▍▊▄ ▉▄▊▌▍▄ ▄▉▍ ▌▄▉▅ ▇ ▉▋▋▄█▉▊▇ ▉█▉▄▅ ▆▅▊▉▆▄▉ - ▇▇█ █ ▍▆▍▋▊▋▌▇▉ ▆▋ █▅██▄█▆█ ▆▆▌▍▌▇▆ ▆▌ █▊▄▅ ▇▆▄▆▊▍▊.
3 Months Ago
Remove unsued Update test packages Update cecil Update skia to 3.1
3 Months Ago
More conversion wip
3 Months Ago
ammended sculpture belt switching logic to be less confusing when the sculpture is locked
3 Months Ago
Fix ssr reflections
3 Months Ago
Make sure we're correctly registering a resource or promise from Asset.LoadGameResource, resolves Facepunch/sbox-issues#6952 Tick FileWatchers after compiling all assets on startup, resolves Facepunch/sbox-issues#6635
3 Months Ago
removed material duplicates that are being handled with an mpb in code - only difference is fresnel power being 6.5 instead of 4.5 on one of them, need to check if that's intentional or not
3 Months Ago
hooked up new light setup in code
3 Months Ago
Updating knight armour skinning
3 Months Ago
jungle_ruins_c level layout first iteration
3 Months Ago
Improve handling of empty navmesh tiles Also improve editor auto update when world bounds change. Update skinned renderers if they have physics bones Don't invoke ISceneCollisionEvents for trigger intersections Expose MeshComponent.Model Physics tool selects all rigidbodies in hierarchy Switch SSAO to use GTAO Add missing XeGTAO headers Editor buttons desaturate when disabled/readonly Shader rebuild Disable Navmesh Warning "Could not build compact data" for now Revert 7e8268d0ca, it was causing issues when selecting every other GameObject node, I don't understand what it's trying to do 🙊 Trigger exit detection only checks if there's any contacts on triggers, not non triggers Adjustments to cubemap normalization, make cubemap feathering happen from center of cubemap, and in world units, rather than inner, math is much simpler Clamp cube box parallax projection to actual bounds box the box, cleanup Our both our envmap filters uses linear roughness instead of sqrt roughness Gizmo for scale in envmaps, adjust default for feathering in world units Sort envmaps also by size, giving higher priority to smaller ones if it's in a draw condition tiled light culling with edge feathering additions vLevel isn't const Update path of build-shaders, upload all shaders as artifacts Fix EnvironmentMapLight::GetEnvMapColor using deprecated variable Gamma correct samples during accumulated ggx, makes highlight less blown out and makes the cubemap more vibrant Reenable MSAA fetching for SSAO compositing, don't use loops Depthresolve takes first MSAA sample rather than doing min/max calculation, if we want depth::get we'd want the proper sample to compare perfectly on the screen GTAO temporal filter uses edge detection to filter out edge ghosting https://i.imgur.com/EzfclG7.mp4 Grey out tool buttons when disabled Fix asset picker when selecting cloud maps Update shaders Fix Gizmo.Control.Position returning true without it being dragged on Remove unused shit from lightbinner and make everything enums Prevent Scene Editor from attempting to do FPS cam when holding right click in a 2D view Add Joint.LinearStress/AngularStress - mostly to check current impulse against break limits Spring joint impulse checked against break limit seems to be negated? Add Joint.IsBroken Add Joint.StartBroken Add Joint.Unbreak() to activate the joint after breaking Add buttons to joint break and unbreak so it can be toggled from editor https://files.facepunch.com/layla/1b0311b1/sbox-dev_uEafwaFZFI.mp4 Move joint OnBreak action to breaking group Normalize quats going to physicsbody, set to identity if they can't be normalized - could potentially fix rare physics failure in Material.Lerp, normalize after lerping normals Include ReflectionTextureColor in all the layers @samzanemesis might wanna check this is the right thing to do build shaders Fix overriding SSR with a black texture when it should be initialized with a translucent one Bring back external changes detected dialog, move to interface event Assets added at runtime can be loaded into promises/missing resources again Move prefab instance reload logic out of ResourceLoader Clear selection when reloading SceneEditorSession Tweak wording on External Changes dialog to make it more clear what the options are Only ever show one External Changes dialog for a scene Add plane_large.vmdl for large subdivided plane Avoid div by zero in Gizmo.Draw.LineCylinder Fix CameraEditorTool LookAt Now keeps scene focus after look at button is clicked also keeps the camera component selected after the look at target has been picked. Add ScreenSpaceTrace as a generic, simpler class for doing screen space ray tracing, move reflections.hlsl to use it Revert "Include ReflectionTextureColor in all the layers", it's unlikely we can manage to do SSR with roughness fast on translucents, and this causes the issue that SSR reflections from opaques will be drawn over smoke or translucents This reverts commit 8cce50baf03cd7f93e7c89c75dde46319412aff9. Initialize SSR to null on 3d skybox Material preview uses tessellated plane with vertex blends so blended materials can be previewed https://files.facepunch.com/layla/1b0511b1/sbox-dev_D8hvwjbzp3.png Don't make this struct public Try to match normal and tangent of native material editor plane Remove vfc.exe - unused prove me wrong - I want to minimize the entry points for shader compiling Remove unused mathlib class Hair Updates Merge branch 'master' into navmesh-links
3 Months Ago
Implement the same hammer highlight effect as regular building blocks when targetting upgradables. Show red if the upgrade is blocked.
3 Months Ago
Hair Updates
3 Months Ago
merge from fix_detail_metallic_map_error
3 Months Ago
Remove vfc.exe - unused prove me wrong - I want to minimize the entry points for shader compiling Remove unused mathlib class
3 Months Ago
reroll pickup particle floater text diff 3 balancing
3 Months Ago
Fix emission from being clamped
3 Months Ago
LOD fix
3 Months Ago
Light materials.
3 Months Ago
Leaderboard backup, run #15893
3 Months Ago
Added deleteEntityById convar Takes all ids provided so multiple entities can be deleted at once (eg. deleteEntityById 1143 1144 1145)
3 Months Ago
Lighting prefab with full color palette.
3 Months Ago
Ice shader: use packed textures to reduce texture sampling, and clean up GUI
3 Months Ago
Show all asset types if no search input is provided
3 Months Ago
Added a new Create Asset tool that has a search function, should be much easier to create new custom asset types compared to browsing through the massive context menu
P
3 Months Ago
Merge from main
3 Months Ago
runner special difficulty 2 balance spawn less enemies after boss arrives max difficulty status attribute
P
3 Months Ago
Fixed NRE on Arctic Pack item store page (caused from Tomaha snowmobile preview asset)
P
3 Months Ago
Updated rotation of preview asset for cassette recorder to show it more clearly
P
3 Months Ago
Added modular car radio to Voice Props DLC item store UI
3 Months Ago
Added a context menu to jump in between the client/server gameobjects of an entity (GameObject/Select Client Server Entity) Only visible when in playmode in CLIENT SERVER mode
3 Months Ago
Tentative fix for networking mine damage
3 Months Ago
merge from fix_amplify_import_times -> aux3
3 Months Ago
merge from main -> aux3
3 Months Ago
Fix amplify package reading content of every single file on initial import instead of only reading shader files - in theory will reduce full rebuild times
3 Months Ago
Work on fixing non-host stats Get rid of Stat class, StatsCollection is just a Component
3 Months Ago
Try to match normal and tangent of native material editor plane
3 Months Ago
Don't make this struct public
3 Months Ago
Current gait networked to the client Polished towing interaction conditions Cleanup