reposboxcancel

22,418 Commits over 1,614 Days - 0.58cph!

10 Months Ago
Remove ModelRenderer.OnPreRender, use Transform.OnTransformChanged
10 Months Ago
BufferedHashSet: Add removes from removals queue & Remove removes from additions queue
10 Months Ago
Libraries can access base addon
10 Months Ago
Launcher tweaks
10 Months Ago
Expression graphs can have signals Means they can use variables, and control flow like conditions and loops
10 Months Ago
Update first_person_arms_adjustments.vsubgrph
10 Months Ago
Rename Hardware -> SystemInfo, add ProcessorCount
10 Months Ago
VTEX_InitCreationDescFromHeader: check for nullptr
10 Months Ago
Can specify mixer, mixers process their child mixers Save mixerhandle using Name and Guid, so we can fallback if one changes Mixers can turn off specializing, distance attenuation, occlusion, air absorption Can change default mixer
10 Months Ago
Centre windows to screen/editor by default * Shift StartCentered property and logic out of Widget and into Window/BaseWindow, plus special cases fixes for splash and launcher * Prevent main editor window from attempting to centre on itself * code cleanup, improve comments * Rename SetPositionCentered -> Center
10 Months Ago
Some interp fixes
10 Months Ago
Validate shader descriptor bindings, refuse to load invalid shaders that will crash (shaders compiled with compiler bugs that were fixed)
10 Months Ago
Add brite, water, concrete dsps outside dsps More dsps
10 Months Ago
Rename SetPositionCentered -> Center
10 Months Ago
New Clothing! - Winter Coat LODs coming up next for this + any skinning adjustments.
10 Months Ago
Bindless Lightcookies (#1556) https://files.facepunch.com/sampavlovic/1b0211b1/lightcookies.png
10 Months Ago
Update shaders
10 Months Ago
Stub for shadow class, enumize lightflags
10 Months Ago
Sample lightcookies with explicit LOD since we can use this on compute as well
10 Months Ago
add cpu and ram info to Hardware, expose to api
10 Months Ago
Remove ilightcookieutils, cookieslice, etc Remove all references to lightcookiemanager, add Texture2D GetLightCookieTexture() to lightbinner Fix typos and get bindless cookeies on shader, m_lightCookie is just a standard HRenderTexture now Cookies on fog Delete lightcookies.vtex which was a fixed array that we never really used
10 Months Ago
Bindless Cubemaps (#1552)
10 Months Ago
Bindless cubemaps! Remove references to texture cube arrays Remove all CPU path for envmaps, bindings, fingerprinting, etc, should've removed 3 years ago but now we're ready for it Remove remainder of CPU-driven code for cubemaps, rename indooroutdoorlevel to just renderpriority Update shaders Sort envmaps by priority Remove now unused m_bNeedsRender Recompile terrain after rebase
10 Months Ago
ShaderGraph: Fix black region in triplanar texture nodes Facepunch/sbox-issues#5371
10 Months Ago
Cookies on fog
10 Months Ago
Fix method identities not matching for generic declaring types Fix component RPCs declared on generic types
10 Months Ago
VR: Fix render models loading improperly
10 Months Ago
Define DSP presets from c# Fix audiomixer processors not loading properly Add Sound.DspNames Move PhysicsLockControlWidget to ControlWidgets folder Add DropdownControlWidget<T> Add DspPresetHandle, editor to get dropdown
10 Months Ago
Initial commit
10 Months Ago
Just exit playmode on Game.Close in editor
10 Months Ago
Remove .vmix type
10 Months Ago
Delete GameManager (has been replaced by Game for ages now)
10 Months Ago
When copying and pasting GameObjects in the editor - use the world transform instead of the local transform ( Fixes Facepunch/sbox-issues#4514 )
10 Months Ago
Strip steamaudio reflections Remove SteamAudioScene and all that shit Reapply distance attenuation Reapply occlusion, transmission, air absorption PhysicsWorld no longer needs these horrible events Merge pull request #1557 from Facepunch/remove-steamaudio-reverb Remove steamaudio simulators
10 Months Ago
Fix polygon mesh texture offset not serializing
10 Months Ago
PhysicsWorld no longer needs these horrible events
10 Months Ago
Reapply distance attenuation Reapply occlusion, transmission, air absorption
10 Months Ago
Remove SteamAudioScene and all that shit
10 Months Ago
Only query if not empty
10 Months Ago
Strip steamaudio reflections
10 Months Ago
Fix shadergraph node drag drop, drag data needs to be full class name now
10 Months Ago
Fix trying to access null asset metadata, because of 0bc9a60 Fix asset publish widget not properly checking if source file doesn't exist, fixes inspector not working for cloud assets
10 Months Ago
Add face collapse
10 Months Ago
Loop select https://files.facepunch.com/layla/1b0111b1/sbox-dev_EaJSH5kbqn.mp4
10 Months Ago
Fix typos and get bindless cookeies on shader, m_lightCookie is just a standard HRenderTexture now
10 Months Ago
Remove all references to lightcookiemanager, add Texture2D GetLightCookieTexture() to lightbinner
10 Months Ago
Fix wireframe toolbar button not setting checked state
10 Months Ago
Remove all references to lightcookiemanager, add Texture2D GetLightCookieTexture() to lightbinner
10 Months Ago
Remove ilightcookieutils, cookieslice, etc
10 Months Ago
Terrain: use bindless textures Terrain: use roughness from normal alpha