branchrust_reboot/main/invoke_performancecancel

7 Commits over 0 Days - ∞cph!

1 Year Ago
Merge from main
1 Year Ago
Typo fix
1 Year Ago
Fixed incorrect weather effect interval change from yesterday
1 Year Ago
Default invoke performance tracking to false
1 Year Ago
Space out weather effect invokes more when the intensity drops to 0 (x5) Might make weather effects slightly less responsive when increasing from 0 intensity but should reduce the frequency that these effects are processed when they don't need to be Don't allow the FadingToggle invoke in AmbientLightLOD to run during loading screens
1 Year Ago
Expose to convar (debug.invokePerformanceTracking and debug.invokePerformanceThreshold)
1 Year Ago
Some initial tests on an Invoke performance monitor, prints out all the invokes and the time taken per invoke if the total time takes more than 0.5ms in a frame Created an InvokeSpammer