239,399 Commits over 3,837 Days - 2.60cph!

22 Days Ago
Cancel slide if we end up off the ground
22 Days Ago
Implement TakesOverControl, which cancels out wish movement Add Slide
22 Days Ago
Fix stat exceptions
22 Days Ago
TTT: Add SAM support to karma banning (#2106)
22 Days Ago
merge from preventbuilding_dungeons_fix
22 Days Ago
Revised my AttachedMonument field change so we don't lose any already assigned monuments
22 Days Ago
Flagged all underwater labs prevent building volumes to auto find their MonumentInfo Fixes barricades deployable in Underwater Labs
22 Days Ago
PreventBuildingMonumentTag can now get its MonumentInfo at runtime using TerrainMeta.Path.FindClosest This will allow prevent building volumes from monument not running S2P (like underwater labs) to get their MonumentInfo assigned correctly
22 Days Ago
Fix static functions on non-static Widgets not invoking or inheriting type properly.
22 Days Ago
Top and bottom caps for SolidCylinder Draw SolidCapsule directly instead of 2 spheres and a cylinder
22 Days Ago
Same fix needed for SolidCylinder
22 Days Ago
Get rid of upgraders log. If cloud prefabs have a component upgrade, we don't want to be spammed with this
22 Days Ago
Fix mistakes in Gizmo.SolidSphere, any segment count should now work
22 Days Ago
Remove unused code Can filter maps by GameSupport again
22 Days Ago
Debug draw tweaks
22 Days Ago
Smoother heightmap sampling https://files.facepunch.com/ziks/2024-08-31/sbox-dev_m6ejDGa0g6.png https://files.facepunch.com/ziks/2024-08-31/sbox-dev_GIvew6ZSRB.png
22 Days Ago
Package updates Draw placeholder icons with skia Image upload uses skia Update thumbnail page to help people get it right
22 Days Ago
Allow wolves to target other wildlife again, fix errors when target dies while circling
22 Days Ago
Fix package reference in GameModal
22 Days Ago
Change default starting volume for VideoControls Play button is greyed out and says VR Only if the game is only compatible with VR and the user is not currently loaded in VR. Unify multiplayer check in Game Modal and MenuHelpers
22 Days Ago
Create a user at login Unified login Switch to User in a bunch of left over places Make package cards 16/11 Remove now unused players table
22 Days Ago
Optimize wolves LoS checks (ignore other wolves, spread computations over multiple frames, pool sight events), also ignore players in safe zones
22 Days Ago
Made this even faster Optimize login
22 Days Ago
Leaderboard backup, run #13588
22 Days Ago
Cache global stats query Fix players page Speed up GetPlayerPackageUsageAsync
22 Days Ago
▍▋▌█ ▄▋▆▌▉▄▄▌ ▊▄ ▌█ ▇▇▅▇▇▊
22 Days Ago
██▅▆▊ ▌▋▇█ ▊▆▄▍ -> ▉▅▌▍▋▅▍▆▇_██▇▊▌▋▉▆▊█▇▄▇
22 Days Ago
merge from fix_weapon_mod_avg -> main
22 Days Ago
Fixed broken rad counts from container Amounts update on changed instead
22 Days Ago
digital clock sounds
23 Days Ago
Add proper Volume Slider to VideoControls
23 Days Ago
Allow sampling from noise field in heightmap SDF
23 Days Ago
Make all elements on the Social Bar match instead of looking completely different Update the Map Select Modal to match where it doesn't already PackageSelectionModal also follows same styles.
23 Days Ago
Fix scaled chunk collision
23 Days Ago
Fading fixes
23 Days Ago
merge from itempool_fix
23 Days Ago
Fixed items not resetting their flags when entering the pool, fixes the cooking icon appearing on recycled items also reset contents and parent ItemContainer for safety
23 Days Ago
Fixed some properties of weapon mods using average instead of multiplying scalars together - example: 8x scope + GCO was going from +50% recoil -> +30% recoil instead of +65% recoil
23 Days Ago
Fixed refillvitals command showing a water damage indicator on screen, game is fixed
23 Days Ago
Tweak slope conforming
23 Days Ago
viewmodel updates
23 Days Ago
Fix inverted transition in wolf fsm
23 Days Ago
Player loot method to grab rads
23 Days Ago
'refillvitalsall' command now includes spawned bots Codegen
23 Days Ago
Rerouted to ItemContainer instead
23 Days Ago
updated 3p anims, updated world model anims
23 Days Ago
DPV socket excludes artifical water - InWater socket mod allows exclusion of artifical water - added separate error when socket requires a body of water
23 Days Ago
Fixed lobby heads being off by 1 pixel
23 Days Ago
Order ServerListModal by Player Count Fixed HeaderTab styling on Settings Modal
23 Days Ago
Fixed a bug crashing the editor on start ModInit was too early for ItemManager?