branchsbox/mastercancel

13,873 Commits over 1,552 Days - 0.37cph!

43 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.
43 Days Ago
Add Distance/Falloff to music player
43 Days Ago
Make EnableFootstepSounds on PlayerController work
43 Days Ago
Switch from net7 to net9 * Update your Visual Studio to 17.12.0!
44 Days Ago
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
44 Days Ago
Update clothing
44 Days Ago
Hide "available parties"
44 Days Ago
Rework triggers to check contact points instead of ref counted touches. Add ITriggerListener.OnTriggerEnter/Exit for game objects that contain multiple colliders
44 Days Ago
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
44 Days Ago
Some additional troublesome Vulkan layer disables
44 Days Ago
Change notifications to a real popup Start putting the party system back together
44 Days Ago
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
44 Days Ago
Some changes to time sync. Seems to fix Facepunch/sbox-issues#6865 locally. Needs re-test.
44 Days Ago
.Clothing fixes
44 Days Ago
Service update Save/load avatar to/from the cloud
45 Days Ago
Human Bodygroup adjustments - Clothing fixes
45 Days Ago
Body Group Fix
45 Days Ago
Left the wrong model enabled
45 Days Ago
Fix Popup Panels not closing when in game (but worked in menu) Sausage toggle
45 Days Ago
Humans: re-enabled automatic citizen-to-human animation hack for now while proper animations are being worked on
45 Days Ago
Fix menu missing material
45 Days Ago
Fix settings apply button not working Fix storage page
45 Days Ago
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
45 Days Ago
Support for @ key razor attribute, Facepunch/sbox-issues#4103
45 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
45 Days Ago
Hotload ignore Refit Fixes Facepunch/sbox-issues#6843
45 Days Ago
Add mainmenu default font size so it's not tiny by default Change hub icon
45 Days Ago
When applying clothing, try to avoid error models by pre-evaluating the list
46 Days Ago
Revert trigger changes
46 Days Ago
.clothing File updates
46 Days Ago
Front page Fix menu being fucked for one frame after switching from avatar editor Lets have a name tag Scene tweak Add backlight
46 Days Ago
Fix Integer Control Widget when nullable Clothing updates Fix store page not handling more than 2 items
46 Days Ago
AchievementDeck
46 Days Ago
Delete Cardboard Trousers Delete office skirt Delete Cardboard Chest Delete Dry Suit Delete Hivis Jacket Delete LongSleeve Delete smart jacket Delete bucket helmet Delete Chefs Skull Cap Delete Leather Gloves Delete Long White Gloves Delete Army Gloves Delete V Neck Tshirt Delete Buttoned Shirt Delete Chainmail Delete Longsleeve Shirt Delete Priest Shirt Delete Smart Shoes Delete Necklace Delete Stylish Glasses Delete Diving_Rebreather Delete chest armor Delete eye cover
46 Days Ago
Add Package.ThumbTall and Package.ThumbWide Fix button href debug Player feed
47 Days Ago
Fix NRE in trigger rework
47 Days Ago
Added notifications
47 Days Ago
Add DateTime.Humanize(), TimeSpan.Humanize() Add number.ToMetric() (1100 to 1.1k) Fix clicking packagecard title opening website Fix settingspage button heights
47 Days Ago
Latest services api Expose news api in Sandbox.Services.News Add MenuUtility.GetPlayerFeed( take ) Add apis to get notification counts, mark read, get array of latest notifications
47 Days Ago
Fix PhysicsBody.IsTouching returning too early
47 Days Ago
Fix touching colliders only being added to triggers
47 Days Ago
Add PhysicsBody.IsTouching( body ) Rework triggers to check for exit events at the end of physics step, should be more reliable than ref counting touch events
48 Days Ago
Clothing Update
48 Days Ago
Selected Tags in PackageTagFilters will still show up if their results are 0, so you can remove the tag instead of it being hidden
48 Days Ago
Fixed the Main Menu OrganizationModal Add hover/press sounds to packages in games/maps list, prevent x-scrolling.
48 Days Ago
Use ResourceName as default name for prefab templates instead of just adding an empty entry Prevent "General" tab from displaying even if a Component has no Features
48 Days Ago
Fix binds modal Fix review modal Remove [StyleSheet] from everything, because it's not needed now
48 Days Ago
Fix Select Map button Remove unused Fix clicking map opening two modals Fix Map modal buttons Fix can't join game Fix server list modal broken design Fix game/map modals not hotloading
48 Days Ago
Hooked up Texture Editor Browser and gave it the proper Filter type Filtering by Image in the Asset Browser now shows all supported file types instead of just JPG Fix [Feature] properties not being added to a ControlSheet when non-Feature properties don't exist. Resolves Facepunch/sbox-issues#6842
48 Days Ago
Menu refresh * razor: Invalidate render tree when setting RenderFragment - fixes sections of razor ui not updating until hovered * updated menu UI * deleted old menu styles