250,571 Commits over 3,959 Days - 2.64cph!

6 Months Ago
Switch text shader to use bindless (to see if there are any perf changes)
6 Months Ago
Terrain Materials accept dragged cloud assets
6 Months Ago
Convert the rest of RenderAttributes stuff to use StringToken Move SetRenderState out of the draw loop, called manually
6 Months Ago
Add internal, templated Graphics.Draw<T> Delete PanelRenderer.Text.cs VertexLayout is public, has attribute system to define vertex layout Don't push identity matrices when rendering UI
6 Months Ago
Update ParticleModelRenderer.cs
6 Months Ago
Leaderboard backup, run #12583
6 Months Ago
Fix last particle not processing Add pitch and yaw to particles
6 Months Ago
Another TextureAtlas NRE fix when uninitialized Fixed CellOffset visual display in Spritesheet Importer Fixed Cell Offset in Import process
6 Months Ago
Use Pixel Font for Damage Numbers Increase Map Generation Size with each Floor. Guarantee one item room each floor, adding another every 4 floors
6 Months Ago
Fixed enemies walking through walls Fix dash networking Added Enemy Spawner Component, Sprite and Prefab PrefabSpawners have SpawnOnStart. Crates/objects will spawn on map generation, enemies will not spawn until entering room. Doors close when entering Room (if room has enemy spawns). Doors open after clearing all enemies. https://files.facepunch.com/CarsonKompon/2024/July/20_00-42-AntiqueMeadowhawk.mp4
6 Months Ago
Tick correct session in SceneViewWidget. Fixes occasional `Error calling 'tool.frame' on 'Editor.SceneViewWidget'`
6 Months Ago
More hill cliff progress / improved cliff shapes / scaled cliffs down
6 Months Ago
Improve flatten tool, first stroke saves a plane to trace against to get flatten height and uv https://files.facepunch.com/layla/1b2011b1/sbox-dev_KIb8siErec.mp4
6 Months Ago
Update dirty collider region for heightfield materials
6 Months Ago
▋▅▊▌▄▆ ▄▉▅▌ ▅▉▌▌▄▌ - ▇▊▌▋▉█▊ ▇▍▇▉█▋▊▌▌▅▄ ▄▇ ▊▅▆▆▊ █▇▅▋▄ █▌█▇▆▊ ▇▉▅ ▆▉▆▍▋▊▉▋
6 Months Ago
▅▌▍▊▊▇▊ ▄▍██▋▅▇▇▆▍▍ ▌▇ █▅█▄▌ ▊▊▌ █▌█
6 Months Ago
Added variable relief sample count based on shader quality level
6 Months Ago
Fixed disp/height map detection in material inspector
6 Months Ago
Codegen
6 Months Ago
Optimize entity menu codegen to reduce memory usage * Replace the per-option GameMenu.Option field (120 bytes) with just the action caches (8-24 bytes) * Cache the phrases instead of allocating every time they can display
6 Months Ago
wire material setup and thickness
6 Months Ago
Fixed distance early out AO (distance black) ditto Merge branch 'master' of sbox
6 Months Ago
tincanwire mat and materials (need to work out uvs)
6 Months Ago
Hook up File -> Open Scene (Resolve TODO)
6 Months Ago
Radtown S2P
6 Months Ago
Merge from main
6 Months Ago
Various lighting related prefab stuff. Road cone transmission texture.
6 Months Ago
Finalized with everything relevant moved to volume triggers. + Atmosphere zones and FX.
6 Months Ago
Add some structure to wolf behaviour code
6 Months Ago
Rollback ENT.PhysicsSolidMask for now
6 Months Ago
Rollback ENT.PhysicsSolidMask for now
6 Months Ago
Wire deployable on the Deployed layers
6 Months Ago
Tin can alarm deployable anywhere in monuments Removed collisions with players
6 Months Ago
Fix clients getting stuck during loading after changelevel Experimental: Do not close srcds on modelprecache overflow, just use error models Added prop_disable_distance_fade convar (cheat) If set to 1, disables prop fading out with distance set by the map, including static props and other entities. Useful for taking screenshots. Added ENT.PhysicsSolidMask to anim/ai/nextbot SENTs If unset, uses default value New TF2 map icons
6 Months Ago
▆▆ ▊▉▄ ▋▅█▊██ ▌▄█ ▄▇ ▍▆▇▄▍▉▆▇ ▍█▇▄ ▆▉█▊▄▉▄ █▅▉▌▌▇▍ ▍ ▌▆▇▉▉█▊▌ ▊▌▉▅▋▄▆▊ ▉▇▄▆▅▍ ▌▋▉▇▊▆█▇█
6 Months Ago
Experimental: Do not close srcds on modelprecache overflow, just use error models New TF2 map icons Added prop_disable_distance_fade convar (cheat) If set to 1, disables prop fading out with distance set by the map, including static props and other entities. Useful for taking screenshots. Added ENT.PhysicsSolidMask to anim/ai/nextbot SENTs If unset, uses default value
6 Months Ago
Chunk size test
6 Months Ago
viewmodel update - removed previous mesh from prefab, set up initial viewmodel renderer settings, tweaks to burstcloth setup & added more constraints
6 Months Ago
Tin can alarm art implemented
6 Months Ago
Particle system optimzations
6 Months Ago
deploy model for tin can alarm
6 Months Ago
split off cans with their own pivot
6 Months Ago
Doing cubemap rendering with it's own rendering view is causing all sorts of issues, make it run on the same rendering view context as everything else again Make SSR reconstruction ghosting less apparent
6 Months Ago
Merge from main
6 Months Ago
Added tools and helper boxes in material inspector to make relief map generation easy and intuitive
6 Months Ago
tin can alarm art, lods, gibs, art prefab setup
6 Months Ago
Seperated parenting volumes for above and below
6 Months Ago
Fix for edges against distance objects (i) do not apply AO on distant pixels (eg. skybox) (ii) when calculating ao, any sampled pixel that is too distant will be rejected as a contributor to AO Merge branch 'master' of sbox
6 Months Ago
Detangle all this from Cubemapper, make it able to render inline rather than on a render block Redo update strategies from envmapprobe, much simpler, works everywhere now Change dynamic envmapprobe to use 7 mips which is the calibrated value for Cubemapper, change default feathering value to a tighter .25f Use parallax for ambient envmap lighting https://files.facepunch.com/sam/1b1511b1/sbox-dev_a6lt3mNtWW.mp4
6 Months Ago
PerformanceStats.Timings lockless