Jakub Dóka

Results 48 comments of Jakub Dóka

Triangles can be cropped to fit the rectangle. If you are collecting all vertices into batch and drawing them then you can just pass them trough cropping algorithm that will...

No but I can add a special syntax for them. Thing is, I haven't touched this for a long time so I will have to review the code. Otherwise if...

you have two options, or you use repeating texture on multiple sprites and chain them together, assuming you already have phizycs for your rope, or you go deep into pixel...

Ok i ll make some test just for sake of it. Lets remove these pointers then.

Okay, was not sure about that, I'll close this.

i added the black rectangle and also a outline to selection between different blocks, all things except mobile controls are fixed, mobile is a research by it self ![Mindustry 02_03_2021...

added buttons for manipulation, on desktop too for conviniance, though it can be mobile only https://user-images.githubusercontent.com/60517552/109764414-cbb77780-7bf3-11eb-85cf-ec4010881fd8.mp4

i forgot that mobile cannot select anithing, but i cannot delet rewiev request, i em sorry is you got to this sooner then i managed to fix this issue

i have a general idea on how to support mobile but problem is that i em unable to test as android build gives this error ``` A problem occurred configuring...

Seems like removing `sret` from return type of imported signatures makes compilation pass, Is `sret` supposed to be used with return value or argument is enough?