userGarry Newmancancel
branchsbox/mastercancel

3,634 Commits over 1,583 Days - 0.10cph!

1 Year Ago
Fix loading addons in tools registering their events + cleanup Hammer package integration
1 Year Ago
Give a warning when hotloading asset but couldn't load json
1 Year Ago
Fix exception when reporting exception in event.run
1 Year Ago
Report and skip when failed to install a local package
1 Year Ago
Wrap initial package loading in a try get and noisily ignore load errors instead of bootstrap init false When loading a tool package, load toolbase too
1 Year Ago
Fix startup error when no ContentPath
1 Year Ago
Fix download speed
1 Year Ago
Package cleanup (#887) Added singleton PackageManager which handles all package downloading, installing. LocalProjects are self compiling and their assemblies are used to mock a Package.
1 Year Ago
Add Typelibrary.GetMethodsWithAttribute Add ThumbnailRenderAttribute Add IResourceCompilerContext.def Add Asset.OverrideThumbnail( pixmap ) Prefabs have thumbnails! https://files.facepunch.com/garry/b3633834-6291-42da-80d3-d51924e0a2fe.png Move ThumbnailRendererAttribute
1 Year Ago
Move stereo rendering to GameDebug menu Add Visualize Scene Objects to GameDebug menu
1 Year Ago
Added a bunch of debug view options https://files.facepunch.com/garry/6a9d8907-6204-4a78-8856-49eab947739f.png
1 Year Ago
Prefab adds component after deserializing so variables are set before Activate is called Prefab Component - default values Name the new component after its type Add ModelPhysicsComponent
1 Year Ago
Add RenderColor to prefab model https://files.facepunch.com/garry/627ef066-e1dd-4a07-a2ed-5797dae530fe.png
1 Year Ago
Add SceneCamera.Worlds (for adding multiple worlds) Plumb renderpipeline so SceneCamera can add its extra worlds GizmoInstances create and maintain their own SceneWorld
1 Year Ago
GetPositionOnPlane draw plane when hitbox.debug Fix position gizmo arrow wrong plane
1 Year Ago
Package.FetchAsync can skip cache This reverts commit e04575555373f3d6faca204fe56d705a9aaa95be. Revert LineEdit change (controls should only signal changes when changed, not when first set) Change how errors are displayed in project publish
1 Year Ago
Hide prefab/prefabguid in entitycomponent in inspector
1 Year Ago
Can drag and drop models/prefabs into the game
1 Year Ago
When pressing the console key in editor, only focus the console if it's already visible Remove unused Merge branch 'master' of sbox
1 Year Ago
Gizmos - Version 1
2 Years Ago
Update issue templates
2 Years Ago
Update TreeView.Example.cs
2 Years Ago
Sandbox.WebSurface - Add Sandbox.WebSurface - Add Editor.Widgets.WebWidget - Add Sandbox.UI.WebPanel - Add Game.CreateWebSurface() - Add Editor.Utility.CreateWebSurface()
2 Years Ago
Fix fps_max reducing framerate
2 Years Ago
Editor.SFM to Editor.Sfm
2 Years Ago
SetProcessDpiAwareness
2 Years Ago
Should fix running with -game not working
2 Years Ago
Add [STAThread] to main to fix qt dialogs from hanging
2 Years Ago
Game is now launched via .net exe
2 Years Ago
Don't try to get an AssemblyDefinition to assemblies with no location
2 Years Ago
Switch NativeRenderingWidget so you're less likely to be accidentally rendering the scene in Paint
2 Years Ago
Tweak codegen for sboxgame/issues/issues/2862
2 Years Ago
Fix documentation dll upload Update ci to need upload_start to succeed
2 Years Ago
Add ContextTools to allow us to resolve our current context from engine Add ResourceLibrary.Resolve() for engine
2 Years Ago
Test csproj name for suitability, revert to ident if it's fucked
2 Years Ago
Entity prefabs - orgs/sboxgame/discussions/2857
2 Years Ago
Update ci.yml
2 Years Ago
Use nethost to locate the dotnet installation Upload symbols last
2 Years Ago
Add install script Make error nicer
2 Years Ago
Initialize using hostfxr, Interop is c# dominant
2 Years Ago
Detect cyclic dependencies faster
2 Years Ago
Game.Clients works in the menu Fix the Current Game screen slightly
2 Years Ago
Dirty panel styles recursively when PseudoClass changes (fixes hover style remaining on children)
2 Years Ago
Move concurrency to the root
2 Years Ago
Fix concurrency
2 Years Ago
Fix CI uploading without tests passing
2 Years Ago
Lobby/packages design cleanup Fix occasional panel index out of bounds Add storage settings page
2 Years Ago
Revert "Remove inline setting label style, define it in stylesheet" This should really be a re-usable class rather than something specific for just these pages. It'll possibly be reused in a bunch of places. `cell.is-label` seems right.
2 Years Ago
Popups for maxplayers and privacy, delete settings page
2 Years Ago
Lobby tweaks