Barotrauma

Barotrauma

Showperf Extensions
Viser 31-40 af 54 forekomster
< 1  2  3  4  5  6 >
Opdatering: 12. okt. 2024 kl. 5:12

Refactored GUI a lil bit
No new captures yet

i'm planning to capture more things, but after autumn update becaues devs will change the code and i'll have to copy paste it all over again

Opdatering: 6. sep. 2024 kl. 12:54

added WholeSubmarineUpdate category

Opdatering: 6. sep. 2024 kl. 10:56

removed MapEntitysUpdate category

added: HullUpdate, StructureUpdate, ItemUpdate, GapUpdate

Opdatering: 1. sep. 2024 kl. 9:59

fixed System.ArgumentOutOfRangeException on scroll

Opdatering: 27. aug. 2024 kl. 7:38

fixed showperf_fps command

Opdatering: 27. aug. 2024 kl. 5:55

Refactor

Opdatering: 24. aug. 2024 kl. 16:09

forgot to make AITargets also per id

Opdatering: 24. aug. 2024 kl. 11:07

a bit more informative ItemComponents

Opdatering: 23. aug. 2024 kl. 6:09

Added ItemComponents - update time of item components

Changed mod name, again...

Now this garbage really needs refactor

Opdatering: 21. aug. 2024 kl. 10:50

I think i found at least one problem: It always did one step if (TotalTime - lastTime > window.frameDuration)
Now it does as many steps as it should

Returning back to ms
Also, idk, i think formula for ticks to ms conversion is correct
And it doesn't match with vanilla showperf because vanilla counts ms/frame when i count ms/sec

Idk which is better, could implement secondd way later