Vedran Maric

Results 17 issues of Vedran Maric

Rendering to `RenderTarget` and drawing particles using default `BlendMode::Alpha` produces unexpected results. Particles seem to be blended first with black color, and then with screen texture. When not using `RenderTarget`,...

Bottom tiles (the ones under the moving collider) do not have collision. I see that they do in the web example, but when building native (on Linux) character falls through....

When trying to draw the same `Texture2D` twice using the same `Material`, one right after the other, like this: ```rust gl_use_material(m); draw_texture_ex(tex, ..); gl_use_default_material(); // ... no other draw calls...

This function merges functionalities of `draw_rectangle` and `draw_rectangle_lines`, and adds: - rotation with pivot - rounded edges - horizontal and vertical skewing - 4 color gradient fill PS. also fixed...

When particle Emitter tries to draw 0 particles, draw calls to gpu are still being submitted, with buffer lengths of 0. This has no noticeable effects on Linux, but on...

I've had multiple issues with sounds: 1. load_sound function returns before the sound is actually loaded. When trying to play it right away, it will be queued until it is...

In the latest version of Tiled Editor (1.9), tile `type` property has been renamed to `class`. Currently importing maps only works if 1.8 compatibility is enabled in Tiled project.

https://github.com/not-fl3/macroquad/blob/81ca7b41087315017864135be0bb734b840f270a/src/experimental/coroutines.rs#L188 It happens when I have multiple nodes of the same type that uses StateMachine and Coroutines. Those coroutines are not necessarily executing when the panic happens. Also, none of...

After updating from `0.7.0` -> `0.8.1` I'm getting an error when trying to play `StreamingSoundData`. Here's the stack trace, let me know if anything else might be helpful. ``` thread...

**Describe the bug** In some cases Tiled does not not load Tile Stamps that use external tileset. **To Reproduce** 1. Set the stamps folder. 2. Create stamps from external tileset,...

bug