139,034 Commits over 4,474 Days - 1.29cph!

4 Months Ago
Fixed player heads not appearing on small hunting trophy
4 Months Ago
Create a crude oil producer prefab, deposits oil into a LiquidContainer Added support to modular car fuel module to carry crude Crude oil will be pushed from the producer into the tanker via fluid IO
4 Months Ago
Fixes FIxed car tyres throwing an NRE if they are spawned as part of a scene
4 Months Ago
Add option for Water Catchers to skip the sky physics check Create a new static water catcher with a custom production rate that doesn't require sky visibility Move water catcher collection updates out of Invokes and into a work queue (they are only every 60s but Invokes won't scale once we add a lot more around the map)
4 Months Ago
Fix pooling error where LODComponent was calling Refresh() before the GameObject was enabled & parenting was finished causing it to pull a LOD cell at 0,0,0 instead of the LOD cell at it's world position - fixes codelocks attached to chests being invisible when pausing dynamic occlusion is enabled (because it would only refresh it's LOD cell when it was considered dynamic)
4 Months Ago
Added ability to reorder existing sell orders by clicking and dragging it up/down
4 Months Ago
- More animations - More tooltips - FIxed spacing on existing sell order components - Boxes are integer only where needed - Spotlight
4 Months Ago
- Fixed search bar styling issues - More minor polish (some anims)
4 Months Ago
4 Months Ago
Light dye sets
4 Months Ago
Merge shaderlib fix from x86-64 * We will need this change here eventually anyway Block setinfo concommand Try to prevent infinite loops in model animation code Apply "boing" jigglebone fix from TF2 SDK PRs * Fixes some models becoming invisible due to jigglebones * ValveSoftware/source-sdk-2013/pull/1721 Fix crash with dropship at entity limit w/ strider container
4 Months Ago
Part2
4 Months Ago
Part 3
4 Months Ago
Apartment complex b LODs/baked LOds/prefab setup and colliders
4 Months Ago
More beard setup
4 Months Ago
Fixed players being able to access TC through the vending machine
4 Months Ago
merge from main -> fix_dynamic_occlusion_pausing
4 Months Ago
merge from fix_hover_loot_attachments -> main
4 Months Ago
merge from fix_privaddfriend_vis
4 Months Ago
add usedistance range check
4 Months Ago
Fix hover looting multiple attachments inside a gun only moving the first one because it was toggling all item info panels which cancelled the other pending loot actions
4 Months Ago
merge from main
4 Months Ago
Short beard setup wip
4 Months Ago
merge from workshop_emission_intensity
4 Months Ago
Add ColourEx method for getting HDR intensity of a colour. Fix Workshop resetting HDR intensity, add back HDR after colour picker(s)
4 Months Ago
merge from fix_cui_drabble_nre -> main
4 Months Ago
Merge PR #83 to fix draggable UI causing NRE on panels that can be disabled
4 Months Ago
updated mortar animation idle pose
4 Months Ago
merge from fix_forceaddtoteam -> main
4 Months Ago
Fix forceaddtoteam not working if you weren't already in a team and not working if the target was already in a team
4 Months Ago
WIP on supporting emission intensity in workshop, fix emission toggle in workshop with intensity not 0
4 Months Ago
merge from fix_itemcontainer_take_leak -> main
4 Months Ago
Industrial Large Furnace - updated model, textures Updated manifest and localization
4 Months Ago
Add crossfade to mortar pose, fix animation handles not being released, fix animation handles not applying autoplay properly.
4 Months Ago
Industrial Autoturret - Updated textures, reran skin lists, renamed textures to new convention
4 Months Ago
Fix smoke grenade manager returns driving me crazy
4 Months Ago
transformchanged_cleanup -> main
4 Months Ago
Support food on corpses again
4 Months Ago
Save a few pennies in SmokeGrenadeManager::Move
4 Months Ago
main -> vendingmachine_ui_refresh
4 Months Ago
transformchanged_cleanup -> main
4 Months Ago
Space
4 Months Ago
- Only check if food in transform changed override for dropped entity - Only check if smoke in transform changed override for smoke grenades
4 Months Ago
Lower mortar deploy angle check to only allow placement on flat ground
4 Months Ago
Salvaged Icepick inventory sounds and weapon audio polish
4 Months Ago
Add mortar deployment guide prefab
4 Months Ago
merge from mortar_prototype
4 Months Ago
Fix mortar deployment NRE, fix socket mods using the wrong layers
4 Months Ago
Cleanup transform changed: - Only do checks on positional network update - Only do smoke grenade checks for smoke grenades
4 Months Ago
edited player animator controller so the3p jog backwards anim works correctly and set the walk animations speeds to 1 from 1.5 after exporting edited 3p walking animations to play at that speed correctly