branchsbox/mastercancel

11,176 Commits over 1,308 Days - 0.36cph!

1 Year Ago
Fix Input.Pressed not working outside of Simulate when FPS was lower than tick rate
1 Year Ago
Fix particle preview rotation https://files.facepunch.com/layla/1b0211b1/sbox-dev_DE9zLfakRV.mp4
1 Year Ago
Send some performance info
1 Year Ago
Use parameter default value when firing inputs for non number types too
1 Year Ago
Improve error handling for firing Hammer/MapIO inputs
1 Year Ago
AssertIsMainThread for SetupPhysicsFromModel, this is not safe to do Assert trying to make scene model with meshless model, sceneobjects aren't created if there's no meshes Do the same for sceneobject Fix crash trying to render thumbnail of model with no meshes Fix crash trying to preview model with no meshes
1 Year Ago
Added option to right click copy asset ident from asset.party https://files.facepunch.com/louie/1b0211b1/sbox_wHZljKuQ2h.png sboxgame/issues/issues/2477
1 Year Ago
Fixed default new material using invalid texture sboxgame/issues/issues/2480
1 Year Ago
Only call tools.refresh when we have new tool assemblies and not game assemblies
1 Year Ago
added missing menu tool tip for local games
1 Year Ago
Support all the different orders CSS border property can be in, add unit tests too - resolves Facepunch/sbox-issues#89
1 Year Ago
Revert "Focus GameFrame when entering full screen" This reverts commit 8904f4f5b1f11f0a8921373f2a42485a9eaab8ce. Blur and disable console input's focus when entering fullscreen mode This takes care of the editor sometimes auto-focusing the console and getting confused about whether it wants to be full screen or not
1 Year Ago
Corrected description of (Real)TimeUntil.Absolute RangedFloat can be used in Hammer entity properties now
1 Year Ago
Party deck: fix avatar sizing, give margin between add button and party friends - Fixes Facepunch/sbox-issues#2453
1 Year Ago
Small adjustment to Shorts
1 Year Ago
Whitelist System.Private.CoreLib/System.Diagnostics.ConditionalAttribute Whitelist System.Private.CoreLib/System.Text.* Whitelist System.ObjectModel/System.Collections.Specialized.* Whitelist System.Private.CoreLib/System.IO.StreamReader.get_* and Close()
1 Year Ago
Citizen/clothing: bucket helmet seam fix Merge branch 'master' of sbox
1 Year Ago
Deleted prop_dynamic, info(_particle)_target, point_camera native ents Deleted prop_dynamic, info_target, info_particle_target, point_camera native entities They all have c# alternatives Deleted info_null, info_landmark, info_player_deathmatch engine ents
1 Year Ago
Undo unintended changes
1 Year Ago
Make it more clear that project rows are not clickable Fixed exceptions when closing publish to asset.party window prematurely
1 Year Ago
New Outfit Pieces - Shorts and Bucket Hat https://files.facepunch.com/daniel/1b0111b1/sbox-dev_w0N25QkANK.jpg LODs and Skinning adjustments to come soon. Merge branch 'master' of sbox
1 Year Ago
Project creator folder selector works first time when path already exists - Fixes Facepunch/sbox-issues#2454 Server list spelling
1 Year Ago
Focus GameFrame when entering full screen Fixes sbox-issues/issues/2081
1 Year Ago
Codegen writes correct accessibility for partial classes it writes Add descriptions to TypeLibrary's description classes
1 Year Ago
Fix razor file extension checks case sensitive Settings page partial cleanup
1 Year Ago
Tooltips
1 Year Ago
Clip project path text so it doesn't overlap the settings icon Saftey checks around memcpy in CCompositeParentSpaceState::CopyBoneTransformWeights to prevent crash, additional asserts to catch when this stuff is bad
1 Year Ago
Group projects better
1 Year Ago
CQAttributeEditor_SoundPicker: use path instead of name for sound events Create a resource reference on sounds in maps so custom sounds will get properly uploaded and loaded with the map This will require you to reselect sounds in your maps to update to their full paths, asset name only is obsolete
1 Year Ago
Remove some unused gameui Don't reset buttons when mouse cursor window
1 Year Ago
Add context menu to entity list, allow deleting Fix entity categories under Map entities Add consistency to explorer widgets
1 Year Ago
Friend.GetAll() returns empty array in outside of menu
1 Year Ago
Catch and report exceptions in OnParametersSetAsync, OnParametersSet When deleting, destroy child blocks first
1 Year Ago
Expose combo free texture filtering selector for user built shaders https://files.facepunch.com/ognik/1b0111b1/sbox-dev_MUJMmnKlDF.mp4 https://files.facepunch.com/ognik/1b0111b1/sbox-dev_F7l9inPSQS.mp4 Also includes glass & blendable too
1 Year Ago
Get rid of features.minimal.hlsl. It's the same thing as features.hlsl
1 Year Ago
Only disable the button if it actually exists
1 Year Ago
Add a stop compiling button to the Shader Compile Output
1 Year Ago
Fix pre-processing shader errors showing up as valid success compiles
1 Year Ago
DisplayInfo will inherit from interfaces for type members
1 Year Ago
Added BBox.Contains(Vector3) & FromPositionAndSize( Vector3, Vector3 ) Added box soundscape entity
1 Year Ago
Load entity GameData after ToolsDll.OnAddonsCompiled instead of tools.refresh - I think this was accidentally still working somehow, but now it'll hotload and all that shit again Fix errors in local projects preventing base loading for tools ( Hammer entities, ModelDoc data, base resources ), remove hack from Sandbox.Engine and make Sandbox.Tools responsible for compiling base before local projects are added to the compile group Add MapNode.Parent property
1 Year Ago
Fallback to default code editor if selected code editor is no longer installed
1 Year Ago
Add IEnumerable<MapNode> MapNode.Children Add MapPath and MapPathNode to C# API MapGroup and MapInstance init their handles correctly
1 Year Ago
Citizen/clothing: adding RenderMeshMarkup for previous clothing items that have a cut-down torso mesh
1 Year Ago
Hammer: Fix entities from newly uploaded asset.party games not working
1 Year Ago
Citizen/clothing: (... and RenderMeshMarkup for the blue variant too)
1 Year Ago
Citizen/clothing: fixes to blue variant of v-neck t-shirt
1 Year Ago
Citizen: ship "all-in-one" FBX with the game files (The "all-in-one" FBX includes the head and its morphs, unlike the regular LOD0/1 FBX files, because we use a DMX file for this. We might as well put it in here so you don't have to go look for it on the wiki.) Citizen/clothing: v-neck t-shirt skinning/LOD improvements & seam fix
1 Year Ago
CQBuildMapDialog::GetMapLaunchCommand wraps map name in quotes
1 Year Ago
Compile tool base first, so that if a tool addon is broken the UI won't be broken