19,645 Commits over 4,018 Days - 0.20cph!
Documentation for RenderToWidget
Material Editor handles compiled materials a bit nicer
Give a warning if exception in TypeUnregister
Fix AssertMsg causing ResourceBuilder to crash in contentbuilder
flex-basis wasn't hooked up to anything
Spin the UI when compiling asset on demand
Fix error when calling SaveToStateCookie in Window.OnDestroyed
Bind system prioritizes values over nulls
Fix NRE in AssetList
Update AssetProperty properly when value changes
Show extension methods on the target class
Add sceneutils->SimpleRenderScene
InteropGen treats DECLARE_POINTER_HANDLE like pointers, because that's what they are
paintEngine return null if Qt::WA_PaintOnScreen set
Add SceneCamera
Add SceneCamera.RenderToWidget( widget )
Only resize swapchain window if it's the main window
Update Qt
Disable this for now
This dumb hack is fucking me up
▍▌▌ ▄▉▊▍▍▍ ▊▉▍▍▅█▉▅▆█ ▋▊▍ ▍▉▊█▅▍▋▌
Log warnings to breadcrumbs to help diagnose crashes
Only let resource system lock up in ForceSynchronizationAndBlockUntilManifestLoaded for a minute, then force a crash so we get notified
Fix editor not closing properly
Hide Internal
Fix Property.IsStatic
Add Getter for SceneObject.Bounds
More RenderAttribute accessors
[CanEdit] will show exceptions when creation failed
Add helpful properties to SceneWidget, set defaults
Fix BaseWindow not actually deleting on close
Input.MouseDelta is now proper
Remove unused GetLocalViewAngles/SetLocalViewAngles
▆▇▉▅▄▍▍▆▄▅▊ ▋▆▋▍▄▅, ▇▉▉█▇ █▌█▆█▄ ▊▄ ▌▉▌▍▇▍▍▍▆▇ ▌▋▉▉▅▆▌, ▊▅▄▅▉▅▍▆ ▌▌▊▊ ▌█▌▉▍▇▄ ▌▇▇▍▄▆▅
▅▋▊▋▌▊ ▆▇▌▍▊▌▇█▍▋ █▅ ▇▆█▍.▄ ▆▊▆ ▄▇▉▇ ▅▍▍█▄▅▉ ▅▍▍██▊
▍▍▅ ▄▊▍▊▌▌▋▄▊▆▋█▅▊▊▌▌ █▋▊ ▍▌▇▋▅ ▇▅▇ ▋▍▆▄▆ █▆▇█▍▉▇
▆▍▋▌█▅▍▇ ▇▊▊▆▅▇▆▅▇▅█ █▋█▆▊▄▊
Fix FullName not being set sometimes
Add whitelists for System.Reflection.ParameterInfo
Whitelist some reflection stuff
Default outfit
Add MemberDescription.GetCustomAttribute
Obsolete TypeLibrary.GetProperties, add GetPropertyDescriptions
Fixed menu whitelist errors
ModelEntity.SetMaterialOverride works from serverside
Fix MakeRelease not updating api
Fixed minidumps not wrapping threads propertly
Remove a bunch of old mdmp code
Strip all the vmpi stuff out of vrad2
Complain better when CBakeResourceHelper fails to compile something
Fix editor window coming to front when a widget was created with no parent (!!)
WIP refactor to pre-calculated api doc
Add TypeDescription.Methods, TypeDescription.Properties
Fix entity tags not adding
Fix collision tags not updating on the client
Catch HttpRequestException when loading an image
Retain SCENEOBJECTFLAG_HIDEINFIRSTPERSON flag
Fix MaterialOverride not working consistently + strip a bunch of unused code
Don't reapply material overrides unless they changed
UI sounds support position, pan relative to screen position
TypeLibrary.DynamicAssemblyHash doesn't need to be exposed
Fix Volume/Pitch not working on UI sounds
Add TypeDescription.Interfaces (Fixes sbox-issues/issues/2237)
Add a banner alerting people that they're banned because they have autoclickers
Add TypeDescription.CreateGeneric
Add TypeDescription.IsClass
Add TypeDescription.IsGenericType, TypeDescription.GenericArguments
Document MemberDescription
Fill out MethodDescription
Add TypeDescription.Create<T>( args )
Obsolete TypeLibrary.GetType*
Whitelist some reflection members
Lock down Type, MemberInfo, PropertyInfo, MethodInfo more
Pdb is embedded in the dll, so we don't need to drag around another file
Removing no longer needed
Don't compile pdb's
Load Embedded Pdb
Added MorphCollection pattern
Fixed sbox-issues/issues/2230
Refactor Decal libraries
- Added `Sandbox.Decal`
- Obsoleted `Sandbox.DecalSystem`
Upload localization files when publishing addon
SuspendUpdates now hides the widget temporarily - since qt's enableUpdates doesn't do jack shit
Layout.Clear() hides widgets before deleting (since the delete is deferred)