userandrecancel

12,537 Commits over 4,079 Days - 0.13cph!

5 Months Ago
Disable projectile refraction on projectiles with noGravity set (AutoTurret)
5 Months Ago
Merge from primitive
5 Months Ago
Speed up slow projectiles fired from AutoTurret to minimize delay
5 Months Ago
Reapplying 109698
5 Months Ago
Merge from menu_friends_list
5 Months Ago
Merge from menu_friends_list
5 Months Ago
Compile fixes
5 Months Ago
Merge from train_tunnel_altitude_2
5 Months Ago
Fixed cases of some underground train tunnel triggers peaking out of terrain
5 Months Ago
Fixed underwater labs colliding with underground train tunnels at the new altitude
5 Months Ago
Merge from primitive
5 Months Ago
Merge from bowturret
5 Months Ago
Merge from primitive (few merge conflicts in this one)
5 Months Ago
Rearranging to hopefully get a better merge diff
5 Months Ago
Delay damage and impact effect on BaseProjectile.ServerUse by projectile travel time if it's more than 200ms
5 Months Ago
Fixed Projectile.noheadshots not resetting when a projectile is pooled (old bug, the only issue from this I could find is relatively minor: the parameter could leak from authoritative projectiles into effect projectiles of the same type, causing incorrect visuals for effect projectiles; thankfully it could not leak the other way around) Moved the reset of some variables from Effect.Init to Effect.Clear to avoid duplicating that code into all Effect.Init overloads Fixed missing reset of the new distanceOverride in one of the Effect.Init overloads, which caused it to leak from AutoTurret arrows into player arrows Moved effect projectile gravity bypass to Projectile.noGravity
5 Months Ago
Cherry picking 111833
5 Months Ago
Cherry picking 111833
5 Months Ago
Subtracting previous shoreVector fuckery
5 Months Ago
Fixed TerrainTexturing.Instance not being updated in Setup()
5 Months Ago
Merge from train_tunnel_altitude_2
5 Months Ago
Merge from train_tunnel_altitude
5 Months Ago
Added EnvironmetnVolumeCheck to cliff_coastal
5 Months Ago
Merge from train_tunnel_altitude
5 Months Ago
Merge from primitive
5 Months Ago
Merge from main
5 Months Ago
Merge from train_tunnel_altitude_2
5 Months Ago
Fixed issues on world sizes that, when divided by 216 and rounded down, resulted in an even number
5 Months Ago
Cherry picking 111563
5 Months Ago
Editorconfig updates (end_of_line = lf, insert_final_newline = true, resharper_csharp_wrap_lines = false)
5 Months Ago
Merge from train_tunnel_altitude_2
5 Months Ago
Added ApplyEnvironmentVolumeChecks to SpawnHandler Added EnvironmentVolumeCheck component to divesites
5 Months Ago
DungeonGridInfo ClosestGridCell fix (missing WorldSpaceGrid RoundingMode)
5 Months Ago
WorldSpaceGrid alignment fixes
5 Months Ago
Merge from main
5 Months Ago
Removed Update Game Manifest (Fast) since it's bullshit Renamed Update Game Manifest to Update Game Manifest (Unoptimized)
5 Months Ago
Rust.cs formatting
5 Months Ago
▍▄▉▇▄▅▄ ▇▇▆▄▉ ▅▍▋ ▇▍ ▍█▍▉█▌▄▊▅ █▅▉▉▋ ▄▋▇▍ ▆▋▊▆▉▇ ▍▌▊▉▇▍▌ (!)
5 Months Ago
Merge from primitive_gm
5 Months Ago
ScriptableWorldConfig are now inside a Resources folder and loaded with Resources.LoadAll The problem in the original implementation is that it would have needed explicit bundle assignment, as nothing was referencing those assets in order to pull them into a bundle, this feels more robust and mirrors what we do in other places (like GameModeManifest)
5 Months Ago
Removed generate_oil_rigs convars since it was added to the wrong script (PlaceMonuments vs. PlaceMonumentsOffshore)
5 Months Ago
aux04 Steam upload files
5 Months Ago
Updated workspace to Unity 2022.3.55f1 (all builds have already been switched over)
5 Months Ago
Baseline
5 Months Ago
▋▊▄▅▆▆▅█▉▅▅▍▍_▄▋▅_▍▅▌▌▋.▍▊▇ ▋▌▆▉█▊ █▌ ▊▋█▌█▊ ▌▍▌▍▍
6 Months Ago
JunkPile.SpawnInitial happens across multiple frames instead of all at once
6 Months Ago
▌▉▍▄▍▉▅▆▅▌▍▅▅_▍▆▍_▇▊▊▊▍.▍▆▇ ▍▊▌▆▌▊ ▍▄ ▌▇█▉▌▅
6 Months Ago
ProceduralMapTesting updates
6 Months Ago
Merge from train_tunnel_altitude_2
6 Months Ago
Added EnvironmentVolumeCheck to check if a prefab overlaps certain environment volumes and reject placement if it does Added EnvironmentVolumeCheck to cliff_jutting to prevent them from overlapping the underground train tunnels