branchsbox/mastercancel

13,873 Commits over 1,552 Days - 0.37cph!

3 Months Ago
Game controller rewrite (#1664) You shouldn't experience anything different other than you shouldn't run into any problems. Let's see how long that lasts 👀
3 Months Ago
Put LONG obsolete method back again so tests pass because someone is still using it (grr)
3 Months Ago
Restore functionality to clear interpolation over the network with new system
3 Months Ago
Optimize ModelRenderer.Tint Fix MetaData.Get error Warn in TcpSocket when there's a socket exception on connecting Fix startup exception when not using Gregorian calendar Don't report errors created by us, in non retail builds Cancel launcher fade in if they already closed the window
3 Months Ago
Inspector component edits use nicer undo system instead of whole scene
3 Months Ago
Json ignore this in case it needs it
3 Months Ago
Add CameraComponent.RenderTarget to render allow rendering to texture https://files.facepunch.com/layla/1b1211b1/sbox-dev_N5LTZuJHYE.mp4
4 Months Ago
Better handling for prefab variables that aren't hooked up to anything, Facepunch/sbox-issues#6116
4 Months Ago
Avoid multiple undo entries when editing GameObject transform/name in inspector
4 Months Ago
Always do vmdls as a large network download, Facepunch/sbox-issues#6181
4 Months Ago
Fix windows popping up on hotload
4 Months Ago
Add UI_OVERLAY_LAYER Add new layers to pipeline DisplayInfo uses OrderAttribute [InlineEditor] has a Label option RenderComponents have RenderOptions, let you choose a layer to render on The logic for marking ControlWidgets as readonly doesn't really work ControlSheet observes [Order] Fix MaterialOverride not removing Fix UI overlay depth
4 Months Ago
Re-instate these long-obsolete methods for now because something is still using one of them :(
4 Months Ago
Ensure last update is sent properly when ownership changes (Fixes Facepunch/sbox-issues#6394)
4 Months Ago
Set the GameEditorSession as active when tabbing to game view in playmode, resolves Facepunch/sbox-issues#6393
4 Months Ago
hammer: Don't append to EditorReferences when gathering them, start again from scratch - helps clearing out old refs that a map might not rely on anymore
4 Months Ago
Fix performance regression if ModelRenderer changes tint often
4 Months Ago
Latest service models Fix NRE in MapInstance.UpdateDirtyReflections Add Model.Morphs Add IJsonPopulator - internal for now Added StartFolded to GroupAttribute Refactor ControlSheet ControlSheet groups remember their open/close state Hide the entire group if all the controls are ShowIf'd out Add SkinnedModelRenderer.Morphs
4 Months Ago
Don't add more lights to visible list than the list can permit, this relatively low limit is silly but don't want to break api until frustum tiled cull is here https://files.facepunch.com/sam/1b1011b1/parsecd_CiKjzyScdq.mp4
4 Months Ago
Fix modeldoc not cleaning up a embedded preview, causing an invalid thumbnail listener to stay around which sometimes causes a crash when a thumbnail is generated
4 Months Ago
Fix terrain gizmo bounds
4 Months Ago
Revert "Fog Fix (#1661)", causing some slowdown problems, will be brought back shortly This reverts commit f0981cbaf9679a34c219f57cd232a638f60d463f.
4 Months Ago
Citizen: added "blink" pose parameter + "Eyes_1D" sequence
4 Months Ago
Move ChangeAttribute back to Sandbox.System but put the callback in Sandbox.Game so we don't break anything.
4 Months Ago
Update docs
4 Months Ago
Upgrade ChangeAttribute to support any property not just for [ConVar], so it now works with [Sync], too. Move ChangeAttribute to Sandbox.Game so it can use TypeLibrary for CodeGenerator wrapped property stuff. Resolves Facepunch/sbox-issues#6386
4 Months Ago
More accurately synchronize Time.Now between clients. Fixes Facepunch/sbox-issues#6326 (at least with the repro they attached.)
4 Months Ago
Fix clearing ModelRenderer.MaterialOverride
4 Months Ago
Fixed Sync attribute / CodeGenerator wrapped properties ignoring existing modifiers (Fixes Facepunch/sbox-issues#5867)
4 Months Ago
Move rigidbody start asleep until after colliders are added - otherwise it's not going to do jack shit Add Prop.StartAsleep, this is common enough to justify adding to prop
4 Months Ago
Expose IsValid() to ActionGraph https://files.facepunch.com/ziks/2024-09-09/rwuGmEnsdg.png Fixes Facepunch/sbox-issues#6376 Group object-targetting utility nodes
4 Months Ago
Support empty <style> block in .razor files Resolves Facepunch/sbox-issues#2725
4 Months Ago
Clear texture after creating texture if no data was set, instead of refcount hack
4 Months Ago
-allowlocalhttp works for WebSurface in editor only. Also limit Http local http to editor and headless (dedicated server), players should never be able to accidentally opt in Facepunch/sbox-issues#5774
4 Months Ago
Update compiled shaders with relative cubemap luminance
4 Months Ago
Fog Fix (#1661) * Some lightbinner cleanup, allow it to be used directly without the complex system that scenesystem wants * VolumetricFogRenderer has it's own lightbinner outside of lightbinner pool, does lightbinning to fetch fog lights for the fog context only, fixes fog light settings not doing anything, deprecate LAYERFLAGS_NEEDS_FOG_CONTRIBUTING_LIGHTS since we don't need special code for that anymore * Share dynamic shadow atlas if we have more than one lightbinner per view ( for example, fog ), fix volume fog no shadows option, cleanup unused shit * Put fog mode in it's own category and add nice icons to them https://files.facepunch.com/sam/1b0611b1/zwd8qAJFu7.png * These convars don't do anything or are redundant, some notes for tiled rendering in the future * Remove deprecated VR stuff for volumetric fog on rendering pipeline, note for Alex that we can just reproject the frame for eye 2 for cheap volumetric fog rendering, any crumbs will be stripped more when I remove clipmaps * One lightbinner per volumetric fog rather than creating it every frame * Start removing fog clipmap rendering, there are better ways to do this and it's massive * Disable clipmaps on managed code, clean up shader code * Remove VR-specific frustum stuff from volumetric fog * Get rid of redundant data * Separate two passes cleanly, remove accumulation TAA, we'll do a proper big pants one * TAA stub * Fancy volumetric fog taa, move what was on integration step to previous pass, so this has pretty much the same cost and memory footprint as previously but much higher quality * Proper fog TAA with ping-ponging accumulation textures * Iterate fog denoising * Do soft TAA jitter and encode non-final texture to a softer color space so that TAA bbox is also softer * Final cleanup, fix fog density, fix obsolete error
4 Months Ago
Handle WebSurface.Url null, remove duplicate private url check Fixes Facepunch/sbox-issues#6380
4 Months Ago
Optimize FillDefaultsGenerated
4 Months Ago
Don't use strong handle here, just temporarily increment refcount, I don't trust using strong handle here
4 Months Ago
Fix error texture spam when calling ClearUnorderedAccessViewUint, created texture needs to be put into a strong handle so refcount isn't zero
4 Months Ago
Fix exception in CCameraRenderer::RenderToLayer
4 Months Ago
Add prediction to SetValue too Handle backend exceptions add http caching Fix favourites page NRE
4 Months Ago
Should fix tiles being square above 1080p
4 Months Ago
Fix GameTiles not fitting properly in Games page and Org Modal
4 Months Ago
Make VRController.GetJointData() public so people can make their own hand components
4 Months Ago
Achievements (#1662)
4 Months Ago
Constrain gamepad input dropdown to screen
4 Months Ago
Fix NRE when updating from prefab
4 Months Ago
Make sure components are using IsValid too
4 Months Ago
Use !IsValid instead of == null or is null for any IValid