branchsbox/mastercancel

11,211 Commits over 1,338 Days - 0.35cph!

1 Year Ago
Citizen/clothing: buttoned shirt LODs
1 Year Ago
Added Leaderboard.GetHistogram() Basic leaderboard histogram drawing Show markers on friend scores in histogram
1 Year Ago
Documentation pass Hidden Water.Think Obsoleted Water.EnableShadows, EnableFog & EnableRefraction Hidden GradientFogEntity.TickFrame, ParticleSystemEntity.OnMapCleanup, PrecipitationEntity.ClientTick Implemented ParticleSystemEntity.SetControlPoint Hidden SoundEventEntity.OnStartSound, OnStopSound Made SoundEventEntity.StartSound, StopSound public Added srcds genereated file to gitignore
1 Year Ago
Documentation pass Cookie system does backups on save, add warnings on load failure Trying to track down an issue where all cookies get reset Hide a bunch of internal entity methods Do not fire BaseTrigger outputs if its disabled Renamed TriggerMultiple.Wait to Cooldown
1 Year Ago
Citizen/clothing: buttoned shirt skinning pass
1 Year Ago
Fix color picker stomping hsv sometimes
1 Year Ago
Fix black sky
1 Year Ago
A working example for the VirutalScrolling ui test
1 Year Ago
Citizen: more misc. fixes
1 Year Ago
Fixed text alignment
1 Year Ago
Make _metal and _trans suffixes actually work in create material from image
1 Year Ago
Fix addon editor getting squished and not scrolling
1 Year Ago
Asset Browser: use User order for cloud assets so you see your shit first Asset Browser: can search for cloud materials Hammer Asset Browser: double clicking a cloud material will install and set the current material to it
1 Year Ago
Citizen: further updates & misc. fixes around the head & its shoulder seams Previously updated clothing included in this commit
1 Year Ago
Documentation pass Internalize BaseFileSystem.Watch/Watch(string), WatchEnabled Only used internally. Added PhysicsPoint.Transform Added debug overlays for constraints (ent_text), clean up accessibility & docs
1 Year Ago
Allow non power of two textures in materials, strip some gameinfo image preprocessors code we'll never use too
1 Year Ago
Can publish materials to asset.party same way as models
1 Year Ago
Add global:: to codegen EditorBrowsable attributes to avoid errors if the class has a property called System
1 Year Ago
Complain when sending too many console commands
1 Year Ago
Fix exception when uploading over 2gb
1 Year Ago
Fixes sbox/issues/554
1 Year Ago
fix docs for Material.AmbientOcclusion Fix Vector3 left & right documentation Fix anisotropy spelling error
1 Year Ago
Just code cleanup to make diffs easier, NULL -> nullptr that sort of shit Backport improved DX11 buffers; these changes mainly focus on structured buffer alignment Remove DX9 only concepts from binding buffers Kill IRenderContext::SetUserClipPlane (Not supported since DX9) vfx_dx: remove dead dx9 code Smarter binding of UAV slots to not conflict with RTVs Fix MAT_OP_STORE_RS_MULTI_SAMPLE_ENABLE never working Backport GPU Buffer methods ( we should be using these for tiled / transform buffers ideally ) DX11: IBs get their SRVs bound differently to VBs Merge fixes from Valve for DX11 renderer - nothing massively major here, some asserts, wrong enum fixes, CopyTexture can use DX11 CopySubresourceRegion instead of shaders DX11: ensure there is always a viewport set for a draw - fixes warning "There are no viewports currently bound. If any rasterization to RenderTarget(s) and/or DepthStencil is performed, results will be undefined." Delete all source files for DX9 & OpenGL renderers
1 Year Ago
Animgraph: Rename "Models" dock to "Bone Merge" to make it obvious its for bone merging models
1 Year Ago
Fix ConsoleSystem.SetValue not setting native convars
1 Year Ago
Drop the title label too since it's pointless now
1 Year Ago
Show only SM5.0 attributes in material editor
1 Year Ago
Queue scale changed for cloth, fixes child cloth not updating scale
1 Year Ago
Should fix OverflowException
1 Year Ago
PhysicsBody Trace (#553)
1 Year Ago
Documentation pass Hides Breakables.ApplyBreakCommands
1 Year Ago
Clean up & hide SoundscapeSystem.SoundscapeFrame Documentation pass
1 Year Ago
Cleaned up lobby rich presence, fixed presence not updating when lobby gets made, update documentation
1 Year Ago
Fixed bunch of models not having the material set correctly
1 Year Ago
Update some glass materials Fix shatter glass broken material not really functioning
1 Year Ago
Support `steam_player_group` rich presence for lobbies https://files.facepunch.com/devultj/1b3011b1/Discord_tPmoEckwdL.png Fixed MenuOverlay popup pointer events, fixes lobby invites being inaccessible
1 Year Ago
Made Global.IsDedicatedServer obsolete
1 Year Ago
Actually apply fog for valve standard shading again Optimized shader build
1 Year Ago
Disable seamless fade for dof, better to keep the nice translucent sorting for now
1 Year Ago
Drop PixelOutput as a default
1 Year Ago
Allow setting network vars when client created
1 Year Ago
Handle ResolveDepthBuffer better
1 Year Ago
Fixed NRE in Entity.Components.Create with startEnabled=false
1 Year Ago
Documentation pass Cleanup Fixed compile warning, hide Particles.Dispose( bool ) Throw EditorBrowsable( Never ) on internal RPC methods
1 Year Ago
Recursively recompiled all assets
1 Year Ago
0 isn't a valid depth buffer Fix vignette making everything greyscale
1 Year Ago
Fix DoF stuff
1 Year Ago
Disable Dof in avatar menu
1 Year Ago
Do not try to write RPC bodies for abstract methods Also fixed methods with explicitly typed [Sandbox.ClientRPC] not being detected as RPC methods by codegen
1 Year Ago
Post processing, render hooks, graphics