250,557 Commits over 3,959 Days - 2.64cph!

9 Months Ago
▍▆▇▆▇█▌ ▊▋▋ █▋▅▇▍▆ ▅▋█▉▉▄█▄ ▉▄ ▊▇▍▋ ▊▍█ ▋▊▅▋█ ▍▊ █▅▆ █▌▊ ██▌▋▄█▆▉ ▇▌
9 Months Ago
Applied first iteration of attack
9 Months Ago
Shotgun powdery prefab
9 Months Ago
First pass on moving the sound occlusion system into jobs now that we're on an updated version of unity Keeps the frequency the same but moves all raycasts into RaycastCommands with a max of 10 hits Can be toggled on and off at runtime via SoundOcclusion.useThreadedCommands convar
9 Months Ago
Muzzle WIP
9 Months Ago
Underwater post toggles.
9 Months Ago
Fixes
9 Months Ago
Fixed door controller IO UI overlapping doors interaction UI
9 Months Ago
Comment only
9 Months Ago
Restore accidentally removed include
9 Months Ago
Use IgnoreCollision when dropped items fall on minicopter or attack heli. Items now fall through those two vehicles - unfortunately needed due to physics issues with the last two Unity updates. Items will still collide with scrap heli interior
9 Months Ago
Proper new underwater settings RC
9 Months Ago
Fixed Water Purifier missing deploy guide
9 Months Ago
Fix junkpile_water_b and c getting their colliders stripped on the server, leading to items falling through the junkpile Fix junkpile_water_a not properly removing components (this one already worked ok as far as dropping items)
9 Months Ago
▊▅▉▆▄ ▅▉▊▄ ▊▅▌█, ▄▅▉▆▄▄▄▊ ▊▅▅ ▅▄▊▊▄▉█▆
9 Months Ago
Return minicopter and attack helicopter to Continuous Dynamic collision type, from Continuous Speculative, due to reports of collision issues during stunt flying
9 Months Ago
sks updates: - 3p updates + corrected aiming - updated anims on rigged world model - got shell eject fx working
9 Months Ago
Fixed burlap head wrap 3D preview positioning in item store
9 Months Ago
v_crowbar: actually properly export the weapon bones in the FBX files... + basic animgraph
9 Months Ago
obstacle props, remove old block in props
9 Months Ago
New Clothing! - Winter Coat LODs coming up next for this + any skinning adjustments.
9 Months Ago
Added "Scatter Strength" param to water overlay for higher control over underwater fog
9 Months Ago
v_crowbar: basic animated VMDL setup
9 Months Ago
Bindless Lightcookies (#1556) https://files.facepunch.com/sampavlovic/1b0211b1/lightcookies.png
9 Months Ago
Update shaders
9 Months Ago
merge from fix_client_multiple_compressed_tags
9 Months Ago
Stub for shadow class, enumize lightflags
9 Months Ago
Added PlaceCliffParameters, can be used by cliff prefabs to overwrite the default parameters set on PlaceCliffs Split MinHeight and MaxHeight into MinTerrainHeight / MinCliffHeight and MaxTerrainHeight / MaxCliffHeight
9 Months Ago
Tutorial control control lock zone
9 Months Ago
PlaceCliffs child placements use TerrainAnchorMode.MinimizeMovement PlaceCliffs child placements check terrain height and normal
9 Months Ago
Naming, cleanup, codegen
9 Months Ago
Sample lightcookies with explicit LOD since we can use this on compute as well
9 Months Ago
Fixed a warning regarding 'Colour Masks' Added some missing files
9 Months Ago
Fix multiple compressed tags not being parsed correctly in client browser
9 Months Ago
add cpu and ram info to Hardware, expose to api
9 Months Ago
replacing old set of track meshes, some prop models, materials, organizing
9 Months Ago
blunderbus viewmodel animation edits
9 Months Ago
Moved assets
9 Months Ago
Fixed some issues with opacity masking
9 Months Ago
Remove ilightcookieutils, cookieslice, etc Remove all references to lightcookiemanager, add Texture2D GetLightCookieTexture() to lightbinner Fix typos and get bindless cookeies on shader, m_lightCookie is just a standard HRenderTexture now Cookies on fog Delete lightcookies.vtex which was a fixed array that we never really used
9 Months Ago
Bindless Cubemaps (#1552)
9 Months Ago
Changed cargo time to ensure the last crate can be looted should cargo egress whilst finished docking
9 Months Ago
Add network time fix
9 Months Ago
Bindless cubemaps! Remove references to texture cube arrays Remove all CPU path for envmaps, bindings, fingerprinting, etc, should've removed 3 years ago but now we're ready for it Remove remainder of CPU-driven code for cubemaps, rename indooroutdoorlevel to just renderpriority Update shaders Sort envmaps by priority Remove now unused m_bNeedsRender Recompile terrain after rebase
9 Months Ago
ShaderGraph: Fix black region in triplanar texture nodes Facepunch/sbox-issues#5371
9 Months Ago
Cookies on fog
9 Months Ago
Nicer display names for world component types Don't need SdfNetwork component type any more
9 Months Ago
Naming, moved things around, removed unused code
9 Months Ago
Add Light Cookie test scene
9 Months Ago
Fix method identities not matching for generic declaring types Fix component RPCs declared on generic types