usertonycancel
reposboxcancel

1,061 Commits over 976 Days - 0.05cph!

2 Years Ago
Fixed Package.FindAsync failing to deserialize PackageUsageStats - fixes Sandbox and Asset Browser cloud tab
2 Years Ago
Menu: Fixed GameList entries not opening game front
2 Years Ago
Lobby: Inform the player that their message wasn't sent if they're not in a lobby Lobby: Name and shame the lobby participant when they get kicked
2 Years Ago
Get rid of null terminator in Lobby.SendChatString, it's not required in this case - this fixes party kick not working
2 Years Ago
snd_event_alignedbox: Fixed sound position lagging behind by one frame
2 Years Ago
Glow.Material made into a property, get rid of the Error List warning
2 Years Ago
Style adjustments to PartyDeck, give a crown to the current party owner, add horizontal padding to player-info
2 Years Ago
Don't grab convars all the time for ServerInformation - do it properly in NetworkServer.FillInfo, so it's included in our manifest
2 Years Ago
Add ServerInformation.MaxPlayers, fixed ServerInformation.ServerTitle being incorrect on client.
2 Years Ago
Menu: Ignore #local in GameIcon, since we cache favourited packages, they were all returning as non-remote packages, and weren't able to be clicked to open their game front.
2 Years Ago
Launcher: docs, code cleanup DamageInfo: docs, add HasAnyTag, HasAllTags
2 Years Ago
Add DamageInfo.WithTags, resolves sboxgame/issues/issues/2698
2 Years Ago
Obsolete Game.IsToolsMode, Game.IsToolsEnabled, add Game.IsEditor
2 Years Ago
Editor: Fixed not being able to upload maps to asset.party
2 Years 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.
2 Years 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
2 Years Ago
UI2: Fixed length parse fail for ending parenthesis, fixes "lighten/darken(#fff, 20%)" Added more ColorParse tests, darken without spaces, and darken( mix )
2 Years Ago
Sorted out some XML documentation warnings
2 Years Ago
Don't group identical console messages with different loggers
2 Years Ago
Made DamageInfo.Tags public
2 Years Ago
"getpos" runs clientside, uses Camera.Position, Camera.Rotation - fixes inaccurate values being reported. Removed cl_showpos
2 Years Ago
Local.PlayerId -> Local.SteamId
2 Years 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
2 Years Ago
Rip the bandaid off and stop looking for "GameSettings" meta, only "PackageSettings"
2 Years Ago
Update ProjectConfig.Ident MinLength to 2
2 Years Ago
Updated game.minimal template to fix Input so people creating new projects won't be greeted with errors
2 Years Ago
Fixed server not correctly setting correct values for game settings
2 Years Ago
Allow to add non-forbidden headers to Http requests, we should replace this whole class soon
2 Years Ago
Replace tools addon usage of Utility.RunCommand
2 Years Ago
2 Years 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)
2 Years Ago
Removed SteamVRImport as it was unused
2 Years Ago
Removed SteamVRImport as it was unused
2 Years 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)
2 Years Ago
Delete Obsolete methods and variables related to Hitbox bones / groups
2 Years 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/
2 Years Ago
Define Channel in DotnetInstaller script Add remaining missing binaries
2 Years Ago
Change UpdateDotnet channel
2 Years Ago
Testing .NET 7.0 + CSharp LanguageVersion 11 Use CSharp11 in our CodeGen tests
2 Years Ago
Use CSharp11 in our CodeGen tests
2 Years Ago
UI2: Hook up "not-allowed" cursor type
2 Years Ago
Testing .NET 7.0 + CSharp LanguageVersion 11
2 Years Ago
Give QMenu a minimum width
2 Years 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
2 Years Ago
PackageSelector: Re-added #local to local packages
2 Years 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
2 Years Ago
Menu: Open video settings navlink by default
2 Years Ago
PackageSelector uses Package.FindAsync Api
2 Years 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
2 Years 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