124,937 Commits over 4,171 Days - 1.25cph!

38 Days Ago
Cleanup
38 Days Ago
Improvised walkway clean up
38 Days Ago
merge from new_menu
38 Days Ago
Merge from main
38 Days Ago
Fixed the rendering of the scene view when searching for an object in the hierarchy window
38 Days Ago
- Better store price localization and formating - Fixed item breakdown testing local price value instead of USD price Added overrideCulture debug command
38 Days Ago
Also reset entity slots when spawning (future proofing)
38 Days Ago
merge from god_indicator
38 Days Ago
NRE fix for UIGodOverlay Instance not being initialised yet when saved convars are loaded. Tested in editor.
38 Days Ago
Merge: from camerarenderer_leak - Fixes memory leaks related to Rust+'s camera renderer and Nexus mugshot savings Tests: print_arraypool when connected to turret - before ProtocolParser 16KB set would grow, now stays constant
38 Days Ago
Bugfix: properly recycle mugshot data pooled array on nexus servers Tests: none, same type of change as previous
38 Days Ago
Bugfix: properly recycle pooled array for camerarenderer Tests: connected to a turret, printed array pool - before ProtocolParser 16KB pool would grow, now stays constant
38 Days Ago
Fixed flickering when viewing a prefab
38 Days Ago
new_menu -> main
38 Days Ago
Sails and anchors are now only usable if authd
38 Days Ago
Fix for rust plus button infinte loading v2
38 Days Ago
Localization fixes
38 Days Ago
Added some missing country to currency code for the item marketplace price requests
38 Days Ago
Update: rewrite print_arraypool to support multiple array pool output - also added logic to take into account T size Useful to validate we're not leeking across pools Tests: used in editor, both text and json options
38 Days Ago
Spawn player example
38 Days Ago
Handle auth transfering between bbs and boat
38 Days Ago
Close shockbyte and connection modal automatically if you move off the play page
38 Days Ago
Ported shockbyte modal over to our new menu framework Refresh all server listings in the warmup instead Ensure background video uses URL
38 Days Ago
Add heavy voicelines to ask his teammates to flank when players waste their time shooting his front armor, not hooked yet
38 Days Ago
Additional safety on steam inventory crafting InitAsync
38 Days Ago
New scene, no gameplay
38 Days Ago
merge from main
38 Days Ago
Do not send RPCs for bullets bouncing off heavy's armor. It'll add unecessary network overhead and delays, just do it on the clients. This requires forwarding OnAttacked to EntityComponents and renaming resource dispenser's OnAttacked.
38 Days Ago
More profiling
38 Days Ago
merge from new_menu
38 Days Ago
Cart button fixes again
38 Days Ago
Merge from naval_update
38 Days Ago
Rewrite of the DeferredIndirectLightingPass class to make it more robust and prevent it from being disabled when it shouldn't be
38 Days Ago
Optimised the rest of the empty pools in the play page
38 Days Ago
Merge from main
38 Days Ago
Prewarm flex virtual scrolls in Bootstrap to prevent most of the stutters once you first load up
38 Days Ago
Fix typo in primitive changelog Workbnech is no more. Rust is once again playable
38 Days Ago
Tweaked limited tab scroll hitbox
38 Days Ago
Fixed cart button issues on owned pack
38 Days Ago
Remove sunset background video (looks bad)
38 Days Ago
Remove water treatment background video
38 Days Ago
Removed all the remaining FlexGraphicTransform on texts
38 Days Ago
Preload 20ish server entries for the busiest server categories (stutter not totally resolved) FlexVirtualScroll can now preload objects IsBanned uses a Trie map to improve its performance
38 Days Ago
Removed localization on bootstrap texts, causing NRE as its not accessible yet
38 Days Ago
merge from main
38 Days Ago
Fixing modals
38 Days Ago
More auth wip
38 Days Ago
Fixes
39 Days Ago
merge from fix_listplayerreportcounts_command