reporust_rebootcancel

128,131 Commits over 4,201 Days - 1.27cph!

30 Days Ago
chainsaw sound updates
30 Days Ago
updated viewmodels anims, re-designed animator
30 Days Ago
extend_menu_loadingscreen -> main
30 Days Ago
logs
30 Days Ago
extend_menu_loadingscreen -> main
30 Days Ago
Add 'finalising' step to the main menu loading screen (only the very first one), this masks any final extra processing steps that are required and helps shield the user from a bad stutter We were showing the menu slightly too early before processing was fully complete
30 Days Ago
prioritise_premium_community_2 -> main
30 Days Ago
Only show prioritise premium if the browser can even support it Ensure it only works for the official category
30 Days Ago
twitch_modal_dash_support -> main
30 Days Ago
Support loading twitch drop campaign image from the dash Load when first starting up the menu
30 Days Ago
server_browser_budgeting -> main
30 Days Ago
Use a stopwatch to check how long we are taking on the current ServerCacheQuery batch, if over 2ms then yield for the next frame, or continuously allow processing up to 50 elements per time This (in reality) results in a constant overhead of 4ms until the results are processed rather than a single lag spike. I think its better and can be tuned a bit more in future by just upping the budget By the time you've click the server browser a few seconds have passed and most of the queue is empty anyway
30 Days Ago
Drop match ServerInfo creation batch size from 500 to 50, and use Task.Yield() rather than delay
30 Days Ago
Fixes for hit particle timings
30 Days Ago
protobuf codegen
30 Days Ago
Do the mode parsing inside the ServerInfo single loop itself. This saves us around 15% of total ms cost per server info constructor creation Ends up saving around 14ms~ when creating a batch of 500 ServerInfos
30 Days Ago
Merge from main
30 Days Ago
Add `forceaddtoteam <steamid> <team?>` command to add online (or offline) players to team
30 Days Ago
Do not allow queueing again tiles that are actively being rebuilt, removes the need for locks on the hashset. Maybe we need to remove from the queue the tile, and add it to the end of the queue if someone asks to rebuild it again.
30 Days Ago
Replace concurrent queue and semaphore with blocking collection for job requests, and ConcurrentQueue with ConcurrentBag for job results (order does not matter)
30 Days Ago
Fix tile never being removed from dict if using sync mode
30 Days Ago
merge from menu_stalls_fix
30 Days Ago
Tweaked the budget of the steam inventory recipe warmup, to avoid causing stalls after bootstrap is released
30 Days Ago
▆▊▋█▆▇▄ ▉▋█▄ ▉▇▌▄▊▋▌▌ ▇▋▄▅▇▄_▆▉▅▅▋▉▇▇ ▄▉▊▆▌ ▉▌ ▇█▇ ▄▉▊▌▆▇ ▋▆█▍█▅_▆▉▇█▍▋▍█ ▄▍ ▊▅ ▇▆█ ▇ ▌▇▄▄▆▊ ▄▌▇. █▇▌██▄ █▍▌▇ ▄▌█▉▄█▄▇ ▅▌▉▉▄▌ ▇▇▅▍█▌▉█ ▉▅ ▉█ ▄▍▉▍▆▆█ ▌▇▉█▋▍ ▉▆▇▍▍▋▍▆ ▄▄▅▍██▍ ▌▉▆▆ ▄▉ █▄▌▆ ▊▆▄▅█'▌ ▌▇▄ ▍▊▆▉▉▇▊▆ ▄▍ ▇▍▋ ▋▉▄▋▆▆▋▇▅▆█▊
30 Days Ago
▋▇▄ ▆▌▉▊▄ ▉ ▅▆▋▊ ▇▇▍▇▆▌▄▉▌▍▍▍ ▊▋▉▌ ▌▅▅▍▍▆▉▇▅▇ ▆▊▅▋▍▍▌█▆▆ ▊▅▄▆▆▍▍█▄▇ ▅▋ ▄▅▊▍▅▋▊▄ ▌▉▅▌▉▇█▄, ▍▄▄▅█▇▆▋ ▅▌ ▋▄▆ ▅▇▌▆█▉▍▅ ▄ ▌▄▌▆. █▄▍ ▅▊▌▉▍█ ▄▆▄ ▇▋▍▌▌▆▄ ▊▋▊▆▇▊▄▌ █▍ ▍▅▄ ▆ ▆▍▆▌▍ ▅▌█▇▋ ▇▊▅▅▋ ▄▆▅▉ ▍▆█▋▋▊ █▊▄▄ ▄█▌ ▅ ▋▄▌▊ ▄▌▄▅ ▅▇▌▌▋://▉▌▄█▋.▋▊▅▄▌▅█▆▉.▉▌▇/▇▆▉█▇/▅▍▇▅▇█▋▄/▄▌▍▍▍▋▍_▊▇▊▆▄▊▆▊▆▌.▆▉▆ ▌▄▊▇ ▆▅▋▅▄▉█▅ ▇▄▋▇▉▆ ▉▋▍▋▄▊ ▇▇▊▌▆ ▅▆▄ ▍█▅▍ ▆▉ ▊▋▄▌▊ ▋▆▄▋▊█▇▋▉ ▊▋▇▅ ▄▍▄▌█▌▌▍ ▆▇ ▆▌▌▋ ▄▄▊▌▋▄▅▆█. ▆▊ ▄█▍█▋▇▅▅▄▍ ▆█▋▆▆▄▊█ ▌▋▌▋▊▇▋▍ ▌▄ ▆▍▋▉▋▅██ ▌▉▉▍▄▋ & ▋▌▋▉▌▉ █▄█▋▉█ ▌▆▋▊▋▋▉ ▄▌▄▅ ▋▊▉▌ ▌▅ ▅▍▍▋.
30 Days Ago
Reserve some background threads for the navmesh
30 Days Ago
merge from mesh-guide-shader-improvements (fix missing shaders)
30 Days Ago
subtract 132290
30 Days Ago
Send steamId of teammate when sending player name (should only network to teammates / self) & lookup name with NameHelper if steam id is provided on client - allows steam nicknames to show instead of server names
30 Days Ago
report error, abort rendering if shader missing
30 Days Ago
add guide mesh shaders to always included list
30 Days Ago
merge from marker_teleport_reset_fix
30 Days Ago
▆▍▊▉▌▆▋ ▄▌▄▄▉▉ ▌▍▆▄▊▆█ :▊█▆▇▋█▌▍:
30 Days Ago
▋▊▍▇ ██▇▉▋▊▇▌
30 Days Ago
merge from fix_custom_item_icon_description -> main
30 Days Ago
Fix NRE when joining server with custom icon due to CommunityEntity not being networked yet
30 Days Ago
Fix custom item icon from modding not showing the custom icon in the item's description
30 Days Ago
subtract 132264 mesh-guide-shader-improvements
30 Days Ago
Updated livestock textures. added new materials and renamed a livestock material. Updated model with rigged version
30 Days Ago
Implement cannon reloading animations
30 Days Ago
Implement animation handles for code driven player model animations, basically the same as one shots but with a way to control them after they get added to the mixer.
30 Days Ago
added thumb bolt pullback anim to hc revolver shoot anims
30 Days Ago
Floating city S2P, fixes a OOB error with static water catcher
30 Days Ago
Merge from naval_missions
30 Days Ago
Fix compile error
30 Days Ago
Add mission to hunt deep sea RHIB scientists, given to placeholder floating city mission provider
30 Days Ago
Fix all of the weird rotation issues
30 Days Ago
Swap to quaternions - getting gimbal lock already
30 Days Ago
Stop the turret from flipping the equipped weapon
30 Days Ago
updates to apple visuals and mat settings on model