userGarry Newmancancel

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

5 Months Ago
Navmesh test
5 Months Ago
Character Controller test
5 Months Ago
Avoid some errors when closing Load WorldRendererMgr in unit tests For backwards compatibility, when loading a vpk look in the maps/ folder too Allow map loading during tests Remove warnings PackageManagement test cleanup, make a bit more resiliant
5 Months Ago
Fix project templates (oops)
5 Months Ago
Remove unused from filesystem IWorldReference doesn't need to be ref counted Unmount vpk on map unload properly Call ServiceWorldRequests to finish destroying map instance, create HammerSession
5 Months Ago
Remove old templates Map template Asset browser state is saved per project Fix Map Instance selector not replacing .vmap with .vpk Remove unused worldrendermgr stuff Better VPK loading, find physworld etc properly
5 Months Ago
Should fix uploded videos having no audio
5 Months Ago
Allow dedicated sever to load maps Update steam libs Lets store the appid in one place, so it's easier to change for standalone exports Init SteamGameServer for dedicated server when starting a game
5 Months Ago
Revert "Add json type converter safely through TypeLibrary" This reverts commit 620f60624d3f32ac8686a2add19159a0b42fa25f.
5 Months Ago
Add "game" concommand, to load a game Add a bunch of Application.IsHeadless Startup help Fix warning
5 Months Ago
Dedicated server starts up properly
5 Months Ago
Fix spelling
5 Months Ago
Spelling fix
5 Months Ago
Add terrain to cubemap fog scene
5 Months Ago
Remove ProjectConfig.Tags Add Package.UpdateValue( key, val ) Add debounce to Package.UpdateValue Add SerializedProperty.Create() Can edit some asset properties inline
5 Months Ago
Fix Update not working !
5 Months Ago
UpdatePackage fixes
5 Months Ago
Update package api
5 Months Ago
Rewrite packagelist
5 Months Ago
find has assettype: filter Fix user tags not working !
5 Months Ago
Add search index fields for package types
5 Months Ago
Update package index after successful video process
5 Months Ago
Fix Warnings
5 Months Ago
Package.Type.Gamemode becomes Package.Type.Game Can publish any asset, scene + prefab previewers Published assets can optionally include source files
5 Months Ago
Remove game category facet Asset package type
5 Months Ago
Add algorithmVersion to vtex crc if GGXCubeMapBlur Increment sky shader version, forces material rebuild, which forces a texture rebuild
5 Months Ago
Update fog.cubemap.scene Update cubemap.dynamic.scene
5 Months Ago
Fix exception Weapon lab Weapon lab updates Create muzzle.prefab Create ParticleLineRenderer.cs
5 Months Ago
GameObjectSystem metrics
5 Months Ago
DynamicSceneObject can take vertex span instead of one at a time
5 Months Ago
Process particles in a GameSystem, all at the same time, to benefit from multithreading
5 Months Ago
Fix Component being decorated with IUpdateSubscriber, IFixedUpdateSubscriber (making it useless)
5 Months Ago
Don't do MakeNameUnique() if we have > 100 siblings, don't always create a hashset Lets cache TypeLibrary.GetTypes( t ) - and invalidate when things change - this significantly improves TypeLibrary performance
5 Months Ago
Completely remove the locking from Performance.Scope
5 Months Ago
Benchmark fullscreen is borderless
5 Months Ago
Optimize performance scope to not lock, not create Use custom implementation of .HasFlag for mostly unnessecary optimization ( .Contains() ) Micro optimization, use RenderAttributes.SetComboEnum<T> instead of SetCombo (avoid boxing) Avoid creating a Func when getting friend state avoid creating an array when iterating CircularBuffer Fix player count in GameLobbyGroup Fix warnings This stops the creation of boxed steamids, somehow
5 Months Ago
Scene.RunTrace optimization (test)
5 Months Ago
Fix warnings
5 Months Ago
Add Diagnostics.Allocations Temporary allocations dock Send allocation info with benchmarks
5 Months Ago
ui render test
5 Months Ago
Include cubes scene
5 Months Ago
Allow running individual benchmarks, change camera position loop Cubes test particle collision scene
5 Months Ago
Update .sbproj
5 Months Ago
Force render settings for benchmark
5 Months Ago
Benchmark launcher (wip)
5 Months Ago
Actually save the project list when adding a project to it Add OnParticleDestroy, OnParticleCreate properties for actiongraph https://files.facepunch.com/garry/6ee12c48-30bf-40f9-a246-301d48cd61a2.mp4
5 Months Ago
Don't think ControlWidget if it's not visible Add Style.HasBorder ComponentEditorWidget default size mode Margin.GetEdges optimizationj Add Paint.SetFont, Paint.Rect (from Styles) Add EditorUtility.Projects.ResolveCompiler( assembly ) TabWidget has a no text mode, icons only Add experimental StyleWidget Add custom inspector for Particle Effect
5 Months Ago
Fix RSS news blogs Fix rating button selection
5 Months Ago
Fix news editor bugs
5 Months Ago
Moved asset.party to sbox.game