reporust_rebootcancel

108,632 Commits over 3,867 Days - 1.17cph!

5 Months Ago
Fixed incorrect pipe and barrel colours on small oil
5 Months Ago
Removed the rotation fix object on the searchlight_static prefab variants now that the mesh has been fixed and is pointing in the right direction Manually fix several instances where this object was rotated in monuments S2P sewer branch, excavator, stables B and military tunnels
5 Months Ago
▄▅▋▉▉▇▇ ▊▉▋/▉▆▉▄▄▆▉▇▍ ▅▍▍▇▌
5 Months Ago
S2P fishing_village_b
5 Months Ago
Reduced bicycle sprint time a little. Reduce bike brake power a bit (all bikes). Increase trike max steer at high speed.
5 Months Ago
5 Months Ago
merge from main -> monument_scenes
5 Months Ago
Hooked up motorbike damage FX and instrument lights
5 Months Ago
Parent merge
5 Months Ago
Merge from main
5 Months Ago
Motorbike pitch stability edit
5 Months Ago
Merge main -> Bikes
5 Months Ago
emissive tweaks for lods, reversed indicators so they function like real ones (off default) , tweaks to lodding values especially turrets
5 Months Ago
Manually revert creeping_tree prefabs
5 Months Ago
Cherrypick cs 100113 (skip RendererLOD for BiomeVisuals2)
5 Months Ago
Subtract first merge from biome_visuals_2
5 Months Ago
Reconvert prefabs excluding RendererLOD
5 Months Ago
Cherrypick moss prefabs
5 Months Ago
Skip RendererLOD for now
5 Months Ago
Cherrypick 100111 (BiomeVisuals2 RendererLOD fix)
5 Months Ago
Fix RendererLOD not having it's settings copied over by BiomeVisuals2
5 Months Ago
Merge from main -> biome_visuals_2
5 Months Ago
Merge from fix_barricade_subway_entrance -> main
5 Months Ago
Fixed "not in terrain" error phrase accidently defaulting to "Can't Place On Monument" - only affected phrases when generated, didn't affect the ingame messages (yet) Move a few more error phrases to the ConstructionErrors class
5 Months Ago
Fix subway entrance prefabs not having `PreventBuildingMonumentTag` as they aren't apart of the S2P system that all other monuments are - should fix them not being placeable outside of subway entrances
5 Months Ago
Merge from main -> fix_barricade_subway_entrance
5 Months Ago
merge from editor_count_components -> main
5 Months Ago
Added right click menu option `Stats/Component Count` - print the number of each type of component of the selected GameObject - if multiple objects are selected, prints the amount per object
5 Months Ago
Hide hooded player map position from team members
5 Months Ago
handcuff sounds set correct inventory handling sounds on prisoner hood
5 Months Ago
Collision FX. Color space fix on med explosion texture. (Unrelated)
5 Months Ago
merge from simulate_compile_errors -> main
5 Months Ago
Added `Switch/Test Compile Errors` menu option - will run parallel dotnet build in background in CLIENT and SERVER mode even if you are in CLIENT + SERVER - will output whether the build succeeded or failed (and include the errors) - only runs on windows atm
5 Months Ago
Damage effects for motorbikes. Road FX tweaks.
5 Months Ago
bike & motorbike sounds
5 Months Ago
Don't create a death marker
5 Months Ago
Milder throttle exhaust. Will get more pronounced with damage.
5 Months Ago
Merge Travelling Vendor -> Main (yet again!)
5 Months Ago
Added client check for editor script
5 Months Ago
Travelling Vendor -> Main
5 Months Ago
Fixing compile error
5 Months Ago
Merge Travelling Vendor -> Main
5 Months Ago
Fixed override steering bug Increased time between pullovers
5 Months Ago
remove ambient sound from travelling vendor vending machines
5 Months Ago
Fix hot air balloon immediately deflating after server transfers
5 Months Ago
Fix player's parent incorrectly being removed in BasePlayer.EndSleeping
5 Months Ago
Damage WIP
5 Months Ago
Greatly improved the performance of vendor position pull over collider check
5 Months Ago
Merge from runtime_profiling_update_markers -> main
5 Months Ago
Simplify StartOfFrameHook as the first of FixedUpdate() or Update() Rename "CPU" in perf 6 -> "SCRIPTS" Estimate time taken to measure Physics.Update() - time taken between `FixedUpdate()` and `yield WaitForFixedUpdate` - include physics update time in server runtime profiler - add to perf 8 alongside FixedUpdate ms