127,457 Commits over 4,109 Days - 1.29cph!
[D11] [UI] Fixed recycler text wrapping incorrectly. Fixed loading icon on rust coins page not showing correctly.
[D11] Adds missing pdb meta file
[D11] Adds missing pdb meta file
[D11] Fixes 2727 xbox crossvoice crash bug
[D11] Removes crossvoice temporary disable code.
Fix error when adding skinnedmeshcolliders
[D11] [UI] Fixed folder name for platform images.
Compile fix for server build
[D11] Removes a few more debug strings from crossvoice dll
[D11] removes stray debug printf's that were causing crashes on xbox one
Merged from crafting_improvements. Fix a tooltip glitch when icons refresh after favourite toggling. SelectedBlueprint now refreshes favourite status on toggle too.
fixed missing backface/holes on piano_lod0
[D11] Popup fix and WIP for extending a server
[D11] [UI] Fixed hard to read icons on Recycler and Mailbox loot panels.
Added LightLODs to sceneLOD
Caching stuff on wearables.
Junkyard S2P
Stripped obsolete lighting from all the bunker prefabs.
[D11] update to new hdrp rust sky setup (not quite right, clouds don't seem to be working, but this should fix some problems we're having with the intermediate sky system on the newer hdrp packages)
[D11] [UI] Changed BGM audio 48kHz.
Merge from crafting_improvements
[D11] [UI] Adjusted Header text size of recycler and mainbox loot panels to help readability.
[D11][UI] Hooked up ban and unban rustworks request to connected players reporting flow
[D11] Relinked BGM file in project settings.
[D11] [UI] Fixed incorrect icons on map page. Fixed bug where triggering teleport input while teleport popup was active would register and queue a new teleport event to show after the current popup closed.
Do the category jiggle on the Favourites category when favouriting an item.
[D11] [UI] Added test Background Audio for PS4 platform.
Favourite icons now have active/inactive colours, toggle on hover and favourited status.
Moved some duplicated code to a single location, called by all favourite UI code.
[D11] Removed extra telemetry log dumping when new player connection is inferred, and from the server console command. Support for this will be through the Rustworks event log.
Made all new map markers scale independent
Improved ImagePosToWorldPos calculation
fixed wrong normal on the guitar
Wheel rotation rate now adjusts differently when wheel is not grounded
REVERTED averageVelocity removal from #
39748. Native velocity methods weren't accurate/smooth enough
Modified tire friction and steer values
From code review: Don't reuse ProtoBuf class. Protocol++. Plus formatting.
adding guitar, world model + lods
From code review: Don't reuse MaxThrust Vector (+ some reformatting)
From code review: Change driver input sets to be a ListDictionary, and use method getters instead of properties.