mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
- Telemetry information collected includes: end location, steps taken, number of junctions walked through, the list of junctions walked through and the directions taken at each of those junctions. - Telemetry collection is not optimised and currently has a negative performance impact. Improve pathfinding debugging framework: - Include collected telemetry information in the debugging messages. - Enable debugging only for specific peeps - for guests, debugging is logged for tracked guest(s) only; for staff, debugging is logged for "Mechanic Debug" only. - Debug messages need a DEBUG build with appropriate log levels enabled: used log levels are VERBOSE and INFO.