branchsbox/mastercancel

13,183 Commits over 1,522 Days - 0.36cph!

4 Months Ago
Keep project loading stuff together and make sure we load initial collision rules after project settings file system is mounted (Fixes Facepunch/sbox-issues#5739)
4 Months Ago
Closes Facepunch/sbox-issues#5566
4 Months Ago
Throw exception when sending RPC on non-networked Game Objects (Closes Facepunch/sbox-issues#5504)
4 Months Ago
Fixed potential NRE in AudioListener component when scene camera isn't valid (yet)
4 Months Ago
Scene.RunTrace optimization (test)
4 Months Ago
Fix warnings
4 Months Ago
Add Diagnostics.Allocations Temporary allocations dock Send allocation info with benchmarks
4 Months Ago
Fix some incorrect sound paths in surfaces
4 Months Ago
Force render settings for benchmark
4 Months Ago
Benchmark launcher (wip)
4 Months Ago
Actually save the project list when adding a project to it Add OnParticleDestroy, OnParticleCreate properties for actiongraph https://files.facepunch.com/garry/6ee12c48-30bf-40f9-a246-301d48cd61a2.mp4
4 Months Ago
FPArms: shared jump/land/airborne subgraph + fixed _delta missing from some shared names
4 Months Ago
Fixed "Hidden" banner styling. Resolves Facepunch/sbox-issues#5746
4 Months Ago
Don't think ControlWidget if it's not visible Add Style.HasBorder ComponentEditorWidget default size mode Margin.GetEdges optimizationj Add Paint.SetFont, Paint.Rect (from Styles) Add EditorUtility.Projects.ResolveCompiler( assembly ) TabWidget has a no text mode, icons only Add experimental StyleWidget Add custom inspector for Particle Effect
4 Months Ago
DockManager only looks for types with DockAttribute. Fixes "Inspector" dock not being created if you had another class named "Inspector", ect.
4 Months Ago
Prevents errors when loading a project that either doesn't have a startup scene set or has their startup scene deleted
4 Months Ago
Only get transform once in SpriteRenderer OnPreRender
4 Months Ago
Set SpriteRenderer bounds to max component of 2D size
4 Months Ago
ForceFlushGPU before Flush RenderSceneToPixmap - fixes pixmap assert
4 Months Ago
Delete rendersystem/dx code
4 Months Ago
Remove phoneme extractor code from the 90s
4 Months Ago
Do draw opaque objects flagged with no depth prepass, also set correct behaviour for SCENEOBJECTFLAG_NO_Z_PREPASS on actual depth prepass layer
4 Months Ago
Envmap Ambient Lighting + Sky Envmaps (#1568)
4 Months Ago
Remove alphatest layers and unused attributes, all done in opaque pass Depth Fast Path was fucked up with material overrides, disable depth fast path on that batch if we're using material overrides then, this whole system seems complicated to begin with too, additionally material flags were not being updated when you did a SetMaterialOverride This fixes translucent material overrides rendering as if they were opaque https://files.facepunch.com/sam/1b2811b1/UNobtq1Qnd.png Handle translucency flags for material overrides in renderingpipeline Nullcheck bMaterialOverride
4 Months Ago
Moved asset.party to sbox.game
4 Months Ago
map instance adds tags from object entry
4 Months Ago
Console no longer errors when clicking on objects that can't be serialized. Resolves Facepunch/sbox-issues#5737
4 Months Ago
VR: revert back to using grip pose because it's closer to what we want
4 Months Ago
VR haptic bindings VR: Use aim instead of grip pose for controller positions + update fpxr to 8839c8e
4 Months Ago
Look for matching source file when creating component from template
4 Months Ago
Use ClassName when serializing types generated with compedit Maybe we'll want to always serialize as ClassName if the attrib is present?
4 Months Ago
Added various editor events to ActionGraph editor For component editor library to hook into Expose a way to deserialize ActionGraphs with a cache Add ActionGraphTargetAttribute Use first SourceLocationAttribute if multiple found
4 Months Ago
Fix overlapping Reset to Default on ControlSheet with Reset Transform context menu. Add individual reset Position/Scale/Rotation on Transform context menu (Fixes Facepunch/sbox-issues#4867)
4 Months Ago
Update Facepunch.XR to 8d9bfbf, re-work pose submit Save off the exact same poses we get from Facepunch.XR when syncing + only call beginframe/endframe/sync if we're rendering in VR
4 Months Ago
Rigidbody transforms physics body position and rotation independently only if game object position and rotation has changed
4 Months Ago
Use local space for VR render poses, update Facepunch.XR to c537b77
4 Months Ago
Don't make joint ExecuteInEditor, I don't know why it was in the first place
4 Months Ago
Hinge joint uses physics body transforms to calculate local frames
4 Months Ago
Update Facepunch.XR to e0d5682, makes it so that we use local space for headset view/projection rather than stage space Might help fix things on SteamVR headsets that use SteamVR for room-scale tracking?
4 Months Ago
Hinge joint calculates and saves local frames if they haven't been set, fixes snapshot stomping local frames making them go out of sync
4 Months Ago
Remove isteamapplist.h from vpc
4 Months Ago
Update to steam sdk 1.60 Make game focus when playing in editor consistent, instead of having to click on it sometimes
4 Months Ago
Check physics joint is valid before accessing these
4 Months Ago
Push scene scope when setting up camera, fixes sbox-issues/issues/5730
4 Months Ago
Add target velocity motor mode for hinge joints, multiply max torque by body2 mass (should we?)
4 Months Ago
Fix issue with new local instance on "local" package to do with small network files
4 Months Ago
Fix warning
4 Months Ago
Update poses for Facepunch.XR submit, prevents jittery and spongey tracking
4 Months Ago
Live lobby list
4 Months Ago
Fix NRE in scenemap