241,596 Commits over 3,867 Days - 2.60cph!

4 Months Ago
Tighten movement a bit, should feel less floaty
4 Months Ago
Use a mass weighted global anchor for fixed joints, fixes welded ragdolls exploding. Add frequency and damping properties to fixed joint, set to sensible defaults so welded objects can't be pushed through collision as easily https://files.facepunch.com/layla/1b1911b1/sbox-dev_5YLdMnHrJJ.mp4
4 Months Ago
Change ping icon
4 Months Ago
Add tests It's important to yoga to be fp:precise because it uses nan
4 Months Ago
View model setup, fixed incorrect cancelling behaviour at end of game for local player
4 Months Ago
Trail sand improvs.
4 Months Ago
Fixes
4 Months Ago
Wheelfx stuff
4 Months Ago
3p anim setup and better timings to let anims play out Show toasts confirming winner/loser after anims have played Fixed bots never picking scissors
4 Months Ago
Improved sidecar suspension, still needs a little bit of work
4 Months Ago
█▌▅ ██▋▉▊ ▌█▋▇▉▊▅▊ ▍▉▆▋█▊█
4 Months Ago
Enable the RendererBatch component on all shipping container prefabs - fix some components that were at the root level instead of at the same level as the RendererLOD / MeshLOD
4 Months Ago
Failed camera smoothing experiment
4 Months Ago
Velocity inheritence fix.
4 Months Ago
More iteration
4 Months Ago
Add ModelPhysics.MotionEnabled - Enable to drive renderer from physics, disable to drive physics from renderer https://files.facepunch.com/layla/1b1911b1/sbox-dev_nyGhlgasUl.mp4
4 Months Ago
Merge from main
4 Months Ago
Iterating.
4 Months Ago
Compile fix
4 Months Ago
Merge from parent, stomp animator changes
4 Months Ago
Merge from main
4 Months Ago
v_mp5: rename Idle to IdlePose to be consistent with Citizen
4 Months Ago
Tooltip can now accept arguments for string substitution, similar to RustText Added a tooltip to the discount/surcharge icons that lists the original purchase price Using the addtime convar now immediately force updates all npc vending machines Added a BypassDynamicPricing option to the NPCVendingMachine component, allows us to opt out specific vending machines Added npcvendingmachine.DynamicPricingEnabled convar, disables the dynamic pricing across the whole server
4 Months Ago
Sidecar wheel work
4 Months Ago
Bike driving work and sidecar suspension visuals fix
4 Months Ago
Add color to RendererKey for render batching to support shipping container - pull the color from the MaterialPropertyBlock of the MeshRenderer
4 Months Ago
Sidecar world collider edit
4 Months Ago
Merge main -> Bikes
4 Months Ago
Make sure existing null checks aren't applied on top of new default value checks
4 Months Ago
Apply fix #2 in redid commit
4 Months Ago
Redid the commit so that it would stop applying to DeltaSerialize() - tried to combine existing null checks with new default value checks, keeping them seperate is less complexity
4 Months Ago
Add support for all default values, fix optional field checks applying to DeltaSerialize()
4 Months Ago
Fix & update codegen - don't check if field is null twice (bytes & strings already checked if null when optional) - throw error if required class isn't present, skip serializing structs if required but default value - fix regression where it checked if field was default when delta serializing
4 Months Ago
█▅▄▉▄ ▊▆▅▄ ▍▌█▋▊▄▆▆▆▊▌▇_▍▉▍
4 Months Ago
▍▌▇ ▇▊▋▋ ▊▍▊▄ ▊▄ ▅ ▇▊▌▊▊ █▆▋▇▉▇ [▌▄▋▉▄▆▆█▍▅▅▊] ▊█▍▉▆▌ ▌▅▌ ▉▇▊▌▅▊ ▍▇█▅█▌▍▋▊▄ (▄▌▇▌▅ ▄▄▅▍▆▆▊ ▌▍▍)
4 Months Ago
Skinned renderer builds bone hierarchy before scene model is created
4 Months Ago
Skip fields with custom default values instead of always serializing them - significant as it affects Vector3
4 Months Ago
Fixes Dirt trail iteration.
4 Months Ago
Updated codegen Protobuf now won't serialize default values as pooling resets everything before deserialization - should have the exact same input & output but better performance
4 Months Ago
Made ProtoBuf.Half3 and ProtoBuf.VectorData IEquatable so it can be compared to default value
4 Months Ago
▋▄▆ ▄▍█▄ ▊▅ █▊▍ ▍▄▅▌▇▍█ ▅█▆▇ █▋▍▌▄▌▆▄▊▄ ▌▄▍▋▉█▉
4 Months Ago
Mud splat FX.
4 Months Ago
Joint goes up the bone hierarchy to find a physics bone (ex: leg_glute_helper_L will use physics bone leg_lower_L) this should simplify when we have a better relationship between bones and physics
4 Months Ago
ZNear: 1
4 Months Ago
Calculate our own proj matrix from scratch
4 Months Ago
Add scene viewport view mode option
4 Months Ago
Replace default cubemap texture with the one VBSP generates by default This affects maps that are renamed after compilation Fix CmdSeq.wc being broken on local builds Fixed Ceiling Turret trying to play non existent sounds on dry fire Was spamming warnings in console Fixed Alyx not being blinded by flashlight in Episode 1 More episodic behaviors, for Zombies and Headcrabs Fixed Alyx still following the player in darkness mode without flashlight Fix Alyx's darkness breathing breaking other voice lines Remount subbed addons if we unmounted server addons In case some file(s) were overwritten by server addons, which are now gone Clean up rope materials on disconnect, not game shutdown Allows rope materials to reach 0 refcounts Fixed intro screen material not being freed Also fixed __error material getting an extra forever refcount Also fixed __loading and __background getting forever refcounts Fixed certain sprites (such as physgun beam) being forever referenced if drawn
4 Months Ago
Add facepunch.hc1 to tests Restore obsolete Gizmo.HitBox.Model function signature to maintain compatibility
4 Months Ago
Motorbike wheel FX wip.
4 Months Ago
Bug fixes