249,230 Commits over 3,959 Days - 2.62cph!

38 Days Ago
Remove aoproxies ambient occlusion, it never looked too right and it's stupid to have artists authoring them manually, almost no one did I still think SDF AO works better than SSAO in most cases, but they should live as a renderhook and artists don't need to touch anything, the way it is now is very hard to maintain, it could be 10x simpler Remove sdf.hlsl (until we meet again 🫡 )
38 Days Ago
Broadcast combat sound instead of just playing on the host Added ready up sound Collect halves_won, rounds_won stats Kills, Deaths stats Played card stats Ability activation stats Stats for each card type, card name Record game wins/losses via stat
38 Days Ago
few hoover things
38 Days Ago
few asset fixes
38 Days Ago
Quick ability fix
38 Days Ago
Only progress if all players are ready
38 Days Ago
Preparation phase is ready-up based instead of time-based
38 Days Ago
Add bark and footstep audio to new jump anim
38 Days Ago
Fixed Playing On text
38 Days Ago
Update AbilitiesUI.razor
38 Days Ago
Removed separate run/walk/duck speeds. Just have speed, then a slow walk speed
38 Days Ago
Arena 1 rework
38 Days Ago
Events for controlling wish velocity, if we can jump, if we can shoot
38 Days Ago
Plunger vert colour adjustment
38 Days Ago
Hook up Mixer.Solo
38 Days Ago
Ice skates spawn much rarer
38 Days Ago
Increase damage effects Add ice skates, friction control stats Bullets come out of the camera, but effects come out of the gun
38 Days Ago
TextEntry: Prevent brief caret selection of placeholder text, fixes Facepunch/sbox-issues#7087 Tweak TextEntry selection behaviour to match modern browsers
38 Days Ago
Update Facepunch.ActionGraphs * Fix display info of constructor node result output Sort filtered node query by relevance https://files.facepunch.com/ziks/2024-12-02/sbox-dev_02cGbJAziV.png Make it easier to find constructors for Vector3 etc Applies to constructors that were already [ActionGraphNode]s Facepunch/sbox-issues#5624 Make node queries less strict https://files.facepunch.com/ziks/2024-12-02/sbox-dev_jj1QWkPK4U.mp4 Fixes Facepunch/sbox-issues#7024
38 Days Ago
Fix potential infinite loop in navmesh generation Fix navmesh geometry collection physicsworld NRE
38 Days Ago
siege tower ladders lod and x form fixes. wheels added to guide mesh
38 Days Ago
Fix for ability effects
38 Days Ago
Fixed ability networking
38 Days Ago
merge from main
38 Days Ago
Reduced car radio to T1 workbench and crafting time to 15 seconds.
38 Days Ago
Hook up Mixer.Mute
38 Days Ago
Fixed HLOD disabling meshes too early in the monument load process causing the RendererLOD to initialise with shadows disabled
38 Days Ago
Merge from main
38 Days Ago
Percentage based shadow distance. Still enforcing previous shadow distances based on cascades for workarounds.
38 Days Ago
Docs Fixed showing the wrong opponent client information in CardPhasePanel
38 Days Ago
Fixed proxy logic
38 Days Ago
Stripped out the initial towing test code
38 Days Ago
Ability stacking, can only use the last ability in a row
38 Days Ago
painting carve radius directly onto the sculpture mesh rather than using a separate hit guide
38 Days Ago
Instant heal ability, OnCardPlayed event
38 Days Ago
InputHint, Abilities UI
38 Days Ago
Horses dung system Fixed dungTimeScale convar not scaling dung production Disabled air time temp ragdoll for now
38 Days Ago
Fix NavmeshGeneration performance regression caused by 51c5e14 Navmesh generator cleanup now runs in parallel Heightfield span pools are no longer freed after a completed generator run, instead they are returned to the freelist and reused. Disposing of the generators now waits for all active generator tasks to terminate.
38 Days Ago
Implement wolf headress effect on wolves
38 Days Ago
Ability cards working, add immediate reload card w/ ability - need to add ability UI next
38 Days Ago
CardAbility skeleton
38 Days Ago
Add Scales card that increases gravity
38 Days Ago
Code gen
38 Days Ago
shield 3rd person attack anim split into 3 parts
38 Days Ago
Merge: from soundmodulator_leak Fixes an audio-related NRE when performing generic interactions (zipline, bike, etc). Tests: rode the zipline on Craggy a bunch of times(the whole way and with quick jump-off). Couldn't repro the NRE (though couldn't do it originally anyway)
38 Days Ago
Bugfix: Avoid double-recycle of sounds when pooling is disabled - switched to checking recycle time it used to rely on whether fade modulator was present or not as a flag, which doesn't work when pooling is disabled. And we can double-recycle now via NotifyOnParentDestroying and OnDisable Tests: none, but super-confident about the theory
38 Days Ago
Use the correct connection for Card.PlayedBy
38 Days Ago
Add OnJump event so we can respond to jumps
38 Days Ago
fixed the meterial issue directly on the subent door prefab as fixing it in the ram itself didn't carry over.
38 Days Ago
Card scaling test, keep winner across maps