userGarry Newmancancel
branchsbox/mastercancel

3,547 Commits over 1,522 Days - 0.10cph!

2 Years Ago
ModelEntity.SetMaterialOverride works from serverside
2 Years Ago
Fixed minidumps not wrapping threads propertly Remove a bunch of old mdmp code
2 Years Ago
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 (!!)
2 Years Ago
Add TypeDescription.Methods, TypeDescription.Properties
2 Years Ago
Fix entity tags not adding
2 Years Ago
Fix collision tags not updating on the client
2 Years Ago
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
2 Years Ago
UI sounds support position, pan relative to screen position
2 Years Ago
TypeLibrary.DynamicAssemblyHash doesn't need to be exposed Fix Volume/Pitch not working on UI sounds Add TypeDescription.Interfaces (Fixes sbox-issues/issues/2237)
2 Years Ago
Add TypeDescription.CreateGeneric
2 Years Ago
Add TypeDescription.IsClass Add TypeDescription.IsGenericType, TypeDescription.GenericArguments Document MemberDescription
2 Years Ago
Fill out MethodDescription Add TypeDescription.Create<T>( args ) Obsolete TypeLibrary.GetType*
2 Years Ago
Whitelist some reflection members
2 Years Ago
Lock down Type, MemberInfo, PropertyInfo, MethodInfo more
2 Years Ago
Pdb is embedded in the dll, so we don't need to drag around another file
2 Years Ago
Fixed sbox-issues/issues/2230
2 Years Ago
Refactor Decal libraries - Added `Sandbox.Decal` - Obsoleted `Sandbox.DecalSystem`
2 Years Ago
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)
2 Years Ago
Add GameServices.UpdateLeaderboard (replaces SubmitScore)
2 Years Ago
Localization Basics (https://wiki.facepunch.com/sbox/localization)
2 Years Ago
Unused Junk
2 Years Ago
Fix list add button sometimes missing Fix PropertySheet warnings
2 Years Ago
Fixed list rebuild taking ages Fixed propertysheet bouncing about on change
2 Years Ago
Binding system supports deep properties Fix Binding system bouncing when types differ Sandbox.UI uses Sandbox.Bind, obsolete old bind system (mostly) Delete in game ListInspector Replace Panel.BindClass with Bind system Add layout.Enabled Simplify public bind api for this first run Remove unused junk
2 Years Ago
StackOverflow catching (codegen)
2 Years Ago
Delete p4_quiet_edit.exe Remove unused code Delete audioparams_t Remove unused m_fog
2 Years Ago
Get rid of EFL_HAS_DYNAMIC_PHYSICS, add a network bool instead
2 Years Ago
Fix PointerEvents confusion (fixes sbox-issues/issues/2015)
2 Years Ago
Move NodeEditor to Tools.NodeEditor Move Sandbox.InternalTests to Sandbox.Internal.Tests Move everything in the tools addon under the tools namespace Get rid of Tools.ApplicationTimingsWidget namespace
2 Years Ago
Undone the `Sandbox.Internal.Documentation` stuff - this wasn't the best way
2 Years Ago
Entity._components shouldn't be accessible Fix warning Strip SetBlurState
2 Years Ago
Document PhysicsWorld slightly
2 Years Ago
Length Documentation ConsoleSystem documentation Documenting CurrentView, Local, Screen Document ThreadSafe Document Host Document GameServices Physics Documentation (kind of)
2 Years Ago
Obsolete Vector3.OneX, OneY, OneZ
2 Years Ago
Make Rect3D internal Testing Documentation Categories
2 Years Ago
Delete ColorXYZ, color-interpolation
2 Years Ago
Don't save a file to C:\\temp\\aaaa.zip during compile
2 Years Ago
Auto document (#440)
2 Years Ago
Capture and report c# stackoverflowexception's (we can't recover from them right now, but at least we can know that they're happening)
2 Years Ago
Add fish.cat_harvest unit test Fix infinite loop in AccessControl
2 Years Ago
Forgot the token
2 Years Ago
Sentry commit tracking
2 Years Ago
Skip over mounting addon path if it doesn't exist
2 Years Ago
Revert "Lets try this" This reverts commit 7531b00e15e30c5603af2cac268a4f3372870507. Revert "Don't post sentry releases manually" This reverts commit 7f6d1720c79c553baa942fcb00306070bfd222c5. Revert "Use Sentry's own release action for more detail" This reverts commit b109e9dfb0a3ae41ad72cee0801bebc4aa6eca43.
2 Years Ago
Lets try this
2 Years Ago
Remove GetContext etc from isteamaudio Use Sentry's own release action for more detail Don't post sentry releases manually
2 Years Ago
SA log printing SA: Destroy the scene if we couldn't load map geometry Use pointers, manual scene delete function, breadcrumbs
2 Years Ago
Make PerformanceStats.All a ConcurrentDictionary
2 Years Ago
Delete some unused stuff
2 Years Ago
Use crashpad for fatal errors