156,468 Commits over 4,536 Days - 1.44cph!

52 Days Ago
Remove cl_drawleaf (unused) * Not to be confused with r_drawleaf More Lua hook related optimizations * Similarly to stopping gamemode hooks from trying pointlessly read returned bool, do the same for SENTs, also fix some sent types not using pooled hook name strings while others do Some clientshadowmgr changes from CS:GO * To hopefully prevent potential crashes
52 Days Ago
Merge from PMM
52 Days Ago
Merge from satellite_crash
52 Days Ago
Merge from UI
52 Days Ago
Pixel nudging
52 Days Ago
▊ ▍██▄▊▌ ▍▌▉▅█▉▄▍█▆▋ ▌▄▋▄ ▆▇▇▋▊ ▅▅▌ ▆▉▍▌▊▄▊▅▍▍▆▌ ▄▄▆▌ █▌ ▄▉▆▉▋▊ ▋▊ ▊▄▄▇▍▊▌ ▄▇▉ ▉▋▇▍▋ ▄▋▌▋▌▍▅▄▉▆▋▅▉▉▊▌▆▄▄█▉▄ ▊▍▊ ▍▄▋▊▇▊ ▉▅ ▌▅▌▌▌ ▌▊█▄▉▄▆▉▇█▊ ▋▆▋▆ █▅ ▍▅▌▅▌▍
52 Days Ago
Setup localization for all static text
52 Days Ago
texture update
52 Days Ago
rock sculpture cleanup, updated model and materials, fixed scale issue. still needs lods and gibs and larger rock block
52 Days Ago
Merge from cleani(u)p
52 Days Ago
Couple null changes
52 Days Ago
Fixed null check knackering markers
52 Days Ago
▍ ▊▋▄▄▄ ▌███▄▌▄▆▆▉▊▌▉▋▆▇▇█▆▊ ▅▇▄▍▅▊█ ▉▌ ▊▉▊▄▋▋▌▋▌█▅▋▊▄▅▍▉ ▋█▉▉▆▆ ▌█▌▉█▉▇ ▇▇▉█▊▄
52 Days Ago
merge from hackweek_sv_pie_menu
52 Days Ago
No longer allow opening custom pie menus if the inventory is already open
52 Days Ago
Major cleanup of all UI code
52 Days Ago
merge from main
52 Days Ago
wooden loot crate 1 refresh model in, textures in WIP
52 Days Ago
Last weaks
52 Days Ago
merge from demos_shadow_fix
52 Days Ago
Phrases
52 Days Ago
merge from catapult_reloadtime_nerf
52 Days Ago
Catapult reload time increased to 6 seconds (was 3)
52 Days Ago
yup, more fixes
52 Days Ago
Fix for some shadows not working correctly in demos
52 Days Ago
More fixes & tweaks
52 Days Ago
Merge from PlayerMaintainedMonuments/gas_station_car_lift_sounds
52 Days Ago
car lift sounds :car: :elevator:
52 Days Ago
More fixes
52 Days Ago
Fix
52 Days Ago
control screen mostly done
52 Days Ago
Fuel / fuel block tweaks
52 Days Ago
merge from PlayerMaintainedMonuments
52 Days Ago
merge from gas_station_maintainables
52 Days Ago
new hit guide fixes - changed depth texture used - small negative scale offset to stop flash of z-fighting on single carve - reduced line distance so it's more consistent with small carve radius - turned off old ripples
52 Days Ago
Control screen wip
52 Days Ago
fix car being killed when driving onto ramp adjust carlift health, re-apply immortal protection properties
52 Days Ago
Setup powerline pole ladder visual to only appear on climbable poles
52 Days Ago
Rewrite Newtonsoft JSON converts to not use JSON.LINQ (which is what they did in Newtonsoft 8.0.0) - tests pass
52 Days Ago
merge from PlayerMaintainedMonuments
52 Days Ago
merge from water_treatment_plant_maintainables
52 Days Ago
bot
52 Days Ago
▅▉▆▇▆▍▆▌▊▅▉ ▍▆▊▋▆▉▋▄ █▍▌▄▆ ▌▆▌▆▌▊ ▌▅▇▅▊▆▍ ▅▊█▉ ▉▆▉█ ▊▄▌▊▌▉▌
52 Days Ago
Merge from PlayerMaintainedMonuments
52 Days Ago
Control screen WIP
52 Days Ago
Codegen
52 Days Ago
Update: reimpleemnt whole of CoreCLR's ConcurrentQueue (same as in shipped mscorlib) - added extra telemetry to track segment alloc/retire, general tries, gc activity This time didn't rip out the segment growing logic, and looks like if it safely fits in one segment, it can be consistently used. Going to confirm if extra large segment is enough, then it'll be a viable candidate Tests: ran unit tests and AllocDeallocMTShortLived(32,False) perf test
52 Days Ago
revert terrain anchors, was causing no pipes to be spawned
52 Days Ago
Testlist
52 Days Ago
New automated test for animation events using DoEffect that point to prefabs that don't exist finds 27 cases, will need to figure out what to do with them