reposboxcancel

22,418 Commits over 1,614 Days - 0.58cph!

2 Years Ago
Cleanup directional AO, have softer vigniette Some more prop aoproxy adjustments Fix flickering on directional AO probes Readd AOProxy instancing, batch AOProxies by LPV Increase precision of SDF tracing
2 Years Ago
Added PhysicsBody.SurfaceMaterial, deprecated SetSurface/GetDominantSurface Obsolete Entity.IsFollowingEntity & FollowedEntity Documentation & cleanups
2 Years Ago
Don't render game ui in VR, it showing was a regression from render hooks. We can revisit this if we end up doing a separate desktop view for VR games
2 Years Ago
Clear background image if setting to a missing/invalid image Add Package.FindAsync (new api) replaces Package.Query Only compile runtime local addons if they need compiling Load runtime addon resources on activate (so sounds work etc) Add active property to button
2 Years Ago
Add Client.IsFriend Fix compiler not finding runtime game dll when compiling runtime addon Can get TypeDescription by fullname (namespace.typename) Runtime addons can define their primary class Fixed codegen removing all namespaces in generated files This is primarily for property initializers Properly fix codegen removing all namespaces Load System.Security.Cryptography.Algorithms.dll, System.Security.Cryptography.Primitives.dll - and whitelist System.Security.Cryptography System.Net.WebSockets for tool addons Greatly increase depth precision for world, fix decals in VR, don't do viewmodel offsetting at all on VR Fix Undefined Behaviour In Tiled Rendering vr: make debugoverlay work on right-eye again, don't constantly change render target to swapchain vr: debugoverlay behaves properly for multiview instancing now too Outfit Reskins Variations + LODs Update shaders with adjustments for tiled rendering projected decal shader: adjust the instance id under multiview instancing so it actually appears in the right eye - decal space position still seems off though Release shader for projected decals Get rid of anaglyph and parallel stereo rendering modes r_stereo_multiview_instancing: default 1, same as VR Add Debug menu options for stereo rendering to the editor ( easy way to see if your game renders properly in VR ) Local packages untangled from remote packages Local packages now end in #local and are completely separate from remote packages. This means you don't have to disable your game project to test the published version. It also means your launch configs are now broken. To fix just go in the config for each one and set them back up. I've updated the Game list page to razor so we could have the local game tab. Don't bother with multiview instancing unless we explicitely want it, previous behaviour was to always ignore it even when we wanted it, fixes decals and other stuff in VR Fix r_stereo_multiview_instancing affecting non stereo rendering projected decals: small compile fix for shader Clothing Texture Variations + Makeup Merge branch 'master' of sbox release shaders for projected decals - should fully behave in VR now Update sentry-native 0.5.2, add Crashpad WER handler which bypasses SEH to handle __fastfail and stack buffer overrun crashes vr: particle renderer don't initialize 4x vbos for instancing, only need 2x vr: fix cables renderer adjusting the transform id the wrong way, cables will render in right eye again Launcher: first draft for selecting addons for game configurations https://files.facepunch.com/devultj/1b1611b1/sbox_pbcF7SRE4R.mp4 Less debug spam Switch to new find/get api endpoints Don't use localhost api - I knew I was gonna do this eventually Unfuck VR culling frustum which was causing scene objects to get rejected thinking they were only visible on 0.1% of the screen vr: don't transform hand's angular velocity to anchored pose, it's not something you want or expect to be affected by it Fix Panel.OnParametersSet getting called twice Hammer: Try to guess static overlay projection distance from scaling more crash fix for when m_pInterpolatedBoneTransformWeights is nullptr, missed checking the src vr: controller poses scale properly with VR.Scale now, so your hands are where you expect them Add GetName & Count to MorphCollection Extra info for ModelEntity.SetMaterialOverride overlaods Fix incorrect blending on spritecard, makes render scene test pass Fix tags not going to the datatable on client only entities, stopping collisions and traces working properly adjusted bird_spikes size to be grid size+ LOD tweak tweaked bird_spikes LOD2 tweak ad board to have the glass on the grid and reduce z-fight on LODs Sprite card compiled shader with fixes https://i.imgur.com/B1O3Eqc.png Revert "Sprite card compiled shader with fixes" This reverts commit ed5cfdcc2bd94d525dc48e55373bad7f0889747f. Fix typo on spritecard We only need to rebuild the panel's box if yoga or our parent position changed Add checker for HasNewLayout Don't try to cache null packages Fix transitions causing recursive selector checks Speed up HasClasses Refactor Panel system so PreLayout only recurses when it really really needs to Only call FinalLayout if we need to https://files.facepunch.com/garry/8df37b66-e43c-4c46-9123-022f6888b7e7.png Fix backwards compatibility Fix exception with "say" on dedicated servers vr: controllers linear velocity affected by VR.Scale too RenderHook works in VR as you'd expect without needing to do anything, passing the multiview instancing combo as expected ( doesn't fuck up through monitors either too ) Viewmodels can multiview instance, not really useful but less annoying in debug Merge branch 'master' into custom-client-input
2 Years Ago
RenderHook works in VR as you'd expect without needing to do anything, passing the multiview instancing combo as expected ( doesn't fuck up through monitors either too ) Viewmodels can multiview instance, not really useful but less annoying in debug
2 Years Ago
vr: controllers linear velocity affected by VR.Scale too
2 Years Ago
Fix exception with "say" on dedicated servers
2 Years Ago
We only need to rebuild the panel's box if yoga or our parent position changed Add checker for HasNewLayout Don't try to cache null packages Fix transitions causing recursive selector checks Speed up HasClasses Refactor Panel system so PreLayout only recurses when it really really needs to Only call FinalLayout if we need to https://files.facepunch.com/garry/8df37b66-e43c-4c46-9123-022f6888b7e7.png Fix backwards compatibility
2 Years Ago
Revert "Sprite card compiled shader with fixes" This reverts commit ed5cfdcc2bd94d525dc48e55373bad7f0889747f. Fix typo on spritecard
2 Years Ago
Fix aoproxy shapes of most standard props Add support for high quality reflections in Complex shader Add high quality reflection option to complex
2 Years Ago
Sprite card compiled shader with fixes https://i.imgur.com/B1O3Eqc.png
2 Years Ago
tweak ad board to have the glass on the grid and reduce z-fight on LODs
2 Years Ago
tweaked bird_spikes LOD2
2 Years Ago
adjusted bird_spikes size to be grid size+ LOD tweak
2 Years Ago
Dock the preview, might want to have it fullscreen
2 Years Ago
Allow modified material to be saved Do a recompile before saving, resource replacement is getting stomped
2 Years Ago
Remove Material.GetFeaturesState, parse material in tool code instead
2 Years Ago
Create session for opened material Parse material to get feature and variable states Parse color states Add new line after every variable group in output
2 Years Ago
Hook up menu bar to actions Menu bar shortcuts Open file dialog
2 Years Ago
Use text edit for output
2 Years Ago
Fix NRE adding new session, keep a copy of material output
2 Years Ago
Include session name in window title Fix non closable pages not switching Add raw output tab
2 Years Ago
Only discard replacement if asset isn't being used in another session
2 Years Ago
Build material output so we can save it, check against feature and variable desc for what key values should be output Allow tab pages to be closeable or not Save session to file, register asset Format colors and floats so old material editor can read them Reset session preview on hotload, fixes preview breaking on hotload Switch page after on page close callback so we don't stomp material with replacement discard
2 Years Ago
Fix tags not going to the datatable on client only entities, stopping collisions and traces working properly
2 Years Ago
Fix incorrect blending on spritecard, makes render scene test pass
2 Years Ago
Add GetName & Count to MorphCollection Extra info for ModelEntity.SetMaterialOverride overlaods
2 Years Ago
vr: controller poses scale properly with VR.Scale now, so your hands are where you expect them
2 Years Ago
more crash fix for when m_pInterpolatedBoneTransformWeights is nullptr, missed checking the src
2 Years Ago
Hammer: Try to guess static overlay projection distance from scaling
2 Years Ago
Fix Panel.OnParametersSet getting called twice
2 Years Ago
vr: don't transform hand's angular velocity to anchored pose, it's not something you want or expect to be affected by it
2 Years Ago
Unfuck VR culling frustum which was causing scene objects to get rejected thinking they were only visible on 0.1% of the screen
2 Years Ago
Don't use localhost api - I knew I was gonna do this eventually
2 Years Ago
Switch to new find/get api endpoints
2 Years Ago
Cleanup, better do vignietting Finish directional AO code before cleanup, use lightmap directionality if we are compositing to one
2 Years Ago
Disable aoproxy caching on models with animgraphs update shader objects
2 Years Ago
Less debug spam
2 Years Ago
Launcher: first draft for selecting addons for game configurations https://files.facepunch.com/devultj/1b1611b1/sbox_pbcF7SRE4R.mp4
2 Years Ago
vr: particle renderer don't initialize 4x vbos for instancing, only need 2x vr: fix cables renderer adjusting the transform id the wrong way, cables will render in right eye again
2 Years Ago
Undo passing features to Material.Create, no longer using this for material editor Restore texture property state when rebuilding variable list Do the same for color, float and checkbox properties
2 Years Ago
Update sentry-native 0.5.2, add Crashpad WER handler which bypasses SEH to handle __fastfail and stack buffer overrun crashes
2 Years Ago
Process in memory compile reload requests after replacing resource Add dummy material in core for material editor to piggy back off of Recompile material when features or textures change Recompile material on session change Include params in replacement resource Don't forget checkboxes
2 Years Ago
release shaders for projected decals - should fully behave in VR now
2 Years Ago
Clothing Texture Variations + Makeup Merge branch 'master' of sbox
2 Years Ago
projected decals: small compile fix for shader
2 Years Ago
Fix r_stereo_multiview_instancing affecting non stereo rendering
2 Years Ago
Don't bother with multiview instancing unless we explicitely want it, previous behaviour was to always ignore it even when we wanted it, fixes decals and other stuff in VR
2 Years Ago
Local packages untangled from remote packages Local packages now end in #local and are completely separate from remote packages. This means you don't have to disable your game project to test the published version. It also means your launch configs are now broken. To fix just go in the config for each one and set them back up. I've updated the Game list page to razor so we could have the local game tab.