userTony Fergusoncancel
reposboxcancel

847 Commits over 700 Days - 0.05cph!

1 Year Ago
Make a copy of an Entity's components before clearing them out, fixes collection modified error from deleting a component from within another component.
1 Year Ago
UI2: Fixed bug introduced by my length parse fix, where border-image style would fail Add SetBorderImage test so that can't fall through the cracks again
1 Year Ago
UI2: Fixed length parse fail for ending parenthesis, fixes "lighten/darken(#fff, 20%)" Added more ColorParse tests, darken without spaces, and darken( mix )
1 Year Ago
Sorted out some XML documentation warnings
1 Year Ago
Don't group identical console messages with different loggers
1 Year Ago
Made DamageInfo.Tags public
1 Year Ago
"getpos" runs clientside, uses Camera.Position, Camera.Rotation - fixes inaccurate values being reported. Removed cl_showpos
1 Year Ago
Local.PlayerId -> Local.SteamId
1 Year Ago
Removed Sandbox.Hooks obsolete code Moved VoiceSpeaker, VoiceEntry, VoiceList to Sandbox.UI namespace, removed Style.Dirty usage Tools: Remove Utility.RunCommand, replace with ConsoleSystem.Run (to match Sandbox.Game) Replace tools addon usage of Utility.RunCommand
1 Year Ago
Rip the bandaid off and stop looking for "GameSettings" meta, only "PackageSettings"
1 Year Ago
Update ProjectConfig.Ident MinLength to 2
1 Year Ago
Updated game.minimal template to fix Input so people creating new projects won't be greeted with errors
1 Year Ago
Fixed server not correctly setting correct values for game settings
1 Year Ago
Allow to add non-forbidden headers to Http requests, we should replace this whole class soon
1 Year Ago
Replace tools addon usage of Utility.RunCommand
1 Year Ago
1 Year Ago
Delete Obsolete methods and variables related to Hitbox bones / groups Removed Sandbox.Hooks obsolete code Moved VoiceSpeaker, VoiceEntry, VoiceList to Sandbox.UI namespace, removed Style.Dirty usage Tools: Remove Utility.RunCommand, replace with ConsoleSystem.Run (to match Sandbox.Game)
1 Year Ago
Removed SteamVRImport as it was unused
1 Year Ago
Removed SteamVRImport as it was unused
1 Year Ago
Removed Sandbox.Hooks obsolete code Moved VoiceSpeaker, VoiceEntry, VoiceList to Sandbox.UI namespace, removed Style.Dirty usage Tools: Remove Utility.RunCommand, replace with ConsoleSystem.Run (to match Sandbox.Game)
1 Year Ago
Delete Obsolete methods and variables related to Hitbox bones / groups
1 Year Ago
Updated to .NET 7.0 and C#11 Please update Visual Studio if you're experiencing issues with it. Read more about what's new here: https://devblogs.microsoft.com/dotnet/announcing-dotnet-7/
1 Year Ago
Define Channel in DotnetInstaller script Add remaining missing binaries
1 Year Ago
Change UpdateDotnet channel
1 Year Ago
Testing .NET 7.0 + CSharp LanguageVersion 11 Use CSharp11 in our CodeGen tests
1 Year Ago
Use CSharp11 in our CodeGen tests
1 Year Ago
UI2: Hook up "not-allowed" cursor type
1 Year Ago
Testing .NET 7.0 + CSharp LanguageVersion 11
1 Year Ago
Give QMenu a minimum width
1 Year Ago
Generator: Replace ConCmd.Server|Admin attribute to include method signature (when needed), supports having two ConCmds with the same method name. Fixes sboxgame/issues/issues/2577
1 Year Ago
PackageSelector: Re-added #local to local packages
1 Year Ago
Documented BaseItemWidget Actions, added ItemDeselected, ItemsSelectedTo Remove AddonProperty, replaced usage with PackageSelectorProperty, added defaultSelection to PackageSelector, added placeholder UI to see current selection https://files.facepunch.com/devultj/1b2011b1/devenv_OUH7xVz5AK.mp4
1 Year Ago
Menu: Open video settings navlink by default
1 Year Ago
PackageSelector uses Package.FindAsync Api
1 Year Ago
Added multi-select support to Hammer's Entity Tool selector https://files.facepunch.com/devultj/1b1911b1/sbox_6eFNVff4fk.mp4 Removed GameSelectorDialog, renamed AddonSelectorDialog to PackageSelector Solves #621
1 Year Ago
Validate AddonSelectorDialog org thumb - we've got 3 panels doing the same thing here, I'll unify them in the next couple of days
1 Year Ago
Validate organization thumbnails for asset.party selectors
1 Year Ago
Launcher: when adding local game config, append game ident with #local, fixes not loading into the correct games
1 Year Ago
Launcher: first draft for selecting addons for game configurations https://files.facepunch.com/devultj/1b1611b1/sbox_pbcF7SRE4R.mp4
1 Year Ago
Add Client.IsFriend
1 Year Ago
Update Water and VoxelChunk to use tags
1 Year Ago
Refactor DamageInfo to use tags instead of flags - Obsolete DamageFlags, DamageInfo.Flags, DamageInfo.WithFlag, DamageInfo.Explosion - Add DamageInfo.FromExplosion, DamageInfo.WithTag, DamageInfo.HasTag - Replaced all obsolete flag usage with new tag usage
1 Year Ago
Always record voice when in VR - we'll probably want an option for this in the future
1 Year Ago
Hitbox Tags (#562) - Added Hitbox, Hitbox.HasTag, Hitbox.HasAllTags, Hitbox.HasAnyTags, Hitbox.GetName - Added TraceResult.Hitbox, DamageInfo.Hitbox - Obsoleted DamageInfo.HitboxIndex, DamageInfo.WithHitbox, ModelEntity.GetHitboxGroup You'll have to update your code to get hitboxes to work again (headshots, etc) - check the wiki page @ https://wiki.facepunch.com/sbox/Hitboxes
1 Year Ago
Restore TraceResult.HitboxIndex to be a field, still obsolete
1 Year Ago
Give Hitbox a parameterless constructor to appease C#
1 Year Ago
Add EngineGlue::GetStringTokenValue Check native db for string token value if we can't find it in managed
1 Year Ago
Update Citizen HitboxSet list to include more tags, clear out group_id Docs cleanup, make tagTokens a property
1 Year Ago
Rename HitboxData to Hitbox, Add Hitbox.HasAllTags, HasAnyTags Cleanup, docs
1 Year Ago
Remove nullable from AssetList icon, fixed an error I was getting on editor launch Re-enabled translucent screenspace effects