branchrust_reboot/maincancel

32,247 Commits over 4,048 Days - 0.33cph!

9 Years Ago
lengthened loaded crossbow deploy anim
9 Years Ago
Fixed revz opengl missing name plates (RUST-1158)
9 Years Ago
Damage properties are stored on projectiles Shotgun buckshot uses headshot damage multiplier of 1.25
9 Years Ago
9 Years Ago
9 Years Ago
9 Years Ago
9 Years Ago
Fixed InvalidOperationException in OnProjectileAttack (RUST-1157)
9 Years Ago
Skip underwater overlay if water excluded from camera culling mask
9 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++
9 Years Ago
Optimized climate LUT blend with single 5-way blend instead of 5 blends Saved a copy blit and mitigated binding induced latency (weird variations) by ping-ponging result Saved a 256K in render texture memory yay
9 Years Ago
Music! (still disabled via music.enabled convar by default for now)
9 Years Ago
tweaked the spear 3rd person pre-throw animations. added new 3rd person pre-throw animations for the rock
9 Years Ago
Decoupled water reflections from water quality; now controlled separately in graphics options Added much faster medium quality water reflections now default value Shader level no longer affects water quality; full control now in water quality and reflections
9 Years Ago
vm pickaxe now the right way round RUST-560
9 Years Ago
high end weapons are found a bit less often in radtowns trash piles refresh their contents (including xp on opening) twice as fast
9 Years Ago
Increased arrow headshot multiplier to 1.5 to maintain one-shots when not wearing any head protection
9 Years Ago
crafting cost reduced for mid/high end melee weapons
9 Years Ago
Removed obsolete protection property info from game manifest
9 Years Ago
Tool cupboards can no longer be placed on foundation stairs
9 Years Ago
Removed a legacy socket mod from tool cupboard (forced a huge distance between walls and cupboards)
9 Years Ago
Reduced bow / crossbow headshot damage multiplier to 1.25
9 Years Ago
Arrow damage type impact effects and headshot sound
9 Years Ago
Added arrow damage type (no longer using the same as bullets) Structures no longer take damage from arrows
9 Years Ago
Fixed rust/std speedtree shaders not using normal map properly + potentially other shaders
9 Years Ago
fixed issues with some melee weapons not striking centre of the screen
9 Years Ago
Merged FasterBuilds branch
9 Years Ago
fixed a null pointer bug with the sleepingEvent code
9 Years Ago
fixed bug with player holding a weapon up to throw and switching to another throwable weapon ( and being stuck in the pre-throw pose )
9 Years Ago
players standing up when sleeping (until you approach them) should be fixed 100%
9 Years Ago
no more empty heli loot crates RUST-1149
9 Years Ago
neck is no longer consistered for headshots derp
9 Years Ago
compile fix
9 Years Ago
no sprinting while reloading the crossbow
9 Years Ago
Fixed patrol helicopter guns not using GetEntity to retrieve entity from RaycastHit (required for batched colliders)
9 Years Ago
Same alu reductions to ocean and river shaders
9 Years Ago
More alu reductions in rust/std fragment shader internal code Simplified rust/std fragment handling of vertex and pixel world normals Touched all rust/std changes to force apply changes
9 Years Ago
Fixed black graphic distortion in dungeon tunnels (RUST-1147)
9 Years Ago
Fixed warning stating motion vectors require depth camera mode
9 Years Ago
Hide rcon password on command line properly
9 Years Ago
Fixed UI.Ingame.Hud layer sort order Added UI.Ingame.Hud.Menu
9 Years Ago
NRE fixes
9 Years Ago
Removing unused
9 Years Ago
Potential fix for rare NRE when cancelling loading screen
9 Years Ago
Fixed NRE in PlayerMetabolism.CanConsume
9 Years Ago
Unity 5.4.0f1
9 Years Ago
Fixed excessive reach on certain melee weapons (for example the rock)
9 Years Ago
Fixed 5 second save spam
9 Years Ago
Fixed projectile speed verification getting inaccurate when server FPS are insanely high
9 Years Ago
Converted some OnValidates to DoPrepare