242,369 Commits over 3,867 Days - 2.61cph!

47 Days Ago
Don't add more lights to visible list than the list can permit, this relatively low limit is silly but don't want to break api until frustum tiled cull is here https://files.facepunch.com/sam/1b1011b1/parsecd_CiKjzyScdq.mp4
47 Days Ago
Base flame
47 Days Ago
Lightbinner caching experiment, AddLight still sucks and we need to deal with shadows and faster insertions https://files.facepunch.com/sam/1b1011b1/NkiL7ryaEs.png
47 Days Ago
Updated Procedural Map_Cliff_DecorUniformTest to use PlaceCliffsUniform Updated cliff_hills_test to remove slope scale from Terrain Anchors (testing if this is even still required)
47 Days Ago
Added Z rotation to PlaceCliffsUniform
47 Days Ago
Delete constraints.lua Unused file Make game mount list wider (Adjustments for #2110) Fixed Sandbox Tool Lua errors from engine saves Would happen if the save was made with tools that are no longer available when the save is loaded Show the unbound command in hints, if a command doesn't have a key bound Based on the idea of garrysmod/pull/1962 Fixed halo rendering on certain models making the screen black. garrysmod-issues/issues/6000 Improvements to MatSelect panel Improvements to PropSelect panel (to match MatSelect) Added sbox_max(rope)constraints
47 Days Ago
Delete constraints.lua Unused file Added sbox_maxconstraints and sbox_maxropeconstraints Both default at 1000, sbox_maxconstraints is for non rope constraints only, not ALL of them. Nocollide is considered a non rope constraint now for the sake of limits. Also fixed a bug where duplicated constraints would not be able to be cleaned up via Utilities > Admin or User Cleanup
47 Days Ago
Fix terrain gizmo bounds
47 Days Ago
Working files.
47 Days Ago
pill bottle branding added
47 Days Ago
More proxy test settings
47 Days Ago
Prevent wolves from being scared by noises too easily, make wolves favour circling more
47 Days Ago
Arched rock formation
47 Days Ago
Revert "Fog Fix (#1661)", causing some slowdown problems, will be brought back shortly This reverts commit f0981cbaf9679a34c219f57cd232a638f60d463f.
47 Days Ago
Setup corpse and loot
47 Days Ago
more map changes
47 Days Ago
Unique rock formation progress Recreated the god rock and anvil rock
47 Days Ago
Add interface IActionGraphCache
47 Days Ago
47 Days Ago
Citizen: added "blink" pose parameter + "Eyes_1D" sequence
47 Days Ago
▄▋▇ ▊▌▇▇▄▇▋▄/█▍▍▆▌▇▍ ▅▉▋▅█▆▋▉ ▅▆ ▊▍▊▍ ▊▆▋▅▉▇▋
47 Days Ago
Partial backport of ISceneObjectDesc::OnSceneObjectVisibleInView Add lights to lightbinner through CLightObjectDesc::OnSceneObjectVisibleInView instead of LightBinnerStandard::AddLights
47 Days Ago
Github actions
47 Days Ago
added toothpicks + map updates
47 Days Ago
Merge: from fix_hitinfo_pooling Tests: all modes build in editor, got attacked by animals then injure->kill - correct killer (and no leaks of HitInfo in Pool)
47 Days Ago
█▆▌▊▉▍▅▉▋▍▇█▉: ▇▋▊▆_▌▄▊▄▍▉█▆▇▌▅ ▆▌▋▊▊▄ ▄▍▇▌▍▍ █▉▉▊▍▍ ▌█▋▆█▄ ▆▋█▉▋_▇▇▆▅▍_▆▌▅▋▌_█▇▋ ▇▇▍▄▅▉
47 Days Ago
Initial support for Azure client secret authentication - Added convars analytics.azure_tenant_id, azure_client_id, and azure_client_secret, and analytics_bulk_container_url - analytics_bulk_upload_url remains as the first try when set with a SAS url - analytics_bulk_container_url contains only the storage container with no SAS url, and is used with the client credentials
47 Days Ago
adjusted dead citizen placement
47 Days Ago
Add gitignore
47 Days Ago
lighting updates
47 Days Ago
load more changes
47 Days Ago
▋▆▍▅█ ▌▄▄▌ ▇▅_▄▊▋▌_▇▆▉▌▍▅▆▇▄
47 Days Ago
Merge from wip/testrun3
47 Days Ago
scene update
47 Days Ago
All remaining item setup
47 Days Ago
dead citizen
47 Days Ago
Bugfix: show valid last attacker when suiciding We used to cache pooled HitInfo which could cause it to be randomly modified by other hit processing. Now we cache a value struct isntead of hitinfo. Tests: solo session, get attacked by an animal, then run injure -> kill. Used to see self as killer, now see animal
47 Days Ago
acoustic foam material + asset + detail normal
47 Days Ago
- Metal Shield Viewmodel submission - Material and Textures Setup
47 Days Ago
More achievements https://sbox.game/facepunch/jumper/achievements/
47 Days Ago
Implement blocks_exploded stat
47 Days Ago
Fix spread disease - disable spreader during teleportation disease
47 Days Ago
init
47 Days Ago
Implement disease achievement - can pass disease onto other players by touching them
47 Days Ago
Disable camera orbit code for now, it's really jittery and I can't figure out why just yet
47 Days Ago
Missing wind tunnel Fixed free achievement
47 Days Ago
Rework windows build scripts to use vswhere.exe and pushd/popd Run render.UpdateRefractTexture during halo rendering Fixes garrysmod-issues/issues/6000 Build LuaJIT with specific toolset on Windows (matching the game itself) Build VPC on Windows using v142 toolset
47 Days Ago
Move ChangeAttribute back to Sandbox.System but put the callback in Sandbox.Game so we don't break anything.