248,564 Commits over 3,928 Days - 2.64cph!

19 Days Ago
Fixed missing animator param warning when reloading the ballista
19 Days Ago
Update weapon modifiers to use new stats syntax
19 Days Ago
ExpressionBuilder -> LegacyExpressionBuilder WIP
19 Days Ago
Prevent temp ragdoll player instigated dismounts
19 Days Ago
More stats work
19 Days Ago
Prevent Scene Editor from attempting to do FPS cam when holding right click in a 2D view
19 Days Ago
triangle planter progress LODs, Collison and Gibs initial prefab setup - some extra work will revist tonight
19 Days Ago
Reviewed horses interaction priority, so you don't accidentally hit examine while trying to mount your horse
19 Days Ago
Update description of gmod_uncache_test Fixed crashes wiith CTriggerWind when loading a save Minor clean ups Micro optimization for SWEP think More minor clean ups Added new NPC functions Added `NPC:SetFOV`, `NPC:GetFOV` (in degrees), `NPC:IsInViewCone`( vector/entity )
19 Days Ago
Changed the car radio item inventory move sfx to a more suitable light metal sound rather than the heavy clunky car module sound
19 Days Ago
implemented ballista base rig
19 Days Ago
Merge from main
19 Days Ago
re-exported ballista weapon anims after rig update
19 Days Ago
merge from siege_weapons
19 Days Ago
Horse container, breeds Tweaked fringe, collar and hair skinned mesh renderers bounds to fix culling issues
19 Days Ago
corrected readonly attributes on jobs that were mistakenly using a facepunch one due to namespaces
19 Days Ago
Log any errors
19 Days Ago
Attempt to restart multiple times if we failed due to an exception
19 Days Ago
Double time window to ensure we restart and store DateTimeOffset of when restart was last requested
19 Days Ago
rename vars, too
19 Days Ago
Rename CommandManager to more suitable ServerRcon
19 Days Ago
Fixing branch name typo because I can't live with it.
19 Days Ago
Bunch of shadow cascades and distance related stuff.
19 Days Ago
Use spheres so we only have to send a single list of vec4s over
19 Days Ago
Remove unused shit from lightbinner and make everything enums
19 Days Ago
Fix Gizmo.Control.Position returning true without it being dragged on
19 Days Ago
Arena 1 changes
19 Days Ago
mini crossbow admire anim updated and rotate barrel anti clockwise clip created
19 Days Ago
jungle_ruins_a layout first iteration
19 Days Ago
Update shaders
19 Days Ago
Initial
19 Days Ago
Grey out tool buttons when disabled Fix asset picker when selecting cloud maps
19 Days Ago
Manifest Codegen
19 Days Ago
Adjustments to cubemap normalization, make cubemap feathering happen from center of cubemap, and in world units, rather than inner, math is much simpler Clamp cube box parallax projection to actual bounds box the box, cleanup Our both our envmap filters uses linear roughness instead of sqrt roughness Gizmo for scale in envmaps, adjust default for feathering in world units Sort envmaps also by size, giving higher priority to smaller ones if it's in a draw condition tiled light culling with edge feathering additions vLevel isn't const Update path of build-shaders, upload all shaders as artifacts Fix EnvironmentMapLight::GetEnvMapColor using deprecated variable Gamma correct samples during accumulated ggx, makes highlight less blown out and makes the cubemap more vibrant Reenable MSAA fetching for SSAO compositing, don't use loops Depthresolve takes first MSAA sample rather than doing min/max calculation, if we want depth::get we'd want the proper sample to compare perfectly on the screen GTAO temporal filter uses edge detection to filter out edge ghosting https://i.imgur.com/EzfclG7.mp4
19 Days Ago
Submitting updated ballista base rig
19 Days Ago
Update rate tests
19 Days Ago
main -> 4ShotMiniCrossbow
19 Days Ago
Trigger exit detection only checks if there's any contacts on triggers, not non triggers
19 Days Ago
hoover_a final
19 Days Ago
vendor_stats_fixes -> main
19 Days Ago
Wip Mine Ability
19 Days Ago
Eye spec changes
19 Days Ago
Fixed a case where feed entry could be padded off to the left for no appartent reason
19 Days Ago
Use base stats as reference point for modifiers Few missing stats Further stats/modifiers refactoring
19 Days Ago
Updating ballista weapon rig
19 Days Ago
Smoke Bomb card
19 Days Ago
Partial backport of ISceneObjectDesc::OnSceneObjectVisibleInView (Don't merge this, hacky temp allocation) CSceneObject::GetCTransformUnaligned() Forward+ Decals * Decals get binned by the lightbinner from OnSceneObjectVisibleInView (all lights should start using this callback too) * Tiled culling checks decals within each tiles frustum * Decal::Apply( ... ) is used to mix decal's albedo, normal, etc. into surface
19 Days Ago
Dash card
19 Days Ago
Optim: remove dead bots from global tracking - Removed now unnecessary null check when simulating bots Tests: on craggy spawned 15 bots then killed them - counter went up and down accordingly. Flew around 3.5k procmap, gave it a soak test. Both cases no NREs.
19 Days Ago
Fix compile errors