reporust_rebootcancel

106,372 Commits over 3,806 Days - 1.16cph!

1 Year Ago
Remove code that assigns material blocks every frame (good for testing, not for performance) Only update material blocks when buffers have changed
1 Year Ago
Move from a ComputeBuffer for each type of vertex attribute to a single ComputeBuffer for all vertex data in a single struct Move code that copies mesh to ComputeBuffer into GeometryBuffer.cs Additional methods in GPUBuffer wrapper
1 Year Ago
Update parachute description
1 Year Ago
Increased the clearance check for the parachute deployment - now needs a 2m sphere radius sphere of clear space 15m below the player to deploy Fixes an edge case where you could use the parachute for a couple of frames in the nuclear missile silo launch tube
1 Year Ago
Code review changes: remove chair mesh from parachute seat, ensure held items is enabled again after dismounting and ensure parachute item exists on the server when deploying
1 Year Ago
Enable procedural instancing on blend shader
1 Year Ago
Log error when mesh used for instancing doesn't have read/write enabled Ensure every prefab for instancing is warmed up in the editor
1 Year Ago
Add an extra slot to the clothing section of player corpse to account for backpacks
1 Year Ago
Fixed loadouts window not properly assigning loadouts when using the filter
1 Year Ago
Fixed not being able to equip parachute with surgeon scrubs, egg suit and ninja suit
1 Year Ago
Rust PVE mode (convar) now allows players to shoot NPCs
1 Year Ago
Fixed nomad suit lods
1 Year Ago
Mark every single building block mesh as read/write enable (NOTE: this cannot be merged to 2019!)
1 Year Ago
Parent merge
1 Year Ago
Merge from dof-leaking-fix
1 Year Ago
Merge from main
1 Year Ago
WIP
1 Year Ago
fix sound error when firing attack heli rockets
1 Year Ago
progress
1 Year Ago
progress
1 Year Ago
Add shader to InstancedScheduler (2021 prefabs not compatible with 2019)
1 Year Ago
Copy meshes into the single geometry buffer via a shader to deal with meshes with Read/Write disabled
1 Year Ago
changes to anim input and transition speed
1 Year Ago
added freefall chute open left & right to player animator blendtree
1 Year Ago
Fixed some ticketed FX issues on the Oil Rigs. S2P'd both.
1 Year Ago
deleted homing missile launcher world model rig fbx as it isnt needed
1 Year Ago
edited homing missile launcher entity prefab and override controller
1 Year Ago
Fixed shader errors
1 Year Ago
merge from main
1 Year Ago
▄▅▆▊ ▌▅▊▊▅▊▍▉
1 Year Ago
Added dof_squeeze and dof_barrel convars to control anamorphic bokeh
1 Year Ago
Added anamorphic bokeh squeeze and barrel distortions
1 Year Ago
Scene + assets backup
1 Year Ago
gingerbread building skin models/LODs Gibs and colliders
1 Year Ago
manual merge from mirrors branch (2020), need to fix shader compile error before I can test prefabs
1 Year Ago
Fixed depth-of-field sampling leakin/haloing focused edges into a blurred background
1 Year Ago
added homing missile lods, textures and materials
1 Year Ago
Don't serialize forceAcceptAmmo no attack heli turret
1 Year Ago
manifest rebuild
1 Year Ago
Only call SetScriptingDefineSymbols in BuildAssetBundles if current defines and target defines are different
1 Year Ago
merge from main
1 Year Ago
merge from chinook_ground_fx_fix
1 Year Ago
▇▋▌▋█ ▆▇▊▆ ▌▇▊▌▄▉▄█_▇▆▍▍▊_▊▊▋█▍▍_▅▊▌ - ▌▆▍▆▄▍▅ ▄▊▌
1 Year Ago
Potential fix for composter fertilizer NRE
1 Year Ago
▇▅█▇▉ ██▊▍ ▄▍▄█▍▅▌▉▄▅▅▊▅▇▍▉▅▆▋▉▍▄▇█▌▉▍
1 Year Ago
▌▌▋▅▄ ▉▄▅▌▋▅▆▌██▆ ▅█▅▌▉▍▅▊█▉ ▇▅ ▆▅▊▄▄▌▅▌█▄ ▉▍▉▅▍▄▆▊ █▇▍▍▌▇
1 Year Ago
Moved parachute canopy visuals to client-side only GameObject
1 Year Ago
Move parachute world colliders to server side only GameObject
1 Year Ago
Merge Main -> Parachute
1 Year Ago
Fix start vertex of multidraw being incorrect Some cleanup