248,581 Commits over 3,928 Days - 2.64cph!

3 Months Ago
Add more ai debug toggles to rust editor
3 Months Ago
Optimize wolf path following, 60% speed boost Set a IsNavMeshReady bool to avoid calling agent.isOnNavMesh / agent.updateRotation / agent.isStopped once the navmesh is ready Cache transform to avoid doing .transform multiple times, micro-optimization but significant for hundreds of wolves
3 Months Ago
Leaderboard backup, run #13948
3 Months Ago
Prevent building around the chinook hackable locked crate. Uses same radius as patrol helicopter crates.
3 Months Ago
The very basics
3 Months Ago
Initial commit
3 Months Ago
Fixed bug where lockers didn't have durability, and wouldn't subtract their condition when picked up.
3 Months Ago
Movement improvements.
3 Months Ago
Use safe scale in Transform.ToLocal and Transform.PointToLocal so that it cannot produce NaN or infinity values. This fixes a bug where a child of a parent with a scale of 0,0,0 cannot set position programatically without the position being infinity. It should also fix any other issues with NaN values where ToLocal is concerned (such as GameTransform) in cases where any component of scale was 0.
3 Months Ago
Revert "GameTask.DElay handles Time.Now resetting to 0" This reverts commit 7da7fedc23b6b20265341777b382ae0eb1627fc1.
3 Months Ago
Fixed bug where admins in god mode take 1 bleed damage on fall
3 Months Ago
Override custom projection matrix with VR projection matrix
3 Months Ago
Add VR to config Decibels are obsolete, hide them everywhere
3 Months Ago
GameTask.DElay handles Time.Now resetting to 0 Cleanup Api Flush stats/events/etc on shutdown
3 Months Ago
Tweak materialized_view times
3 Months Ago
Leaderboard backup, run #13924
3 Months Ago
Fix access control error for custom GameResources Remove log
3 Months Ago
settings panel title hash fix leaderboard with no entries fix restart from shop, etc
3 Months Ago
change Task.Delay to Task.DelayRealtime
3 Months Ago
Update Facepunch.ActionGraphs Get rid of old hack to re-use ActionGraphs between tools and game Serialize invalid Components / GameObjects as null Don't call PostDeserialize multiple times for child objects Keep track of source resource for ActionGraph instances Also fixes case where prefab ActionGraphs wouldn't get cached properly Improved inspecting experience with ActionGraph stack traces * Include source location in stack trace * Opens the containing scene / prefab when inspecting an ActionGraph stack row Include ActionGraph diagnostics in console Graphs need to be loaded at least once for it to know about them Update AssertNoGraphErrorsInScene test case We were double-counting prefab ActionGraphs before Update Facepunch.ActionGraphs More precise ActionGraph caching / simplify SourceLocation Fix scene ref nodes breaking if not compiled immediately
3 Months Ago
Fixed paddling and above ground pools showing power usage 0
3 Months Ago
merge from localization
3 Months Ago
Disabled the duplicate translation error for now, need a better solution
3 Months Ago
Fixed random typos reported on Crowdin
3 Months Ago
Fixed typos in seed item descriptions
3 Months Ago
▊█▅▉▉ ▋▉▇▌ ▇▌▍▊ -> ▉█▆▄▇▇██▇_▆▄▋▇▅█▊▉▇▆▅█▉
3 Months Ago
PlaceCliffsUniform improvements
3 Months Ago
merge from fix_reserved_slot_kick -> main
3 Months Ago
Don't allow players to skip queue due to reserved slots when manually kicked with `kick` command
3 Months Ago
Rock formation density improvements
3 Months Ago
traveling_vendor_fixes -> main
3 Months Ago
Attempt to fix get path index ahead NRE
3 Months Ago
More work on ziggurat interior
3 Months Ago
Check terrain filters before terrain anchors in all procedural placement scripts (faster, thanks Graham)
3 Months Ago
Motion iteration
3 Months Ago
world_update_2 -> Aux2
3 Months Ago
▌▆█▅▊▅▊▋▉▆ ▋▇▄▌▋▇█▉▄▅▍▊, █▆▊ ▆▋▊▊▊▇▇▋ ▅▋▅▇▋▋█ ▉▊ ▍▌▉▄▉ ▇▄ ▋▍▋▆▄▅▆▌ ▆█ ▇█▍▅▌▍█
3 Months Ago
Fixed bug that would sometimes cause the travelling vendor to only refill 1 at a time rather than refreshing the whole stock at once
3 Months Ago
Fixed death screen 'Respawn' button text being truncated in Finnish
3 Months Ago
Fix citizen eye ao not morphing Clean up morph controls Invalidate background render when box size changes
3 Months Ago
Set prevent building radius to is trigger on new divesites
3 Months Ago
Removed 'doorway_desc' unused phrase from a bunch of prefabs
3 Months Ago
Update: output results in micros for Recursion test Tests: ran the benchmark, confirmed output
3 Months Ago
Make sure we've got the right package version installed, update if not Bin global tools package cache, replace with per-project store Redownload package manifests if they're dodgy instead of breaking a download
3 Months Ago
Enable autoexposure for other tonemaps https://files.facepunch.com/sam/1b1311b1/sbox-dev_mAXJ3CQmYe.mp4
3 Months Ago
CacheForceLoadExposed test Allow calling Remove() on removed elements Fix deserializing into existing graph with array element links
3 Months Ago
3 Months Ago
world_update_2 -> Aux2
3 Months Ago
radtown_npc_drivethrough -> world_update_2
3 Months Ago
Adjusted entry triggers at radtown to increase reliability