reposboxcancel

17,084 Commits over 1,308 Days - 0.54cph!

6 Months Ago
WrapPropertySet, WrapPropertyGet, WrapMethod
6 Months Ago
Update tests
6 Months Ago
Added Tiling option to hotspot Tiling regions are defined in the SubRect tool https://files.facepunch.com/louie/1b1111b1/hst.png
6 Months Ago
Run WrapSet and WrapGet if both are specified. When passing to static callback always pass propertyName or methodName as fully qualified name. Support type argument for return type and Func param Nicer error when can't find type to invoke on for passed callback name CodeGeneratorFlags/CodeGeneratorAttribute renaming
6 Months Ago
Minor glossary of differences we keep with upstream rendersystemvulkan
6 Months Ago
Remove native SetupStereoFrustums Remove unused camerarenderer stage RenderStereo uses correct view flags etc., clean up
6 Months Ago
Revert this, it cocks everything up, find a different way
6 Months Ago
Calculate mass for all bodies, not just dynamic, our API relies on it
6 Months Ago
Oops, wouldn't have worked, now it does
6 Months Ago
Traces get start solid from solver, not fraction being zero
6 Months Ago
Cast callbacks calls world ShouldHit, does some extra checking for static/dynamic
6 Months Ago
Remove references to vphysics2 Co-authored-by: Matt Stevens <matt@mattstevens.co.uk>
6 Months Ago
New rendersystem interface bits Base rendersystem updates Sync rendersystemempty w/ public Partial update rendersystemdx11 scenesystem updates rendersystemvulkan bits and bobs
6 Months Ago
Reference Facepunch.ActionJigs, NodeGraph refactor Allow references to Facepunch.ActionJigs in editor code More plumbing for action editing Updated ActionJigs Some more node types Support deserializing system types if TypeLibrary is okay with them Error messages in node tool tips Added GraphView.GetRelevantNodes Node graph HandleConfig refactor Allow arbitrary nesting in node creation context menu Default handle color tweak Update Facepunch.ActionJigs Hotload: fix before / after constraints on upgrader ordering TypeLibrary.GetSerializedObject overload accepting a getter Add [Flags] to DockProperty Constant nodes Node interface tweaks Update() node UI after Layout() calls Update ActionJigs Try to get nodes to redraw on change Post-rebase fixes I missed Remove references to vphysics2 Co-authored-by: Matt Stevens <matt@mattstevens.co.uk>
6 Months Ago
New Outfit Piece! - Hair Net https://files.facepunch.com/daniel/1b1111b1/sbox-dev_0eon8tFPlK.jpg Now you can dress up as a fry cook at a fast food restaurant. LODs coming asap!
6 Months Ago
Save pre velocity for intersection notifications
6 Months Ago
Testing method for creating a decal in scene worlds
6 Months Ago
Support body inertia scale
6 Months Ago
For aggregate CheckShapeOverlap, just use CastShape, that will handle meshes for us Fix body CheckOverlap, switch the test around when the shape is a mesh
6 Months Ago
Highlight asset list folder when selected Fix baseitemwidget drag hover and drag drop logic being backwards
6 Months Ago
Get rid of unused overlap and sweep functions from interface Aggregate CheckShapeOverlap, skip meshes for now
6 Months Ago
Initial managed VR / stereo rendering logic Remove tracked device debug spew SceneCamera.RenderStereo, allow eye targeting Build & override camera frustum based on params provided by steamvr Clean up unused shit
6 Months Ago
Don't try to make Application.CursorPosition fractional (fixes not being able to click on stuff on another monitor) Add Application.CursorDelta to make having a smooth cursor delta easier with a highdpi monitor Use CursorDelta in SceneEditor first person camera
6 Months Ago
Fix error when dragging asset into its own folder
6 Months Ago
Gizmo Sprite shader Customised gizmo line shader
6 Months Ago
[pick] new aligned memalloc methods [pick] CResourceNameGetter refactor Initial Vulkan update merge
6 Months Ago
Latest rendersystem base
6 Months Ago
Don't try to set property in PropertyDescription if it doesn't have a setter
6 Months Ago
Body Enable, Disable, IsEnabled
6 Months Ago
Remove GetSimulationTime Apply flags to collision attributes for toggling touch events
6 Months Ago
CastShapeSingle CastShapeMultiple
6 Months Ago
Use GJK for GetDistanceBetweenHulls
6 Months Ago
Fully implement CastShapeAgainstShape using TOI, one function vs fuck knows how many
6 Months Ago
box vs capsule
6 Months Ago
Start supporting CastShapeAgainstShape, starting with ray vs capsule to get hitboxes working
6 Months Ago
Move TestQuery to world, only physics game system uses this
6 Months Ago
Create new BVH and swap it out for UpdateMeshShape (probably not fast but never was)
6 Months Ago
Implement ClosestPoints
6 Months Ago
Get rid of orthographic areas (used for drag?)
6 Months Ago
Only collide on INTERSECTION_PAIR_RESOLVE_CONTACTS Get rid of CreateMeshShape on the interface, nothing uses it
6 Months Ago
Maybe this will fix the matrix menu
6 Months Ago
Add CloudAsset.Install
6 Months Ago
GameResources can load private properties marked with [JsonInclude] Add GameResource.GetReferencedPackages()
6 Months Ago
New Outfit Piece!- Chef's Apron https://files.facepunch.com/daniel/1b1011b1/Screenshot%202023-10-09%20173401.png Lods and adjustments to skinning coming ASAP!
6 Months Ago
When saving a GameResource, also save a list of packages that were referenced FixResourceNames is unsued
6 Months Ago
Trace startpos fix Fix capsule trace StartPos
6 Months Ago
If we're casting against a sphere or capsule, add on the radius from the proxy
6 Months Ago
Fix mistake in trace solver when porting over Cast against hull properly
6 Months Ago
Add trace solver Attempt to use trace solver for meshes and hulls
6 Months Ago
r_tiled_rendering_depth_cull: Better to flag it as FCVAR_NONE for now