userGarry Newmancancel

19,199 Commits over 3,898 Days - 0.21cph!

7 Months Ago
Reapply distance attenuation Reapply occlusion, transmission, air absorption
7 Months Ago
Remove SteamAudioScene and all that shit
7 Months Ago
Strip steamaudio reflections
7 Months Ago
Add library_install command (for editor) Mount asset filesystem from libraries Uploading libraries allows fbx files Add Game.Ident (fixes sbox-issues/issues/5435)
7 Months Ago
Return 404 on missing package on package/get
7 Months Ago
Revert "Temporarily use batch publisher for "Upload" button in AssetPublishWidget, since it's doing nothing currently" This reverts commit 0985ef78fcb2e16747cb76f1e1c95a48d8567405. Fix publish page missing on certain package types Fix HasCodePath, HasAssetPath not working for single asset projects
7 Months Ago
Fix EventSystem null exception LibrarySystem read/save version property, support switching versions
7 Months Ago
Fix build
7 Months Ago
Write the version id with downloaded package Update library template Update library template Cleanup
7 Months Ago
View package details Fix local packages not showing detail Start on Uninstalling, Switching Versions Cleaner library adding
7 Months Ago
Retain upload case sensitivity when upload a source package Wrap FileSystem.ProjectSettings in a AggFileSystem, so when it's disposed it doesn't dispose the package's filesystem. What a fucking mess. Move CreateProjectFolders so it can be called from elsewhere
7 Months Ago
This is a better solution to case sensitivity
7 Months Ago
Manifest file upload check should be ignoring case
7 Months Ago
Update Sandbox.Protobuf.csproj Uploaded files can keep their case
7 Months Ago
Fix warning
7 Months Ago
Package versions api EditorUtility.DownloadAsync creates the folder, if it doesn't exist LibraryManager can downloads and load the library
7 Months Ago
Add package version api
7 Months Ago
Library manager, list available libraries
7 Months Ago
Fix menu not loading 🙈🙈🙈🙈🙈
7 Months Ago
Make internal addons.. addons - because it matters now
7 Months Ago
Fix NRE in DockManager Make Project creation internal Add LibraryManagerDock Project constructor can't be internal, ya dummy Library publishing
7 Months Ago
Use assets folder when collecting files for manifest Don't add asset browser node for projects without assets Don't collect assets from projects with no assets folder Don't save the project list in editor, only save the project list when adding from launcher Fix ProjectSettings path resolution, rename Project.Path to Project.ConfigFilePath Error fix
7 Months Ago
New folder structure
7 Months Ago
Yield in RenderThumbnailAsync to avoid Qt errors/crashes Fix trying to create layout in MixerDetail when a layout already exists Remove unused args Create libraries folder Libraries basics Editor and UnitTest folders should be in the root of the project code now needs to be in Code subfolder, assets need to be in Assets subfolder (hard coded and removed option to change) Move addon asset locations, fix tests Fix not mounting base/citizen Include library dll in publish Clean this code up a bit When loading assemblies, pre-resolve dependencies and load them in order This is probably wrong tbh. Should probably just be loading them all at once and letting it take care of it. Merge branch 'master' into packages Merge fixes Update minimal game template with new folder layout Libraries + new folder layout (read sbox-issues/discussions/5373)
7 Months Ago
Update minimal game template with new folder layout
7 Months Ago
Merge fixes
7 Months Ago
Scene reference debug view (Facepunch/sbox-issues#5161) (#1508) Expose game controller count to public API Fix crash when drag-dropping .sbproj into launcher Scene ref gizmo: only use weak references to graph elements So references from deleted graphs will hide ActionGraph: clear properties panel when selected node is deleted Yield in RenderThumbnailAsync to avoid Qt errors/crashes Fix trying to create layout in MixerDetail when a layout already exists ActionGraph: Fixed dragging out a signal reroute node Fix concave shapes not combining friction and restitution Use a mono mix buffer without volume scale to process lipsync, allows sound with zero volume to still drive lipsync Fix nav mesh generate trying to add bodies with no shapes Fix Asset.CompileIfNeededAsync getting stuck Compile all non-existing and out-of-date assets on project startup Opening project progress gets reported to splash screen Bunch of resources that were out-dated Dead code ActionGraph editor tabs (Facepunch/sbox-issues#4491) Fixed left trigger actions never being found Make AssetInspector an InspectorWidget, fold multiple inspector into it which hadn't worked for a while Fixes Facepunch/sbox-issues#5372 Add append shadergraph node Allow node result functions to spit out errors Make sure worker threads start when calling RunInThreadAsync( Action ) Log a warning if a task runs without yielding for more than 1s Facepunch/sbox-issues#4608 Add serialized array collection Fix lists (in structs?) not saving when list is empty, parent property not setting target object Merge branch 'master' into packages
7 Months Ago
Clean this code up a bit When loading assemblies, pre-resolve dependencies and load them in order This is probably wrong tbh. Should probably just be loading them all at once and letting it take care of it.
7 Months Ago
Include library dll in publish
7 Months Ago
Move addon asset locations, fix tests Fix not mounting base/citizen
7 Months Ago
code now needs to be in Code subfolder, assets need to be in Assets subfolder (hard coded and removed option to change)
7 Months Ago
Editor and UnitTest folders should be in the root of the project
7 Months Ago
Yield in RenderThumbnailAsync to avoid Qt errors/crashes Fix trying to create layout in MixerDetail when a layout already exists
7 Months Ago
Yield in RenderThumbnailAsync to avoid Qt errors/crashes Fix trying to create layout in MixerDetail when a layout already exists Remove unused args Create libraries folder Libraries basics
7 Months Ago
Better metrics
8 Months Ago
Render stats analytics, so we can work out whether our optimizations are working
8 Months Ago
Extra performance stats
8 Months Ago
Update dynamic cubemap
8 Months Ago
Add batch publisher to asset browser context menus draw icons in the asset list name instead of the icon
8 Months Ago
Init JsonUpgrade early (fixes sbox/issues/1513)
8 Months Ago
Render dynamic envmap probes in editor sceneviews too
8 Months Ago
Fix game jam button not being in header
8 Months Ago
Results page final tweaks
8 Months Ago
These exceptions are no longer needed
8 Months Ago
Fix api query
8 Months Ago
Lets have a few more useful errors here
8 Months Ago
Re-style contest page Try to detect bots, and pre-render Show the contest button for 7 days after contest Add contest badge on package page
8 Months Ago
Fix login exception
8 Months Ago
Header tweaks
8 Months Ago
Update height clamp