239,301 Commits over 3,837 Days - 2.60cph!

5 Months Ago
Code gen + protobuf
5 Months Ago
Fix NREs
5 Months Ago
merge from main
5 Months Ago
More basic stats More profiler markers that are exposed in release builds
5 Months Ago
Change `analytics_enabled` to be a saved convar (to make it easier to toggle in editor) - default to false instead of true
5 Months Ago
vm sks updates
5 Months Ago
Cleanup
5 Months Ago
Rename InvokeLogger -> InvokeProfiler Rename PacketLogger -> PacketProfiler
5 Months Ago
Serialize invoke stats in data points
5 Months Ago
Capture performance stats for every single server frame & send to azure analytics - packets (sends, recvs, total outbound packets) - invokes (execution time, invokes, adds / removes) - general execution time per frame Grab all physics stats (colliders, triggers, collisions, etc) - figure out later how to expose it in release build Add `dump_profiler_recorders` command to dump all ProfilerRecorder handles to disk in a .csv
5 Months Ago
Merge main -> Bikes. Updates bikes branch to Unity 2022
5 Months Ago
Cargo ship sound updates
5 Months Ago
terrain tests
5 Months Ago
Vending machine translation token now routed through protobuf
5 Months Ago
Add new Interpolation stage - the updates need to happen at the right point. Clear interpolation if interpolation isn't enabled and we receive a transform update
5 Months Ago
more angle pieces, place holder decorative props
5 Months Ago
Actually enable it
5 Months Ago
Add InterpolationSystem (GameObjectSystem) - update GameTransform to Add/Remove GameObjects from this system as appropriate
5 Months Ago
Swapped over to using translate phrases Added localized checkbox for vending machines
5 Months Ago
Further improved coastal cliff placement Added TerrainSetHeight to the top of the cliffs
5 Months Ago
double cover model and wip prefab
5 Months Ago
vm sks updates
5 Months Ago
▊▊▆▇▉█ ▍▅▅▆▋▍▉ ▆▆▊▅ ▊▄█▊▄ ▍▉▉▋▋▉ ▆▍▌▉ ▌█▇█▌▇ ▅█▄▉▉ ▌▋▌▅█▄▆
5 Months Ago
Fixed env_blood color setting, and add new ones Also adjusted its FGD to unhide hidden settings and add the new blood colors More logical defaults for func_button in the fgd Fixed UTIL_BloodStream missing texture and blood color Fixed a crash with multicore rendering and logging Fixed up missing materials of some of the detail.vbsp models
5 Months Ago
backup latest wip
5 Months Ago
merge from main
5 Months Ago
moving no longer applies aimcone penalty to the first shot but rather the movement penalty is now blended in over several shots (full auto while moving)
5 Months Ago
Removed #ifdef'd sections, un #ifdef'd timing
5 Months Ago
TTT: networking optimizations and fixes (#2080) * Optimize ragdoll search network traffic * Fix disconnected player networking
5 Months Ago
Server compile fix
5 Months Ago
Cherry pick 95093
5 Months Ago
Got biome tinting in
5 Months Ago
Cherry pick 95091 + fixes after rebase
5 Months Ago
Made aiming a weapon function instead of being a bool on the player
5 Months Ago
Subtract 95056
5 Months Ago
Merge from main
5 Months Ago
Removed WeaponStatsResource, WeaponStats, useless complexity
5 Months Ago
Can't shoot gun if we have some tags Added TagBinder for being able to bind tags nice easily, get rid of extra tag container on weapon
5 Months Ago
Added "Normal Blending" option (biased, lerp) to DeferredDecal shader
5 Months Ago
Set phrases for all npc vendors
5 Months Ago
Blue, red, yellow, black and purple recycler albedo variations + materials
5 Months Ago
Use new RPC filtering API
5 Months Ago
Added backend support to allow localisation to npc vending machines
5 Months Ago
▊▉▉▌▄▄▉ ▊▉█ ▆ ▉▅▇▉▉▇ ▊█▆ ▌▌█ ▆▉▆▋ ▉█▄▄▄▇▍▍█ █ ▍▉ ▉▍▋▉█ (▋▇ ▄▅ ▄█▆▊▄▍▌ ▌▅▇ ▇▌▇▄ ▆█▇▆▅ ▅▇▄▅ ▇▅▌ ▇▅▆▄█▅)
5 Months Ago
Merged main into RF_craftingcosts
5 Months Ago
exported viewmodel anim set and started setting up blunderbus in unity
5 Months Ago
Fixed workshop flashlight button hitbox, also made sure we ignore 'nightlight_debugcamera_enabled' when in workshop scene
5 Months Ago
Merge from teslacoil_igniter_damagepickup
5 Months Ago
Merge from item_drop_analytics_improvements
5 Months Ago
Merge from leantween_nre_fix