branchsbox/mastercancel

14,114 Commits over 1,583 Days - 0.37cph!

2 Years Ago
Fix mat_reloadshaders not finding all the proper materials it needs to reload
2 Years Ago
Removed SteamVRImport as it was unused
2 Years Ago
Revert back to the old way of reloading materials, blocking resource reload isn't stable
2 Years Ago
Fix mat_reloadshaders not trimming properly, check if shader resource file even exists for good measure
2 Years Ago
Force shaders changes in base to always compile optimized We keep pushing unoptimized shaders. End user ends up having to compile them all the time when they want to build optimized shaders. Lets force base to always be optimized so we don't make this mistake again
2 Years Ago
Compile optimized versions of all base addon shaders
2 Years Ago
Remove some parts of material editor still assuming .vfx so we can start phasing it out
2 Years Ago
Fallback to error shader if setting up static combos for mode fails
2 Years Ago
Maps can use entities from addons tagged "map entity", these addons are mounted for the map independent of game and are accessible from Hammer entity tool
2 Years Ago
Add back ogniks fix for sboxgame/issues/issues/2533
2 Years Ago
Remove refcount from vfx, the resource now has the refcount
2 Years Ago
Actually load all modes for error material, check for the actual error shader was wrong
2 Years Ago
Don't try to deallocate error resource, because this is a thing that happens apparently :S
2 Years Ago
Dont use GetErrorResource, it's fucking us up
2 Years Ago
Don't try to set default textures for raw material that has error shader
2 Years Ago
assign layer shader to error resource if it couldn't load the shader we want
2 Years Ago
null check resource data when deallocating shader resource (can this even happen tho?)
2 Years Ago
Make mat_print_shader_info work again
2 Years Ago
Make mat_print_shaders work again, mostly just for my own use
2 Years Ago
Just get rid of FreeAllUnreferencedData, shaders are destroyed when resource is, so this shouldn't be needed and if it is we can do it better anyway particle procedural mat uses shaders/spritecard.shader for shader keyvalue
2 Years Ago
Don't free shaders for unused static combos until I figure out why it's crashing
2 Years Ago
Build content
2 Years Ago
Copy over changes for shader resources Remove old .vfx, .vcs Forgot some vpc files Build content Update assettypes.txt Update resourcecompilersystem.cpp Forgot shader asset type images Impl GetErrorResource for shader type manager so we get an error shader when shader can't be found Enable all modes for error shader Recompile all core shader resources from master Update high_quality_reflections shader Recompile base shaders Update Graphics.Paint and PanelRenderer Update shaders.def Make damn sure all shaders are packed from vcs from master Material doesn't grab shaders from resource system anymore until I figure out why it was fucking up Switch back to using resource system to get shaders for material, remove vfx dictionary Free shaders for static combos that have zero ref count Destroy static combo shaders when deallocating shader resource Create all modes for error material.. again Switch to error resource if setting up static combos for mode fails Switch to ResourceIsError for other places that need to check if a shader is error Remove deallocate logs Simplify mat_reloadshaders, just do a shader and used materials blocking reload Fix assert on material layer destructor, static combo ref count should be fine to be zero here, we probably should reloaded shader update all_shaders.txt Allow access to material attributes without asserting, if modes have loaded Delete me_shaderselect.cpp Don't publish core/*.shader to steam 🦆 Update vfx_compile_helpers_d3d11.cpp update content from master Merge branch 'master' into shader-resources update core materials from master Add shader macros back in Fix crash hopefully stopping build-content from failing Merge pull request #651 from Facepunch/shader-resources Shader resources
2 Years Ago
Added Input.SetViewAngles - actually sets view angles Use Input.SetViewAngles for setpos/setang & Game.MoveToSpawnpoint Added Go To option to entity list in tools (uses setpos concommand) Fix cable_dynamic entity not existing
2 Years Ago
removing test asset Merge branch 'master' of sbox
2 Years Ago
Smart Jacket LODs
2 Years Ago
light prefabs tweak, adding missing LOD to some models, model physic setup Merge branch 'master' of sbox
2 Years Ago
Skater Helmet LODs + Modeldoc adjustments to Hivis
2 Years Ago
Recursive content recompile
2 Years Ago
Bomber Jacket LODs Plus adjustments to Hivis Jacket LOD3 shape
2 Years Ago
Typo :S
2 Years Ago
vr_msaa is VR exclusive
2 Years Ago
Remove vr_ prefix from things that aren't actually dependent on VR
2 Years Ago
CShapeManager: all of this should be const auto& Can we stop pushing `#pragma optimize("",off)` to master
2 Years Ago
Make sure we have scene worlds before fetching one for the shape manager
2 Years Ago
Cleanup AO functions
2 Years Ago
Add SceneParticles.SetControlPoint that takes a snapshot
2 Years Ago
aoproxies: fix crash when a non-anim sceneobject has bones and aoproxies, the game used to override sceneobjects to be anim so this code made assumptions aoproxies: optimize loop over aoProxies by ref instead of copying
2 Years Ago
New Outfit! - Bomber Jacket https://files.facepunch.com/daniel/1b0111b1/slack_sEoatXbAqn.png LODs and skinning adjustments coming.
2 Years Ago
Fixed changing asset types breaking paths with spaces in Asset Browser Added asset type locations to Everything in Hammer https://files.facepunch.com/rubat/1b0111b1/4YRjDUkg2p.png This only includes stuff that can be drag'n'dropped in Hammer Fix soundscape drag'n'drop not applying offset from hit surface
2 Years Ago
Give Hammer asset browser object name and icon again
2 Years Ago
Fix crash when closing console and restoring default layout Fix unable to close/open game view dock Arrange View/ menu alphabetically Fix gameframe fullscreen
2 Years Ago
"Projcet" -> "Project"
2 Years Ago
Citizen/animgraph: increased long idle tag trigger time from 5 to 60 seconds Merge branch 'master' of sbox
2 Years Ago
Fixed an issue with bind proxies change detection but passes tests now Fixes cases when the value of a bind proxy target or source changes after assigned but before the hash was calculated., making the 2 sides desynced until the next value change. Fixes sboxgame/issues/issues/2594
2 Years Ago
Make Window.StatusBar able to handle late initialization of statusBar() - fixes Hammer asset browser assets disappearing due to native ptr in StatusBar being null
2 Years Ago
Update Facepunch.SymStore.exe
2 Years Ago
Embed shader macros so we know what combos are set when viewing shader debug info
2 Years Ago
Fix crash caused by invalid vertex stages trying to be loaded on material compilation
2 Years Ago
Update Facepunch.SymStore.exe