userlamalovecancel
reporust_rebootcancel

2,494 Commits over 1,766 Days - 0.06cph!

5 Months Ago
WIP gammagotchi entity setup
5 Months Ago
Merge from main
5 Months Ago
Hook up localizable messages for all event types so they render properly on the clan UI
5 Months Ago
Implement a bunch of clan score events - Killing a player from another clan - Killing unarmed players (lose score) - Being killed by a player in another clan (lose score) - Destroying bradley - Destroying a TC owned by another clan - Hacking a crate - Running the excavator - Boarding the cargo ship
5 Months Ago
Temporarily force disable DLSS due to error spam
5 Months Ago
Merge from main
5 Months Ago
Cache known player names so different parts of UI can use that instead of falling back to Steam names Remove duplicate Steam language filter call on player names Change GetPlayerInformationAsync call to GetPlayerInformation in JustSeen as a little free optimization
5 Months Ago
Tweaks to the string on the skinning knife
5 Months Ago
Don't append a / to bansServerEndpoint if it ends with = so endpoints can use query strings instead
5 Months Ago
Add retry logic to the companion server initialization Add app.retry_initialize console command to re-run the companion server initialization if it failed before
6 Months Ago
Update FP.BurstCloth with a bunch of constraint logic changes Re-tweak all materials since the update has different parameters now Fix ghost costume bones being out of order (breaks sibling constraints!)
7 Months Ago
Fix underwater lab floor assignments not working correctly sometimes when optimized loading is enabled Should fix the wrong number of underwater layer buttons shown on the map
7 Months Ago
Update FP.Nexus to batch submit score events to the backend
7 Months Ago
BurstCloth: Allow controlling how strongly root motion affects the simulation Re-tweak ghost costume burst cloth settings after all the changes done for abyss (including much less affected by root motion) Don't shrink the ghost sheet while parachuting
7 Months Ago
Add clan role for controlling access to score events log Fix incorrect role tooltip translation keys
7 Months Ago
Fix clan table map shader showing the framebuffer sometimes
7 Months Ago
Merge from main
7 Months Ago
Implement clan leaderboard UI
7 Months Ago
Add an extra shader param to StandardMap to overlay detail on the map
7 Months Ago
Add clan.editsRequireClanTable convar so servers can enable clan edits from anywhere
7 Months Ago
Add a method to BasePlayer to add score events to their clan Update clan UI to show total score and score event log Cache the player's IClan instance on the server to make doing clan things easier
7 Months Ago
Make steamID optional for clan score events Nexus clan implementation updates for score events Update FP.Nexus
7 Months Ago
Default clan score to 0 in DB, no point being null
7 Months Ago
Cache SQLite prepared statements automatically so they don't need to be reparsed every time they run
7 Months Ago
Change clans to soft delete instead of fulling purging from the SQLite database Add clan score value with a new table for tracking clan score events Incrememnt clan DB version because migrating the unique index for clan names to a partial index was too complicated (sorry anyone who started using clans already)
8 Months Ago
Overwrite libsqlite3.so if it already exists
8 Months Ago
Fix merge issues on weapon worldmodels ColliderInfo component missing on most of these WorldModel component missing on glock and hmlmg
8 Months Ago
Merge from main
8 Months Ago
▆▌▉▋▇ ▌▋.█▊▅▅▆▉▋▄█▌ ▉▅▇█▅▆▆ ▉▊ ▍▋▉▆▊▍ ▆▇▍▋▋▉▋ ▊█▇▍▉█▅▌▄ █▌▇▋▍▋▅ ▄▊▇▅▋▍▄▌█▉, ▅▍▅ ▋▆▋▆▌█▍▄▆ ▋▌▇▋▌▆▋ ▍▌ ▄▉▆▍▅ █▇▍▋▇▉ ▉▍▆▆ ▋▇▆▄ ▄▍▉▋▅▌▌/▉▌▄▄▋ ▄▉ ▊▅█▍ ▌▅▇▍▌▊▉ ▉▊▋▉▅
8 Months Ago
Refactor map shader so the bits related to getting the map pixel colors are in a shared include file Add a new shader for things in the world which renders the map onto it Updated clan table to show the actual map instead of something else
8 Months Ago
Merge from clan_chat_emoji_fix
8 Months Ago
Set ShouldTransferAssociatedFiles for painted item storage entity (fixes egg suit texture not transferring between servers)
8 Months Ago
Refund the whole crafting queue of sleepers when a player loots them
8 Months Ago
Merge from main
8 Months Ago
Server compile fix
8 Months Ago
Support turning on/off clan system with clan.enabled convar
8 Months Ago
Minicopter code review changes
8 Months 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
8 Months Ago
Fix weird startup issue in editor when using GameSetup's initialization commands with multiple editors
8 Months Ago
Code review changes
8 Months Ago
Make clan.info show a table of members similar to teaminfo
8 Months Ago
Don't show dead clan members on the map
8 Months Ago
Merge from main
8 Months Ago
Merge from nexus
8 Months 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
8 Months Ago
Rebuild sqlite3 for linux again because the other one was crashing for some reason Tested on ubuntu 18.04 and 22.04
8 Months Ago
Increase the allowed size of the clan announcement text Possible bug fixes for inviting other players to your clan Disabling rich text on things
8 Months Ago
Merge from nexus
8 Months Ago
Rebuild sqlite3 on ubuntu 18.04 so it doesn't depend on a too new glibc Update runds.sh to include the Plugins folder in the search path instead of only Plugins/x86_64 Add build instructions for sqlite3 to my notes here
8 Months Ago
Update bagassignmode 'team' value to also include players from the same clan