239,367 Commits over 3,837 Days - 2.60cph!

11 Days Ago
Added AmbientLightMultiplier, DirectionalLightMultiplier, ReflectionMultiplier, SunMeshBrightnessMultiplier and MoonMeshBrightnessMultiplier to WeatherPreset
11 Days Ago
Leaderboard query was ignoring sortorder
11 Days Ago
Leaderboard backup, run #13828
11 Days Ago
Undo directionalLightIntensityDepthMultiplier changes from yesterday
11 Days Ago
Edit flipped threshold a little
11 Days Ago
Car 'flipped' threshold is now around 80 degrees instead of 90
11 Days Ago
Merge from world_update_2
11 Days Ago
Merge from world_update_2/dynamic_underground_network_groups
11 Days Ago
Merge from world_update_2/dynamic_underground_network_groups
11 Days Ago
Applied the network group toggle to the train_tunnel_volume prefab so it's applied across everything Disable the network group toggle on the slope up and down transitions as they would shift the network group up too much Fixed thresholds getting reset in Client/Server mode
11 Days Ago
Togboat collider small edit
11 Days Ago
Additional collision primitive for rear of tugboat
11 Days Ago
Merge from world_update_2/dynamic_underground_network_groups
11 Days Ago
Added a new NetworkType field to EnvironmentVolume Volumes marked TrainTunnels will now lower the train tunnels network threshold to match the top of their volume Marked all train tunnel volumes as the appropriate network group This should resolve entities built on the bottom of canyons being considered underground and not networking to the surface This includes a cherrypick form the dynamic_underground_network_groups branch
11 Days Ago
merge from localization
11 Days Ago
Null checks in RustText and Tooltip SetPhrase Fixes safezone warning formatting error
11 Days Ago
Fixed RustInput.Normal placeholder text having no localization token Set auto size values to support any language
11 Days Ago
merge from main
11 Days Ago
merge from repairbench_icons
11 Days Ago
Minor color tweak
11 Days Ago
Fixed tooltip SetPhrase method possibly updating a completely unrelated opened tip
11 Days Ago
Repair bench code cleanup
11 Days Ago
Repair bench UI now shows required ingredients as icons instead of texts + a few localization fixes
11 Days Ago
MeshLOD can now be used with DeferredMeshDecals, handles turning on and off and swapping LOD levels and updating the decal accordingly Re-enabled glue models in compound
11 Days Ago
Switched the other three PuzzleReset scripts at Arctic Research Base to use the AIZ check instead of distance checks. Fixes them inadvertently respawning nearby NPCs
11 Days Ago
progress on river to ocean blending
11 Days Ago
failure score is time you beat farthest level; etc adjust tooltip position etc remove unused textures convert some wav to ogg some achievements
11 Days Ago
Merge from fix_debugqueue_cmd -> main
11 Days Ago
Merge from fix_io_budget_float -> main
11 Days Ago
Fix IO budgets not working well after 9hrs of uptime due to floating point errors - 4ms resolution after 9 hours, 8ms after 18 hours, etc - switch from realtimeSinceStartup -> realtimeSinceStartupAsDouble
11 Days Ago
Fix `debugqueue` printing to server console instead of replying to the command in RCON / F1 console Make `debugqueue` print all queue sizes, not just electric low priority
12 Days Ago
▊▋▋▉▆ █▊▊▌ ▄▉_▄▅▍▉_▍▇▅▄▇▅▉▊▅
12 Days Ago
Wolves can now jump onto player foundations to attack
12 Days Ago
▊▅▇ ▅▇▋▋▊ ▊▇▄█▌ ▍▅▋█▍▄ ▉▌ "▄▇█▊▊▆" ▊▆▉▋▋ ▄▇ ▅▍▉▋▅▌
12 Days Ago
PlaceCliffsUniform initial version
12 Days Ago
▉▉▍▊█ ▍▌▊▇ ▊▉_▍█▌▋_█▊▊▍▌▊▊▍▋
12 Days Ago
Fix thread pool on linux srcds betterer hopefullier
12 Days Ago
compile fix
12 Days Ago
Phrase update
12 Days Ago
exported edited wolf idle1, wakeup and idle to sleep anims
12 Days Ago
merge from localization
12 Days Ago
Compile fix
12 Days Ago
merge from main
12 Days Ago
Fix host transfer of non-player networked objects
12 Days Ago
Move rigidbody start asleep until after colliders are added - otherwise it's not going to do jack shit Add Prop.StartAsleep, this is common enough to justify adding to prop
12 Days Ago
New scientist first pass
12 Days Ago
Expose IsValid() to ActionGraph https://files.facepunch.com/ziks/2024-09-09/rwuGmEnsdg.png Fixes Facepunch/sbox-issues#6376 Group object-targetting utility nodes
12 Days Ago
Remove remnants of fsm tags, add strafe mode to path follower, add CanSeeTarget fsm transition
12 Days Ago
Support empty <style> block in .razor files Resolves Facepunch/sbox-issues#2725