branchsbox/mastercancel

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

2 Years Ago
AsyncTasks tests stability
2 Years Ago
Citizen: fixed LOD2/3 still having default eyebrows
2 Years Ago
Fix tinting for the base shader
2 Years Ago
Office chair - small tweak to gib texturing Merge branch 'master' of sbox
2 Years Ago
Editor window default maximized, asset browser visible Fix D_SRGB_IMAGE warnings Avoid reading NAN vectors in usercmd
2 Years Ago
Office chair - adjusted phys
2 Years Ago
office chair - adjusted shading of gibs
2 Years Ago
traffic cone - adjusted gib location Merge branch 'master' of sbox
2 Years Ago
NetRead Asset is supported
2 Years Ago
VS 17.2 fix
2 Years Ago
Faster, much better water caustics Simulate wind ripples on water, increase offset, make underwater fog blend seamless with edges and view
2 Years Ago
Lets try this
2 Years Ago
Revert "Pre init streaming bootstrap buffers" This reverts commit 2cf3859d687a7901d7fdc6dfb40a6f751349cd17. Revert "Shut visual studio up v2 electric boogaloo" This reverts commit 961e4ffbe6e7b0fbb2b5dfc4b9f6af6752f7224f. Revert "Assert to make sure we're not a nullptr to shut vs up" This reverts commit 7c230cf07fc22872c597bce184701564edd71612.
2 Years Ago
Pre init streaming bootstrap buffers
2 Years Ago
Shut visual studio up v2 electric boogaloo
2 Years Ago
Assert to make sure we're not a nullptr to shut vs up
2 Years Ago
fix assertion
2 Years Ago
Fix mod list in assetbrowsers being too tall
2 Years Ago
Immediately dispose scene textures if requested for ScenePanel
2 Years Ago
New Hairstyle - Bobcut (Small fixes to Trainers) New hairstyle! A few fixes to come to the hair in coming week. Slight changes to the shape and textures of the trainers as well.
2 Years Ago
Don't generate custom asset types where extension is over 8 chars, add appropriate errors so you know wtf is going on Internally these extensions turn into a 64-bit int (8 bytes) so making them longer isn't practical.
2 Years Ago
PostProcess.Get<T> correctly returns null instead of erroring if it's not in the active effects list
2 Years Ago
BasePlayerController / MoveHelper traces hit Window & NPC layers as expected
2 Years Ago
Undo modelspace jiggle bones, need to find out why doing it in worldspace looks so bad instead
2 Years Ago
Simulate jigglebones in modelspace so that only animation influences it, looks shit in worldspace. Todo: make this an option
2 Years Ago
Prevent crashes in DynamicShadowMgr due to light entity respawns
2 Years Ago
Cloth sim on frame, don't flush cloth updates on frame, as comments suggest. Seems to make jiggle bones more stable?
2 Years Ago
Water entity deletes its water scene object when it is removed Fixes Map.Reset lowering FPS every time a map with water is cleaned up
2 Years Ago
updated prefab, added material vartionns/decals
2 Years Ago
Fix wrong blend mode happening in shader somehow
2 Years Ago
CSS perspective-origin Make SetDebugBits behave as expected
2 Years Ago
Fix calculate procedural bones jittering, use bone accessor code path that's meant to be used when model is scaled, works better
2 Years Ago
Remove SceneObject.SetMaterialGroup, it was already on SceneModel
2 Years Ago
Whitelist System.WeakReference Whitelist System.ValueType Whitelist System.IConvertible Whitelist System.TypeCode Whitelist System.TimeZoneInfo
2 Years Ago
Add `mix-blend-mode: multiply`, color picker works again
2 Years Ago
Fix missing key binds on asset inspector tool
2 Years Ago
Office chair - moved vmdls to correct folder Merge branch 'master' of sbox
2 Years Ago
New outfit piece! - Dirty Trainers Some new dirty trainers, so more shoe options! Will be adding LODs in my next push asap. Trainers - Quick fix Quick fix to naming of files before initial push to git.
2 Years Ago
Remove redundent footer-space on game edit screen
2 Years Ago
Add remaining css transforms
2 Years Ago
If Steam Input gives us no motion state use Quaternion.Identity instead of an invalid quat Make Input.MotionData.Rotation match our S2 world space
2 Years Ago
Fix NRE on Game Setup screen Restore game setup description editing functionality Can set control mode / single/multiplayer tags on game setup page Add controller/vr information the same way as "Mouse & Keyboard Supported" is Fix exception from Package.UpdateValue
2 Years Ago
Add seamless entry to water, fix splash and ripple height Iterate underwater fog Water cleanup
2 Years Ago
office chair -thumbnail
2 Years Ago
office chair - lods and gibs Merge branch 'master' of sbox
2 Years Ago
Fix UI shader using wrong constants for background image repeats
2 Years Ago
PrimitiveBuilder.Is2D now works as intended and makes a 2D bounding box on the block tool Revert "Quad primitive creates from the bottom of the bbox" This reverts commit 6e1704dfd5a9a62d3bcc4de46a18de1ece416047.
2 Years Ago
PathPlatformEntity moves with velocity matching PlatformEntity behaviour, so the player controller can match it's velocity. https://files.facepunch.com/matt/1b1611b1/sbox_0001.mp4
2 Years Ago
V Neck Shirt LODs Lods now added to V neck!
2 Years Ago
Quad primitive creates from the bottom of the bbox