139,766 Commits over 4,505 Days - 1.29cph!

11 Minutes Ago
merge from main
15 Minutes Ago
Make Rust/Standard SRP-Batcher compatible
23 Minutes Ago
Ensure mouse movement cant move faster than A/D movement
24 Minutes Ago
Stone sculpture store page wip
41 Minutes Ago
added bobber.worldmodel fishing tackle now references proper worldmodel instead of burlap sack
46 Minutes Ago
Fix pooltable playable NRE
1 Hour Ago
netting now has a proper world model and lods.
1 Hour Ago
Bar ganes pack store page wip
1 Hour Ago
Merge from main
1 Hour Ago
removed told prefab
1 Hour Ago
added a small tunnel section, did some cleanup of files, replaced old small tunnels with new ones
1 Hour Ago
Remove _RRP multi_compile keyword
1 Hour Ago
Re-add _UsingRRP dynamic branch
2 Hours Ago
Merge from foliage_displacement_alloc_fix
2 Hours Ago
Remove alloc from foliagedisplacement
2 Hours Ago
bandages now drop correct bandage model that closely resembles icon.
3 Hours Ago
merge from main
3 Hours Ago
merge from spray_sorting
3 Hours Ago
Post merge fixes: Re-add pad button translation Fix gamepad menu cursor
3 Hours Ago
fixed leaking emissive on mini fridge for gibs. created gib material for minifridge but disabled emissive and ao now looks like lights turn off when mini fridge is destroyed instead of staying on.
4 Hours Ago
Merge from main
4 Hours Ago
Merge from main
4 Hours Ago
auto turret now has only 1 LOD component instead of 3. original autoturret had 3 lod components, each with separate culling distances making it slightly more tricky to fix the industrial auto turret culling range (which only has one LOD component) they both now cull at the same distance.
4 Hours Ago
Merge from satellite_crash
4 Hours Ago
Add token for Satellite Crash death PrefabInformation.
4 Hours Ago
merge from main
5 Hours Ago
Add checkbox to spawn a hand model at runtime on BaseViewModel Should allows us to delete the hand mesh from each viewmodel which is just a duplicated mesh, save some memory The hand mesh itself is pooled, didn't seem to make a huge performance difference Deleted hand model from building planner viewmodel as a test case
5 Hours Ago
Merge from apartment_terminal_postfx_fix
5 Hours Ago
Fix post effects error with apartment terminal prefab
6 Hours Ago
Switch from signal triggering 3p key animation to flag based approach
Today
merge from fix_json_registration -> main
Today
merge from masterkey -> main
Today
Update phrases
Today
Code cleanup + remove "out icon" parts of code since we aren't using arrows to show how to look at the key, we are using the animator to guide them
Today
Fix opening and closing the door while someone is breaking in cancelling the break-in due to them "not looking at the key" anymore - resets the next time they open the door
Today
Fix VolumetricLightBeam on RRP
Today
Fix break in menu option showing (and holding key up to door) while a break-in was active
Today
Fix animation transition to hold key up to door not starting right away if the player is partway into the idle animation
Today
Don't hold key up to door when looking at unoccupied apartments
Today
Update animation controller
Today
Upgrade the master key entity from Keycard -> MasterKey - allows us to raise the key towards the lock when the player is looking at the door - show "Insert Key" and detect if the key location on the viewport (0.5,0.3) is looking at the lock, not the center of their screen
Today
Update clan.info command to accept steamIDs in addition to clanIDs
Today
merge from main -> masterkey
Today
Add an option to disable showing clan tags on nameplates
Today
merge from f1menu_blur_fix #2
Today
Fixed returning from PreDrawSkyBox causing area portal flickering Fixed more at entity limit crashes * Mostly NPCs and HL1 entities Merge remainder of Pull Request regarding "at edict limit" handling Micro optimization for prop_effect intialization (Pull Request)
Today
Sort sprays by steam ID in the pie menu
Today
cactus 2 and 3 now use the same collider material as the rest of the variants. No longer metallic hit impact sounds
Today
fixed interior bus typo. No longer says EMMERGENCY. Now says EMERGENCY. very urgent fix.
Today
merge from f1menu_blur_fix