Georgi Mihaylov

Results 10 issues of Georgi Mihaylov

Previously it was getting stuck every 2-3 combat on stage 3-4 and now I can fast for 5 hours non stop. It somehow works even dou it doesn't do swipes

### Environment NetMQ Version: 4.0.1.9 Operating System: Windows 11 .NET Version: Mono ### Expected behaviour Poller.RunAsync starts, creates thread and works ### Actual behaviour poller.RunAsync does not create thread propertly...

![image](https://github.com/bepu/bepuphysics2/assets/16389331/15c37deb-f697-4b12-a4f6-f11272a9e91d) Freshly cloned repo, on 4k display. I am running the demo project. I am using windows 125% scaling, so perhaps something breaks there? This error was not present in...

Calling Entity.Set to set a component that doesn't exist on a said entity, causes directly memory corruption. A suggestion would be to make it safe, but add a non safe...

enhancement

For example ` var component = sourceEntity.Get(type.Type);` this works fine `targetEntity.Add(component)` this does not `commandBuffer.Add(targetEntity, component)` As it is generic it assumes the object is well object and doesn't figure...

enhancement

Example if you have 2k components each 2b, that is 2 chunks. The query will only run 2 jobs, for both chunks. regardless if you have 24 cores. Solution: split...

enhancement

Example this works ``` [Query(Parallel = false)] private void SomeQuery(in Entity entity) { this.somethng } ``` but this doesnt ``` [Query(Parallel = true)] private void SomeQuery(in Entity entity) { this.somethng...

bug
Arch.Extended

Fixes the hierarchy to now work. Add two classes ParallelForJob and ParallelForEachJob that simplify creating jobs over range or collection. ![image](https://github.com/user-attachments/assets/1f174346-8d77-412e-bcf3-befddff29c4c) Readme needs to be fixed yet. Also changed the...

I assume the overlapping labels are not intended. This is for both API->chart->Treemap->With tooltip / Simple Custom seems fine. Tested on firefox and chrome, both broken.

docs needed