reporust_rebootcancel

106,438 Commits over 3,806 Days - 1.17cph!

1 Year Ago
merge from august_art_bugfixes
1 Year Ago
Fix racks being incorrectly set as lockable
1 Year Ago
Fix lost pickup/repair setup
1 Year Ago
Fixed emoji rendering on clan chat
1 Year Ago
Some more cleanup Turns out the fix for clearing buffers somehow got undone which explains all the strange behavior I was seeing
1 Year Ago
A better-feeling system for preventing boats reaching the world edge
1 Year Ago
Simple repelling force for boats near world edge
1 Year Ago
Write IndirectArgs inside a separate compute shader Fix submeshes not having their indirect args properly offset Refactor to clean up compute shaders Clear temp buffer before culling
1 Year Ago
Backups
1 Year Ago
Merge from main
1 Year Ago
Merge from main
1 Year Ago
Final (hopefully) rich text emoji fix
1 Year Ago
Minicopter code review changes
1 Year Ago
Copy libsqlite3 into RustDedicated_Data/Plugins/x86_64/ to try to fix dedicated server not using the version of SQLite (but keep the copy under Plugins too) This is assuming everyone runs RustDedicated with something like the following (from runds.sh): export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`dirname $0`/RustDedicated_Data/Plugins/x86_64
1 Year Ago
Fixed active campfire mesh going missing when parented to a moving Tugboat (see HasDisabledRenderers in BaseEntity.Parenting, this behaviour should only occur on BaseOven entities) Fixed campfire model having an extra duplicated LOD group
1 Year Ago
Fixed exception when opening the card game UI for the second time in a session
1 Year Ago
Adding some debug while chasing down building blocks being rendered with the wrong mesh
1 Year Ago
Fix weird startup issue in editor when using GameSetup's initialization commands with multiple editors
1 Year Ago
Mesh cleanup and LOD setup for slope transitions
1 Year Ago
Code review changes
1 Year Ago
merged from main
1 Year Ago
merge from campfire_tugboat_fix
1 Year Ago
merge from TugboatJuly
1 Year Ago
merge from main
1 Year Ago
merge from TugboatDroneDeployFix
1 Year Ago
Cherry picked bug fixes from /main/shader-fix-2: 85322 => Fixes moving texture detail on moving monuments 85327 => Fixes emissive-only offset on some materials 85427 => Fixes incorrectly lit decals on monuments 85538, 85539, 85541 => Fixes overly reflective spray can decals
1 Year Ago
Replicated fix to all spray can decal materials
1 Year Ago
Merge from main
1 Year Ago
Tweaked SprayDecalMat to shine less
1 Year Ago
Added Specular Multiplier color property to Deferred Decal shader
1 Year Ago
Setup missing prevent building
1 Year Ago
Socket tweaks
1 Year Ago
Collision tweaks
1 Year Ago
Disabled support for emoji's in usernames, causes various rich text parsing issues Partially fixed some parsing issues when inserting rich text tags into the chat box (they aren't supported, but still)
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