branchsbox/mastercancel

13,509 Commits over 1,522 Days - 0.37cph!

2 Years Ago
Only assign and evaluate ConsoleSystem.Caller for console commands Fixes convar assignment while game loop is starting up. Fixes sbox-issues/issues/2158 and paves way for @kurozael's lobby settings.
2 Years Ago
Implement paused state for animation-play-state
2 Years Ago
Remove dead code causing an error when creating game resources
2 Years Ago
Allow loose .txt and .csv files in published addons
2 Years Ago
Add LinearDamping and AngularDamping to PhysicsGroup Add MassScale, LinearDamping, AngularDamping to prop_physics
2 Years Ago
Revert "Make Entity.IsAuthority a virtual property" This reverts commit 1533014f19347562cbac07a148ee3926da2f64ad.
2 Years Ago
Fix project settings physics grabbing the wrong metadata
2 Years Ago
When disabling an addon, dispose of it in ServerAddons
2 Years Ago
Make Entity.IsAuthority a virtual property
2 Years Ago
Update ErrorList to display specific and nonspecific diagnostic counts https://files.facepunch.com/devultj/1b0911b1/sbox_uORyp1b7BG.png
2 Years Ago
Fix box-shadow's border-radius not matching up
2 Years Ago
Fix error list resetting its filter on hotload
2 Years Ago
Don't load into remembered map if the gamemode wants Empty
2 Years Ago
Add ScenePanel.ForceUpdate() Closes sbox-issues/issues/2151
2 Years Ago
Obsolete CameraMode.DoFPoint, DoFBlurSize
2 Years Ago
Error list counters will consider the selected package Fixes sbox-issues/issues/2146
2 Years Ago
Addon Switcher checks for OrdinalIgnoreCase
2 Years Ago
Added TypeDescription.GetAttributes<T>()
2 Years Ago
Fly swarm particle adjustments
2 Years Ago
Fly swarm particle
2 Years Ago
Glass hotspot material
2 Years Ago
AB testing for embree
2 Years Ago
Set BoxPosition attribute when rendering backdrops Fixes blur and other filters not covering WorldPanel correctly
2 Years Ago
Fixed -tools not starting if `ServerAddons.TryAdd()` returns null
2 Years Ago
Added Color[32].FromRgb[a] Color[32] property consistency cleanup Added some Color[32] tests
2 Years Ago
Reduce queryable size of sphere, optimizes tile volume skip backfacing queries on tiled light builder Cleanup, dont pass depth on non depth prepass Transform camera ray, fix typos when doing box intersection, oops You should be seeing the good perf gains from tiled now
2 Years Ago
Initial work for tiled light sorter Remove constant buffer transform code Fire tiledlightbuilder compute shader on views Iterate shader structure for tiled rendering, remove remaints of constant buffer transforms Evaluate cubemaps and lights on compute shader Allow for struct types in generic buffers in VFX Properly index lighting and envmap info on tiled light buffer https://i.imgur.com/5141J1x.png Revert "Fix normals for valve standard shading" This reverts commit 29c62c8422ec364a9acb104da4bc58a12e0ea8ae. Tiled lighting for envmaps and lighting on standard shading model 🏃‍♂️💨 Use 128 lights for clustered instead of 256 Double the perfomance of tiled light build job Pass radius of light to shader so we dont need a sqrt operation on culling Sample shader to visualize tiled rendering Revert "Pass radius of light to shader so we dont need a sqrt operation on culling" This reverts commit 62ca1b89275c339f2db357781ab9cab0f6a8d525. Fix driver crash on Nvidia Fix 'LightSim_MaterialTint has inconsistent value' warning Put tiled code on vr_lighting Much simplify sphere and box intersection tests, add bounding area for nearby tiles Tiled rendering for valve standard shading tiled rendering for envmaps on valve standard shading Correct box hit algorithm for tiled light builder Fix shadow rescaler Work on viewport level, optional single ratio, fixed bug with perfect fitting shadow maps Fix shader compilation Fix spritecard compilation Initial work for VR Instancing for tiled light rendering Fix glows in Vr while we're at it, still pending rewrite Preliminary support for VR in tiled light builder, include objects Remove magic number and reproject view for tiled light builder Treat warnings as errors on shader compilation on internal builds Make tile resolution proportional https://i.imgur.com/2knXfUw.png Fix light typo on vr_lighting Fix warnings on standard shading model Iterate on tiled light builder Fix data races on tiled light builder Fix warnings from core shaders Use 48 wide pixels for each tile Fix Z-Fighting when cubemap bounds is the same as the geometry Update tiled light builder shader objects Fix warnings on blendable and commit shader objects Simplify tiled rendering accessors, add runtime UseTiledRendering render attribute Add r_tiled_rendering convar Update shader objects GPU driven Depth Culling for tiled rendering Use half tile offset for tile coordinates Depth prepass culling for envmaps too, cleanup fix envmaps being fucked up Return max depth for tile, update object files Add r_tiled_rendering_depth_cull Merge pull request #406 from Facepunch/tiled-rendering-merge 🟦🟦🟥🟧🟨🟦🟦 Tiled Rendering Support
2 Years Ago
Add BindingFlags.NonPublic to SetPropertyObject
2 Years Ago
Update FloatSliderProperty Minimum and Maximum to be better coupled with the underlying FloatSlider's Minimum and Maximum
2 Years Ago
PathPlatformEntity path changing https://files.facepunch.com/rubat/1b0511b1/sbox-dev_TnVBu7qPxJ.mp4 Fixed an assert in Hammer when length constraint w/ particle is hidden
2 Years Ago
Adjustments to Scruffy Hair, new vertex colour added
2 Years Ago
New Hair! - Scruffy Short Excited to submit this new short scruffy hair. Plus some small adjustments to the army boots' textures. https://files.facepunch.com/daniel/1b0511b1/Photoshop_CX3oUQpQkg.jpg
2 Years Ago
Added import scale presets to modeldoc Now we can stop trying to remember those pesky magic numbers https://files.facepunch.com/ognik/1b0511b1/sbox-dev_cO3F1IVFJw.mp4
2 Years Ago
cctv globe - tweak for phys shape
2 Years Ago
Citizen/animgraph: fixed NoclipStart state
2 Years Ago
Remove invalid css Minimum height for folder error box to prevent text getting clipped
2 Years Ago
Add ScenePanel.DisablePostProcessing
2 Years Ago
New Outfit Piece - Army Boots Army Boots w/ LODs, ready to complete the Army outfit! https://files.facepunch.com/daniel/1b0311b1/sbox-dev_G5OxWbFwWC.png Plus a retexture of the tactical gloves for an Army colour variations. Further completing the Army outfit.
2 Years Ago
BaseItemWidget: Ctrl clicking selected items removes them from the selection
2 Years Ago
Hide enable_shadows property on trigger entities in Hammer Make TeleportVolumeEntity use EntityTarget class Also fixes Hammer not having proper entity picker for TargetEntity property
2 Years Ago
Fix Qt text area padding Fixes sbox-issues/issues/2122
2 Years Ago
wiring - mix of electrical wiring models
2 Years Ago
Don't try to instantiate interfaces when finding code editor Fixes an issue breaking some users addon manager if they don't have VS or VSCode installed
2 Years Ago
Citizen/animgraph: greatly simplified the graph around the central poses & center delta Through eliminating a couple of redundancies and some reorganization, it's a lot easier to wrap your head around now. The idle breathing is now fully independent instead of sometimes being "global" and sometimes not; oddities with this will be smoothed out later.
2 Years Ago
office desk - lods Merge branch 'master' of sbox
2 Years Ago
Add Horror GameCategory
2 Years Ago
Remove voice_scale, voice_threshold_delay, voice_threshold
2 Years Ago
Add ICodeEditor.OpenAddon, including a toolbar option to open the addon in your current code editor. This only supports VS Code right now. https://files.facepunch.com/devultj/1b0211b1/sbox_sSBE3gUI4x.png
2 Years Ago
Add Global.BackendTitle, BackendUrl, use those instead Eliminated last instances of s&works ⚔️ AddonDownload spring cleaning
2 Years Ago
office desk - gibs Merge branch 'master' of sbox office desk - removed ao proxy as it seems to have visual issues Merge branch 'master' of sbox