branchsbox/mastercancel

12,689 Commits over 1,461 Days - 0.36cph!

3 Years Ago
Add UI render scene test back
3 Years Ago
Create anim scene objects from managed. Bind setting of bone world transforms on anim scene objects
3 Years Ago
Clear LightDesc properly before using it
3 Years Ago
Allow scene objects for scene capture to be created in C# Allow scene capture camera info to be set in C#
3 Years Ago
Allow scene object to be created from a model
3 Years Ago
Fix shadows not being rendered in UI render scenes
3 Years Ago
ModelDoc: Add camera modes (default and viewmodel for now)
3 Years Ago
Created Scale Test Map To help with asset scale, will add more. Merge branch 'master' of sbox
3 Years Ago
First draft of AutoSkipUpgrader Enable AutoSkipUpgrader in HotloadManager Cleaned up AutoSkipUpgrader Merge remote-tracking branch 'origin/master' into hotload-autoskip Show list of auto-skipped types in HotloadDetails sheet Nicer type names in HotloadResult Merge branch 'hotload-autoskip'
3 Years Ago
Fixed Panel.IsInside giving invalid results if the border-radius was bigger than half the width or height
3 Years Ago
background-position tests border-radius tests Update FriendList.scss
3 Years Ago
Starting moving the menu closer to Lewis' concepts
3 Years Ago
Fixed not scaling background-size
3 Years Ago
Alpha blend background image instead of multiplying by background color
3 Years Ago
Close the loading screen at the right point Fixed AddViewsToSceneSystem returning SCENE_VIEW_RENDER_TRGET_INVALID for the last few frames of loading, causing hall of mirrors (I don't think any AddViewsToSceneSystem should be returning invalid but if they do we just skip over them) Tweak loading screen transition out now it's smooth Merge branch 'master' of sbox
3 Years Ago
Update art_test.vmap Some clean up
3 Years Ago
Added Art Test Map (Doors) Map for art testing Merge branch 'master' of sbox
3 Years Ago
More useful LoopModeLevelLoad hooks Bind GetConvarValue for engine Move addon provision, gameinfo to sandbox.engine Look for gamemode info from the LastApiResponse Merge branch 'master' of sbox
3 Years Ago
Fix border offsetting
3 Years Ago
Add UI test for scene renders
3 Years Ago
Add another UI border test. Fix border-top-left-radius and border-bottom-right-radius wrong way around
3 Years Ago
Iterating on borders, change how borders are calculated to something simpler and better Finish the equation for cssbox borders that works universally Fix border alpha Remove a few pointless border tests
3 Years Ago
Update groups.vgc
3 Years Ago
Integrate cs_mdl_import into modeldoc_utils so it can be used by both modeldoc and cmd line Add Invert option to RenderPrimitiveBox Add ModelDoc RenderPrimitivePlane
3 Years Ago
lighting test / asset cleanup Merge branch 'master' of sbox
3 Years Ago
Move IMenuAddon into engine (so it can be accessed everywhere) Loading screen refactor
3 Years Ago
Rename AddonManager to ServerAddons (clearer) Mount downloaded addon when creating gamemode
3 Years Ago
Fixed sub-filesystem dispose parent on dispose Dispose transient addons on game shutdown
3 Years Ago
Refactor addon loading so it's not dependant on folder name (cc @layla you need to add name to your .addon) Warn if trying to add addon without an .addon Merge branch 'master' of sbox
3 Years Ago
Art Test Map 2 Map 2 testing art assets Merge branch 'master' of sbox
3 Years Ago
Rename IMenuSystem to IMenuAddon Cached files from server go to downloads/.sv/ Create RootFileSystem class, clean up EngineFileSystem init Github addon downloader RunAnalyzersDuringBuild = false Merge branch 'master' of sbox
3 Years Ago
fix materials world size
3 Years Ago
Restore testmap (was a broken LFS pointer)
3 Years Ago
Create art_test.vmap Map testing art assets Merge branch 'master' of sbox
3 Years Ago
Fixed stylesheet parser thinking the // in http:// was a comment Texture.Load supports https:// Update baseaccess.txt Game list API test Panel.OnDeleted DevUI Remove Logger on delete
3 Years Ago
Bind ModelEntity SceneObject getter Disable test menu scene
3 Years Ago
panel.AddChild with out Extend player use reach SpawnMenu uses virtual scroller
3 Years Ago
Adding bright textures VirtualScrollPanel Cleanup Added Panel.ScaleToScreen, ScaleFromScreen Scrolling/Clipping uses Rect instead of RectInner Make VirtualScrollPanel generic using target panel type Panel.AddChild<T> takes optional classname Add Panel.PreferScrollToBottom - stick scroll to bottom if it started there when resized Update scroll velocity Bring ScrollVelocity to a complete stop if it's close enough Console uses virtual scroller
3 Years Ago
Hotload.Skip Sandbox.UI.Box Move Hotload Init to HotloadManager
3 Years Ago
Updated Velocity Map Updated visuals on velocity test map Merge branch 'master' of sbox
3 Years Ago
Fix TraceResult.Distance
3 Years Ago
Hotload.SkipAttribute fixes, merged with Hotload.SafeAttribute Merge remote-tracking branch 'origin/master'
3 Years Ago
Update baseaccess.txt Make Rect.IsInside public Make Panel.ConstrainScrolling a protected virtual Virtual scroller tests Merge branch 'master' of sbox
3 Years Ago
Fix on Button Test Fixed Rotating button origins
3 Years Ago
Updated Button Map Updated visuals on button test map Merge branch 'master' of sbox
3 Years Ago
UI Mouse capture test
3 Years Ago
Refactor to allow dll unloading Fix console columns in smaller resolutions
3 Years Ago
If entity has physics, take the Velocity from that
3 Years Ago
Create FuncButtonRotating.cs
3 Years Ago
FuncButton supports locked Transform.Lerp Transform.Add( vector, worldspace ) Add hotload kick-in delay Add KeyframeEntity FuncButton moves, resets, calls OnUseLocked, OnIn, OnOut