reporust_rebootcancel

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

2 Months Ago
Remove now empty entry in KillAllAnimals mission objective asset
2 Months Ago
deployable_snapping_fix_2 -> main
2 Months Ago
Fix another reference to the old wolf in the trophy data
2 Months Ago
- Return JobHandle for CheckSpheres - Start re-ordering physics queries in fly checks to (attempt to) maximize performance - Add 'JobsSkipLocalQueue' convar which, when enabled, will flush local jobs queue after certain jobs are scheduled - gamephysics/antihack consistency tests pass
2 Months Ago
Cleanup
2 Months Ago
Fix invalid angle in split builds where the server recomputerd rotation from the floor normal instead of the wall normal
2 Months Ago
Minor lens flare tweaks.
2 Months Ago
update apartment_complex_monument/prototype
2 Months Ago
Update manifest
2 Months Ago
Set up sound anim events for binoculars viewmodel, added sounds for deploy
2 Months Ago
Codegen
2 Months Ago
Merge from main
2 Months Ago
Fix new AIs not moving when ConVar.AI.useUnityNavmesh is set to 1
2 Months Ago
merge from main -> apartment_complex_monument
2 Months Ago
S2P'd some stuff to fix compact ceiling light regression.
2 Months Ago
Reapply the increased building blocked + added safezone from the merge
2 Months Ago
Merge from 3p_spectator_improvements
2 Months Ago
Fix potential NRE when starting debug camera
2 Months Ago
merge from main
2 Months Ago
merge from apartment_complex_monument/prototype -> apartment_complex_monument
2 Months Ago
Take scrap from the apartment every 30m for rent payment
2 Months Ago
Remove TC prefab from medium apartment
2 Months Ago
merge from main
2 Months Ago
merge from main
2 Months Ago
merge from automated_testing
2 Months Ago
Fixed local client player being killed by the tests TearDown (entity snapshot clearing)
2 Months Ago
removed duplicate asmdef refs
2 Months Ago
Added baked textures for the LODBakerTestPrefab
2 Months Ago
Fixed a texture format issue within the LOD Baker that was preventing the correct texture slice from being sampled
2 Months Ago
Fix oilrigs not having navmesh when outside of map bounds
2 Months Ago
Apartment bed prefabs and lods
2 Months Ago
BDU set models, materials and textures added. Set up prefabs for all bdu/ballistic items.
2 Months Ago
Updated the LOD Baker to take into account per-mesh instance transformations and materials
2 Months Ago
Potential fix for ResetPath error spam
2 Months Ago
merge rust_relay_server -> main
2 Months Ago
edited 3p sprint update anim
2 Months Ago
Update second gingerbread npc, should fix nre
2 Months Ago
Skinning update for wooden armour jacket
2 Months Ago
Update source entity of wolf corpse, should fix broken head trophy
2 Months Ago
Merge from viewmodel_early_disable_fix
2 Months Ago
Move viewmodel clear config file
2 Months Ago
merged main -> rust_relay_server
2 Months Ago
vendingmachine_ui_refresh -> main
2 Months Ago
Reconfigured the LOD Baker GUI to work based on mesh instances with a prefab rather than meshes themselves, as you may want to bake multiple of the same mesh with different materials or transforms
2 Months Ago
Fix the weird input font
2 Months Ago
Changed vending machine loot panel over to a light + transparent theme to better go with the rest of the ui
2 Months Ago
Fixed passed/failed filter text width
2 Months Ago
Throw if the scoped convar doesn't have a SetOveride (methods)
2 Months Ago
Fixed scoped convars being case sensitive Failing to find a convar now throws, will fail the test if throwing during SetUp/TearDown or in the test body
2 Months Ago
Merge from viewmodel_early_disable_fix