reporust_rebootcancel

108,308 Commits over 3,867 Days - 1.17cph!

48 Days Ago
Convert existing darts to use dartmod
48 Days 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
48 Days Ago
wip dartmod
48 Days 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
48 Days Ago
Merge: from main Tests: Build Server mode in editor, all good
48 Days Ago
Clean: comment explaining Client-side exclusive ItemManager use Tests: none, trivial change
48 Days Ago
▄▌▇▄▋ ▆▉▇▌ ▉▄_▊▇▊▅_▌▆▅▆█▅▄▊▍ (▌▅▆ ▋▄█▅▆▌▇ ▅▄▄▄█ ▊▄ █▋▄▄▇▇ ▅▋▍▋ ▊▇ ▄▍▄▅▇▅ ▊▍▌▇)
48 Days Ago
Merge from main
48 Days Ago
█▉▊ ▌▇▇▅▌ ▊▅▆▌ ▊▅█▆▌▉▅▄▄ ▋█ ▊▋▉█▄▋ ▊▌▍█ ▇▌ ▄▆▇▆▅▆
48 Days Ago
Merge: from main Tests: editor build for all modes(Server borked, but fix coming)
48 Days 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.
48 Days Ago
Merge from main
48 Days Ago
More backups
48 Days Ago
Backups
48 Days Ago
cave reverb fix
48 Days Ago
Parent merge
48 Days Ago
Merge from world_update_2
48 Days Ago
Fixed collision issues in cliff_jutting_d
48 Days 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
48 Days Ago
BR zone lines display on water surface and terrain underneath
48 Days Ago
hc revolver - fix for showing too many shells in the reload ( now hides 3p fx when in 1p)
48 Days 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
48 Days Ago
▇▊▋▄ ▅▋▄▇▇▆▇▋
48 Days 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
48 Days Ago
vm hc revolver anim event update
48 Days Ago
vm hc revolver - tweak to anim event to spawn shells
48 Days Ago
- Radioactive water now inflicts damage on the person carrying it. - Fixed uncessesary send update rad checks
48 Days 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)
48 Days Ago
Fixed GUID error when dropping an item with ItemModContainerRads
48 Days Ago
Bugfix: don't leak an item if creation request was invalid Tests: none, trivial change
48 Days Ago
▊▌▊▆▆ ▇▆▋▋ █▌_▉▅▇█_▆▍▋▅▊▋▍▋▊
48 Days Ago
bunch of bullshit
48 Days Ago
▉▆▆▌▇ ▊▇▋█ ▊▇▄▋
48 Days Ago
siege tower wip
48 Days Ago
Add more cover types
48 Days Ago
Merge from fix_barricade_launch_mounds -> main
48 Days Ago
S2P launch site
48 Days Ago
Mark the mounds at launch site as "allow barricades" to fix barricade placement on top of them
48 Days Ago
Merge from fix_barricade_new_cliffs -> main
48 Days 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.
48 Days Ago
Fix wood barricades disabling magnet snapping when sprint is held - this was only intended for high walls as you are often sprinting during combat - allows you to easily snap together wooden barricades
48 Days Ago
add optional material override for foliage displacement strength (replacing vertex color)
48 Days Ago
Healing dart (just a test idea)
48 Days Ago
Merge from Frontier_HighCaliberRevolver
48 Days Ago
parented the new 1p bullet drop to something other than the gun
49 Days Ago
Fixed dropped cartridges having a mind of their own after landing on the ground. Fixed blurriness on them too.
49 Days Ago
Improved wooden barricades blocking other wooden barricades - split into different sized deploy volume for wooden barricades specifically - made the volume shorter and thinner - allows the magnet effect on the edges to draw together wooden barricades on a slope without them blocking eachother as much
49 Days Ago
Fix wooden barricades being difficult to place on the new cliffs - split deploy volumes: one for world layer and another for construction + vehicle + players - moved and shrunk world deploy volume so it doesn't intersect with cliffs as much
49 Days Ago
merge from watervisibilitygrid_fixes
49 Days Ago
Merge from ai_wolf_iteration