userandrecancel

12,539 Commits over 3,806 Days - 0.14cph!

8 Years Ago
Changed how armor absorbs damage (so clothing and armor correctly add up)
8 Years Ago
Pressing R rotates placement guide of objects (WIP, can do more cool stuff with this) Network++
8 Years Ago
Added ammo type to combat log
8 Years Ago
Projectile AH improvements Network++
8 Years Ago
Fixed layer toggle with no name in F1 tools
8 Years Ago
8 Years Ago
PositionLerp and BoneFollower no longer conflict with each other on parented entities Projectiles can be picked up immediately after they hit something
8 Years Ago
combatlog correctly displays the latest 30 entries (use combatlog 100 until this is live)
8 Years Ago
Fix for RUST-1168
8 Years Ago
Tweaks
8 Years Ago
Fixed twig strong side not receiving any damage from arrows
8 Years Ago
Benchmark scenes force Random.seed to be identical on every run
8 Years Ago
Fixed duplicate colliders on some picture frames (RUST-1184)
8 Years Ago
Improved skinned mesh collider performance by doing a trivial reject against the mesh bounds
8 Years Ago
Network++
8 Years Ago
Removed metal shopfront item (not ready for prime time yet, subtract this when it is)
8 Years Ago
Grenade wall placement uses spherecast, less range
8 Years Ago
Fixed projectiles very rarely breaking / sticking with break / stick probability of zero
8 Years Ago
Grenades don't do splash damage to constructions when attached to construction (balance, exploits)
8 Years Ago
8 Years Ago
Added combatlogsize server convar
8 Years Ago
Grenades can be dropped with right click When looking at constructions, grenades are attached to them when dropped with right click Network++
8 Years Ago
Grenades stack to 5
8 Years Ago
Adjusted some throwable damage types to be the same as for their corresponding melee strikes Thrown items lose condition on impact and break when their condition is zero Thrown items no longer randomly break and disappear (only break when their condition is zero)
8 Years Ago
Twig building tier takes damage from arrows
8 Years Ago
Fix for RUST-1168
8 Years Ago
▇▌▌ ▅▊▇█▄▍█▋ ▌▄▉▄▍██▄ █▋▅▇▇▆ ▇▅▆▇ ▌▌▊▉▉▍▉▊ + ▌▄▍▆▅▄▉▌
8 Years Ago
Spears use arrow damage type when thrown Added throwable damage properties
8 Years Ago
Increased effective distance, projectile velocity and damage of semi auto rifle slightly
8 Years Ago
Reduced max projectile damage falloff over distance Increased projectile damage falloff distance
8 Years Ago
Fixed NRE when shooting players in Perf.Playermodel scene
8 Years Ago
Added server side combat log that keeps a history of dealt and received damage (access via combatlog console command)
8 Years Ago
NRE check
8 Years Ago
Added bone name to vis.damage
8 Years Ago
Changed the assigned body parts of some lower body player bones (since the upper legs of the mesh are skinned to the hip bones)
8 Years Ago
Reverting some model state tick changes I believe to be fucked
8 Years Ago
Fixed item containers of certain weapons being locked for player input (cc Helk, regression from 15732)
8 Years Ago
Warn on duplicate bone ID in skeleton properties
8 Years Ago
Rocket LOS check improvement (RUST-1152)
8 Years Ago
Damage properties are stored on projectiles Shotgun buckshot uses headshot damage multiplier of 1.25
8 Years Ago
Fixed InvalidOperationException in OnProjectileAttack (RUST-1157)
8 Years Ago
Projectile velocity is no longer randomized Projectile velocity is no longer causing RNG damage Projectile damage falls off linearly with distance (after an initial max damage distance) Projectiles can specify effective projectile range + corresponding damage multipliers Damage multipliers are determined exclusively by weapon damage properties (removed projectile max skeleton mult) Weapons and weapon mods can adjust projectile damage, distance and velocity separately Network++
8 Years Ago
Increased arrow headshot multiplier to 1.5 to maintain one-shots when not wearing any head protection
8 Years Ago
Removed obsolete protection property info from game manifest
8 Years Ago
Tool cupboards can no longer be placed on foundation stairs
8 Years Ago
Removed a legacy socket mod from tool cupboard (forced a huge distance between walls and cupboards)
8 Years Ago
Reduced bow / crossbow headshot damage multiplier to 1.25
8 Years Ago
Arrow damage type impact effects and headshot sound
8 Years Ago
Added arrow damage type (no longer using the same as bullets) Structures no longer take damage from arrows
8 Years Ago
Fixed patrol helicopter guns not using GetEntity to retrieve entity from RaycastHit (required for batched colliders)