userGarry Newmancancel
reposboxcancel

5,124 Commits over 1,552 Days - 0.14cph!

20 Days Ago
Remove confusing, unused arguments
20 Days Ago
Clean up Move g_pResourceCompilerSystem to engine, bind CUtlBuffer Add CResourceCompilerSystem::GenerateResourceBytes Add resilient retry to shader cache save Start shader writing
20 Days Ago
Avoid loading the same includes from disk over and over again Fix shader cache concurrency Use shader compile context
20 Days Ago
Bind IVfx Bind IVfx Remove unused Shader compile, support passing in pre-loaded, pre-masked code
21 Days Ago
Expose CVfxProgramData
21 Days Ago
ToolAppSystem [interop] Don't create handle stuff in static functions Don't init VR if we're a console app Don't print vulkan device info if we're a console app Let us do new Shader() List shaders, work out programs, find out of date
21 Days Ago
Shaders
21 Days Ago
Fix compile warning
21 Days Ago
Remove unsued Update test packages Update cecil Update skia to 3.1
21 Days Ago
Remove vfc.exe - unused prove me wrong - I want to minimize the entry points for shader compiling Remove unused mathlib class
22 Days Ago
in Material.Lerp, normalize after lerping normals Include ReflectionTextureColor in all the layers @samzanemesis might wanna check this is the right thing to do build shaders
23 Days Ago
Shader rebuild
23 Days Ago
Editor buttons desaturate when disabled/readonly
23 Days Ago
Switch SSAO to use GTAO
27 Days Ago
New RPC api + code upgrader foundation
27 Days Ago
Rebuild shaders
27 Days Ago
Add RpcAttribute, RpcMode Remove codegen from AuthorityAttribute Instanced rpcs Expose transmission Rename NetTransmission to NetFlags, hide RpcMode Update NetFlags descriptions and names Obsolete NetPermission, BroadcastAttribute, AuthorityAttribute Rename Unbuffered to SendImmediate Add upgraders
27 Days Ago
Add upgraders
27 Days Ago
Convert NetPermission flags too
27 Days Ago
Explicitly pull in updated System.Formats.Asn1
27 Days Ago
Clean tests Documentation
27 Days Ago
Add Authority upgrader
27 Days Ago
Include Sandbox.CodeUpgrader.dll as an Analyzer Refactor upgraders with nicer syntax
27 Days Ago
Published packages don't include dlls
27 Days Ago
Update PlayerController animator params PlayerController copy clothes better PlayerController increase skin slightly, prevents sliding down slopes PlayerController creates collision on a child GameObject, so it can have different tags set etc PlayerController - delete existing BoxCollider, CapsuleCollider if they exist PlayerController - don't recreate Colliders GameObject if we have a child named that already PlayerController: Fix ducking slightly when standing on small shit
27 Days Ago
Upgrader basics
27 Days Ago
GameObject serializing survives when a child is somehow added during serialization
28 Days Ago
Revert "Use IClimbingMode interface in PlayerController" This reverts commit 5fc097414bfb1ef7da5e2f75b35c11c358641200.
28 Days Ago
Add RpcAttribute, RpcMode Remove codegen from AuthorityAttribute Instanced rpcs Expose transmission Rename NetTransmission to NetFlags, hide RpcMode Update NetFlags descriptions and names Obsolete NetPermission, BroadcastAttribute, AuthorityAttribute Rename Unbuffered to SendImmediate
28 Days Ago
Rename Unbuffered to SendImmediate
28 Days Ago
Update NetFlags descriptions and names Obsolete NetPermission, BroadcastAttribute, AuthorityAttribute
28 Days Ago
Rename NetTransmission to NetFlags, hide RpcMode
28 Days Ago
Instanced rpcs Expose transmission
28 Days Ago
Remove codegen from AuthorityAttribute
28 Days Ago
Add RpcAttribute, RpcMode
28 Days Ago
Fix warning Add dark_descent and cat_harvest package tests
28 Days Ago
SteamId can be converted to from an int, but will give a warning Fix code archive not using correct CSharpParseOptions Don't debug output xml parse errors Add more package tests
29 Days Ago
Fix not switching assembly during hotload
29 Days Ago
Server sends code archive instead of assembly Client compiles code archives
29 Days Ago
Don't try to compile code archives on local packages
30 Days Ago
Make Connection.SteamId and PartyId a SteamId Make Game.SteamId a SteamId Networking.TryConnectSteamId takes a SteamId Add SteamId.AccountType Add steamid to bytepack
30 Days Ago
GameObject.Network is a class !!!!!!
30 Days Ago
Use uncompiled assemblies (#1714)
30 Days Ago
Change facepunch.sandbox test to facepunch.walker
30 Days Ago
Disable package tests that don't have code archives (garry.testbed, carsonk.voip_roulette)
30 Days Ago
Lets handle package startup errors a bit better, shutdown properly, popup an error
30 Days Ago
Report build errors
30 Days Ago
Filter out .dll when downloading packages Compile and load code on package download
31 Days Ago
Shader rebuild process (#1713) * Add * option to vfxcompile * Delete older shader build scripts * Remove cs_surface_interactions * Always output combo count if it's over 1000 * Strip some lesser used stuff from spritecard to get the compile time/size under control * Build shaders as part of ci, so they can't be out of date (we should still manually build and commit though!)
31 Days Ago
Update spritecard.shader_c