userBriancancel
reporust_rebootcancel

664 Commits over 730 Days - 0.04cph!

2 Hours Ago
merge from main
Today
fix glass portion of glass ak always rendering on top of rivers (with a caveat that may also need fixing)
3 Days Ago
merge from render_pipeline_testing
3 Days Ago
oops client guard
3 Days Ago
merge from render_pipeline_testing
3 Days Ago
fix black player eyes in BRP in bandit camp (leaking spatial env volume shader props between cams), add pass to clear env volume shader props in RRP as well
7 Days Ago
give this a try cause why not
10 Days Ago
glass AK: - Use a mip-filtered refraction texture with specular shimmer/firefly reduction for better looking blurry refraction - Some shader simplification, remove unncessary alpha blending and emission map - Remove unnecessary "depth prime" viewmodel pass - Fix inconsistencies with viewmodel renderer shader passes between BRP and RRP
10 Days Ago
merge from render_pipeline_testing
10 Days Ago
fix brp error spam on low water quality
26 Days Ago
fix func call typo
27 Days Ago
fix stupid auto inserted using
27 Days Ago
merge from main
27 Days Ago
- fix broken deferred decal culling (cull distance was being scaled up by integer object quality value rather than percentage, so cull distance became way too far for any culling to happen) - avoid redundant localToWorld calculation in the same frame for each deferred decal
28 Days Ago
merge from main
31 Days Ago
fix NREs in screenshot.takescreenshot/takehiresscreenshot
33 Days Ago
create mip-filtered refraction texture before transparent geometry pass
33 Days Ago
add override water blend slider and toggle
35 Days Ago
merge from main
35 Days Ago
add visible water to tank, material of water can be blended
48 Days Ago
fix string alloc in VolumetricFogShadowPreProcessPass
49 Days Ago
use new RRP/BRP grab pass subshaders for player pixelation
2 Months Ago
get Standard Refraction working in RRP
2 Months Ago
fix fog not working switching back to BRP with RRP initially enabled
2 Months Ago
RRP: fix DoF not working in workshop scene if DoF was disabled in graphics settings
2 Months Ago
fix clouds not rendering when switching back to BRP
2 Months Ago
fix WaterCamera error spam when swiching to BRP with RRP initially enabled
2 Months Ago
fix binocular effect error spam in main menu
2 Months Ago
fix disco ball in RRP, do forward+ lighting in fragForwardBase
2 Months Ago
line endings
2 Months Ago
RRP ReflectionProbeEx + vclouds rendering into it
2 Months Ago
missing client guard
2 Months Ago
change how we're tracking viewmodel prev viewproj to not rely on BRP camera component
2 Months Ago
implement the pass that composes the water motion vector texture with the camera's motion vector texture as we now have a camera motion vector texture in RRP also properly track the prev viewproj for water in RRP
3 Months Ago
delete old file
3 Months Ago
get binocular effect working in RRP
3 Months Ago
compile fix 2
3 Months Ago
fix contact shadows server compile
3 Months Ago
merge from render_pipeline_testing
3 Months Ago
merge from main
3 Months Ago
temp
3 Months Ago
add some additional RRP client-only guards
3 Months Ago
client-only guard AtmosphereVolumeDrawPass
3 Months Ago
implement atmopshere volumes (bandit camp fog) in RRP
3 Months Ago
fix AnimalFur shader missing g-buffer stencil write
3 Months Ago
- implement depth of field in RRP - OnPreCull/OnPreRender update routines in RustCamera get called from RRP now
3 Months Ago
fix devLocal/WorldCoord shaders missing g-buffer stencil write
3 Months Ago
fix shader bug causing GPU crash (RRP)
3 Months Ago
update SetRenderFunc calls
3 Months Ago
RRP contact shadows fixes