12,894 Commits over 2,831 Days - 0.19cph!
Merge from death_screen_improvements
Added PrefabInformation to other scientist variants (they all share the same icon/translation)
Add peacekeeper and heavy to death screen options, added localization keys
Population density tweaks
Scale populations to map size
Run the engine population first in case it fills up the sidings
Add spawn population for train wagons, uses traincar.wagons_per_engine convar
Don't let trains spawn within 40m of start/end of siding
Spawn cars slightly above the spline so the bounds check passes (they get snapped to the spline anyway)
Remove bypass bounds check
Reapply population convars
New SpawnPopulation that overrides position to select from valid siding splines
S2P compound and water treatment
Merge from official_server_analytics
Merge from powerline_zipline/proc_gen_improvements
Merge from cui_improvements
Merge from powerline_zipline/proc_gen_improvements
Fixed prevent building volumes on ziplines not properly calculating in some cases
Fixed prevent building building volumes sometimes calculating incorrectly on the server
Fixed some loading and pooling issues with the arrival points
Merge from powerline_zipline/proc_gen_improvements
Fixed arrival points not saving
Merge pr 32 - Fix countdown not working
Can now add "needsKeyboard":"true" to an input field to make it block input only while the input field is focused
Merge from powerline_zipline/proc_gen_improvements
Reapply the arrival point entity that I subtracted in
69932, render the entire line and only spawn them if the line is over 100m long
Ziplines can now route through two mid points to reach their destination
Cherry pick
70074 for comparison
Add zipline dismount points to sewer branch and stables
Add chicken and polar bear icons
Scrap transport helicopter icon + translation
Added minicopter translation and icon
Fixed NRE when attempting to show an NPC icon with no icon assigned
Added zipline dismount points to lighthouse and dome
Force save after modifying achievement stats
Merge from april_22_optimisations
Change "allowUpdate" to just "update"
Add some more examples to the test rpc's
Another attempt at a method for updating UI with destroying/recreating UI
Adding "allowUpdate":true to a component will do a gameobject lookup by name and update just the included variables
Better than the last approach as it's not relying on reflection and keeps the logic contained to CreateComponents
Move NPCWalkAnimation to the persistent work queue
Moved laser beams to the new persistent work queue
Removed a redundant bit of extra work for non weapon mounted laser beams
Fixed voice props laser lights not loading their speed setting properly if they were on while the server was loaded
Fixed first person spectating not properly displaying grenade launcher reloads
Added a prefab version of analytics trigger (Assets/Prefabs/Misc/Analytics)
Added trigger to entrance_monuments_a and entrance_monuments_b
Adjusted name of each event in monument scenes
S2P trainyard, powerplant, military tunnel, launch site, both harbors, excavator, compound and airfield
Added a TriggerAnalytic component that can send an event every time a player enters it
Includes a per-player timer so a player can't trigger it more than once every two minutes
Fixed train tunnel deaths only counting if they are in or near the entrance stairwell (should now be counted anywhere in the tunnels)