reporust_rebootcancel

139,985 Commits over 4,383 Days - 1.33cph!

42 Days Ago
fix EmissionToggle with indirect instancing
42 Days Ago
fix EmissionScaledByLight with indirect instancing
42 Days Ago
Update the rest of the codebase (where applicable) to use the shared HttpClient over their own separate instances - analytics - rust+ - nexus - store Only difference is it supplies a user agent & supports compression
42 Days Ago
Another artifical temperature safety check
42 Days Ago
Point the serverlist to the new HttpClient
42 Days Ago
Create single shared HttpClient inside WebUtil
42 Days Ago
Animation tweaks pass, added slight body lean when turning Fixed wheel collider having some weird residual angular velocity
42 Days Ago
Raise launch site so its terrain has room to be lowered into the hole (added Tools/Terrain/Raise Terrain for this) Added an option to SceneToPrefab which automatically lowers the heightmap inside of terrain holes to where colliders are SceneToPrefab will save the heightmap as a separate asset that only the prefab references
42 Days Ago
manifest_size_optimizations -> server_browser_optimizations
42 Days Ago
fix_server_browser_compression -> server_browser_optimizations (2)
42 Days Ago
fix_server_browser_compression -> server_browser_optimizations
42 Days Ago
server_side_list_filters -> server_browser_optimizations
42 Days Ago
Empty servers are now excluded from the API response rather than filtered out by the client
42 Days Ago
Compile fix
42 Days Ago
Cannon anim update and blend fix
42 Days Ago
Fix divesites spawning under boats
42 Days Ago
Updated meshes, previous meshes were exported with Embeded media turned on and were huge in size.
42 Days Ago
apartment lights prefab updates
42 Days Ago
merge from boxes_dlc
42 Days Ago
merge from boxes_resource_refactor missing commit message: "refactored box resources for better GC and consistency over network save/load"
42 Days Ago
Add command to refresh server list manually (for testing download)
42 Days Ago
Fix seed not being applied to weather preset selection/order correctly
42 Days Ago
Clean: simplify TestNoClipConsistency unit test Tests: ran updated unit test
42 Days Ago
merge from main
42 Days Ago
Swap logic check round for the cache isOn
42 Days Ago
Try/Catch instead of just rawdogging it
42 Days Ago
- Grab banned servers only when cache is set to false - Seperate banned servers into its own class seperate from the manifest - Wire a nice await before refreshing currently opened brwoser into the server browser page
42 Days Ago
culling mode set to animate all on salvaged axe viewmodel prefab
42 Days Ago
Fix missing compression headers from ServerList HttpClient - allows serverlist to download in gzip as intended
42 Days Ago
Fix animals and naval scientists only fleeing or being passive
42 Days Ago
Created a small physics engine for Pool - Uses ball and line intersection - Cheap - Data based structure so we can thread it/run on native Still lots to implement. Working proof of concept
42 Days Ago
Fix path not logging to vddraw, fix animals always fleeing
42 Days Ago
Phrase update
42 Days Ago
removed TriggerWakeAIZ, made gizmos less obnoxious, just use player querygrid directly instead of connections
42 Days Ago
Merge: from spectate_stay_after_dc - Bugfix for disconnecting players staying standing with UsePlayerUpdateJobs 2 Tests: spectated disconnecting server
42 Days Ago
Bugfix: ServerOcclusionParallel(Jobs 2) - when spectator is hovering in a net group cell, use that cell's occlusion group As the spectated player disconnected, we would stop populating the occlusion results cache, thus leaving spectator in a frozen-world state Tests: on craggy with Jobs 2 - spectated a player that disconnected, was able to see them sleep. Did same from outside network range.
42 Days Ago
Fix animals running in circles
42 Days Ago
Fixed artifacts caused by dithered objects being rendered in front on subsurface scattering type objects
42 Days Ago
▊ ▊▅▋ ▋▆▍ ▄▌██▍▄▌ ▉▍▍▌▍▌▊▌▉▊▍▉
42 Days Ago
replace procedural creation of TriggerWakeAIZ in dungeons with WakeAIZ
42 Days Ago
Revert 144931, use "Armor" everywhere in the store page instead. Thought "Armour" was the US spelling US English is supposed to be the default (I'll add UK english at some point ok)
42 Days Ago
Armor -> Armour in the storage box store page pack description
42 Days Ago
Skin pass for snow jacket
42 Days Ago
replacing train tunnel prefabs TriggerWakeAIZ
42 Days Ago
merge from main
42 Days Ago
merge from main
42 Days Ago
merge from storepage_boxes
42 Days Ago
Added pack to storage section
42 Days Ago
Merge from PlayerRigUpdate2