reporust_rebootcancel

126,618 Commits over 4,109 Days - 1.28cph!

10 Months Ago
Skin bundles
10 Months Ago
merge from world_update_2
10 Months Ago
Addd AO maps for all medium and large rock formations Unfiied the look of all rock textures
10 Months Ago
▊█▉▉▉▍▆ █▄▅▅▍▆▆▇▅ ▅▆▍ ▉▊▇▄ ▄█▌▊▌▆▇▋▄▆▄ ▆▆▊▋ ▌█▍▊ ▊▍▋-▆▅▊▆▇▌ █▆▇▅ ▆██▅▊▆█▅▊, ▇▅▊▆▍ ▅████▉▍▋▄ ▇▅▊▄▉▌▉▇▌, ▌▌ ▄▌▅▉ ▆▅▉▉▍ ▊▊▊▍▊ ▅▍█▍▋▌ ▅█▇▅ ▄▍▆▌▇▅▍▇ ▋▇ ▍▇▇ ▌▅▆▍█▋█ - ▋▉▋██ ▍▅▇▄▄▋▉█, ▄▉▇▍▋▅▌▋▇ ▌▊▋▌▉▉, ▌█▌▋▋▍ █▉▆▌█▇
10 Months Ago
Null check on water visibility grid, should stop scene issues with terrain (didn't catch it was executed in edit mode as well)
10 Months Ago
Bugfix: Rcon no longer waits for first command to start broadcasting log messages Tests: Connected to server via test RCon page - started seeing output immediately
10 Months Ago
New: RustLog utility - consistently formatted logs with conditional output - Extracted from BaseMonoBehavior, with forwarding of it's logs to RustLog - Added Item category We have scenarios where we have categorized logs in cases where we don't have BaseMonoBehavior available(Items) - this fills that niche. Tests: Built all modes in editor. Ran with Network logging enabled - saw expected output. RCon page was good.
10 Months Ago
Update: regenerated ItemManager.EnablePooling command Forgot to do it in previous submit Tests: none, trivial change
10 Months Ago
Merge from world_update_2
10 Months Ago
update non-convex mesh tool to check for deployables that place onto slots without socket chekcs
10 Months Ago
Convert existing darts to use dartmod
10 Months Ago
Update: ItemRemove now schedules self recycling on Client - subject if ItemManager.EnablePooling is set or not This can automatically handle cases where we have client-side WorldItem & ItemContainers storing client-side items(amortizes synchronization) - but needs code fixing for that. Tests: Tested dropping items(with pooling disabled it's ok, with enabled it's borked), equipping armor(same) - will fix in next CLs
10 Months Ago
wip dartmod
10 Months Ago
bumped exception report message max size to 600 and tied it to a convar (can't be set lower than the original maximum) - this codegen also includes the new servside ragdoll default convar from 104903
10 Months Ago
Merge: from main Tests: Build Server mode in editor, all good
10 Months Ago
Clean: comment explaining Client-side exclusive ItemManager use Tests: none, trivial change
10 Months Ago
▄▌▇▄▋ ▆▉▇▌ ▉▄_▊▇▊▅_▌▆▅▆█▅▄▊▍ (▌▅▆ ▋▄█▅▆▌▇ ▅▄▄▄█ ▊▄ █▋▄▄▇▇ ▅▋▍▋ ▊▇ ▄▍▄▅▇▅ ▊▍▌▇)
10 Months Ago
Merge from main
10 Months Ago
█▉▊ ▌▇▇▅▌ ▊▅▆▌ ▊▅█▆▌▉▅▄▄ ▋█ ▊▋▉█▄▋ ▊▌▍█ ▇▌ ▄▆▇▆▅▆
10 Months Ago
Merge: from main Tests: editor build for all modes(Server borked, but fix coming)
10 Months Ago
Bugfix: Don't leak pooled lists in RunInRadius<T> Thanks for the report! Tests: ran admin commands that would generate a leak - no more.
10 Months Ago
Merge from main
10 Months Ago
More backups
10 Months Ago
Backups
10 Months Ago
cave reverb fix
10 Months Ago
Parent merge
10 Months Ago
Merge from world_update_2
10 Months Ago
Fixed collision issues in cliff_jutting_d
10 Months Ago
Set biome visuals for all huge, large and medium rocks so that they have biome matching colors Reenabled rock formations in arid Made small rock formations spawn in arid
10 Months Ago
BR zone lines display on water surface and terrain underneath
10 Months Ago
hc revolver - fix for showing too many shells in the reload ( now hides 3p fx when in 1p)
10 Months Ago
Update: ItemManager is available on the client - Like server, ticks in the background and cleans up items - when creating/loading items can optionally specify whether it's client-side or server-side item (checked in exclusive modes) - Made EnablePooling a replicated var, it disables clientside effects We have a bunch of client-side item allocations that we don't correctly clean up - this will help deal with that. Tests: built all modes in editor
10 Months Ago
▇▊▋▄ ▅▋▄▇▇▆▇▋
10 Months Ago
New large coastal rock formations Converted coastal rock terrain filters to use radius and added decor checks Tweaked all coastal rock prefabs to prevent overlaps Tried to make coastal rocks spawn only next to cliffs Added arctic variants of jutting cliffs
10 Months Ago
vm hc revolver anim event update
10 Months Ago
vm hc revolver - tweak to anim event to spawn shells
10 Months Ago
- Radioactive water now inflicts damage on the person carrying it. - Fixed uncessesary send update rad checks
10 Months Ago
vm hc revolver - added toggle gameobject settings to animator (to hide & show shells in cylinder where needed) - added anim event to spawn shells into the world at end of reload (so they land on the floor)
10 Months Ago
Fixed GUID error when dropping an item with ItemModContainerRads
10 Months Ago
Bugfix: don't leak an item if creation request was invalid Tests: none, trivial change
10 Months Ago
▊▌▊▆▆ ▇▆▋▋ █▌_▉▅▇█_▆▍▋▅▊▋▍▋▊
10 Months Ago
bunch of bullshit
10 Months Ago
▉▆▆▌▇ ▊▇▋█ ▊▇▄▋
10 Months Ago
siege tower wip
10 Months Ago
Add more cover types
10 Months Ago
Merge from fix_barricade_launch_mounds -> main
10 Months Ago
S2P launch site
10 Months Ago
Mark the mounds at launch site as "allow barricades" to fix barricade placement on top of them
10 Months Ago
Merge from fix_barricade_new_cliffs -> main
10 Months Ago
Bugfix: don't create and access a dangling Item when Pooling is enabled - at the same time it also optimizes inventory processing by batching the update as a result of multiple equipment events. Tests: Tested by loadinga a save that borked the inventory by spawning NPCs - passed. Also validated that in multiplayer, wearables update when the player sleeps if they got changed by a different player.