branchsbox/mastercancel

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

2 Months Ago
Inputs now support MWHEELUP/MWHEELDOWN. Resolves Facepunch/sbox-issues#6132
2 Months Ago
Can now close the Camera Preview Floating Window so it's not in your way. Resolves Facepunch/sbox-issues#4472 https://files.facepunch.com/CarsonKompon/2024/August/21_11-29-LawfulNorthernhairynosedwombat.mp4
2 Months Ago
Add CallbackEntry in the right place relative to .Order so that game object system listen order is respected
2 Months Ago
Fix toggle global space shortcut type
2 Months Ago
Only run logic in SceneNetworkSystem.OnBecameHost if scene is valid - we could just be in a lobby/party but not in-game
2 Months Ago
Standalone: move IsWhitelistDisabled option into project config, so that it saves into the .sbproj like everything else
2 Months Ago
Standalone: blacklist DLLs we don't need (cuts down export size by ~130mb)
2 Months Ago
Fix modal paths still targeting asset.party
2 Months Ago
Don't normalize AnalogMove when using a gamepad... so it's actually analog
2 Months Ago
Don't clamp flex override when getting it
2 Months Ago
Oops, missed this weight clamp
2 Months Ago
Pass rotation to cubemapper so rotated envmap probes captures are rotated the correct way Fix Cubemap Brightness Normalization, uses prefiltered envmap instead of spherical harmonics, fixes overbrightened envmaps in dark areas, and increases overall contrast of envmaps Update transform for skybox envmap
2 Months Ago
Null check hulls here
2 Months Ago
Fix PhysicsBody.CheckOverlap crash when checking overlap against mesh
2 Months Ago
Hull collider cone and cylinder respect game object scale
2 Months Ago
Missing null check in NavMeshAgent
2 Months Ago
Don't clamp flex overrides to flex controller min max
2 Months Ago
If GameObject isn't valid when trying to call an RPC, call the method anyway but only if we can determine that we have permission to do so - this way we can ensure RPC methods are still not called when they shouldn't be for any given user. (Fixes Facepunch/sbox-issues#6270)
2 Months Ago
Fixed an issue where if you're Small Fish and disconnect yourself from a created lobby immediately by calling GameNetworkSystem.Disconnect in OnLoad, a TCP socket would remain open preventing you from starting a lobby again. This is because Disconnect is called before the asynchronous method CreateLobbyAsync has finished, so it goes and adds/creates new sockets that never get closed.
2 Months Ago
Hide 'open x.cs' context menu option for internal components, fixes Facepunch/sbox-issues#6260
2 Months Ago
Update Qt with GraphicsView point/pixel intersection fixes, fixes #1653
2 Months Ago
Disable PropertySheetPopup from being modal for now Fixes Facepunch/sbox-issues#6109
2 Months Ago
Rename this to hull
2 Months Ago
Compile hulls into vox resource https://files.facepunch.com/layla/1b2011b1/sbox-dev_x10cgzGsNn.png
2 Months Ago
Support opaque fade on vertex_color
2 Months Ago
Fixed sweeper
2 Months Ago
Use reinterpret_cast in GetModelIndices
2 Months Ago
Fix Main Menu NRE when typing in search box
2 Months Ago
Prevent Toasts from ticking down while you're in a Loading Screen.
2 Months Ago
Added Main Menu Toasts Added Toast that pops up after playing a game you haven't yet interacted with. Clicking will open a Review Page Modal. https://files.facepunch.com/CarsonKompon/2024/August/19_12-04-UnlinedWeaverbird.png
2 Months Ago
"Create model..." now shows up when right clicking an .obj file
2 Months Ago
Can now drag folders to/from the TreeView on the left side of the Assets Browser. Resolves Facepunch/sbox-issues#4742
2 Months Ago
RangedFloat cleanup * Add Min / Max properties instead of x / y fields, fields are obsoleted * Max always equals Min for Fixed range type, unlike the old y field * ToString returns "<min>" for fixed values, or "<min> <max>" for ranges, instead of "<min>,<max>,<type>" * Parse supports old format * Can deconstruct: `var (min, max) = range;` * Add tests parsing old format
2 Months Ago
Idea for custom writing / reading data to snapshot per component (if it overrides those methods) Some docs Explicit ISnapshotWriter interface Read snapshot immediately - no need for this prop Dispose ByteStream properly Rename to INetworkSnapshot Component.INetworkSnapshot - improve some docs
2 Months Ago
Dragging a folder on itself no longer recursively creates folders. Resolves Facepunch/sbox-issues#6258
2 Months Ago
Change spot light comments to let user know cone is in half angles
2 Months Ago
Attempt to fix video player crash, audio decode is fucky
2 Months Ago
Added "Recently Updated" section back to Main Menu front page
2 Months Ago
Added Search Bar and Filter Order to Game Jam page on Main Menu
2 Months Ago
Don't build faces for empty vox
2 Months Ago
Revert vertex_color shader for now
2 Months Ago
Allow vertex_color shader to be tinted
2 Months Ago
Fix crash in SetFlexOverride
2 Months Ago
Hide vox preview model in inspector
2 Months Ago
Disable vox drop object for now
2 Months Ago
Give engine game resources a chance to load from other resource blocks so we can save binary data Vox game resource Vox compiler Vox asset preview Modernize vertex_color shader Vox drop object as model renderer until a voxel renderer has been promoted to engine Fix vox model bounds
3 Months Ago
Backport some more gpu profiling for scenesystem
3 Months Ago
Correct curve for static_overlay custom fog blending for fog HDR values above 1.0f https://files.facepunch.com/sam/1b1611b1/pl0WF6eu5Q.png
3 Months Ago
Move albedo chart to bottom right corner, make it scale more aggresively to not take away screen space Add button to toggle albedo chart https://files.facepunch.com/sampavlovic/1b1611b1/CkUDe1JWMc.png
3 Months Ago
Backport scenesystem GPU profiling