reporust_rebootcancel

137,113 Commits over 4,352 Days - 1.31cph!

9 Minutes Ago
▋ ▍▍▋▉▉▇▋▆▉ ▊▆█▋ █▄ ▅▇▅▅▅ ▉▇▉▇▌▋▆▍▇ ▍▇▍▆▇▉▌▄▇ ▇▊▍▅▊▊▋▍ ▍█▊ ▌▍▄▍▌▆▊█▇▊▋ ▅▌▍▊▇ ▇▆ █▍▆▄▍▋█ ▆█▊▌▊▍▋ ▋▇█▄▇▄ ▇▅▍▇▋▋▉▉▄▅▄▇▇▊▉ █▇▋ ▍▆█▊
53 Minutes Ago
Override terrain texture globals with nearest deepsea island
1 Hour Ago
Added simple IK solver, allow us to lean and shift the pelvis on slopes without going full crazy with LegsAnimator Increased the speed at which we align with the ground, feels better and seems to help reduce collision damage at high speeds
2 Hours Ago
- Swap SendModelState over to a dirty system. Only update if dirty instead of every tick. - Included properly in save/load for players joining network range SendModelState was running every player tick. This was using 54 bytes per player per tick. The player was wastefully saving/loading this information as well (but not all of it, only some of it) This was also expensive ms wise on the server - this will cut it back
3 Hours Ago
▉▄▍▉▄▋ ▌▋▄▌ ▇█▉▉█▋▍▅▌▆▌▅▊▄██▅▄▅▆▆▋▍▍▌▄
3 Hours Ago
▄▋▆▇ ▉▌█▆▍▉▉▊ ▌▄▋▅▉▉▌▌▋▌█▊▇▋▆▇▌█▌█▉▍▉▄▋▉▉
3 Hours Ago
Merge from main
4 Hours Ago
Use Vector3.Distance instead of BaseEntity.Distance as distance is a closer match to the previous behaviour for crossbreeding
4 Hours Ago
fix EmissionToggle with indirect instancing
4 Hours Ago
fix EmissionScaledByLight with indirect instancing
4 Hours 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
4 Hours Ago
Another artifical temperature safety check
5 Hours Ago
Point the serverlist to the new HttpClient
5 Hours Ago
Create single shared HttpClient inside WebUtil
5 Hours Ago
Animation tweaks pass, added slight body lean when turning Fixed wheel collider having some weird residual angular velocity
5 Hours 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
5 Hours Ago
manifest_size_optimizations -> server_browser_optimizations
5 Hours Ago
fix_server_browser_compression -> server_browser_optimizations (2)
5 Hours Ago
fix_server_browser_compression -> server_browser_optimizations
5 Hours Ago
server_side_list_filters -> server_browser_optimizations
6 Hours Ago
Empty servers are now excluded from the API response rather than filtered out by the client
6 Hours Ago
Compile fix
Today
Cannon anim update and blend fix
Today
Fix divesites spawning under boats
Today
Updated meshes, previous meshes were exported with Embeded media turned on and were huge in size.
Today
apartment lights prefab updates
Today
merge from boxes_dlc
Today
merge from boxes_resource_refactor missing commit message: "refactored box resources for better GC and consistency over network save/load"
Today
Add command to refresh server list manually (for testing download)
Today
Fix seed not being applied to weather preset selection/order correctly
Today
Clean: simplify TestNoClipConsistency unit test Tests: ran updated unit test
Today
merge from main
Swap logic check round for the cache isOn
Try/Catch instead of just rawdogging it
- 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
Today
culling mode set to animate all on salvaged axe viewmodel prefab
Today
Fix missing compression headers from ServerList HttpClient - allows serverlist to download in gzip as intended
Today
Fix animals and naval scientists only fleeing or being passive
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
Today
Fix path not logging to vddraw, fix animals always fleeing
Today
Phrase update
Today
removed TriggerWakeAIZ, made gizmos less obnoxious, just use player querygrid directly instead of connections
Today
Merge: from spectate_stay_after_dc - Bugfix for disconnecting players staying standing with UsePlayerUpdateJobs 2 Tests: spectated disconnecting server
Today
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.
Today
Fix animals running in circles
Today
Fixed artifacts caused by dithered objects being rendered in front on subsurface scattering type objects
Today
▊ ▊▅▋ ▋▆▍ ▄▌██▍▄▌ ▉▍▍▌▍▌▊▌▉▊▍▉
Today
replace procedural creation of TriggerWakeAIZ in dungeons with WakeAIZ
Today
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)