126,992 Commits over 4,171 Days - 1.27cph!

55 Minutes Ago
merge from naval_update/island_scenes
1 Hour Ago
merge from main
Today
Optimize BasePlayer.FindById() since it's used throughout the codebase - add Dictionary<ulong,BasePlayer> for online & offline players - speed up string search methods by first seeing if the string is a steam id & calling FindById() methods first
Today
chainsaw sound updates
Today
updated viewmodels anims, re-designed animator
extend_menu_loadingscreen -> main
extend_menu_loadingscreen -> main
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
prioritise_premium_community_2 -> main
Only show prioritise premium if the browser can even support it Ensure it only works for the official category
twitch_modal_dash_support -> main
Support loading twitch drop campaign image from the dash Load when first starting up the menu
server_browser_budgeting -> main
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
Drop match ServerInfo creation batch size from 500 to 50, and use Task.Yield() rather than delay
Fixes for hit particle timings
Today
protobuf codegen
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
Merge from main
Today
Add `forceaddtoteam <steamid> <team?>` command to add online (or offline) players to team
Today
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.
Today
Replace concurrent queue and semaphore with blocking collection for job requests, and ConcurrentQueue with ConcurrentBag for job results (order does not matter)
Today
Fix tile never being removed from dict if using sync mode
Today
merge from menu_stalls_fix
Today
Tweaked the budget of the steam inventory recipe warmup, to avoid causing stalls after bootstrap is released
Today
▆▊▋█▆▇▄ ▉▋█▄ ▉▇▌▄▊▋▌▌ ▇▋▄▅▇▄_▆▉▅▅▋▉▇▇ ▄▉▊▆▌ ▉▌ ▇█▇ ▄▉▊▌▆▇ ▋▆█▍█▅_▆▉▇█▍▋▍█ ▄▍ ▊▅ ▇▆█ ▇ ▌▇▄▄▆▊ ▄▌▇. █▇▌██▄ █▍▌▇ ▄▌█▉▄█▄▇ ▅▌▉▉▄▌ ▇▇▅▍█▌▉█ ▉▅ ▉█ ▄▍▉▍▆▆█ ▌▇▉█▋▍ ▉▆▇▍▍▋▍▆ ▄▄▅▍██▍ ▌▉▆▆ ▄▉ █▄▌▆ ▊▆▄▅█'▌ ▌▇▄ ▍▊▆▉▉▇▊▆ ▄▍ ▇▍▋ ▋▉▄▋▆▆▋▇▅▆█▊
Today
▋▇▄ ▆▌▉▊▄ ▉ ▅▆▋▊ ▇▇▍▇▆▌▄▉▌▍▍▍ ▊▋▉▌ ▌▅▅▍▍▆▉▇▅▇ ▆▊▅▋▍▍▌█▆▆ ▊▅▄▆▆▍▍█▄▇ ▅▋ ▄▅▊▍▅▋▊▄ ▌▉▅▌▉▇█▄, ▍▄▄▅█▇▆▋ ▅▌ ▋▄▆ ▅▇▌▆█▉▍▅ ▄ ▌▄▌▆. █▄▍ ▅▊▌▉▍█ ▄▆▄ ▇▋▍▌▌▆▄ ▊▋▊▆▇▊▄▌ █▍ ▍▅▄ ▆ ▆▍▆▌▍ ▅▌█▇▋ ▇▊▅▅▋ ▄▆▅▉ ▍▆█▋▋▊ █▊▄▄ ▄█▌ ▅ ▋▄▌▊ ▄▌▄▅ ▅▇▌▌▋://▉▌▄█▋.▋▊▅▄▌▅█▆▉.▉▌▇/▇▆▉█▇/▅▍▇▅▇█▋▄/▄▌▍▍▍▋▍_▊▇▊▆▄▊▆▊▆▌.▆▉▆ ▌▄▊▇ ▆▅▋▅▄▉█▅ ▇▄▋▇▉▆ ▉▋▍▋▄▊ ▇▇▊▌▆ ▅▆▄ ▍█▅▍ ▆▉ ▊▋▄▌▊ ▋▆▄▋▊█▇▋▉ ▊▋▇▅ ▄▍▄▌█▌▌▍ ▆▇ ▆▌▌▋ ▄▄▊▌▋▄▅▆█. ▆▊ ▄█▍█▋▇▅▅▄▍ ▆█▋▆▆▄▊█ ▌▋▌▋▊▇▋▍ ▌▄ ▆▍▋▉▋▅██ ▌▉▉▍▄▋ & ▋▌▋▉▌▉ █▄█▋▉█ ▌▆▋▊▋▋▉ ▄▌▄▅ ▋▊▉▌ ▌▅ ▅▍▍▋.
Today
Reserve some background threads for the navmesh
Today
merge from mesh-guide-shader-improvements (fix missing shaders)
Today
subtract 132290
Today
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
Today
report error, abort rendering if shader missing
Today
add guide mesh shaders to always included list
Today
Update IME candidate menu size to fit new text Fixed respawning while driving while dead putting you to death position Respawning while driving will no longer snap eye angles to spawnpoint Minor cleanups Use consistent search paths for textures and some model code * Makes textures load from "GAME" path instead of NULL, so it is consistent with models and materials. * Changed some gmod code related to reading model files to also use "GAME" path instead of NULL for consistency with engine model loading Prevent potential server crash with npc_heli_avoidsphere at edict limit Fixed missing alpha channel on DoD:S playermodel fallbacks
Today
merge from marker_teleport_reset_fix
Today
▆▍▊▉▌▆▋ ▄▌▄▄▉▉ ▌▍▆▄▊▆█ :▊█▆▇▋█▌▍:
Today
▋▊▍▇ ██▇▉▋▊▇▌
Today
merge from fix_custom_item_icon_description -> main
Today
Fix NRE when joining server with custom icon due to CommunityEntity not being networked yet
Today
Fix custom item icon from modding not showing the custom icon in the item's description
Today
subtract 132264 mesh-guide-shader-improvements
Today
Updated livestock textures. added new materials and renamed a livestock material. Updated model with rigged version
Today
Implement cannon reloading animations
Today
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.
Today
added thumb bolt pullback anim to hc revolver shoot anims
Today
Floating city S2P, fixes a OOB error with static water catcher
Merge from naval_missions
Fix compile error
Add mission to hunt deep sea RHIB scientists, given to placeholder floating city mission provider