userandrecancel
reporust_rebootcancel

11,009 Commits over 4,048 Days - 0.11cph!

4 Months Ago
Compile fixes
4 Months Ago
Merge from train_tunnel_altitude_2
4 Months Ago
Fixed cases of some underground train tunnel triggers peaking out of terrain
4 Months Ago
Fixed underwater labs colliding with underground train tunnels at the new altitude
4 Months Ago
Merge from primitive
4 Months Ago
Merge from bowturret
4 Months Ago
Merge from primitive (few merge conflicts in this one)
4 Months Ago
Rearranging to hopefully get a better merge diff
4 Months Ago
Delay damage and impact effect on BaseProjectile.ServerUse by projectile travel time if it's more than 200ms
4 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
4 Months Ago
Cherry picking 111833
4 Months Ago
Cherry picking 111833
4 Months Ago
Subtracting previous shoreVector fuckery
4 Months Ago
Fixed TerrainTexturing.Instance not being updated in Setup()
4 Months Ago
Merge from train_tunnel_altitude_2
4 Months Ago
Merge from train_tunnel_altitude
4 Months Ago
Added EnvironmetnVolumeCheck to cliff_coastal
4 Months Ago
Merge from train_tunnel_altitude
4 Months Ago
Merge from primitive
4 Months Ago
Merge from main
4 Months Ago
Merge from train_tunnel_altitude_2
4 Months Ago
Fixed issues on world sizes that, when divided by 216 and rounded down, resulted in an even number
4 Months Ago
Cherry picking 111563
4 Months Ago
Editorconfig updates (end_of_line = lf, insert_final_newline = true, resharper_csharp_wrap_lines = false)
4 Months Ago
Merge from train_tunnel_altitude_2
4 Months Ago
Added ApplyEnvironmentVolumeChecks to SpawnHandler Added EnvironmentVolumeCheck component to divesites
4 Months Ago
DungeonGridInfo ClosestGridCell fix (missing WorldSpaceGrid RoundingMode)
4 Months Ago
WorldSpaceGrid alignment fixes
4 Months Ago
Merge from main
4 Months Ago
Removed Update Game Manifest (Fast) since it's bullshit Renamed Update Game Manifest to Update Game Manifest (Unoptimized)
4 Months Ago
Rust.cs formatting
4 Months Ago
▍▄▉▇▄▅▄ ▇▇▆▄▉ ▅▍▋ ▇▍ ▍█▍▉█▌▄▊▅ █▅▉▉▋ ▄▋▇▍ ▆▋▊▆▉▇ ▍▌▊▉▇▍▌ (!)
4 Months Ago
Merge from primitive_gm
4 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)
4 Months Ago
Removed generate_oil_rigs convars since it was added to the wrong script (PlaceMonuments vs. PlaceMonumentsOffshore)
4 Months Ago
aux04 Steam upload files
4 Months Ago
Updated workspace to Unity 2022.3.55f1 (all builds have already been switched over)
4 Months Ago
Baseline
4 Months Ago
▋▊▄▅▆▆▅█▉▅▅▍▍_▄▋▅_▍▅▌▌▋.▍▊▇ ▋▌▆▉█▊ █▌ ▊▋█▌█▊ ▌▍▌▍▍
4 Months Ago
JunkPile.SpawnInitial happens across multiple frames instead of all at once
4 Months Ago
▌▉▍▄▍▉▅▆▅▌▍▅▅_▍▆▍_▇▊▊▊▍.▍▆▇ ▍▊▌▆▌▊ ▍▄ ▌▇█▉▌▅
4 Months Ago
ProceduralMapTesting updates
4 Months Ago
Merge from train_tunnel_altitude_2
4 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
4 Months Ago
GenerateDungeonGrid stays within terrain bounds
4 Months Ago
Merge from train_tunnel_altitude_2
4 Months Ago
Fixed terrain around train tunnel above / below ground connection
4 Months Ago
Climate update (copying temperate parameters to jungle)
4 Months Ago
RustNative update (jungle biome has forest topology everywhere)
4 Months Ago
TerrainConfig update (copying temperate parameters to jungle)