userLayladcancel

7,110 Commits over 3,531 Days - 0.08cph!

1 Year Ago
wall debug
1 Year Ago
remake hud
1 Year Ago
Get game compiling again
1 Year Ago
Animgraph: Basic support for anim event preview (only playsound and stopsound)
1 Year Ago
ModelDoc: Don't allow base model to be set as itself
1 Year Ago
Remove vwrlt and vwenvmap asset types, these don't exist Recompile old maps toolscene_lighting_studio and error to fix compiler missing warnings
1 Year Ago
Add MorphCollection.Get to get override morph values
1 Year Ago
Fix wonky thirdperson camera
1 Year Ago
Remove some unused player netvars
1 Year Ago
Fix nav_edit, grab eye pos and angles from pawn aimray
1 Year Ago
Remove create_flashlight native command
1 Year Ago
Remove some unused functions from IPrediction
1 Year Ago
Add SceneObject.Batchable, for situations where dynamic attributes affect rendering Delete unused shit from lightinglib Add SceneSunLight.SkyColor for ambient light color outside of light probes Compute ambient light spherical harmonics when there's no sunlight using scene camera ambient color (this allows cubemaps to show up without sunlight) Add SceneCubemap, allows cubemaps to be applied in scene worlds Add a default cubemap texture Add cubemaps to menu scenes so metallics have a bit of reflection
1 Year Ago
Better fix for model reloads
1 Year Ago
Don't destroy model strong handle on reload for now
1 Year Ago
Delete SpawnMotionDisabled altogether, prop data should never be deciding this
1 Year Ago
Roll back support for SpawnMotionDisabled prop data
1 Year Ago
Rubikon: capsule vs hull/mesh improvements from Dirk
1 Year Ago
IsClient & IsServer fixes
1 Year Ago
Add ParticleSystem resource class so they can be referenced in game resources like any other resource Allow creating SceneParticles from particle system resource
1 Year Ago
Clear animgraph resource loaded dict like we do with other resources
1 Year Ago
Add filtering to params https://files.facepunch.com/layla/1b1011b1/sbox_w3t6TA9lNr.mp4
1 Year Ago
alphabetic sort on params
1 Year Ago
Add GetParameterType, GetParameterName and GetParameter<T> to AnimationGraph Add AnimatedEntity.GetAnimParameterRotation Add editor for animated entity which extends the entity inspector with animgraph parameter inspector https://files.facepunch.com/layla/1b0911b1/sbox-dev_hLHvjjjIWi.mp4
1 Year Ago
Add a "New Shader.." button in the asset browser
1 Year Ago
Don't generate resource for any shaders that fail to compile
1 Year Ago
Add support for TSPEC_USE_TYPED_IMAGEFORMAT back, video encoding needs this unfortunately
1 Year Ago
Actually spell suppress correctly
1 Year Ago
Suppress texture frame updates for render hooks, hopefully fixes textures from being deleted from under us
1 Year Ago
Don't skip program when checking if shader is up to date if we failed to load the compiled version (it might not exist) memset shader header so we dont run into these issues that are caused by uninitialized memory
1 Year Ago
Update shaders.def
1 Year Ago
Trim slashes from shader path before compiling
1 Year Ago
Include program type in breadcrumb too
1 Year Ago
Don't say we have a shader program if there's no vcs data for it, might fix us not being able to decompress some static combos More breadcrum info
1 Year Ago
Warn us if we can't open file stream for static combo decompression, I don't know if CUtlStreamBuffer warns us
1 Year Ago
Drop some shader related breadcrums
1 Year Ago
Load spritecard shader with the main shader manager manifest so hopefully map compiler always has it loaded
1 Year Ago
Add mat_free_shaders so I can see how many unreferenced shaders can be destroyed
1 Year Ago
SetDefaultToRendersystemEmpty for vfxcompile, this should allow it to run on build server I hope
1 Year Ago
Fix foliage shader always failing MD5 check, rare situation where the shader has a program defined (geometry shader) with no code inside
1 Year Ago
Blocking load static combo requests, seeing little or no benefit to async and it's fucking us over
1 Year Ago
Fix mat_reloadshaders not finding all the proper materials it needs to reload
1 Year Ago
Revert back to the old way of reloading materials, blocking resource reload isn't stable
1 Year Ago
Fix mat_reloadshaders not trimming properly, check if shader resource file even exists for good measure
1 Year Ago
Remove some parts of material editor still assuming .vfx so we can start phasing it out
1 Year Ago
Fallback to error shader if setting up static combos for mode fails
1 Year Ago
Add back ogniks fix for sboxgame/issues/issues/2533
1 Year Ago
Remove refcount from vfx, the resource now has the refcount
1 Year Ago
Actually load all modes for error material, check for the actual error shader was wrong
1 Year Ago
Don't try to deallocate error resource, because this is a thing that happens apparently :S