userGarry Newmancancel

19,538 Commits over 3,990 Days - 0.20cph!

7 Months Ago
Physic2d test
7 Months Ago
Move CodeGen to Engine, add engine assembly reference to allow it to resolve symbols from that Add StringToken.ConvertAttribute, for codegen to detect situations where we want to upgrade Add MurmurHash2 to generator When a StringToken parameter is passed a string literal we codegen that to the token, to avoid the lookup/generation "chicken" becomes StringToken.Literal( "chicken", 855234573 ), which returns a StringToken Add ProjectReference from Sandbox.Game to CodeGen, to avoid out of order compiling
7 Months Ago
Fix post processing (was passing in ITexture as an int)
7 Months Ago
Add StringToken alternatives to RenderAttributes
7 Months Ago
Create Sandbox.StringToken, delete NativeEngine.StringToken
7 Months Ago
Cache SteamRichPresenceSystem values, avoid 1ms spike every 5 seconds
7 Months Ago
Introduce ContextLocal<T> MenuDll has its own Json options
7 Months Ago
Third attempt to fix video audio
7 Months Ago
This isn't ever used This isn't ever used Never used Never used Never used Remove unused This really does not need to be routed via an interface Not used
7 Months Ago
Fix video audio
7 Months Ago
Lets uncomplicate this the input system kickoff by dropping the event dispatch Add instrumentation
7 Months Ago
Add a c# version of MurmurHash2
7 Months Ago
Trim a bunch of sound stuff we don't use More telemetry
7 Months Ago
move fps_max to c# - make it more accurate
7 Months Ago
Vector4 uses System.Numerics.Vector4 where possible Add BBox.Snap Fix particle bounds being wrong ParticleRenderer has [RequireComponent] ParticleEffect
7 Months Ago
Remove randomly added repeat functions from Curve @MVFP Fix prefab/scene videos timescale too fast Move ParticleGameSystem to its own file Curve micro optimizations
7 Months Ago
Vector3 optimization, use System.Numerics where possible
7 Months Ago
Fucked it
7 Months Ago
Add Graphics.Draw to stats Count material system stats in retail
7 Months Ago
Revert "m_nInstanceStepRate not used anywhere get rid" This reverts commit 512a3827c2d47ee6976ca8b0dfe63cc448fe369d.
7 Months Ago
7 Months Ago
Add mutex and pray
7 Months Ago
Oops, DrawInstanced was needed !
7 Months Ago
This doesn't need to be DrawInstanced Fix loading ui textures not updating when they finish loading
7 Months Ago
m_nInstanceStepRate not used anywhere get rid c# managed vertexlayout, create layout automatically
7 Months Ago
Update how superluminal instrumentation works, avoid allocations, wrong names Don't render widgets that we can't see (!)
7 Months Ago
Add Graphics.CameraPosition
7 Months Ago
Fix warnings
7 Months Ago
Support ext:vtex etc in find Add extension filter on assets
7 Months Ago
Convert particle, texture, soundscape, shader types to asset
7 Months Ago
Remove publish types, fall back to asset
7 Months Ago
Move some types to asset
7 Months Ago
"display: none" the main menu when we're not using it
7 Months Ago
Panel background rendering optimizations
7 Months Ago
Micro optimizations
7 Months Ago
CManagedSceneObject main thread is optional Remove mainthread enforcement from "safe" internal managed sceneobjects Make grabbedTextures a thread static ParticleSpriteRenderer builds verts in render thread
7 Months Ago
micro performance tweaks
7 Months Ago
Volumetric fog benchmark
7 Months Ago
Fix navmesh usage before initialized
7 Months Ago
Navmesh test
7 Months Ago
Character Controller test
7 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
7 Months Ago
Fix project templates (oops)
7 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
7 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
7 Months Ago
Should fix uploded videos having no audio
8 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
8 Months Ago
Revert "Add json type converter safely through TypeLibrary" This reverts commit 620f60624d3f32ac8686a2add19159a0b42fa25f.
8 Months Ago
Add "game" concommand, to load a game Add a bunch of Application.IsHeadless Startup help Fix warning
8 Months Ago
Dedicated server starts up properly