reporust_rebootcancel

144,175 Commits over 4,444 Days - 1.35cph!

2 Months Ago
Ensure new error panels alpha is auto set to 1
2 Months Ago
Attempt to scroll auto complete when navigating
2 Months Ago
Prevent new error ui from autowiping its errors depending on alpha state
2 Months Ago
Autocomplete now shows in a scroll
3 Months Ago
Added an Attachment label, use this to populate the Icon Renderer
3 Months Ago
- Enter only intercepts if the user has navigated to a suggestion with the arrow keys. If they just typed a command and hit Enter directly, it submits as normal. - Added a console command to test NRE's
3 Months Ago
Pressing enter on autocomplete entries submits them to the console input field
3 Months Ago
Add light/dark rows to the command list
3 Months Ago
Fix missing attachment slot on manager Add ownership check to Picker
3 Months Ago
- Mark convars that are methods with [METHOD] in autocomplete + Command List - Add a scrollbar to console - Clamp command list scroll instead of elastic - Refactor autocomplete logic - put it all in a single script - Reposition auto completes so they go top to bottom now
3 Months Ago
Update attachment visibility if player changes perspective
3 Months Ago
Fix height sample double scaling
3 Months Ago
Add TerrainData static property on TerrainMeta Remove the Terrain static property Fix server nre Add heightsampling method with terraindata Simplify TerrainRenderer operations
3 Months Ago
Cache animation clip values on the RootMotionData class, access those instead of the direct animation clip at runtime Strip all AI meshes from the server (including animations)
3 Months Ago
Merge from hackweek_server_mesh_cull
3 Months Ago
Compile fix
3 Months Ago
Commit 2/2
3 Months Ago
Added an editor test to check all mesh colliders on every prefab in the project for the r/w flag This is going to be a trickier issue to debug now that non r/w meshes are being stripped from the server - in the past they would throw an error on startup which would make it easy to find offending meshes, but now they will just not collide with anything Checks 4095 prefabs, takes about 10 minutes Enabled r/w on 32 meshes, test passes Commit 1/2 because of plastic
3 Months Ago
merge from store_steamdown_fix
3 Months Ago
Show store connection issue modal if GetItemDefinitionsWithPrices returned null
3 Months Ago
Merge from main
3 Months Ago
ignore .DS_Store in Rust.RenderPipeline git repo
3 Months Ago
Merge from egg_demo_fix
3 Months Ago
Fixed easter eggs not rotating in demos
3 Months Ago
update player_preview prefab
3 Months Ago
implement optional per-camera lighting overrides (reflection probe, main light exclusion, etc), to support player preview camera
3 Months Ago
Compile fix
3 Months Ago
Animation update for the changed shader.
3 Months Ago
More light updates and fixes.
3 Months Ago
Merge: from main
3 Months Ago
Merge: from useplayerupdatejobs3/free_tasks - New: fork of Cysharp/UniTask with less allocs - Optim: reduce allocs around tasks in Jobs 3 mode Tests: jobs3 on craggy with 2 players, built client and booted
3 Months Ago
More fixes and consistency changes.
3 Months Ago
Merge from viewmodel_early_disable_fix
3 Months Ago
Fix issues with viewmodels disappearing
3 Months Ago
Merge from tunnel_netgroup_fix
3 Months Ago
Increase tunnel layer threshold from -40 to -20 so more underground tunnels get network culled from the surface (and the opposite)
3 Months Ago
Restored ctrl tab to cycle through item list and vehicle list categories
3 Months Ago
Rerun s2p for launch site
3 Months Ago
merge from waterwheel_deployable
3 Months Ago
merge from autoconnect_menu_fix
3 Months Ago
Moved the autoconnect command line stuff to happen at the end of bootstrap init so the main menu doesnt explode
3 Months Ago
waterwheel fixes: - added blocked warning when wearing incompatible clothes - fix blockbuilding volumes - fix rotation of manual use - fix can pickup with player mounted - add new protection asset, guns can damage now
3 Months Ago
merge from deployvolume_fixes
3 Months Ago
Fix fish trophy no longer placeable on walls
3 Months Ago
cinematic textures for hamster water wheel
3 Months Ago
merge from hatch_collider_fixes
3 Months Ago
Hopefully the last seal now
3 Months Ago
refactor to allow subscriptions to nodes of the Grid<>, this lets us sleep the polling when the coarse query grid is completely empty and resume ticking it when it is populated again
3 Months Ago
fix for "Back of water wheel very dark in shadows"
3 Months Ago
Reduce console input size, reduce size of auto complete entries