198,617 Commits over 4,140 Days - 2.00cph!
Bears no longer turn into logs when they die.
Added hacky as fuck filtering for AssetEnumAttribute/Drawer
added truck animation to scene
Fixed revz loading in DX9 broken (RUST-907)
Cleaned up reverse depth code a bit
accidently left bool flag on
Added Fleeing flag and tweak fleeing related behaviour a bit.
Projectile entity distance verification takes entity speed into account instead of always assuming the worst-case (i.e. helicopter)
isCarryingLTorch and isCarryingRTorch bools setup with left and right hand animation mask layers
improved boar/warthog run/walk animstions a bit
Fixed projector multiply decal shader compilation errors
Nuked image outline shader; wasn't compiling / up-to-date
Automated Linux DS Build #342
▋ ▇▇▌▋▋▋▌▍ ▅▉
!▊ ▄▅▋▄▅▆▉ ▇▌▊▊▊▄ █▌▌▉ ▉▌▇▊▋▋▉▄▅█ ▋▍▇▉▆█▊▅▄ ▄▆██▊▇
!▇ ▄▋▋▋▇▌▌▇█▆ ▅▄▆█▅▄▄▌▌ ██▅▇▅▇
Automated Windows Build #342
Automated Linux Build #342
Attempted to accurately port the fleeing calculation from the spreadsheet.
Disable queued decals & post-processing
CMaterialSystem::AllowThreading changes from upstream
Include desync / lag in projectile verification
working version; needs projection fix
Fixed violations not ticking down when AFK
Reverted tiny FinalizeTick change from earlier this week
Server compile fix (cc diogo)
Fix for BR spectator cam (hopefully)
▊▇▆██ ▉▇▇▄▇ ▄▍▋▍▊▊ ▇▋▄▍ ▄▌█▉▋▇█▇▆▆ ▅▋█▆▊▆▅▊▇█▄▄ (▆▅▇▊▍▆▋█ █▅ ▍▋▋▋▌▋▋)
fixed snapping on rock idle player anim
▊▍▊▌▇▇▆ ▇▇▅▉▉▅▄▄▍ ▅▄▅▋▇▇▌▆▌▊▆▊
Added a wee bit more robustness to the OnBreak function (testing for null, rather than trusting our gpv is not a reset gpv (eg. when GP is null)).
Used "i" iterator over list when "j" should be used, would sometimes lead to out of bounds error unless "i" magically happened to be within the scope of "j".
Added shaderforge to beep project
Created new paintable truck shader
Created temporary paintable texture
BehaviourChain.Break invokes OnChainBreak...
More detailed hit stat tracking
all these are yet to be setup in code;
triggerConfused for humans to play when they dont know what to do
isDancing for humans to enable when they should dance
isCarried for animals to enable when they are dead and being carried on shoulder (animations only setup for bear and deer)
BehaviourChain.Add ignores Behaviours with empty ActionChains
BehaviourChain.IsValid is set explicitly at the end of DM
smartojbect_test repro setup
Added actual error messages to CMatQueuedRenderContext::AllocVertices/CMatQueuedRenderContext::AllocIndices
CMaterialSystem::GMOD_FlushQueue only finishes current render job when necessary rather than every call (makes render.RenderView not super slow)
Use render queue for Lua IMaterial setters/getters
█▅▇▆▆/▍▅▌▊▅▊▅▊▋ ▋▋▋▌ █▍▋▄▊▄ ▍▋▊█▋ ▋▍▆▊ ▉▅▌ ▌▉▉▌▍▊▋▊▆ ▄▇█ ▄▆▍ ▍██ ▇▇█▆▆▉ ▆▋▄▍▆▇ █▅▉▌▌▆▇▉▍▅
FOR FUCK SAKE missing file
█ ▋▋▊▆▋▄ ▌▍▍ ▄▊▄▋ ▅▄▊▄█▋▄▉▄▋ ▅▄▇▊▇
▇▊▋ ▉▉▌▍ ▉▍▌▍ ▉▆▌▌▆▌▄ ▉▆█▅▌▌ ▌▋▍▋
▍█▅ ▇█▉▊ ▆▇▅█ ▌▅█▋▆ ▉▆▌▊▅▉▇▍
Effects tweaks, editor improvements
Added a prefix to all Effect names
Removed Alive Effect, now handled by Awake and Sleeping