reposboxcancel

20,757 Commits over 1,522 Days - 0.57cph!

10 Days Ago
Cupertino/Penguin: Steam Audio 4.5.2 on all 3 platforms
11 Days Ago
NEON: MaxComponent doesn't exist, use Vector::LargestComponent() [DON'T MERGE] Stub out WindowsGlue, this should be on managed or we could use something like tinyfiledialogs Use ISO C++ instead of MSFT extensions for try catch on managed calls, double check if this is correct Cupertino/Penguin: Zip works with ISO-C++, use standard keywords in other stuff that was using MSFT standard Cupertino/Penguin: Cast some stuff properly, explicit casting, threadtools missing ThreadGetCurrentProcessId(), should fuck off with shapemanager Cupertino/Penguin: Wrap inputsystem stuff into windows conditionals, implement equivalent hopefully in SDL Clang doesn't like conditionals for this, make if else explicit wtf
11 Days Ago
Cupertino: Update VPC binary for OSX
11 Days Ago
Linux: Fix Makefile to build VPC on Linux (expects libSDL2 to be present system-wide) Linux: Define EXPLICIT macro for all compilers Linux: Make sure the `schemacompiler` is executable (because it wasn't)
11 Days Ago
Update clothing
11 Days Ago
Cupertino: libSDL2-2.0.0.dylib > libSDL2.dylib Cupertino: Target OSX 15.0 Cupertino/Penguin: Link SDL against tier0 too Cupertino/Penguin: MacOS can compile from sys/sysctrl.h just fine, remove vector.h from outside header guard in ssemath_impl
11 Days Ago
Hide "available parties"
11 Days Ago
Linux: Remove `gendbg.sh` and `sourceindex_p4posix.py` from build process because we don't have them
11 Days Ago
Reduce nav agent foot trace radius and max trace height
11 Days Ago
Cupertino/Penguin: Some more platform guards, tier0_utils_base.h not being declared, Invoke ErrorReport crash without dummy variable, fixes unused variable warning Cupertino: Link to SDL implicitly on source_exe_posix_base.vpc, add the dingus to the folder if you're working on a new platform
11 Days Ago
Rework triggers to check contact points instead of ref counted touches. Add ITriggerListener.OnTriggerEnter/Exit for game objects that contain multiple colliders
11 Days Ago
Linux: Add an auto-generated SDL_config_linux.h which is specific to my system, but we need to start somewhere. Later, this will be made specific to Steam Runtime.
11 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
11 Days Ago
Some additional troublesome Vulkan layer disables
11 Days Ago
Change notifications to a real popup Start putting the party system back together
11 Days Ago
Reduce memory allocations for navmesh debug draw
11 Days Ago
Fix CPhysicsShape::GetScale() to return the correct scale for MeshShapes
11 Days Ago
Fix CPhysicsShape::GetTriangulation() not respecting scale for mesh shapes when calculating triangulation
11 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
11 Days Ago
Linux: Add various hacks/fixes to bring `schemacompiler` up to the link step. THIS MAY BREAK SOMETHING.
11 Days Ago
Cupertino/Penguin: Unmangle SDL in other platforms too, we're trying other platforms and you're still alive
11 Days Ago
[Pick] Use multiplatform SDL config instead of one hardcoded for windows, might make more sense to eventually just use mainline SDL2 entirely
11 Days Ago
Add navmesh bodytype override During edit time (in editor) we change the type of dynamic physics bodys to static. However, for the navmesh generation we need to ignore this change and use the bodytype that will actually be used at game time. We can use this override to set the bodytype that should be used during navmesh generation.
11 Days Ago
Some changes to time sync. Seems to fix Facepunch/sbox-issues#6865 locally. Needs re-test.
11 Days Ago
.Clothing fixes
11 Days Ago
Service update Save/load avatar to/from the cloud
11 Days Ago
Started looking into fixing prefab variable action graphs Will finish after hackweek
11 Days Ago
Human Bodygroup adjustments - Clothing fixes
11 Days Ago
Cleanup async code Properly reinitialize agents after navmesh is completely generated. Remove some Gizmo.Scopes
12 Days Ago
Fix deleted tiles being shown in debug draw Version the native tile data so we can discard outdated tile updates
12 Days Ago
Use correct lock for initializing navmesh Update navmesh bounds when world size changes in editor Get rid of navmesh locks
12 Days Ago
Body Group Fix
12 Days Ago
Left the wrong model enabled
12 Days Ago
Fix Popup Panels not closing when in game (but worked in menu) Sausage toggle
12 Days Ago
Lock native navmesh on creation/dispose Fixed warning when tryin to compact a tile with no walkable triangles
12 Days Ago
WIP can use .actions in multicast delegates
12 Days Ago
Linux: Remove GCC 5 version requirement and set -std=c++20
12 Days Ago
Linux: Add original from /engine branch
12 Days Ago
Linux: make prebuilt binary of vpc executable Linux: Skip nvpatch.exe for all projects when not on Windows Linux: Add Linux platform to build scripts
12 Days Ago
Fix yet another incorrect coordinate space transform Lock navmesh for queries and path finding to avoid race conditions
12 Days Ago
Humans: re-enabled automatic citizen-to-human animation hack for now while proper animations are being worked on
12 Days Ago
Fix menu missing material
12 Days Ago
Fix settings apply button not working Fix storage page
12 Days Ago
WIP
12 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
12 Days Ago
Support for @ key razor attribute, Facepunch/sbox-issues#4103
12 Days Ago
Only run nvpatch on windows for all C# projects that use it
12 Days Ago
Clarify navmesh lock comment
12 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
12 Days Ago
Fixed the Main Menu OrganizationModal Add hover/press sounds to packages in games/maps list, prevent x-scrolling. Selected Tags in PackageTagFilters will still show up if their results are 0, so you can remove the tag instead of it being hidden Clothing Update 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 Fix touching colliders only being added to triggers Fix PhysicsBody.IsTouching returning too early 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 Add DateTime.Humanize(), TimeSpan.Humanize() Add number.ToMetric() (1100 to 1.1k) Fix clicking packagecard title opening website Fix settingspage button heights Added notifications Fix NRE in trigger rework Add Package.ThumbTall and Package.ThumbWide Fix button href debug Player feed 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 AchievementDeck Fix Integer Control Widget when nullable Clothing updates Fix store page not handling more than 2 items Front page Fix menu being fucked for one frame after switching from avatar editor Lets have a name tag Scene tweak Add backlight .clothing File updates Revert trigger changes When applying clothing, try to avoid error models by pre-evaluating the list Add mainmenu default font size so it's not tiny by default Change hub icon Hotload ignore Refit Fixes Facepunch/sbox-issues#6843 Merge branch 'master' into navmesh-tiled