246,948 Commits over 3,928 Days - 2.62cph!

22 Days Ago
Update SpriteTools (should fix any shadow issues)
22 Days Ago
fixed compile errors
22 Days Ago
Camerbounds can controll ortho height Room switch gizmo and icon additional room
22 Days Ago
compile fix
22 Days Ago
Refinery: Add ambient light, place a few characters around in editor only mode Don't need flags on these
22 Days Ago
Reduce memory allocations in PhysicsShape::GetTriangulation Runs around 35% faster with the changes in my use case (1100μs avg -> 700μs avg) Merge pull request #1693 from Facepunch/optimize-physshape-triangulation-allocations Reduce memory allocations in PhysicsShape::GetTriangulation Support for @ key razor attribute, Facepunch/sbox-issues#4103 InteropGen: Add IsError to resources Model.IsError propertly detects when we're error.vmdl Applying clothing correctly detects invalid models Fix jeans using the wrong model location Fix settings apply button not working Fix storage page Fix menu missing material Humans: re-enabled automatic citizen-to-human animation hack for now while proper animations are being worked on Fix Popup Panels not closing when in game (but worked in menu) Sausage toggle Left the wrong model enabled Body Group Fix Human Bodygroup adjustments - Clothing fixes Service update Save/load avatar to/from the cloud .Clothing fixes Some changes to time sync. Seems to fix Facepunch/sbox-issues#6865 locally. Needs re-test. Fix popup being orphaned when clicked on Set in_editor ub richpresence when in editor Popup supports AboveCenter Stop making the popups red! Friends in footer, delete friends list Change notifications to a real popup Start putting the party system back together Some additional troublesome Vulkan layer disables Update documentation for methods in INetworkListener to indicate that they're only called for the host. Add net_fakelag ConVar. It's working for both Steam Networking Sockets and TCP / local instance. Can also be changed in the editor like this https://files.facepunch.com/conna/1b1211b1/sbox-dev_jpOfxVrwEr.mp4 Also commit this important file Rework triggers to check contact points instead of ref counted touches. Add ITriggerListener.OnTriggerEnter/Exit for game objects that contain multiple colliders Hide "available parties" Update clothing Add NETSDK1138 no nowarn Make writing clothing more deterministic When dressing, if we have a citizen model - but not a human model, make clothing invalid Switch from net7 to net9 * Update your Visual Studio to 17.12.0! Make EnableFootstepSounds on PlayerController work Add Distance/Falloff to music player Resolve Fixed Update Issues Resolves issue where Fixed Update would be called more times than it should be. Fixes issues such as in Marble Racer where if you had 500fps you'd move much faster than other players. Merge branch 'master' into navmesh-tiled Properly resolve merge conflict
22 Days Ago
Fix Sprite Flash Tint not being applied if set when disabled
22 Days Ago
Fix gameobject and component control widgets not respecting readonly attribute
22 Days Ago
Horse gaits (walk, trot, canter, gallop) Tweaked speeds
22 Days Ago
Separate overload as not to mess with any existing game packages
22 Days Ago
Can optionally pass LobbyConfig to CreateLobby. Right now only contains LobbyPrivacy. Add LobbyPrivacy.FriendsOnly.
22 Days Ago
Greatly simplify how we render stuff based on being firstperson/thirdperson, should be very solid now
22 Days Ago
Use JsonObject.DeepClone() instead of Deserialize<DeepClone>
22 Days Ago
Fixed up weapon visibility in thirdperson
22 Days Ago
Update: record marks from worker threads - Had to leave allocation tracking enabled for main thread only - there's a comment explaining why Need to implement export for worker threads - that's next Tests: exported snapshot from Craggy in editor and opened in Perfetto
22 Days Ago
Prefix debug methods and props with debug
22 Days Ago
Resolve Fixed Update Issues Resolves issue where Fixed Update would be called more times than it should be. Fixes issues such as in Marble Racer where if you had 500fps you'd move much faster than other players.
22 Days Ago
Add Distance/Falloff to music player
22 Days Ago
NavMeshAgent improve ground detection trace In case our ground trace has multiple results pick the hit closest to the original navmesh position
22 Days Ago
Update backgrounds for map scenes
22 Days Ago
Linux: Add precompiled binaries libsteam_api.so, libGameNetworkingSockets.so, libpng.a and libdxcompiler.so because we don't compile them ourselves.
22 Days Ago
Linux: Various little #ifdef fixes regarding Linux specifics, C++20 and a strange macro definition of "None" Linux: Use GNU++20 instead of C++20 because the code is making use of some GNU extensions in macros
22 Days Ago
Server sends world parameters
22 Days Ago
Read world parameters from server
22 Days Ago
Add a comment r.e. timedelta and timescaling so we dont get confused later
22 Days Ago
wrapped in-job profiling in a define, using a ProfilerMarkerStub with matching functions calls decorated with BurstDiscard
22 Days Ago
Update: generate snapshots under server root Tests: exported in editor, found in the right location
22 Days Ago
Use this to avoid confusion
22 Days Ago
Map Refactor, remove MapDefinition, use MapInformation as Scene metadata, pass scenes around instead of wrapper Remove .map files
22 Days Ago
re-added early exit on flipped check loop
22 Days Ago
Make EnableFootstepSounds on PlayerController work
22 Days Ago
Switch from net7 to net9 * Update your Visual Studio to 17.12.0!
22 Days Ago
minor cleanup and crunching meshes down for 20% reduction
22 Days Ago
Rename Casual Defuse to just Defuse, remove helmet/defuse kit defaults
22 Days Ago
Don't need this shit NRE get_IsLocalPlayer fix Possible fix in GameModeObject ScreenShake.FOV fix PlayerStatsRule NRE fix
22 Days Ago
Clean up Fonts Better restart
22 Days Ago
Remove test code
22 Days Ago
Latest refs
22 Days Ago
Add dotnet-runtime-9.0.0-win-x64.exe
22 Days Ago
Some docs, clamp accumulator to maxSteps, use time.delta
22 Days Ago
Add a fork of CliWrap here that adds a way to access the Process instance to set affinity Automatically set server process affinity when running on a CPU with split 3D v-cache Increase timeout for running rcon commands from 10s to 30s Merge: from main
22 Days Ago
Fixed missing player stats component on several gamemodes
22 Days Ago
fixed a ton of floating foliage in underwater divesites, some ground gaps
22 Days Ago
Update Mono.Cecil and MonoMod.RuntimeDetour
22 Days Ago
Update: Renaming BackupBeginResult -> DelegatedUploadBeginResult It's renamed on the dashboard, and will be used for 2 flows, so more fitting Update: reimplementing perf snapshot uploading to use delegation
22 Days Ago
Added bespoke textures for removeable battering ram scoop. Added LODs for ram hardware.
22 Days Ago
Use RealTime.Delta here
22 Days Ago
Use RealTime.Delta its clamped
22 Days Ago
removed older underwater rock formations from procmap stack and autospawn folder
22 Days Ago
Add expected calls