reporust_rebootcancel

125,454 Commits over 4,079 Days - 1.28cph!

1 Year Ago
Make clan.info show a table of members similar to teaminfo
1 Year Ago
Error wrapping for TextTargetOnOnPreRenderText Disable emojiOwnershipCheck and remove convar (no emoji requires ownership)
1 Year Ago
Fix flickering by using a separate buffer in the middle of culling & clearing separate buffer with a separate compute shader Small refactoring of compute shaders
1 Year Ago
Don't show dead clan members on the map
1 Year Ago
Naming consistency, texture size optimization, and nixed a few files that aren't needed anymore.
1 Year Ago
Mergable nuke w/ necessary shader fixes.
1 Year Ago
Merge from main
1 Year Ago
▅▆▆▍▌▄▋ ▆▇▍▍
1 Year Ago
1 Year Ago
Correctly clear ammo slot details before setting
1 Year Ago
Merge from main
1 Year Ago
█▍▉▊▍ "▇▋▋ ▍▍▌▊ ▄▇██▄ ▌▌▊▅▅▆▍ ▍▌▄ ▊▅▆▊▄▊ ▇▄▉▄█▄▇ ▊█▊▊▍▍▆ (▄▇▊▊▉ ▉▅▅▆ ▋▉▋▅▇ ▅▉▊▆)"
1 Year Ago
merge from main
1 Year Ago
Can no longer deploy drone on tugboat SocketMod_EntityCheck and SocketMod_EntityType have a default error message
1 Year Ago
Added TestMission field on Tutorial Island component, if set the tutorial will launch into that tutorial instead of starting the NPC conversation Resource dispenser pings now work for corpses Started on a hunting mission Some folder cleanup
1 Year Ago
Fixed tutorial resource pings not working with multiple resources tagged at once Fixed tutorial resource pings not working on hemp collectables
1 Year Ago
Fixed crafting menu not updating immediately when the crafting menu is opened Rock and torch are always allowed to be crafted
1 Year Ago
Merge from main
1 Year Ago
Player model now looks for colliders on the transparent layer for footstep effects, fixes footstep sounds not playing when walking over a collider that's on the transparent layer for gameplay reasons (eg. sewer_chimney_top)
1 Year Ago
Tugboat sink much more slowly on death.
1 Year Ago
Fixed jackhammer not playing third person animations
1 Year Ago
Fix campfires not affecting the temperature of nearby players when deployed on a tugboat (local space issue)
1 Year Ago
Fixed spinner wheel not rotating in local space when mounted on a tugboat
1 Year Ago
Merge from main
1 Year Ago
Fixed not being able to rotate wood storage box
1 Year Ago
Merge from main
1 Year Ago
Fix emoji fields allowing user controllable rich text
1 Year Ago
Merge from main
1 Year Ago
Merge Main -> TugboatJuly
1 Year Ago
adjusted the depth and look of the side vents to allow for detailed colliders to allow players to pass through and have explosives stick adjusted locomotive front & rear bumpers to accomodate steep train tracks added collider for side vents updated lods, gibs and prefab accordingly
1 Year Ago
added wooden ramp to accomodate for the ramp collider on left side of the locomotive
1 Year Ago
Cherrypick 85500 & 85501 (2021 compile fixes & remove BeginWrite)
1 Year Ago
Define ComputeBuffer mode in seperate class Remove `BeginWrite()` and `EndWrite()` because it magically doesn't work and the one ComputeBuffer still using it is pretty small anyways
1 Year Ago
2021 compile fixes
1 Year Ago
Update global_networked_bases/2021
1 Year Ago
Merge gpu_culling into global_networked_bases
1 Year Ago
Copy original computebuffer when expanding cells
1 Year Ago
Handle meshes that don't have a shadow proxy
1 Year Ago
Copy paste LOD scaling back when zooming in & based on "Object Quality" slider
1 Year Ago
Cull meshes based on camera's frustum & cull shadows based on the "sun's frustum" Store bools in bit flags inside culling GPU data
1 Year Ago
▊▊▇▄▆▌▇▅ ▊▅▇▉ █▊▅▊▆▆
1 Year Ago
Consistency fixes for post smoke.
1 Year Ago
nexus ferry sounds
1 Year Ago
Cloud termination atlas WIP
1 Year Ago
Merge from main
1 Year Ago
Merge from nexus
1 Year Ago
Go back to the rank list when switching tabs away from the rank editor Reset clan UI state in some places to try and fix clan logo not loading when leaving and rejoining the same clan Auto escape rich text in steam names
1 Year Ago
Missing files
1 Year Ago
Created new slope mesh variants for testing at different steepness levels (18, 15 and 12 meters high) Created prefabs with collider setup for all of the above variants Created a playable test scene with each slope variant present
1 Year Ago
Rebuild sqlite3 for linux again because the other one was crashing for some reason Tested on ubuntu 18.04 and 22.04