userTony Fergusoncancel
branchsbox/mastercancel

612 Commits over 884 Days - 0.03cph!

Yesterday
Editor: When losing focus of scene hierarchy rename popup, treat it as a successful rename
Yesterday
AssetBrowser: stopped pinned asset bricking the whole sidebar
Yesterday
AssetPublishWidget: when ticking publishing, update the widget properly instead of having to de-select and re-select asset
Yesterday
Fixed ReadOnly behavior for TextAreaControlWidget, resolves Facepunch/sbox-issues#6968
Yesterday
Virtual Cursor: rewritten, much simpler now, mimics mouse, so works for everything (#1704) - Also tracking pressed controller buttons now
Yesterday
Clear out unused InputManifestTemplate ItemGroup in Sandbox.Game
15 Days Ago
Gizmo.Settings.GizmosEnabled applies to DrawGizmos as well, resolves #1539 https://files.facepunch.com/tony/1b0611b1/sbox-dev_cW3C5AFArY.mp4
17 Days 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
19 Days 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
19 Days 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
21 Days Ago
Use [FontName] for TextRendering.Scope, resolves Facepunch/sbox-issues#6752 https://files.facepunch.com/tony/1b3111b1/sbox-dev_VBbuYDiPZN.png
22 Days Ago
We shouldn't need these SteamInput files anymore
30 Days 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
30 Days Ago
Add "Set to None" option to InputActionControlWidget https://files.facepunch.com/tony/1b2211b1/0WMKcWO3Z1.png
34 Days Ago
Better solution for ignoring empty files for project upload, resolves Facepunch/sbox-issues#6608
35 Days Ago
Add ability to group selection into new parent GameObject, add bind (CTRL+SHIFT+G), resolves Facepunch/sbox-issues#6587
35 Days Ago
Expose Achievement.Score, resolves Facepunch/sbox-issues#6585
35 Days Ago
Only provide SourceLocationAttribute on primary class declarations, fixes "Open Component.Partial.cs", resolves Facepunch/sbox-issues#6612
35 Days 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
35 Days Ago
Read input config when changing input settings, resolves Facepunch/sbox-issues#6590, Facepunch/sbox-issues#6599
42 Days Ago
Add EditorUtility.RestartEditor, RestartEditorPrompt
42 Days Ago
Add editor prompt which restarts the editor when changing parent game / target game
44 Days Ago
Fixed input settings not being applied in subsequent games (d'oh)
45 Days Ago
Add JsonUpgrader support to ConfigData - will be using this for Input config updates
45 Days Ago
Split out InputSettings into Input.config - backwards compatible
49 Days Ago
Rotation can parse from serialized Angles, resolves Facepunch/sbox-issues#6085
49 Days Ago
Editor: add ability to define launch arguments for new game instances, resolves Facepunch/sbox-issues#6095
49 Days Ago
Resolve Facepunch/sbox-issues#5844 - Input.ReleaseAction/Actions should work across contexts
52 Days Ago
Expose physics substeps control to scene inspector, resolves Facepunch/sbox-issues#6480
53 Days Ago
Skip empty files in upload wizard, resolves Facepunch/sbox-issues#6167
55 Days Ago
Add command line switch for opening a game on startup (currently opens the game modal)
58 Days Ago
Fixed inconsistent padding on header bar between LeftCenter and Center layouts
58 Days Ago
Update ITagSet to have more consistent HasAll/HasAny overloads, resolves Facepunch/sbox-issues#5023
58 Days Ago
Add try catch to Language.AddFile, output exception and file path so users can track down the problem, resolves Facepunch/sbox-issues#6478
59 Days Ago
External change detection for scenes and prefabs use the source, should resolve messy external change detection, especially on new projects
2 Months Ago
Game controller rewrite (#1664) You shouldn't experience anything different other than you shouldn't run into any problems. Let's see how long that lasts 👀
2 Months Ago
hammer: Don't append to EditorReferences when gathering them, start again from scratch - helps clearing out old refs that a map might not rely on anymore
2 Months Ago
Support empty <style> block in .razor files Resolves Facepunch/sbox-issues#2725
3 Months Ago
Fixed motion data returning crazy values if something went wrong, or we don't have the hardware
3 Months Ago
Deleting this was stupid
3 Months Ago
Stop-gap fix until I suss out why maps are referencing their own game projects, and having projects download their cloud version on startup
3 Months Ago
Made some changes to how we're loading remote packages from map file references, do it on project startup instead of when opening map, removed AssetResolverWindow as it's not needed anymore. Will keep an eye on this This should resolve issues when using remote packages in hammer maps - Everything would be an error until you opened the map in hammer - On restart, a big majority of the assets would get cleared out and you'd have to re-open in hammer again - Hammer should open maps with lots of references faster (Construct 3 mins to 20 seconds, HC1 Refinery 2 mins to 15 seconds)
3 Months Ago
Fix toggle global space shortcut type
3 Months Ago
Don't normalize AnalogMove when using a gamepad... so it's actually analog
3 Months Ago
Fixed sweeper
3 Months Ago
Recompile vertex_color shader, fixes some fog issues we were having https://files.facepunch.com/tony/1b1511b1/sbox-dev_kRzQ31t3HW.jpg
4 Months Ago
Default prefab save directory is the assets root, not the project root
4 Months Ago
Make AE_CL_BODYGROUP_SET_VALUE work
4 Months Ago
Clear usage data on list update
4 Months Ago
Add filtering and sort options to upload wizard https://files.facepunch.com/tony/1b3111b1/sbox-dev_QolpF2YDXn.png