branchsbox/mastercancel

13,509 Commits over 1,522 Days - 0.37cph!

2 Years Ago
Fix 4-way blendable material crashing & added safety assertions
2 Years Ago
Add IsValueType to TypeDescription sbox-issues/issues/2370
2 Years Ago
Remove nullable from AssetList icon, fixed an error I was getting on editor launch Re-enabled translucent screenspace effects
2 Years Ago
Color picker style improvements & layout tweaks Fix hue slider being slightly larger
2 Years Ago
Fixed an assert in ModelDoc rotation gizmo sbox-issues/issues/2135
2 Years Ago
npcclip/navclip/playerclip affect nav mesh in Hammer
2 Years Ago
Fixed build not passing databind tests
2 Years Ago
Fixed a bug with DataBind and integers Fixes sbox-issues/issues/2119 Added property editors for double and decimal types
2 Years Ago
Editing float properties shows & works with full precision https://files.facepunch.com/rubat/1b1311b1/sbox-dev_2A2G1luuKQ.mp4
2 Years Ago
Citizen/clothing: hawaiian shirt updates (neck seam fix + LODs)
2 Years Ago
Fixed codegen errors with string.Empty default values Sandbox.Json respects JsonPropertyNameAttribute
2 Years Ago
Whitelist System.Diagnostics.StackTraceHiddenAttribute
2 Years Ago
Better error handling for Asset.Party uploader Do not display OMG SUCCESS on failure, and actually display relevant errors to the user
2 Years Ago
updated glass mats and ad billboard texture
2 Years Ago
Improve color picker's layout & design, add an alpha slider https://files.facepunch.com/crayz/1b1111b1/sbox-dev_s2QkeANHgK.mp4
2 Years Ago
Drop targets don't need to be public MapNode creation/deletion has to be done on main thread, add asserts Null safety checks on map node shit Update to .NET 6.0.10
2 Years Ago
Implement multi file drag'n'drop for asset list/browser
2 Years Ago
Fixed an exception in DragData.Url Added DragData.Files Some tools drag'n'drop related docs Asset lists support multi file drag and drop https://files.facepunch.com/rubat/1b1111b1/sbox-dev_tH20o2aafW.mp4
2 Years Ago
Do not try to auto generate mips for static textures that provide their own Rename Sound Definition to Sound Event for consistency
2 Years Ago
nullptr checks for Hammer.ActiveMap MapEntity / MapMesh constructors will default to active map doc if not specified MapView wraps CMapView so we can use it in addon space Add `[CanDrop( string AssetFileExtension )]` that support `IMapViewDropTarget.DragEnter( Asset ... )`, make it all accessible to addon space Move MaterialDropTarget to addon space Hammer: Add SoundDropTarget - creates snd_event_point for .sound assets
2 Years Ago
Add Widget.OnKeyRelease
2 Years Ago
Delete unused/non functioning fog override convars Delete fog properties from sky_camera - they do not work
2 Years Ago
Make Asset.TryLoadGameResource<T> work on compiled assets w/o source files by implementing in EngineGlue::LoadJsonAsset for compiled files
2 Years Ago
Added test for adding properties with default values Support for log value histograms https://files.facepunch.com/ziks/2022-10-10/sbox-dev_YnroiYzjt5.png
2 Years Ago
Documentation pass for SceneWorld and related classes Obsolete non implemented methods of SceneSkyBox Zero out native pointer of SceneWorld in its Delete() method Fixing up TextureBuilder documentation Rearrange texture builder methods
2 Years Ago
Simple color picker for color properties Snap to color on mouse press Add comments to new publics Merge pull request #573 from Facepunch/color-picker Simple color picker for color properties
2 Years Ago
Hook up the CMapView's CToolCamera so we can have the camera pos/angles and able to build rays from 2d coords Hammer traces return their hit MapNode by managed handle so can do `if ( tr.MapNode is MapMesh mesh )` now Add MapMesh.SetMaterial( Material ) Real simple drag handler for material packages - this code is all getting shit though time to rip it up Refactored map view drop targets into an interface with attributes: `[CanDrop( Package.Type.Model )] class ModelDropTarget : IMapViewDropTarget` Once I wrap CMapView I'll make this public and make it work with standard AssetType too, so you'd be able to create custom drop targets for your game resources.
2 Years Ago
Readd single string constructor for TagAttribute
2 Years Ago
Documentation pass VertexBuffer index methods throw if buffer is not indexed Obsolete TextureArrayBuilder
2 Years Ago
Documentation pass Hides Prop.weldParent, Prop.childrenProps and Prop.clonedShapes TagAttribute can now accept multiple tags at the same time
2 Years Ago
Add Hotload.AssemblyResolver, warn if not assigned when needed Set HotloadManager.AssemblyResolver for client / menu / server
2 Years Ago
Fixed some histograms being offset horizontally Only show histogram markers that are in range
2 Years Ago
Fix double filesystem dispose with addon config Closes #498
2 Years Ago
Split Hammer save/load logic into different file and document all the internals so anyone other than me can know what the fuck is going on
2 Years Ago
Hammer Map Nodes API
2 Years Ago
Fixed Resources not loading when networked from server Fixes shatter glass being invisible for clients who are not the host
2 Years Ago
Updated all surface assets Added grass surface & footsteps
2 Years Ago
Add description attributes to Surface asset for the editor Make "clear" option available for "Unknown asset" in AssetProperty editor Fixed "Collection has a fixed size" error when trying to remove items from an array in an asset
2 Years Ago
ModelDoc: Clean up code for new morph frame compiling now that we know it works
2 Years Ago
Calculate lod level clamps to max lod level of model
2 Years Ago
Citizen/clothing: misc. fixes
2 Years Ago
Documentation pass Dirt footsteps for testing
2 Years Ago
Documentation pass Obsoleted Soundscape.MasterVolume, Surface.Dampening, Surface.Sounds.SmoothScrape and RoughScrape on the account of them not being used anywhere
2 Years Ago
Try compiling morph frames with an empty weight list instead of setting bones to bindpose
2 Years Ago
Throw ObjectDisposedException instead of NotImplementedException when accessing a disconnected clients pawn
2 Years Ago
Fall back to fetching top scores if no scores around user
2 Years Ago
Revert "Add some extra checks for file watchers" This reverts commit 00719712d06cd2ea5f06166a561c640476dd3409.
2 Years Ago
Add some extra checks for file watchers
2 Years Ago
Citizen/clothing: buttoned shirt LODs
2 Years Ago
Added Leaderboard.GetHistogram() Basic leaderboard histogram drawing Show markers on friend scores in histogram