Jonathan Kunstwald
Jonathan Kunstwald
I want to use RTTR to get a unique ID for a type (class), serialize it, deserialize it, and then instantiate that class (on a different machine, over the network)....
In the Physics example (bsfExamples), the spheres exhibit heavy artifacts once having left the plane on which you spawn (and moving 100-200m further away).  RTX 2080 Windows 10...
In `SimpleTests.cpp`, line 192, this vector is declared: ```Cpp MT::StaticVector tasks; ``` which is then filled with `taskCount` elements. On CPUs with many threads, `taskCount` easily exceeds 512, it is...
 - Add per-call min, max, average and std dev times to the function chart window - Values min/maxed/avgd across __calls__, not frames, unlike the existing ones - Clarified...
I've found two bugs in the scratch allocator (memory.cpp): 1. If the ring buffer head (`_allocate`) ends up exactly at the end of the buffer after a call to allocate,...