242,947 Commits over 3,867 Days - 2.62cph!

10 Months Ago
10 Months Ago
Squashed commit of the following: commit 8ea836943c704abec109199ac718ef388fc615c9 Author: James King <james.king@facepunchstudios.com> Date: Tue Jan 16 10:05:20 2024 +0100 Implemented UpgradePropertyVariableReferences commit f787e89df0b9a17f48cfa6831869d51c604532a6 Author: James King <james.king@facepunchstudios.com> Date: Mon Jan 15 22:10:29 2024 +0100 Action graph JSON upgrading commit 31da86f7d310a26d031f78e5b10072044858230e Author: James King <james.king@facepunchstudios.com> Date: Mon Jan 15 20:22:35 2024 +0100 Don't include version in test JSON, let it get upgraded commit e0aa5cf47db1b97c617cf457fbefda4066f69a7d Author: James King <james.king@facepunchstudios.com> Date: Mon Jan 15 20:20:06 2024 +0100 Revert "Fixed expected JSON for missing type tests" This reverts commit 3f1d256a629fa84b8b102d85e6d3e310ccbad376. commit d7143a5d0bcb5e6879bfc9bd6fdd883366a424e0 Author: James King <james.king@facepunchstudios.com> Date: Mon Jan 15 20:04:42 2024 +0100 Include format version in serialized ActionGraph commit 3f1d256a629fa84b8b102d85e6d3e310ccbad376 Author: James King <james.king@facepunchstudios.com> Date: Mon Jan 15 19:56:54 2024 +0100 Fixed expected JSON for missing type tests commit f938d0d4b9d95911f79733faf41c4a9a4567a157 Author: James King <james.king@facepunchstudios.com> Date: Mon Jan 15 19:52:34 2024 +0100 Fixed VariableParameterNotAssigned test commit fa75dec5e621516e249db6bd9d147b5a58ae7a21 Author: James King <james.king@facepunchstudios.com> Date: Mon Jan 15 19:39:51 2024 +0100 Fixed non-output-sourced links not getting serialized commit e97cc8aab7998114ef74fd6183f191dd8ce3d20e Author: James King <james.king@facepunchstudios.com> Date: Mon Jan 15 17:44:25 2024 +0100 Fix stack overflow commit 4b0d5d07a74c4cb045a05f2be9566468fe3c6d7b Author: James King <james.king@facepunchstudios.com> Date: Mon Jan 15 17:42:09 2024 +0100 WIP big refactor, store constant values / variable references in Links
10 Months Ago
Implemented UpgradePropertyVariableReferences
10 Months Ago
merge from shelter_limit
10 Months Ago
Show player model to the right of the UI When the backpack UI is open lerp player model 180 degrees, move to the right & lock rotation Backpack UI 6 slots wide -> 4 slots wide Add "backpack" label on top of inventory grid
10 Months Ago
Leaderboard backup, run #8908
10 Months Ago
New NPC idle animation
10 Months Ago
Added a cameraModifyBone field to the viewmodel, when a transform is assigned to this its rotation will be added additively to the final camera position Eg. if this bone is rotated 2 degrees on the x and raised 0.1m the camera will do the same Could be used for authored camera animations on viewmodels since the bone could be assigned to a helper bone in the animated hierarchy The bone needs to start at a neutral pos/rot (0,0,0 on both)
10 Months Ago
Initial commit
10 Months Ago
Player will now look at a designated point during the tutorial cinematic (see postRotationLook and postRotationLook in PlayerEyes)
10 Months Ago
Incendiary ammo additive
10 Months Ago
Set player eye bodyRotation on the server to match their transform rotation on spawn. Fixes spawned players not having their rotation set on the server, causing their corpse ragdolls to not match their angle.
10 Months Ago
Removed all unused tutorial videos
10 Months Ago
Remove descriptions from tutorial missions, they're not used
10 Months Ago
▆▉▊▄▇▌█ ▊▋▆▍▇▊▍▉ ▌▌▋ ▊▋▉▊▊ ▅▄▇▍▅▆▇ - ▍▄▅'▉ █▉▉█▄ ▆▌▊▆▄▌▍▅▉▇ ▊▄ ▅▋▋▍▉▌▉ ▍▍▍▇▇ ▇▇ ▍▅▄▉▍ ▆▇ ▊▇▍▍█▊▆ ▅▆▇▋
10 Months Ago
Updated spawnpoint component + friend https://files.facepunch.com/louie/1b1611b1/sbox_41XbHHS4lb.jpg @DanduwFP
10 Months Ago
Citizen: new Swim_N animation
10 Months Ago
Let blackjack dealer hit on a soft 17
10 Months Ago
▅█▌▅▉▇▊▊▆ ▌▄▆▍▌▋▇▅▆ █▆▄▊ ▄▋▊▋▉ ▊▅▅█ ▄▉█ ▄▇ ▆▋, ▇▄▋▉▍▉▋▇▋ █ ▄▅▉▇▌▌ ▅█▇▅▉▋▌▄█▅ ▇▄▊█ ▌▇▄█▌██ ▉▋ █▍▆ ▍▄▊▍▉▅▅▊ ▇▉ ▍▅▅▊ ▅▋▅▌▆ ▋▋▇ ▊▊▄
10 Months Ago
Merge from main
10 Months Ago
Player clothing is now rechecked for changes when a demo is scrubbed, fixes cases where scrubbing past clothing changes woudl result in the player not having the correct clothing equipped visually
10 Months Ago
Added an extra blocker above the tutorial island to stop missiles or flying vehicles
10 Months Ago
Fixed RenderingCommandBuffer error when equipping chainsaw
10 Months Ago
Scene backup
10 Months Ago
Wiped 2 gigs of temp test files.
10 Months Ago
File org.
10 Months Ago
Merge from tutorial_island (merged all shader changes keeping changes from tutorial_island, since they should be the most up to date)
10 Months Ago
Explosive ammo additive LOD & prefab setup
10 Months Ago
Updating more materials
10 Months Ago
Missed RPC calls file changes
10 Months Ago
Update rowboat collider names to be clearer
10 Months Ago
Added a toast when player is dismounted from rowboat by seat clipping, which names the collider they clipped into and the entity it's on (if any). We can remove all this again once the bug is resolved.
10 Months Ago
Manifest
10 Months Ago
format this
10 Months Ago
Fixed looping sounds suck at 0,0,0 on soundscape
10 Months Ago
Merge from main
10 Months Ago
Fix transformed terrain incorrect lods by transforming camera pos in shader
10 Months Ago
env_combined_light_probe_volume are boxes for Map Instance
10 Months Ago
Include format version in serialized ActionGraph Revert "Fixed expected JSON for missing type tests" This reverts commit 3f1d256a629fa84b8b102d85e6d3e310ccbad376. Don't include version in test JSON, let it get upgraded Action graph JSON upgrading
10 Months Ago
Fix steamcmd updating from backend when not needed
10 Months Ago
Compile fix for release builds
10 Months Ago
Add back file deletion as a part of updating
10 Months Ago
Fix steamcmd being redownloaded from backend Implement updater for server manager
10 Months Ago
Fixed expected JSON for missing type tests
10 Months Ago
Fix stack overflow Fixed non-output-sourced links not getting serialized Fixed VariableParameterNotAssigned test
10 Months Ago
Attempt at fixing locomotives colliding with one of the railings in the train tunnels in some situations Fixed some more light leaking issues in the train tunnel elevator shafts that I previously missed.
10 Months Ago
Updated first-person weapon animgraphs
10 Months Ago
Send logs to file and our backend Add tags to sentry so we can see which server has issues
10 Months Ago
Fix CastHeightShape (Allows casting against transformed terrain)
10 Months Ago
Manifest