branchsbox/mastercancel

14,461 Commits over 1,614 Days - 0.37cph!

3 Years Ago
Seperate server tags properly Steamworks documentation lied, gametags can't be semicolon separated list Server list disposable, filters work, strings utf8 Show servers in lobby list Merge branch 'master' of sbox
3 Years Ago
Citizen: added standing aim matrix to melee punch
3 Years Ago
BasePhysics entities (prop_physics) should derive from the FGD baseclass BasePhysicsSimulated - that way the map compiler will simulate and settle them.
3 Years Ago
Citizen: melee attack left animation
3 Years Ago
Model class can be (de)serialized to JSON, allowing its usage in Assets
3 Years Ago
Fill server details from c# ServerList bindings
3 Years Ago
Citizen: updated mesh files + further optimized LOD3
3 Years Ago
Fix erode tool not working seemingly randomly due to some uninitialized memory
3 Years Ago
AsyncTasks tests stability
3 Years Ago
Citizen: fixed LOD2/3 still having default eyebrows
3 Years Ago
Fix tinting for the base shader
3 Years Ago
Office chair - small tweak to gib texturing Merge branch 'master' of sbox
3 Years Ago
Editor window default maximized, asset browser visible Fix D_SRGB_IMAGE warnings Avoid reading NAN vectors in usercmd
3 Years Ago
Office chair - adjusted phys
3 Years Ago
office chair - adjusted shading of gibs
3 Years Ago
traffic cone - adjusted gib location Merge branch 'master' of sbox
3 Years Ago
NetRead Asset is supported
3 Years Ago
VS 17.2 fix
3 Years Ago
Faster, much better water caustics Simulate wind ripples on water, increase offset, make underwater fog blend seamless with edges and view
3 Years Ago
Lets try this
3 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.
3 Years Ago
Pre init streaming bootstrap buffers
3 Years Ago
Shut visual studio up v2 electric boogaloo
3 Years Ago
Assert to make sure we're not a nullptr to shut vs up
3 Years Ago
fix assertion
3 Years Ago
Fix mod list in assetbrowsers being too tall
3 Years Ago
Immediately dispose scene textures if requested for ScenePanel
3 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.
3 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.
3 Years Ago
PostProcess.Get<T> correctly returns null instead of erroring if it's not in the active effects list
3 Years Ago
BasePlayerController / MoveHelper traces hit Window & NPC layers as expected
3 Years Ago
Undo modelspace jiggle bones, need to find out why doing it in worldspace looks so bad instead
3 Years Ago
Simulate jigglebones in modelspace so that only animation influences it, looks shit in worldspace. Todo: make this an option
3 Years Ago
Prevent crashes in DynamicShadowMgr due to light entity respawns
3 Years Ago
Cloth sim on frame, don't flush cloth updates on frame, as comments suggest. Seems to make jiggle bones more stable?
3 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
3 Years Ago
updated prefab, added material vartionns/decals
3 Years Ago
Fix wrong blend mode happening in shader somehow
3 Years Ago
CSS perspective-origin Make SetDebugBits behave as expected
3 Years Ago
Fix calculate procedural bones jittering, use bone accessor code path that's meant to be used when model is scaled, works better
3 Years Ago
Remove SceneObject.SetMaterialGroup, it was already on SceneModel
3 Years Ago
Whitelist System.WeakReference Whitelist System.ValueType Whitelist System.IConvertible Whitelist System.TypeCode Whitelist System.TimeZoneInfo
3 Years Ago
Add `mix-blend-mode: multiply`, color picker works again
3 Years Ago
Fix missing key binds on asset inspector tool
3 Years Ago
Office chair - moved vmdls to correct folder Merge branch 'master' of sbox
3 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.
3 Years Ago
Remove redundent footer-space on game edit screen
3 Years Ago
Add remaining css transforms
3 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
3 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