usertonycancel
branchsbox/mastercancel

642 Commits over 976 Days - 0.03cph!

Add thumb to published workshop clothing
Yesterday
Revert sbox/commit/11b227aac0ff5e756beae0ced2410445b1270c70, it's causing hammer objects to duplicate for remote clients over the network
Yesterday
Make ResourceLibrary work for all Resources - meaning we can network resource references
3 Days Ago
Menu: Add slider and input limits to Field of View option, resolves Facepunch/sbox-issues#7501
8 Days Ago
Steam Workshop Clothing (#1801) * When publishing clothing assets, upload a manifest item to the steam workshop and associate the asset with the workshop entry
13 Days Ago
Don't accept "game" command while Application.IsEditor
14 Days Ago
Make sure it doesn't run in headless (errors out on dedicated server)
14 Days Ago
If we have any command line arguments from the Steam client (sbox.game -rungame), parse it via ISteamApps.GetLaunchCommandLine
15 Days Ago
Removed unused from InputContext
15 Days Ago
Fixed Cloud Browser @installed tag not being filterable by query
20 Days Ago
Amend MoveMode.IsStandableSurace typo, though I can't Obsolete the old one without an error
20 Days Ago
Fixed p2p lobby clients not being able to connect to lobbies
21 Days Ago
When publishing an asset with IncludeSourceFiles, seek the asset and its dependencies for input dependencies (should include animgraph animations, texture source files)
21 Days Ago
Fixed connecting/connect rejection messages not using correct Name/SteamId
23 Days Ago
Server Console Status Bar (#1770)
26 Days Ago
Use [IconName] for DirectoryEntry.FolderMetadata.Icon
29 Days Ago
Allow `.` and `-` in command names
30 Days Ago
Hook up IPressable.Release
60 Days Ago
Tools: Expose ScrollArea.MakeVisible( Vector3 ) Cleaned up InputActionPanel, add shift-click support to rows, to skip modal confirmation, resolves Facepunch/sbox-issues#6982 Scroll back to the top when rebuilding InputPage
2 Months Ago
Cloud Browser: Add ability to uninstall multiselect assets, resolves Facepunch/sbox-issues#7097
2 Months Ago
Fixed not being able to select ModelRenderers while drawing gizmos was disabled, resolves Facepunch/sbox-issues#7100
2 Months Ago
Add Reset to Default button in InputPage, to restore to common inputs, resolves Facepunch/sbox-issues#7109
2 Months Ago
Revert 7e8268d0ca, it was causing issues when selecting every other GameObject node, I don't understand what it's trying to do 🙊
2 Months Ago
Fixed SceneInformation not saving SceneTags metadata
2 Months Ago
Address case when trying to package.GetMeta<string> something that isn't a string, to ensure backwards compatibility - Resolves legacy game issue where InputSettings has not been moved to Input.config - Output a warning if we fail, instead of hiding it
2 Months Ago
Editor: adjust minimum/maximum camera speed (8 -> 100), determine increment/decrement based on current speed instead of flat rate
2 Months Ago
Organisation -> Organization where necessary Resolves Facepunch/sbox-issues#6822
2 Months Ago
Support drag data for GameObjectControlWidget, resolves Facepunch/sbox-issues#6998 https://files.facepunch.com/tony/1b2311b1/sbox-dev_xLjcpe9xed.mp4
2 Months Ago
Fixed NRE when trying to delete non-asset files, resolves Facepunch/sbox-issues#7002
3 Months Ago
Update default JSON ignore condition to use JsonIgnoreCondition.Never Resolves Facepunch/sbox-issues#6995, Resolves Facepunch/sbox-issues#6953, Resolves Facepunch/sbox-issues#6349
3 Months Ago
Editor: When losing focus of scene hierarchy rename popup, treat it as a successful rename
3 Months Ago
AssetBrowser: stopped pinned asset bricking the whole sidebar
3 Months Ago
AssetPublishWidget: when ticking publishing, update the widget properly instead of having to de-select and re-select asset
3 Months Ago
Fixed ReadOnly behavior for TextAreaControlWidget, resolves Facepunch/sbox-issues#6968
3 Months Ago
Virtual Cursor: rewritten, much simpler now, mimics mouse, so works for everything (#1704) - Also tracking pressed controller buttons now
3 Months Ago
Clear out unused InputManifestTemplate ItemGroup in Sandbox.Game
3 Months Ago
Gizmo.Settings.GizmosEnabled applies to DrawGizmos as well, resolves #1539 https://files.facepunch.com/tony/1b0611b1/sbox-dev_cW3C5AFArY.mp4
3 Months Ago
Improve Bootstrap::Init error output to show diagnostic errors if they exist - we get a lot of users asking about this, and the original exception is not very useful https://files.facepunch.com/tony/1b0411b1/sbox-dev_GUQ7oMB8Eh.png
3 Months Ago
Get shortest SourceLocation path when setting TypeDescription.SourceLine/File - This should've been the original fix for opening code files that have partial class defs
3 Months Ago
Get rid of my partial class check for SourceLocation codegen, it's actually the culprit for Facepunch/sbox-issues#6753 - re-publish your game and it'll be fine
3 Months Ago
Use [FontName] for TextRendering.Scope, resolves Facepunch/sbox-issues#6752 https://files.facepunch.com/tony/1b3111b1/sbox-dev_VBbuYDiPZN.png
3 Months Ago
We shouldn't need these SteamInput files anymore
4 Months Ago
Add ability to close tool window tabs, scoped to scene/prefab tabs only - resolves Facepunch/sbox-issues#6653 https://files.facepunch.com/tony/1b2211b1/sbox-dev_3TNYa6UlBY.mp4
4 Months Ago
Add "Set to None" option to InputActionControlWidget https://files.facepunch.com/tony/1b2211b1/0WMKcWO3Z1.png
4 Months Ago
Better solution for ignoring empty files for project upload, resolves Facepunch/sbox-issues#6608
4 Months Ago
Add ability to group selection into new parent GameObject, add bind (CTRL+SHIFT+G), resolves Facepunch/sbox-issues#6587
4 Months Ago
Expose Achievement.Score, resolves Facepunch/sbox-issues#6585
4 Months Ago
Only provide SourceLocationAttribute on primary class declarations, fixes "Open Component.Partial.cs", resolves Facepunch/sbox-issues#6612
4 Months Ago
"Current Project" in Asset Browser is actually the current project, though this is probably already fixed in the new asset browser Resolves Facepunch/sbox-issues#6614
4 Months Ago
Read input config when changing input settings, resolves Facepunch/sbox-issues#6590, Facepunch/sbox-issues#6599