userandrecancel
branchrust_reboot/maincancel

5,953 Commits over 4,171 Days - 0.06cph!

7 Years Ago
Build tweaks
7 Years Ago
Build fixes
7 Years Ago
Build fixes
7 Years Ago
Boats use continuous collision detection Minicopter no longer has rigidbody on the client
7 Years Ago
Build stuff
7 Years Ago
Facepunch.UnityBatch and Facepunch.Upload
7 Years Ago
Compile fix
7 Years Ago
Fixed RFManager not cleaning up null in listener list if it's at index 0 Fixed RFManager not cleaning up null in broadcaster list Added warning when null is found in RFManager
7 Years Ago
Build methods for Mac / Metal
7 Years Ago
Subtracting 32078 (test)
7 Years Ago
Fixed item files and skin bundles getting copied to the wrong folder
7 Years Ago
Added ShaderList asset (Assets/Content/Shaders/Shaders.asset assigned to shared/content.bundle) Moved all shaders from GraphicsSettings.AlwaysIncludedShaders to our custom ShaderList asset (to prevent including duplicates in every executable)
7 Years Ago
Merge from build_tweaks
7 Years Ago
Subtracting 32036 (no improvement)
7 Years Ago
Retired PrefabPrepare / DoPrepare
7 Years Ago
GameManifest timing
7 Years Ago
Removed TestLevel from build settings in attempt to remove shader dependencies from executable build
7 Years Ago
Don't refresh SDK prefab list on every build
7 Years Ago
Disabled collider batching by default Network++
7 Years Ago
Manifest
7 Years Ago
Jenkinsfile
7 Years Ago
Merge from asset_bundles_4
7 Years Ago
▌▊▆▅▍ ▌▆▆▅▍█▅▌▅ ▋▄▇█ ▆▇██ ▋▅█▋▌ ▇▉█▊▄█ ▄▋▆▋▋ █▉▋▅ ▌▉▉▋▅▄▋ ▉▇▄▇▊ ▊█ ▍▄▋▅▍▌▋▊▆█ ▋▋██
7 Years Ago
Don't spam exception tracker with "[Physics.PhysX] RigidBody::setRigidBodyFlag"
7 Years Ago
Removed corpse entity collider on the client to prevent it from pushing the ragdoll around
7 Years Ago
Minicopter kills its passengers when destroyed
7 Years Ago
Spawn corpses at entity center point instead of their pivot point
7 Years Ago
Minicopter uses continuous collision detection, similar to CH47
7 Years Ago
Workaround for cargo ship parenting when dismounting from minicopter
7 Years Ago
Disabled BaseHelicopterVehicle.cs debug spam
7 Years Ago
Fixed multiple potential profiler mismatches in Buoyancy.cs and removed a spammy warning
7 Years Ago
MiniCopterSounds compile fix
7 Years Ago
ignore.conf (faster "finding changes" operation)
7 Years Ago
Skin bundle update
7 Years Ago
Cargo ship destroys building blocks it encounters Removed player check from cargo ship that no longer did anything
7 Years Ago
Removed IClientComponent from VolumetricLightBeam (listed separately in PrefabPreProcess to ensure VolumetricDustParticles is removed first)
7 Years Ago
VolumetricLightBeam.trackChangesDuringPlaytime is editor only
7 Years Ago
Shot in the dark to fix window and sleeping bag pickup
7 Years Ago
Schedule immediate garbage collection if buffer is at 50% and GC is enabled Schedule immediate garbage collection if buffer is at 100%, even if GC is disabled
7 Years Ago
Moved Validate_Pickup from OnValidate to OnPrepare as it appears to fuck things up at build time since 2018.3.3
7 Years Ago
Removed build debugging again
7 Years Ago
Updated palm clutter prefabs
7 Years Ago
Correctly handle nested prefabs in prefab preprocessing (test cases: palm_tree_short_d_clutter and palm_tree_short_e_clutter)
7 Years Ago
Fixed PrefabPreProcess.NeedsProcessing being called twice
7 Years Ago
namespace
7 Years Ago
Strip VolumetricDustParticles before VolumetricLightBeam (RequireComponent)
7 Years Ago
Build debugging
7 Years Ago
Merge from save174
7 Years Ago
Rolling back eac_hashtool to 30746
7 Years Ago
More IClientComponent