reporust_rebootcancel

134,402 Commits over 4,444 Days - 1.26cph!

11 Months Ago
Fix ban notifications not coming in
11 Months Ago
Disabled mip map limits on cannot_see_icon to fix low resolution debug.invis icon overlay when using low graphics settings
11 Months Ago
Update: shaping up SendEntityUpdates, not complete I'll need to refactor out sending logic from parallel server occlusion, and reuse some previous results, but at this point the direction is clear Tests: compiles in editor
11 Months Ago
Fix tugboat, scraptranspoheli light lods -> dynamic
11 Months Ago
WIP on farm barge
11 Months Ago
Update protobuf deserialization of navdata
11 Months Ago
add bootleg ambient boost gradient to see if we can get some more ambient light at 7 am
11 Months Ago
fix clouds null ref outside play mode (introduced with demo timescale fix)
11 Months Ago
Fix compile errors
11 Months Ago
Fix query vis job runner not ignoring terrain holes.
11 Months Ago
Chandelier raise/lower interaction priotity logic
11 Months Ago
Rebase on current /main
11 Months Ago
Update: slightly more landscaping Tests: none, trivial changes
11 Months Ago
merge from projectiled_batched_demo_fix
11 Months Ago
merge from background_flickering_fix
11 Months Ago
merge from tutorial_video_fix_2
11 Months Ago
Merge from ./command_buffer_indirect because I'm stupid
11 Months Ago
Revert model importers and materials to the state they have on /main
11 Months Ago
merge from steaminventory_price_fix
11 Months Ago
merge from initial_description_fix/server_description_wait/server_logo_incorrect/connect_modal_nre_fix_2 (..to be continued)
11 Months Ago
(WIP) SIMD frustum culling implementation
11 Months Ago
merge from vanilla_techtree_fix
11 Months Ago
Update: being brave and replacing an if-continue with an assert Tests: none, read through code to confirm it should hold
11 Months Ago
Increase minimum considered graphics memory for texture streaming budget calculations to 8 GB. This should reduce blurryness on lower end GPUs, possibly at the cost of frame rate.
11 Months Ago
reduce the amount of smoke, lower volume of sfx
11 Months Ago
Increase minimum considered graphics memory for texture streaming budget calculations to 8 GB.
11 Months Ago
▊▉▄▉▅▇▍
11 Months Ago
▄▇▇▇▋▉ █▍▊▉▍▍▍▆
11 Months Ago
Merge from /main
11 Months Ago
Merge from ./vram_budget
11 Months Ago
Chandelier progress Prefab tweaks
11 Months Ago
Added DisabledIf attribute for entity menus, for when you want to show a disabled interaction
11 Months Ago
Update: start on BasePlayer.ConnectedPlayersUpdate - Inlined BasePlayer.ConnectedPlayerUpdate and cleaned up the styling - Annotated potential loops to optimize/offload - Removed dead IsReceivingSnapshot check Tests: none, trivial changes
11 Months Ago
Merge from ./command_buffer_indirect
11 Months Ago
Bugfix: Parallel ServerOcclusion - get rid of extra ShouldNetworkTo checks - Added a note explaining why we're not offloading network-cached children to worker threads Tehnically previous version added an extra check due to APIs being used - this brings it back in line with serial count. Tests: 2p session on craggy with UsePlayerUpdateJobs 2
11 Months Ago
very weak angular drive spring on ceiling light so it can't rest weirdly but still tilts nicely
11 Months Ago
lr300 animation update
11 Months Ago
Properly break out of GetRules() if rules are null
11 Months Ago
New, cleaner pipeline for setting server logos. Connect modal doesnt do anything. Fully handled by PlayerJoin system
11 Months Ago
merge from bc_viewmodel_fixes/frontier_hatchet
11 Months Ago
re-tuned BC on frontier_hatched_VM now that it's rendered in VM space rather than world - less jitter - actually moves in the right direction when spinning
11 Months Ago
Consolidate market price error handling
11 Months Ago
Fixed some items showing as marketable locked when they shouldn't
11 Months Ago
corrected rotation delta rootmotionstrength modifier, was ivnerted
11 Months Ago
Clean: simplify SendAsSnapshotWIthChildren - remove includeChildrensChildren - it was always set to true - remove the children null check - it's always created/set Tests: compiles in editor
11 Months Ago
Update indirect instancing tools with new mesh r/w logic
11 Months Ago
Connect modal: Ensure description is always cleared whilst we wait for the new one to arrive Add a spinner showing the description is still 'updating'
11 Months Ago
String lights generation optimisations and refactoring Lights and batched mesh are culled Fixed changing graphics quality turning all string lights off
11 Months Ago
Fix workbench tech trees in vanilla gamemode
11 Months Ago
Bugfix: Parallel ServerOcclusion - serialization now happens only on main thread - main thread doesn't try to process lost pairs and already-serialized found pairs tasks anymore - serializing work is longest Previously serialization was offloaded to worker threads, but after investigation discovered that it would kaboom due to accessing scripting API. So instead, we offload to worker threads only players + entities that we can guarantee won't trigger serialization. Tests: 2p session on craggy with UsePlayerUpdateJobs 0, 1, 2 - ran around, switched weapons, disconnected